*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
body a:hover{
  text-decoration: none;
  /*color: #fff;*/
}
body li{
  list-style: none;
}
.font_light{
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.font_regular{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.font_semibold{
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.font_bold{
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.font_extrablack{
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
}

.clear{
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.white{
  color: rgb(255,255,255);
}
.dark-black{
  color: #212121;
}
.black{
  color: #020202;
}
.grey{
  color: #999999;
}
.blue{
  color: #7966a6;
}
.grey-blue{
  color: #e1eaef;
}
.dark-grey-blue{
  color: #bdccc8;
}
.blue-bg{
  background-color: #7966a6;
}
.lightb-bg{
  background-color: #91aacb;
}
.green-bg{
  background-color: #c1d4cd;
}
.yellow-bg{
  background-color: #e1e6be;
}
/*header*/
header{
 background: transparent;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
header.shrink{
 background: rgb(255,255,255); 
  animation: 0.4s 0.4s fadeInDown both;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
header .navbar-logo .header-logo {
display: block;
width: 185px;
}
header.shrink .navbar-logo .header-logo{
display: none;
}
header .header-logo2{
 display: none; 
}
header.shrink .header-logo2 {
 display: block; 
 width: 185px;
}

.top-header-strip{
  opacity: 1; 
}
header.shrink .top-header-strip{
  opacity: 0;
}
header.shrink .nav-head{
 padding: 10px 0;
}
.nav-head{
  padding: 15px 0 0;
}
/*header .navbar-logo a {
  display: block;
}*/
.nav-head .navbar-expand-md {
  justify-content: space-between;
  padding: 1px;
}
/*.nav-head .navbar-logo{
  margin-bottom: 10px;
}*/
header.shrink .navbar-expand-md .navbar-nav .nav-link,
header.shrink .nav-head .navbar-expand-md .nav-item:nth-child(6) .nav-link,
header.shrink .nav-head .navbar-expand-md .nav-item:nth-child(7) .nav-link {
  color: #020202;
}

.nav-head .navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}
.nav-head .navbar-expand-md .navbar-nav .nav-link.active,
.nav-head .navbar-expand-md .navbar-nav .nav-link:hover{
  color: #e0e5bf;
}
header.shrink .nav-head .navbar-expand-md .navbar-nav .nav-link.active,
header.shrink .nav-head .navbar-expand-md .navbar-nav .nav-link:hover {
  color: #7966a6;
}

.nav-head .navbar-expand-md .nav-item:nth-child(6) .nav-link {
  transition: all 0.3s ease-in-out;
  padding: 0 5px;
  margin: 0 20px 0 35px;
      color: #fff;
    font-size: 30px;
    display: block;
} 
.nav-head .navbar-expand-md .nav-item:nth-child(7) .nav-link {
       transition: all 0.3s ease-in-out;
  padding: 5px 5px 0 0;
  margin: 0;
      color: #fff;
    font-size: 20px;
    display: block;
}

/*header*/

/*counter section*/
.color-strip{
  float: left;
  width: 25%;
  height: 7px;

}
.counter-section{
 background: #000000;
}
.counter-section .container{
  padding: 30px 0;
}
.counter-section .counter-inner .icon-counter{
  float: left;
  font-size: 55px;
  margin-right: 15px;
  color: #fff;
}
.counter-section .counter-inner h1{
  display: inline-block;
  font-size: 37px; 
  margin-bottom: 0; 
  color:rgb(255,255,255);
  font-weight: 600; 
}
.counter-section .counter-inner p {
  display: block;
  margin:0 0  0 60px;
  color:rgb(255,255,255); 
  font-size: 15px;
  font-weight: 400;
}
.counter-section .counter-inner  span.plus{
  display: inline-block;
  font-size: 20px;
  float: none;
  vertical-align: top;
  color:rgb(255,255,255); 
}
.counter-section .counter-inner{
  float: left;
  width: 20%;
}
.counter-section .counter-inner:nth-child(1),
.counter-section .counter-inner:nth-child(2){
 width: 22%; 
}
.counter-section .counter-inner:nth-child(3),
.counter-section .counter-inner:nth-child(4){
  width: 18%;
}

.counter-section .circle-black{
  position: relative;
}
.counter-section  .circle-black:before{
  position: absolute;
  content: url(../images/ellips.png);
  top: 10px;
  left: 80%;
  background-repeat: no-repeat;
  background-position: 0 100%;
width: 100%;
/*background-image: ;*/
z-index: 1;
}

/*counter section*/
.footer{
  background-image: url(../images/footer-back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer .div-main{
  padding: 70px 0;
}
.footer .footer-bottom{
  padding: 30px 0;
      border-top: 1px solid #9e9e9e2e;
}
.footer .section1 {
  float: left;
  width: 22%;
}
.footer .footer-bottom .sitemap-link {
  font-size: 14px;
}
.footer .footer-bottom .foot-social{
  font-size: 23px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-bottom .foot-social:hover{
  color:#91aacb ; 
}
.footer .footer-bottom  span{
  font-size: 14px;
}
.footer .section2{
  float: left;
  width: 23%;
}
.footer .section3{
  float: left;
  width: 14%;
}
.footer .section4{
  float: left;
  width: 20%;
}
.footer .section1 img{
width: 193px;
}
.footer .section5{
  float: left;
  width: 20%;
}
.footer .section5 .contact-info{
  font-size: 15px;
  color: #bdccc8;
  transition: all 0.3s ease-in-out;
}
.footer .section5 .contact-info:hover{
  color: #fff;
}

.footer .section5  .foot-icon{
  font-size: 36px;
  color: #91aacb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer .section5 .foot-email{
  font-size: 45px;
}
.footer .section5  .foot-call{
  margin-bottom: 30px;
}
.footer .section h1{
  text-transform: uppercase;
  font-size: 16px;
  font-weight:600;
  color: #e1eaef;
  display: inline-block;
}
.footer .section ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #bdccc8;
  transition: all 0.3s ease-in-out;
}
.footer .section ul li a:hover{
  color: #fff;
} 
.slider-div .parallax-container {
    position: relative;
    overflow: hidden;
}
.slider-div .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-div .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.slider-div .container {
      position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
} */

/*.slider-div {
  background: url('../images/slider-back2.png');
  background-size: cover;
  background-repeat: no-repeat;
}*/

.slider-div .carusel-section{
position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-div{
  position: relative;
  overflow: hidden;
}
.slider-div .slider-back{
  width:100%; 
}
.carusel-section .image-outer{
  perspective: 600px;
transform: rotateZ(10deg);
}
.carusel-section .frame{
  position: relative;
  left: -50px;
     height: auto;
    width: 675px;
    border: 15px solid #fff;
    border-radius: 10px;
    transform: rotateY(-15deg);
    box-sizing: 10px 20px;
    box-shadow: 0px 19px 43px 0px rgba(0, 0, 0, 0.13);
}
.carusel-section .frame img{
  transform: rotateZ(-10deg) scale(1.4) translate(60px, 20px);
}


/*.text-wrapper{
  float: left;
  width: 45%;
}
.image-wrapper{
  float: left;
  width: 55%;
}*/
.text-wrapper{
  margin-top: 50px;
}
.text-wrapper .carousel-item h1{
  font-size: 44px;
  color: #fff;
}
.text-wrapper .carousel-item.active h1{
 animation: 0.5s 0.5s fadeInDown both;
}
.text-wrapper .carousel-item.active p{
 animation: 0.5s 0.5s fadeInDown both;
}
.text-wrapper .carousel-item.active a{
 animation: 0.5s 0.5s fadeInDown both;
}
.text-wrapper .carousel-item p{
  font-size: 18px;
   color: #fff;
   margin: 30px 0;
}
.text-wrapper .carousel-item a.btns,
.btns {
    font-size: 15px;
    color: #fff;
    padding: 15px 20px;
    display: block;
    background:#b3c7c0;
    width: 300px;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-left: 0;
}
.btns i {
    color: #fff;
    position: relative;
    z-index: 1;
    font-style: normal;
}
.btns .hvr-color {
  position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #7966a6;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    top: 55px;
    left: 15px;
}
/*.btns:hover {
    border-color: #e84208;
}*/
.btns:hover i {
    color: rgb(255,255,255);
}
.btns:hover .hvr-color {
    width: 300%;
    height: 500px;
}

.text-wrapper .carousel-item a span.icon-left-arrow {
  transform: rotateY(180deg);
  display: inline-block;
}
/*.carusel-section .carousel-right .arrow-div .right-arrow{
  transform: rotate(180deg);
    display: inline-block;
    margin-left: 40px;
}*/
.carusel-section .carousel-right .arrow-div{
  position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
    font-size: 30px;
}
.carousel .carousel-control.right{
  position: absolute;
    left: 150px;
    bottom: -50px;
    transform: rotate(169deg);
    display: inline-block;
}
.carousel .carousel-control.left{
  position: absolute;
  left: 70px;
  bottom:-75px;
  transform: rotate(-11deg);
}
/*client section*/
.trusted-client{
  padding: 70px 0;
}
.trusted-client .item {
      padding: 50px 15px;
} 
.trusted-client .client{
         box-shadow: 0px 10px 27px 0px rgba(40, 38, 46, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transform: translateX(0);
    padding: 5px;
        margin: 0 0 30px;
        position: relative;
}
.trusted-client .item img {
  width: auto !important;
 /* -webkit-filter: grayscale(100%);  
  filter: grayscale(100%); */
}

.trusted-client .owl-theme .owl-nav {
      position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 38%;
}

.trusted-client .owl-theme .owl-nav [class*=owl-],
.trusted-client .owl-theme .owl-nav [class*=owl-]:hover {
      color: #aaacaf;
    font-size: 14px;
    width: 30px;
    height: 37px;
    margin: 5px;
    padding: 8px;
    background: #f1f4f8;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.trusted-client .right-arrow {
      display: block;
    transform: rotate(180deg);
}
.trusted-client .owl-theme .owl-prev {
      position: absolute;
    left: -2%;
}
.trusted-client .owl-theme .owl-next {
      position: absolute;
    right: -2%;
}

.trusted-client .client:hover{
filter: grayscale(0);
 transform: translateY(-5px);
}
.trusted-client h1{
  font-size: 45px;
  margin-bottom: 30px;
}
/*what we do section*/
.what-we-do{
  padding: 50px 0;
}
.what-we-do h1{
  font-size: 45px;
  margin-bottom: 50px;
}
.what-we-do  .what-wrapper{
  padding: 0 50px;
}
.what-we-do .what-slider .item{  
   position: relative;
    transition: all 0.3s ease-in-out; 
    z-index: 1;
}
/*.what-we-do .what-slider .item:after{
  position: absolute;
  content: url(../images/left-top-corner.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;  
}*/
.what-we-do .what-slider .top-right-border{
  position: absolute;
  top: 0;
  right:-2px;
content: url(../images/top-right-corner.png);
}
.what-we-do .what-slider .bottom-right-border{
   position: absolute;
  bottom: 0;
  right:-2px;
content: url(../images/bottom-right-corner.png);
}
.what-we-do .what-slider .bottom-left-border{
   position: absolute;
  bottom: 0;
  left:0;
content: url(../images/bottom-left-corner.png);
}
.what-we-do .what-slider .top-left-border{
   position: absolute;
  top: 0;
  left:0;
content: url(../images/left-top-corner.png);
}
.what-we-do .what-slider .item-inner{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align:center;
    overflow: hidden;
    min-height: 200px;
    position: relative;
     transition: all 0.3s ease-in-out;  
     padding-top: 20px; 
}
.what-we-do .owl-stage-outer {
      margin: 0 -1px 0 0;
}


/*.what-we-do .what-slider .item:after{
  position: absolute;
  content: url(../images/left-top-corner.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;  
}*/
/*.what-we-do .what-slider .item:after{
  position: absolute;
  content: url(../images/left-top-corner.png);
  background-repeat: no-repeat;
  bottom: 0;
  width: 100%;   
}*/

/*.what-we-do .what-slider .item-inner:before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transform: scale(0.5);
 background: #f6f9f8;
 opacity: 0;
z-index: -1;
 transition: all 0.5s ease-in-out; 
}
.what-we-do .what-slider .item-inner:hover:before{
  transform: scale(1.5);
  opacity: 1;
}*/
.what-we-do .what-slider .what-icon{
  font-size: 70px;
  display: inline-block; 
  transition: all 0.3s ease-in-out; 
  z-index: 1;
}
.what-we-do .what-slider .buyer_svg {
      width: 70px;
    height: 70px;
}
.what-we-do .what-slider .what-icon-div{
  position: relative;
  display: block;
}
.what-we-do .what-slider .what-icon-div:before{
 position: absolute;
    content: "";
    top: -75px;
    left: -75px;
    right: 0;
    margin: 0 auto;
    height: 218px;
    width: 220px;
    border-radius: 50% 3% 50% 50%;
    background-color: #f6f9f8;
    z-index: -1;
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
}
.what-we-do .what-slider .item:hover .what-icon-div:before{
  transform: scale(5.1);
}
/*.what-we-do .what-slider .what-icon:before{
 content: "\e903";
    background: #f6f9f8;
    z-index: -1;
    border-radius: 50% 5% 50% 50%;
    padding: 20px;
    transform: scale(0);
}
*/
.what-we-do .what-slider p{
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.what-we-do .what-slider.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
 .what-we-do .what-slider.owl-carousel .owl-nav .owl-next{
position: absolute;
right: -70px;
display: inline-block;
transform: rotate(-180deg);
  } 

  .what-we-do .what-slider.owl-carousel .owl-nav .owl-prev{
position: absolute;
left: -70px;
  }
.what-we-do .what-slider.owl-theme .owl-nav [class*=owl-] {
    color: #aaacaf;
    font-size: 14px;
    margin: 5px;
    padding: 8px;
    background:  #f1f4f8;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.best-project-section{
  padding: 70px 0;
}
.best-project-section .best-project{
  margin-left: 20%;
  width: 26%;
    float: left;
}
.best-project-section .best-project h1{
  font-size: 45px;
}
.best-project-section .best-project h2{
  font-size: 22px;
   margin-bottom: 40px;
}
.best-project-section .best-project h3{
  font-size: 17px;
}
.best-project-section .best-project p{
  font-size: 15px;
  color: #999999;
}
.best-project-section .project-inner{
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.best-project-section .project-left{
  padding: 20px  50px 10px 0; 
  position: relative;
}
.best-project .project-left:before{
    position: absolute;
    content: "";
    height: 65%;
    width: 4px;
    background: #dee8ec;
    right: 0;
    top: 26px;
}
.best-project .project-inner .project-icon{
  display: inline-block;
  font-size: 50px;
    margin-left: 20px;
}
.best-project .btns.more-btn {
 display: inline-block;
    width: 185px;
    height: 50px;
    border: 1px solid #7966a6;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    background: transparent;
    color: #7966a6;
    margin-top: 50px;
}
.more-btn i {
  color: #7966a6;
  transition: all 0.3s ease-in-out;
}
.best-project .more-btn .more-arrow{
  display: inline-block;
  transform: rotate(-180deg);
  margin-left: 10px;
}
.best-project-section .project-carousel{
  width:54%;
  float: left;
}

.best-project-section .project-carousel .item-inner{
  border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
   background:rgb(255,255,255);
   width: 400px;
}
.best-project-section .project-carousel .owl-stage-outer{
padding: 50px 0 30px 0;
}
/*.best-project-section .project-carousel .owl-stage-outer .owl-item {
  width: 300px !important;

}*/
.best-project-section .project-carousel  .caption{
  padding: 20px 15px 20px 15px;
}
.best-project-section .project-carousel  .caption p{
  font-size: 15px;
  color: #020202;
  margin-bottom: 5px;
}
.best-project-section .project-carousel  .caption  .project-arrow{
   font-size: 18px;
  color: #7966a6;
  display: inline-block;
    transform: rotate(-180deg);
}
.best-project-section{
  background-image: url(../images/project-ellips.png);
  background-repeat: no-repeat;
   background-position: 75% 40%;
   position: relative;
}
.best-project-section .circle1-wrapper{
  position: absolute;
   top: 10px;
   right: 450px;
}
.best-project-section .circle2-wrapper{
  position: absolute;
   bottom: 57px;
    right: 730px;
}
.best-project-section .project-carousel .owl-theme .owl-nav{
  margin-top: 0;
    position: relative;
    width: 100%;
    left: -100px;
    bottom: 10px;
}
.best-project-section .project-carousel  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 25px;
    margin: 5px;
    padding: 4px 7px;
     background: transparent; 
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
 .best-project-section .project-carousel  .owl-carousel .owl-nav .owl-next{
  transform: rotateY(-180deg);
  margin-left: 20px;
 }
/*home about section*/

.home-about-section{
padding:  0;
  position: relative;
    background: url(../images/home-parallax-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}
.home-about-section:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: url(../images/about-white-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}



.home-about-section .right-content a{
 background: #91aacb;
 text-transform: uppercase;
 width: 150px;
 height: 50px;
 display: block;
 padding: 10px 20px;
 border-radius: 30px; 
 line-height: 1.7;
 font-size: 16px;
 margin-top: 40px;
 margin-left: 0;
}
.home-about-section .right-content h1{
  font-size: 45px;
}
.home-about-section .right-content p{
  font-size: 16px;
}
.home-about-section .right-content .about-arrow{
  display: inline-block;
  transform: rotate(180deg);
  font-size: 16px;
  margin-left: 10px;
}
.home-about-section .right-content{
 position: relative;
    top: 15%;
    left: 5%; 
}
.what-people-say {
  padding: 80px 0;
  background: url('../images/wps-parallax.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.title {
  font-size: 45px;
}
.what-people-say .title {
  margin: 0 0 30px;
}
.what-people-say .wps-wrapp {
  text-align: center;
  position: relative;
}
.wps-wrapp .img-box {
      border: 2px solid #7966a6;
    width: 100px;
    border-radius: 100px;
    margin: 0 auto;
    overflow: hidden;
        position: absolute;
    left: 0;
    right: 0;
    top: -45px;
}
.wps-wrapp .push-top {
  background-color: rgb(255, 255, 255);
  box-shadow: 13.164px 12.276px 29px 0px rgba(0, 0, 0, 0.13);
      padding: 100px 30px 30px;
    margin: 45px 0 0;
    min-height:290px;
    text-align: center;
}

.wps-wrapp .push-top:before {
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    width: 80%;
    height: 10px;
    background: #7966a6;
    border-radius: 50px;
}

.wps-wrapp h3 {
  color: #7966a6;
  font-size: 24px;
  margin: 0;
}
.wps-wrapp h5 {
  color: #91aacb;
  font-size: 19px;
  margin: 0 0 10px;
}
.wps-wrapp p {
  color: #646060;
  margin: 0;
  font-size: 16px;
}

.awards {
  padding: 80px 0;
}
.awards .title {
  margin: 0 0 50px;
}
.awards-wrapp h5 {
  font-size: 21px;
}
.awards-wrapp p {
  font-size: 16px;
}
.awards-wrapp .location {
  font-size: 19px;
  display: block;
}

.awards .owl-theme .owl-nav [class*=owl-] {
    color: #aeaeae;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.awards .owl-theme .owl-nav [class*=owl-]:hover {
   color: #030303;
   background: transparent;
}
.awards .owl-theme .owl-nav {
      position: absolute;
    top: 35%;
    width: 100%;
    margin: 0 auto;
}
.awards .owl-theme .owl-nav .owl-prev {
      position: absolute;
    left: -35px;
}
.awards .owl-theme .owl-nav .owl-next {
      position: absolute;
    right: -35px;
}
.awards .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d2cfe2;
    display: block;
    opacity: 1;
    border-radius: 30px;
}
.awards .owl-theme .owl-dots .owl-dot.active span {
  background: #7b70aa;
}

.awards-wrapp .left-push {
  border-left: 8px solid #c1d4cd;
     position: relative;
    background-color: rgb(255, 255, 255);
        margin: 0 50px 50px 90px;
    padding: 0 10px 0 105px;
    box-shadow: 15.358px 14.322px 29px 0px rgba(0, 0, 0, 0.1);
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.awards-wrapp .img-box {
     border: 8px solid #c1d4cd;
    border-radius: 100%;
    width: 180px;
    overflow: hidden;
    position: absolute;
    left: -97px;
    top: 50%;
    transform: translateY(-50%);
}
.awards-wrapp .left-push:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  height: 8px;
  width: 200px;
  background: #c1d4cd;
  border-top-right-radius:50px; 
  border-bottom-right-radius:50px; 
}
.awards-wrapp .left-push:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0;
  height: 8px;
  width: 200px;
  background: #c1d4cd;
  border-top-right-radius:50px; 
  border-bottom-right-radius:50px; 
}
.awards-wrapp .degree-icon {
  width: auto !important;
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: -15px;
}
.ready-to-get {
  background: url('../images/ready-to-get-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /*background-attachment: fixed; */
  padding: 150px 0;
}

.ready-to-get p {
  font-size: 16px;
  margin: 30px 0 50px;
}
.btns {
     background-color: rgb(145, 170, 203);
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 55px;
    font-size: 16px;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
}
.btns .right-arrow {
 margin: 0 0 0 5px;
    font-size: 15px;
        display: inline-block;
         transform: rotate(180deg);
}

.right-arrow {
      display: block;
    transform: rotate(90deg);
}


/*breadcum css */
.breadcu-div {
  position: relative;
}
.breadcu-div .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcu-div .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcu-div .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcu-div .container {
      position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
} 
.breadcu-div h1 {
  font-size: 50px;
  color: rgb(255, 255, 255);
  line-height: 1.074;
  text-align: center;
  margin: 0;
  text-shadow: 0px 9px 13px rgba(0, 0, 0, 0.36);
}

.overview {
  padding: 80px 0;
}
.overview .title,
.focus .title {
  margin: 0 0 30px;
}
.focus .title {
  margin: 0 0 50px;
}
.overview .text-box p {
  font-size: 16px;
  line-height: 1.625;
}
.overview .text-box {
      position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.focus {
  background: url('../images/focus-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
    padding: 80px 0;
    background-position: 50% 50%;
    margin-bottom: 50px;

}
.focus .f-wrapp {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.focus .f-wrapp:nth-of-type(1),
.focus .f-wrapp:nth-of-type(3) {
  margin: 30px 0 0 0;
}
.focus .f-wrapp:before {
  display: block;
      content: '';
    position: absolute;
    right: -80px;
       top: 25%;
    transform: rotate(-15deg);
    height: 1px;
    width: 130px;
    border: 1px solid #d4d4d9;
    border-style: dashed;
    z-index: 1;
}
.focus .f-wrapp:nth-of-type(2):before {
      transform: rotate(15deg);
    top: 35%;

}
.focus .f-wrapp:nth-of-type(4):before {
  display: none;
}
.focus .f-icon {
     border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 5.253px 16.168px 27px 0px rgba(31, 38, 46, 0.07);
    display: block;
    color: #7966a6;
    font-size: 80px;
    text-align: center;
    height: 180px;
    width: 180px;
    padding: 40px;
    border: 10px solid #e0e6e7;
    margin: 0 auto 10px;
}
.focus .f-wrapp p {
  font-size: 16px;
}

.mission .container {
      position: relative;
    z-index: 1;
}
.mission {
      padding: 160px 0;
  position: relative;
      background: url(../images/mission-blue-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
}
.mission:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mission-png-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; 
}
.mission .nav-tabs {
      border: 0;
    display: block;
}
.mission .nav-wrapp {
  width: auto;
    display: block;
    position: absolute;
    bottom: 60px;
    margin: 0 auto;
    left: auto;
    right: 23%;
    z-index: 1;
}
.mission .nav-tabs .nav-link span {
  font-size: 25px;
}
.mission .nav-tabs .nav-link span.right-arrow {
  display: inline-block;
  transform: rotate(180deg);
}
.mission .nav-tabs .nav-link .icon-left-arrow {
  margin-right:10px; 
}
.mission .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.mission .nav-tabs .nav-link {
  text-decoration: none;
  padding:5px 10px;
  font-size: 30px;
      color: #fff;
    opacity: 0.5;
  font-weight: 400;
  border:0;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s ease-in-out;
}
.mission .nav-tabs .nav-link.active,
.mission .nav-tabs .nav-link:hover {
  border:0;
  opacity: 1;
  background: transparent;
}
.mission .title {
  margin: 0 0 30px;
}
.mission .text-box p {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 1.625;
}
.mission .img-box {
  position: relative;
}
.mission .wrapp-icon {
 position: absolute;
 top: 45%;
 transform: translateY(-45%);
 left: 0;
 right: 0;
 margin: 0 auto;
 text-align: center;
 width: 140px;
    overflow: hidden;

}
.mission .wrapp-icon .vision-icon{
  font-size: 130px;
}
.mission .wrapp-icon h5 {
   text-align: center;
   font-size: 23px;
   margin: 0;
}

.mission .text-box {
  margin-top: 100px;
}
.mission .tab-pane .col-sm-5,
.mission .tab-pane .col-sm-7 {
  overflow: hidden;
}
.servies .block {
  padding: 100px 0;
  position: relative;
}
.exibition-bg {
      background: url(../images/exibition-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80% 50%; 
}
.branding-bg {
   background: url(../images/branding-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% 50%; 
}
.servies .service-text{
  display: flex;
  align-items: center;
}
.servies .text-box h2 {
  font-size: 40px;                                          
  margin:0 0 20px;
  line-height: 1.2;
}
.servies .text-box p {
  font-size: 16px;
  margin:0 0 10px;
  line-height: 1.688;
}
.servies .img-box {
  position: relative;
}
.servies .interact-box{
  cursor: pointer;
}
.servies .style-icon {
  position: absolute;
 bottom: 10px;
    right: 20px;
  display: inline-block;
    border: 7px solid #8ba3c3;
    font-size: 70px;
    padding: 30px;
    border-radius: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.21);
} 
/*team page*/
.team-main{
  padding: 80px 0;
}
.team{
  background-image: url(../images/team-circle.png);
  background-repeat: no-repeat;
  background-position:80% 100%; 
}
.team .right-content{
    margin-top: 0;
    text-align: left;
}
.team hr{
 margin: 70px 0;
}
.team .wrapper-outer{
  position: relative;
  min-height: 300px;
  display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    margin-top: 20px;
}
.team .wrapper-outer:before{
  position: absolute;
  content: "";
  background-image: url(../images/team-img-back.png);
  background-repeat: no-repeat;
 background-position: 70% 74%;
  top: 45px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.team .team-wrapper img{
  display: block;
  margin: 0 auto;
}
.team .team-wrapper{
  position: relative;
}
.team .team-wrapper:before{
 position: absolute;
    content: "";
    top: -40px;
    left: 76px;
    height: 170px;
    width: 66%;
    border: 5px solid #c1d4cd;
    margin: 0 auto;
    border-bottom: transparent;
    border-radius: 3px;
    background: #fff;
    z-index: -1;
}
.team .team-wrapper:after{
 position: absolute;
    content: "";
    bottom: -40px;
    left: 76px;
    height: 170px;
    width: 66%;
    border: 5px solid #91aacb;
    margin: 0 auto;
    border-top: transparent;
    border-radius: 3px;
    background: #fff;
    z-index: -1;
}
.team .team-inner{
  position: relative;
}
.team .team-inner:before{
 position: absolute;
    content: "";
    top: 42%;
   left: 74px;
    height: 35px;
    width: 7px;
    background-color: #fff;
}
.team .team-inner:after{
 position: absolute;
    content: "";
    top: 42%;
  right: 74px;
    height: 35px;
    width: 7px;
    background-color: #fff;
}
.team .right-content h1{
font-size: 25px;
color: #020202;
}
.team .right-content h2{
font-size: 19px;
color: #7966a6;
margin-bottom: 30px;
}
.team .right-content p {
font-size: 16px;
color: #646060;
line-height: 1.688;
}

/*team page*/


.work {
  padding: 80px 0 50px;
  position: relative;
}

.work .wrapp {
  margin: 0 10px 50px;
 background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.work .wrapp .img-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.work .wrapp .img-box:hover img {
  transform: scale(1.09);
}
.work .wrapp .img-box img {
  transition: all 0.3s ease-in-out;
}
.work .wrapp p {
      font-size: 17px;
    margin: 0;
    padding: 15px;
    min-height: 80px;
        display: flex;
    align-items: center;
}
.gallery-tab .work-top-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.gallery-tab .work-btm-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.pagination {
  display: block;
}
.pagination li {
      display: inline-block;
}
.pagination .page-link {
   width: 35px;
  height: 35px;
    position: relative;
    display: block;
    padding: 7px 10px;
    margin-left: 0;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border: 0;
    font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.pagination .page-link.active {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #9eb4d1;
  color: #000;
  border-radius: 50px;
   width: 35px;
  height: 35px;
  padding: 8px 9px;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background: #fff;
}
.pagination .page-item:last-child .page-link .right-arrow {
  transform: rotate(180deg);
}
.pagination .page-link span {
  font-weight: 600;
}
.lg-backdrop {
    background-color:rgba(0, 0, 0, 0.71) !important; 
  }

/*contact page*/

.contact-outer .right-contact{
  color: #212121;
  margin-left: 50px;
  position: relative;
}

.contact-outer .right-contact:before{
  position: absolute;
  content: url(../images/caontact-map-img.png);
   background-repeat: no-repeat;
  background-position: center;
  top: 75px;
    left: -180px;
    z-index: -1;
}
.contact-outer:before{
  background-repeat: no-repeat;
  position: absolute;
  content: url(../images/team-circle.png);
  bottom: -100px;
    right: 300px;
    z-index: -1;
}
.contact-outer{
  background-image: url(../images/contact-ellips.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 50px 0;
  position: relative;
}
.contact-outer .address{
  margin-top: 50px;
}
.contact-outer .address span.contact-icon{
float: left;
font-size: 35px;
display: block;
color: rgb(255,255,255);
}
.contact-outer .address span.location-icon{
  font-size: 45px;
  display: block;
  margin-left: -5px;
    margin-top: -4px;
}
 .address h1,.address p{
  margin-left: 100px;
}
.contact-outer h1,h2{
  font-weight: bold;
}
.contact-outer h2{
  font-size: 25px;
}
.contact-outer  .address h1{
  font-size: 16px;
}
.contact-outer .address p{
  font-size: 16px;
  margin-bottom: 0;
}
.contact-outer .address a{
  color: #212121;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.contact-outer .address a:hover{
  color: #7966a6;
}
.contact-outer .address .icon-wrapper{
      position: relative;
    display: block;
    width: 100%;
    top: 10px;
    margin-left: 20px;
}
.contact-outer .address .icon-wrapper:before{
content: url(../images/contact-icon-back.png);
    background-repeat: no-repeat;
    top: -20px;
    left: -35px;
    margin: 0 auto;
    z-index: -1;
    position: absolute;
}
.contact-outer .contact-social a{
  color: #c1d4cd;
  font-size: 30px;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
}
.contact-outer .contact-social a:hover{
 color: #7966a6;
}
.contact-outer .contact-social h2{
  margin-top: 90px;
    display: block;
    margin-bottom: 20px;
}
.contact-left h1{
  font-size: 45px;
}
.contact-left p{
  font-size: 18px;
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 30px;
}
.contact-left .form-group{
  position: relative;
}
.contact-left , .right-contact{
  margin-top: 70px;
}
.contact-left .help-block{
  color: rgba(185, 74, 71, 0.6196078431372549);
  font-size: 14px;
  margin-left: 20px;
} 
.contact-left .form-group label{
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 17px;
  margin: 0;
  color: #212121;
  font-weight: 300;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.contact-left .form-control {
    display: block;
    width: 100%;
    padding: 20px 30px 10px 30px;
    font-weight: 300;
    line-height: 1.5;   
    background-color: #f2f5f9;
    background-clip: padding-box;
    border:none;
    border-radius: 30px;
    transition: none;
    font-size: 17px;
  color: #212121;
  margin-top: 20px;
}
 .contact-left input[type=number]::-webkit-inner-spin-button, 
.contact-left input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.contact-left  .form-control:focus{
  color: #495057;
    background-color: #f2f5f9;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.contact-left{
  box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.contact-left .submit-btn {
  cursor: pointer;
    display: block;
    width: 130px;
    height: 45px;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
        border: 0;
        margin: 30px auto 0 0;
}
.contact-left .submit-btn .right-arrow {
  display: inline-block;
  transform: rotate(180deg);
}
.contact-left .submit-btn:focus{
    outline: 0;
    box-shadow: none;
}
/*error page*/
.error-div {
  padding: 80px 0;
}
.error-div h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.error-div h2 {
  font-size: 30px;
}
.error-div p {
  font-size: 16px;
  margin: 0 0 20px;
}
.error-div a{
  background: #91aacb;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    line-height: 1.7;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
}
/*sitemap*/
.sitemap{
  padding: 70px 0;
}
.sitemap h1{
  font-size: 33px;
  font-weight: bold;
  color:#020202;
  margin-bottom: 50px;
}
.sitemap .m-menu{
  color:#020202;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.sitemap .s-menu{
  color:#020202;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
/*home page map section*/
.location_map{
  padding: 50px 0 70px;
  background: url(../images/location-map-back.png);
  background-repeat: no-repeat;
  background-position: center;
}
.location_map h1{
  font-size: 45px;
  margin-bottom: 60px;
}
.map-div{
  position: relative;
}
.map-div .location-vietnam{
      position: absolute;
    top: 130px;
    right: 70px;
}
.map-div .location-singapur{
       position: absolute;
    right: 130px;
    bottom: 230px;
}
.map-div .location3{
    position: absolute;
  left: 360px;
    top: -30px;
}
.map-div .location-uae{
    position: absolute;
  right: 440px;
    bottom: 245px;
}
.map-div .location-europe{
    position: absolute;
    right: 450px;
    top: 35px;
}
.map-div .top-india{
   position: absolute;
    right: 242px;
    top: 57px;
}
.map-div .location-china{
   position: absolute;
   right: 242px;
    top: 57px;
}
.map-div .location-india{
    position: absolute;
  right: 220px;
    top: 110px;
}
.map-div  .pop-over.pop-over-india{
 overflow-x: visible;
    overflow-y: scroll;
    padding-top: 85px;
  }
  .map-div  .pop-over.visible{
  visibility: visible;
  opacity: 1;
  }
.map-div  .pop-over{
  position: relative;
    z-index: 1;
    text-align: center;
    top: -17px;
    width: 150px;
    height: 40px;
    left: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #020202;
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
      background:#fff;
     
   /*   transition: all 0.3s ease-in-out;*/
    /*  opacity: 0;*/
   transition:visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
     visibility: hidden;
     opacity: 0;
}
.map-div  .pop-over:before{
 position: absolute;
    top: -1px;
    left: 8px;
    width: auto;
    height: auto;
    border-radius: 1px solid black;
    background: #fff;
    content: "";
    z-index: -1;
    text-align: center;
}
.map-div  .pop-over:after{
  position: absolute;
  content: "";
  bottom: -14px;
    left: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    z-index: -1;
}

.map-div .location-over img{
display: block;
}
.map-div .location-over:hover  .pop-over{
  visibility: visible;
  opacity: 1;
}
.what-people-say .owl-item .item {
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0.5;
}
.what-people-say .owl-item.active {
  z-index: -1;
}
.what-people-say .owl-item.active.center {
  z-index: 1;
}
.what-people-say .owl-item.active.center .item {
  transform: scale(1.2);
  z-index: 2;
  opacity: 1;
}
.what-people-say .owl-stage-outer {
      padding: 40px 0;
}

.what-people-say .owl-theme .owl-nav {
      position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.what-people-say .owl-theme .owl-nav [class*=owl-]:hover,
.what-people-say .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    padding: 0 10px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.footer-bottom .foot-right a,
.sitemap .m-menu,
.sitemap .s-menu {
  transition: all 0.3s ease-in-out;
}
.footer-bottom .foot-right a:hover,
.footer-bottom .sitemap-link:hover,
.sitemap .m-menu:hover,
.sitemap .s-menu:hover {
    color: #8c75c3;
}
.servies {
  padding: 0 0 80px;
}
.top-arrow {
  text-decoration: none;
      color: #ffffff;
    background: #7966a6;
  padding: 8px;
  transform: rotate(91deg);
  position: fixed;
  right: 5%;
  bottom: 5%;
  transition: all 0.3s ease-in-out;
  display: none;
  height: 40px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 1;
}
.top-arrow:hover {
  background:#91aacb;
  color: #ffffff; 
}


.infrastructure {
  padding: 70px 0;
}
.infrastructure h1{
  margin-bottom: 30px;
}
.infrastructure-carousel .item {
    padding: 20px;
}
.infrastructure .wrapper-box{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 18px 0px rgba(69, 82, 116, 0.11);
  padding: 30px 0;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 400px;
 }
 .infrastructure .wrapper-box .img-box img{
  width: 100%;
  transition: all 0.3s ease-in-out;
 }
 
 .infrastructure .wrapper-box .img-box{
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
    display: block;
    height: 165px;
    width: 165px;
    margin: 0 auto;
 }
 .infrastructure .content-box {
    padding: 10px 15px 0 15px;
    text-align: center;
}
 .infrastructure .content-box hr{
  margin: 20px 0 15px;
  width: 250px;
 }
 .infrastructure .content-box h2{
  font-size: 18px;
    color: #7966a6;
    margin: 5px 0;
 }
 .infrastructure .content-box p{
  font-size: 16px;
  color: #020202;
  margin: 0;
 }
 .infrastructure .content-box h5{
 font-size: 15px;
    color: #020202;
    margin: 0;
    text-align: center;
    padding: 8px 0 0 0;
 }
 

 .infrastructure .content-box .follow-us{
   font-size: 14px;
  color: #7a97a0;
 }
.infrastructure .content-box .social{
  color: #0077b5;
    font-size: 35px;
    margin: 0px 0 0 10px;
    vertical-align: bottom;
}
.infrastructure-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
}
 .infrastructure-carousel .owl-nav .owl-next{
  position: absolute;
  right:-10px;
  transform: rotateY(180deg);
 } 
 .infrastructure-carousel .owl-nav .owl-prev{
position: absolute;
left:-10px;
 }
 .infrastructure-carousel.owl-theme .owl-nav [class*=owl-] {
    color:black;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.infrastructure-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: black;
    text-decoration: none;
}

 .grayscale{
    -webkit-filter: grayscale(0%);
     filter: grayscale(0%);
   /* filter: none;*/
}
.interactive-modal .modal-dialog{
    max-width: 240px;
}
.interactive-modal .modal-content{
  text-align: center;
  border: none;
    border-radius: 0;
     position: relative;
     background-color: #000000;
}
.interactive-modal .close {
    position: absolute;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    top: -40px;
    right: 0;
    font-size: 40px;
  }
  .about-infra{
    padding:0 0 70px 0;
  }
  .about-infra h1{
    margin-bottom: 30px;
  }
  .team-carousel{
  }
  .team-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
}
.team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: black;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000000;
    text-decoration: none;
}
.team-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    transform: rotate(90deg);
}
.team-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
}
.team-carousel .item{
  padding: 0 10px;
}


.gallery-tab {
    padding: 60px 0px;
    position: relative;
}
.gallery-tab .nav-link {
    background: #fff;
    color: #7966a6;
    font-size: 18px;
    border: 1px solid #7966a6;
    margin: 0px 5px;
    transition: all 0.4s;
    border-radius: 0;
}
.gallery-tab {
    padding: 60px 0px;
}
.gallery-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.gallery-tab .nav-tabs .nav-link.active {
    background-color: #7966a6;
    color: #fff;
    font-weight: 600;
    border: 1px solid #7966a6;
}
.gallery-tab .nav-link:hover {
    background-color: #7967a670;
    color: #fff;
}
.gallery-tab ul li {
    width: 40%;
    border-radius: 0;
    text-align: center;
}

img.img-fluid.event-icon {
    height: 80px;
    width: 80px;
}