.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}



.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
   height: 500px;;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

.social-part .fa{
    padding-right:250px;
}
ul li a{
    margin-right: 20px;
}


/* feature area */
/* 

    /* Feature are CSS */

    
    a, a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
    }
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }.bg-gray {
        background-color: #f9f9f9;
    }
    
    .site-heading h2 {
      display: block;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    
    .site-heading h2 span {
      color: #D40000;
    }
    
    .site-heading h4 {
      display: inline-block;
      padding-bottom: 20px;
      position: relative;
      text-transform: capitalize;
      z-index: 1;
    }
    
    .site-heading h4::before {
      background: #D40000 none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      width: 50px;
    }
    
    .site-heading {
      margin-bottom: 60px;
      overflow: hidden;
      margin-top: -5px;
    }
    
    .carousel-shadow .owl-stage-outer {
      margin: -15px -15px 0;
      padding: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
      background: #ffffff none repeat scroll 0 0;
      border: 2px solid;
      height: 15px;
      margin: 0 5px;
      width: 15px;
    }
    
    .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
      background: #D40000 none repeat scroll 0 0;
      border-color: #D40000;
    }
    
    .we-offer-area .item {
      background: #ffffff none repeat scroll 0 0;
      border-left: 2px solid #D40000;
      -moz-box-shadow: 0 0 10px #cccccc;
      -webkit-box-shadow: 0 0 10px #cccccc;
      -o-box-shadow: 0 0 10px #cccccc;
      box-shadow: 0 0 10px #cccccc;
      overflow: hidden;
      padding: 30px;
      position: relative;
      z-index: 1;
    }
    
    .we-offer-area.text-center .item {
      background: #ffffff none repeat scroll 0 0;
      border: medium none;
      padding: 67px 40px 64px;
    }
    
    .we-offer-area.text-center .item i {
      background: #D40000 none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      height: 80px;
      line-height: 80px;
      position: relative;
      text-align: center;
      width: 80px;
      z-index: 1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      margin-bottom: 25px;
    }
    
    .we-offer-area.text-center .item i::after {
      border: 2px solid #D40000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 90px;
      left: -5px;
      position: absolute;
      top: -5px;
      width: 90px;
      z-index: -1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area.item-border-less .item {
      border: medium none;
    }
    
    .we-offer-area .our-offer-items.less-carousel .equal-height {
      margin-bottom: 30px;
      
    }
    
    .we-offer-area.item-border-less .item .number {
      font-family: "Poppins",sans-serif;
      font-size: 50px;
      font-weight: 900;
      opacity: 0.1;
      position: absolute;
      right: 30px;
      top: 30px;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
    .we-offer-area.center-active .single-item:nth-child(2n) .item {
      background: #D40000 none repeat scroll 0 0;
    }
    
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
      color: #ffffff;
    }
    
    .we-offer-area .item i {
      color: #D40000;
      display: inline-block;
      font-size: 60px;
      margin-bottom: 20px;
    }
    
    .we-offer-area .item h4 {
      font-weight: 600;
      text-transform: capitalize;
    }
    
    .we-offer-area .item p {
      margin: 0;
    }
    
    .we-offer-area .item i,
    .we-offer-area .item h4,
    .we-offer-area .item p {
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }
    
    .we-offer-area .item::after {
      background: #D40000 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: -100%;
      position: absolute;
      top: 0;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      width: 100%;
      z-index: -1;
    }
    
    .we-offer-area .item:hover::after {
      left: 0;
    }
    
    .we-offer-area .item:hover i,
    .we-offer-area .item:hover h4,
    .we-offer-area .item:hover p {
      color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i::after {
      border-color: #ffffff !important;
    }
    
    .we-offer-area.text-center .item:hover i {
      background-color: #ffffff !important;
      color: #D40000 !important;
    }
    
    .we-offer-area.text-left .item i {
      background: #D40000 none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      font-size: 60px;
      height: 100px;
      line-height: 100px;
      margin-bottom: 30px;
      position: relative;
      width: 100px;
      z-index: 1;
      text-align: center;
    }
    
    .we-offer-area.text-left .item i::after {
      border: 2px solid #D40000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 120px;
      left: -10px;
      position: absolute;
      top: -10px;
      width: 120px;
    }








/* ___________________________________________________________________________________________________ */

.jumbotron{margin-bottom: 0; position: relative;}

.parallax {
  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Paragraph for Parallax Section */ 
.parallax p {
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}
/* Heading for Parallax Section */ 
.parallax h1 {
text-transform: uppercase;
color: rgb(255, 255, 255);
font-size: 50px;
text-align: center;
padding-top: 80px;
line-height: 100px;
font-family: 'Kumbh Sans', sans-serif;
}

#parallax-static {
  
    background-image: url('About-Us.png');
}
#parallax-work {
  
  background-image: url('../img/workingpeople.jpg');
}

#parallax-investor {
  
  background-image: url('../img/index.jpg');

}
#parallax-student {
  
  background-image: url('student.jpg');
}

#parallax-visit {
  
  background-image: url('../img/visit.jpg');
}


#parallax-business {
  
  background-image: url('../img/business.jpg');
}

#parallax-contact {
  
  background-image: url('../img/Contact.jpg');
}

/* Visit Visa Galler */
/* ________________________________________________________________________________________________________________________________ */

.image-grid-cover {
  width: 100%;
  background-size: cover;
  min-height: 180px;
  position: relative;
  margin-bottom: 30px;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  border-radius: 4px;
}
.image-grid-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0,0,0,.45);
}
.cover-wrapper {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  z-index: 21;
  position: relative;
  top: 80px;
}
a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}




/* Request Consaltation CSS */
/* --------------------------------------------------------------------------------------------------------------------------------- */


.contact-form{
  background: #fff;
  
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control{
  border-radius:1rem;
}
.contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  /* transform: rotate(29deg); */
}
.contact-form form{
  padding: 14%;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}





/* Rotation CSS */
/* .textRevealContainer {

  transform: translate(-50%, -50%);
  
  
} */

.textReveal {
  overflow: hidden;
  animation: textRevealAnim 2s ease 0.5s forwards;
}

.textReveal > div {
  
  transform: translateX(100%);
  border-left: 2px solid red;
  overflow: hidden;
  animation: textRevealAnim 2s ease 0.5s forwards,
    borderOpacityAnim 2s ease 0.5s forwards;
}

.textReveal > div > div {
  transform: translateX(-100%);
  animation: textRevealAnim 2s ease 0.5s forwards;
}

@keyframes textRevealAnim {
  to {
    transform: translateX(0);
  }
}

@keyframes borderOpacityAnim {
  50% {
    border-left: 2px solid red;
  }
  100% {
    border-left: 2px solid transparent;
  }
}

.textReveal.x50 {
  transform: translateX(-50%);
}

.textReveal.x100 {
  transform: translateX(-100%);
}

.textReveal.zoom > div {
  transform: translateX(100%) scale(0.5, 0.5);
}

.textReveal.rotateY {
  perspective: 100px; /*adjust according to your need*/
}

.textReveal.rotateY > div {
  transform: translateX(100%) rotateY(20deg);
}

.textReveal.color > div > div {
  background: linear-gradient(
    to right,
    red,
    red 45%,
    orange 45%,
    orange 55%,
    red 55%,
    red
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 300%;
  animation: textRevealAnim 2s ease 0.5s forwards,
    bgShiftAnim 3s ease 0.5s forwards;
}

@keyframes bgShiftAnim {
  to {
    background-position: 100%;
  }
}
