
@font-face {
    font-family: Dita-Sweet;   
    src: url("Dita-Sweet.otf") format("opentype"),
         url("Dita-Sweet.ttf")  format("truetype"); /* Safari, Android, iOS */
}
@font-face {
    font-family: HenriDidot;   
    src: url("HenriDidot.otf") format("opentype");       
}
@font-face {
    font-family: didot;   
    src: url("didot.ttf") format("truetype");       
}
@font-face {
    font-family: TheanoDidot-Regular;   
    src: url("TheanoDidot-Regular.ttf") format("truetype");       
}
@font-face {
    font-family: GothamLight;   
    src: url("GothamLight.ttf") format("truetype");       
}
@font-face {
    font-family:GothamMedium;   
    src: url("GothamMedium.ttf") format("truetype");       
}
@font-face {
    font-family:Gotham-Book;   
    src: url("Gotham-Book.otf") format("opentype");       
}
@font-face {
    font-family:GothamNarrow-Book;   
    src: url("GothamNarrow-Book.otf") format("opentype");       
}
@font-face {
    font-family:GothamNarrow-Light;   
    src: url("GothamNarrow-Light.otf") format("opentype");       
}
@font-face {
    font-family:GothamNarrow-Medium;   
    src: url("Gotham-Book.otf") format("opentype");       
}
/*
@font-face {
    font-family: Dita-Sweet;
    src: url("path/GraublauWeb.otf") format("opentype");
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url("path/GraublauWebBold.otf") format("opentype");
}
@font-face {
    font-family: GraublauWeb;
    src: url("path/GraublauWebBold.woff") format("woff"), url("path/GraublauWebBold.ttf")  format("truetype");
}
@font-face {
    font-family: GraublauWeb;
    src: url("webfont.eot"); /* IE9 Compat Modes *
    src: url("webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 *
         url("webfont.woff") format("woff"), /* Modern Browsers *
         url("webfont.ttf")  format("truetype"), /* Safari, Android, iOS *
         url("webfont.svg#svgFontName") format("svg"); /* Legacy iOS *
}

*/

body{
    font-family: Gotham-Book; 
}
section{
    width:100%;
}
.main-container{
    position:relative;
}
.bkImg img{
    height: 110vh;
    object-fit: cover;
    width: 100%;
}
.bkImgPages{
    position:relative;
    text-align:center;
}
.bkImgPages img{
   height:350px;
   object-fit: cover;
   width: 100%;
   object-position: bottom;
}
.bkImgPages .pagetitle{
   position:absolute;
   top:60%;
   left:50%;
    transform: translate(-50%, -50%);
    color:#fff;
    background-color: rgba(63, 193, 190, 0.5);
    font-size: 40px;
    padding: 10px 20px;
    font-family: didot;
    text-transform: uppercase;
}
.pagetitle.red{
    background-color:rgba(242, 101, 34, 0.5);
}
/*.main-container .navbar-pad{
    padding-top: 10px;
    padding-bottom: 10px;
}*/
.main-container .navbar-brand{ padding-top: 15px;}
.main-container ul li a {
    text-transform: uppercase;
    color:#fff;
    font-size:18px;
    font-family:GothamNarrow-Light;
}
.main-container ul li ul{
    background-color: rgba(34, 34, 34, 0.85);
}
.main-container ul li ul.dropdown-menu{
    padding:0px 0px;
}
.main-container ul li ul li{
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 0.5px solid #9e9a9a;
  border-bottom: 0.5px solid #9e9a9a;
  
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
     background-color: transparent;
     color:#3fc1be;
     /*font-family:GothamNarrow-Medium; */
     font-size:18px;
     font-weight: 700;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 20px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px;
}
.navbar-brand img {
    width:200px;
}
/*.navbar-nav>li>ul.dropdown-menu {
    margin-top: 10px;
}*/
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
/* ul.dropdown-menu  li a.orange{
    color: #f26522;
    font-size:10px;
    padding: 6px;
    text-align: center;
}
ul.dropdown-menu li a.blue{
    color: #3fc1be;
    font-size:10px;
    padding: 6px;
    text-align: center;
}*/
ul.dropdown-menu  li a.orange1{
    color: #fff;
    font-size:12px;
    padding: 10px 6px;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(34, 34, 34, 0.85);
}
ul.dropdown-menu  li a.orange1:hover{
    color: #f26522;
  
}
ul.dropdown-menu  li.active a.orange1{
    color: #f26522;
    font-family:GothamNarrow-Medium;
}
ul.dropdown-menu li a.blue1{
    color: #ffffff;
    font-size:12px;
    padding: 10px 6px;
    text-align: center;
    letter-spacing: 1px;
    background-color: rgba(34, 34, 34, 0.85);
}
ul.dropdown-menu li a.blue1:hover{
    color: #3fc1be;
    
}
ul.dropdown-menu li.active a.blue1{
    color: #3fc1be;
    font-family:GothamNarrow-Medium;
}
ul.dropdown-menu li.active a.blue1:hover{
    background-color: rgba(34, 34, 34, 0.85);
}
ul.dropdown-menu li.active a.orange1:hover{
    background-color: rgba(34, 34, 34, 0.85);
}
.dropdown:hover .dropdown-menu {display: block;}
.main-container .navbar-inverse {
    background-color: rgba(34, 34, 34, 0.85);
}
.orange-bk1{
    position:absolute;
    bottom:46%;
    left:2%;
    background-color:rgba(242, 101, 34, 0.85);
    font-size:36px;
    font-weight:700;
    padding:10px;
    color:#fff;
   }
.blue-bk{
    position:absolute;
    bottom:28%;
    left:2%;
    background-color: rgba(63, 193, 190, 0.85);
    font-size:64px;
    font-weight:700;
    text-transform: uppercase;
    padding: 10px;
    color:#fff;
}
.orange-bk2{
    position:absolute;
    bottom:10%;
    left:2%;
    background-color: rgba(242, 101, 34, 0.85);
    font-size:52px;
    font-weight:700;
    padding:18px 10px;
    color:#fff;
}
/*********************  FEATURED *************************************/
.featured{
   /* width:100%;*/
    background-color: #ffffff;
    padding:40px 20px;
        margin-top: 20px;

}
.featured  h2{
    color:#f26522;
    font-size:36px;
    text-transform:uppercase;
    font-family: didot;
    font-weight: 700;
    position:relative;
    display: block;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.featured h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 26%;
    background-color: #ff4000;
    bottom: 8px;
    left: 37%;
}
 .card {
    padding:0px 50px;
    margin-bottom: 30px;

    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /*width: 100%;*/
}


 .box_container {
    /*padding: 15px 20px 25px;*/
    padding: 15px 20px 20px 50px;
    color:#fff;
}
 .box_container.blue_box{
    background-color: #3fc1be;
}
 .box_container.red_box{
    background-color: #f26522;
}
 .box_container h3{
   /* font-size: 40px;*/
    font-size:28px;
    font-family: didot;
    color:#fff;
}
a:hover{
    color:#fff;
    text-decoration:none;
}
hr{
    display: inline-block;
    width:25%;
    margin: 10px 10px 2px 0px;
    border: 0;
    border-top: 3px solid #eee;
}
span.turnkey-title{
    font-family: GothamLight;
    text-transform:lowercase;
    font-size:20px;
    color:#fff;
}
/*
.featured .multi-item-carousel {
  overflow: hidden;
  padding: 25px 0px;
}
.featured .multi-item-carousel img {
  height: auto;
  width: 100%;
}
.featured .multi-item-carousel .carousel-control.left, 
.featured .multi-item-carousel .carousel-control.right {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
}
.featured .multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
 
}
.featured .carousel-inner > .item.next, 
.featured .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.featured .carousel-inner > .item.prev, 
.featured .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.featured .item__third {
  float: left;
  width: 33.33333333%;
}
*/



.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel .card > img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.multi-item-carousel .carousel-control.left, 
.multi-item-carousel .carousel-control.right {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}
.carousel-inner > .item.next, 
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev, 
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.item__third {
  float: left;
  width: 33.33333333%;
}

@media screen and (min-width: 768px){
    .featured .carousel-indicators {
        bottom: 40px; 
    }
    .multi-item-carousel {
        overflow: hidden;
        min-height: 620px;
    }
}

 .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
   
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: url('../img/shapes/Slider_grey.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
 .carousel-indicators li.active {
    width: 22px;
    height: 22px;
    margin: 0;
    background-image: url('../img/shapes/Slider_orange.png');
     background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color:transparent;
}
.share-icon{
        margin-top: 12px;
}
.tab-content .share-icon img {
    width: 32px!important;
    margin-top: 50px;
}
@media (min-width: 992px){
    .pad-zero {
        padding-left: 0px;
    }
}
.share-icon img{
    width:40px!important;
    margin-top:50px;
}
.featured .col-md-2{
    padding:0px!important;
}
/*************************** HEXAGON INDICATOR **************************
.carousel-indicators{
            list-style: none;
        }
.carousel-indicators li, .carousel-indicators li.active{
            width: 20px;
            height: 20px;
            background-color: #fff;
            position: relative;
            margin: 0px;           
        }
 .carousel-indicators img{
            position: absolute;
            width: 100%;
            border-radius: 50%;
            height: 100%;
            top: 0;
            left: 0;            
}*/
/*Active
.carousel-indicators li.active {
     background-color: #f26522;
}
.carousel-indicators li.active:before {
    border-bottom-color: gray;
}
.carousel-indicators li.active:after {
    border-top-color: gray;
}*/
/************************ END *************************/
/**************************** OUR EXPERTISE *****************************/
.our-expertise{
    width:100%;
    background-color: #ffffff;
        padding: 0px 20px ;
        margin-bottom: 100px;
}
.our-expertise .left-arrow{
    position: absolute;
    top: 35%;
    left: -30px;
    z-index: 5;
    display: inline-block;
}
.our-expertise .left-arrow img{ 
    width:18px;
}
.our-expertise .right-arrow img{ 
    width:18px;
}
.our-expertise .right-arrow{
    position: absolute;
    top: 35%;
    right: -30px;
    z-index: 5;
    display: inline-block;
}
.our-expertise h2{
    color:#3fc1be;   
    font-size:36px;
    text-transform:uppercase;
    font-family: didot;
    font-weight:700;
    position:relative;
    display: block;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
   
    text-align: center;
}
.our-expertise h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
   width: 27%;
    background-color: #3fc1be;
    bottom: 8px;
    left: 36.8%;

}
.our-expertise h4 {
    
    text-transform: uppercase;
    text-align: center;
    color:#373636;
    font-size: 24px;
    font-family: GothamMedium
}

.our-expertise .container-box {
  position: relative;
  width: 100%;
}

.our-expertise .image-box {
      display: block;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.our-expertise .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(63, 193, 190, 0.7);
}

.our-expertise .container-box:hover .overlay {
  opacity: 1;
}

.our-expertise .text a{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform:uppercase;
  font-family: GothamMedium;
}
.our-expertise .text a:hover{
    text-decoration: none;
}
.carousel-control {
    color:#f26522;
    top:20px;
}
@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-right,   
    .our-expertise .carousel-control .icon-next 
    .our-expertise .carousel-control .icon-prev{
       margin-right: -50px;
        margin-top: -35px;
    }
}
@media screen and (min-width: 768px){
   
    .carousel-control .glyphicon-chevron-left,
    .our-expertise .carousel-control .icon-next 
    .our-expertise .carousel-control .icon-prev{
       margin-left: -50px;
        margin-top: -35px;
    }
}
/**************************** FOOTER *****************************/
.footer{
    background-color: #111319;
    color:#fff;
    padding:20px;
    font-family: Gotham-Book;
}
.footer ul{
    padding-left: 0px;
    list-style-type:none;
        margin-bottom: 0px;
}
.footer ul li{
    display: inline-block;
}
.footer ul li a{
    border-right:1px solid #fff;
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    padding:0px 10px;
    text-decoration: none;
    font-family:GothamNarrow-Book;
}
.copyright{
    text-align: right;
    font-family:GothamNarrow-Book;
    font-size:14px;
}
.footer ul li a:hover{ text-decoration: none;}

.footer ul li:last-child a {
   border-right:none;
}
/************************ FOOTER *******************************************/
.about_us {
      padding: 50px 35px;   
}

.about_us p{
    text-align:justify;
   /* font-family: GothamLight;*/
    font-family: GothamMedium;
    font-size:17.5px;
}
.counter{
        padding: 0px 35px 50px;
}
.counter .count{
    font-family: Dita-Sweet; 
    font-size:100px;
    font-weight:700;
    color:#b1b1b1;
}
.counter .count-text{
    font-family:GothamMedium;
    font-size:20px;
    font-weight:700;
    color:#333;
    text-transform: capitalize;
        margin-top: 100px;
}
.counter .l-class{
    font-family: Dita-Sweet; 
    font-size:100px;
    font-weight:700;
    color:#b1b1b1;
}
.directors{
    padding: 50px 35px;
    margin-bottom:80px;
}
.directors .title-main{
    color: #3fc1be;
    font-size: 36px;
    text-transform: uppercase;
    font-family: didot;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 50px 0;
    text-align: center;
    letter-spacing: 30px;
    
}
.directors .desc{
    font-family:GothamLight;
    font-size:17.5px;
    text-align:justify;
}
.directors .title{
    font-family:GothamMedium;
    font-size:20px;
    color:#f26522;
}
.directors .vertical-line{
    padding-right: 70px;
    border-right: 2px solid #eee;
}
.directors .vertical-line-r{
    padding-left: 40px;
    
}
#aboutus{
        margin-bottom:60px;
    }
.expertise{
      padding: 50px 35px 80px;  
}
.margin-bot{
    margin-bottom:30px;
}
/************************************ PROJECTS ********************************/
.projects .container-fluid ,.projects .col-md-12 ,.projects .col-sm-12,.projects .col-xs-12{
    padding:0px;
}
.relative{
    position:relative;
}
.img-fit{
    object-fit:cover;
    height:700px;
    width:100%;
}
.img-fit-arrow{
    
    object-fit:cover;
    height:700px;
    width:60%;

}
#overlay_orange {
   /* position: fixed; /* Sit on top of the page content */
    position: absolute;
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
        background-color: rgba(255, 64, 0, 0.5);
    /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlay_blue{
    /*position: fixed; /* Sit on top of the page content */
    position: absolute;
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
   background-color: rgba(63, 193, 190,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
/************************TURNKEY **************************************/
.turnkey {
      padding: 0px 35px 50px;   
}
.turnkey .nav-pills>li.active>a,
.turnkey .nav-pills>li.active>a:focus, 
.turnkey .nav-pills>li.active>a:hover {
    color: #fff;
    background-color:#fff;
    
}
.turnkey .nav-pills>li>a,
.turnkey .nav-pills>li>a:focus, 
.turnkey .nav-pills>li>a:hover {
    color: #fff;
    background-color:#fff;
    
}
#ongoing-btn{display:none;}
.turnkey-desc p{
    text-align: justify;
    font-weight:600;
    font-size:20px;
    padding:30px 20px;
    margin-bottom: 0px;
    font-family: Gotham-Book; 
}
.turnkey .card {
    padding: 0px;
}
.turnkey .card a{
   color:#fff; 
}
.turnkey .card a:hover{
   color:#fff; 
}
.turnkey .card img.cover{
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.turnkey .box_container{
    min-height:165px;
}
.turnkey h3.didot{
      color: #fff;
      font-family: didot; 
      font-size:24px;
        padding-left: 0px;
}
.pad-r-0{
    padding-right: 0px;
    text-transform:capitalize;
}
@media(min-width:768px){
    .pad-r-0{
        padding-right: 0px;
        padding-left:0px;
        text-transform:capitalize;
    }
}

span.gotham{
     font-family: GothamLight;
    text-transform:lowercase;
    font-size:20px;
}
   
/**************************************** PROJECTS DEVELOPED *****************/
.launching{
        height:1000px;
        
    }
.projects-desc p{
    text-align: justify;
    font-weight:600;
    font-size:20px;
    padding:30px 20px;
    margin-bottom: 0px;
    font-family: Gotham-Book; 
}
.launching-soon-l{
    font-family: Dita-Sweet; 
    font-size:75px;
    font-weight:700;
    text-transform: uppercase;
    text-align:center;
    padding: 250px 0px 0px;
    color:#d9d6d4;
}
.launching-soon-s{
    font-family: Dita-Sweet; 
    font-size:155px;
    font-weight:700;
    text-transform: uppercase;
    text-align:center;
    
    color:#d9d6d4;
}
.launching-soon-l-p {
    font-family: Dita-Sweet;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 210px 0px 0px;
    color: #d9d6d4;
    padding-left: 100px;
}
.launching-soon-s-p {
    font-family: Dita-Sweet;
    font-size: 155px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #d9d6d4;
    padding-left: 100px;
}
/*********************SOLO PROJECT ****************************/
.solo-project .item.active{
    padding: 0px;
    margin:0px;
}

.solo-project .left{
   font-size:16px;
   text-transform:uppercase;
   font-weight:900;
   text-align:right;
   padding-bottom:10px;
}
.solo-project .right{
   font-size:16px;
   text-transform:uppercase;
   text-align:left;
   padding-bottom:10px;
}
.solo-project{
      padding: 50px 35px;   
}
.vl {
    border-left: 10px solid #fff;
    height: 600px;
    position: absolute;
    left: 33.33%;
    margin-left: -3px;
    top: 0;
}
@media  (min-width: 768px){
    .solo-project .carousel-indicators {
        bottom: -50px;
    }
    .solo-project .objectfit {
    object-fit:contain;
    width: 100%;
    height: 500px !important;
}
}
/*.multi-item-carousel2 {
  overflow: hidden;
}
.multi-item-carousel2 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.multi-item-carousel2 .carousel-control.left, 
.multi-item-carousel2 .carousel-control.right {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
}
.multi-item-carousel2 .carousel-inner {
  width: 150%;
  left: -25%;
}
/*.multi-item-carousel2 .carousel-inner > .item.next, 
.multi-item-carousel2 .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}*
.multi-item-carousel2 .carousel-inner > .item.prev, 
.multi-item-carousel2 .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.multi-item-carousel2 .item__third2 {
  float: left;
  width: 33.33333333%;
}*/
/********************* CONTACT US ****************************/
.contact-us{
   width:100%;
}
.contact-us .iframe {
    width:100%; 
}
.contact-form{
    width:100%;
}
.contact-form .black-bk{
    background-color:#111319;
    position:relative;
    padding:20px 0px;
    z-index: 1;
}
.white-bk{
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 420px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
.contact-form .black-bk .image{
    z-index: 3;
}
.contact-form .black-bk .cont-form{
   background-color: #fff;
   padding: 100px 80px;
   margin-top: 6px;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    z-index: 3;
}
.address-bar {
   background-color: #fff;
   padding: 40px 0px;
}
.address-bar .address-title{
    font-size:14px;
    text-transform: uppercase;
    font-family: GothamMedium;
}
.address-bar .address-desc{
    font-size:14px;
    text-transform:capitalize;
    font-family: GothamLight;
    font-weight: 600;
}
.form-control {
    border:0px;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
}
/************************ MEDIA MOBILE ***************************************/
@media (min-width:768px) and (max-width:1024px){
    .box_container {
      padding: 15px 20px 20px 36px;
    color: #fff;
    }
    .turnkey .box_container {
    min-height: 220px;
    }
    .turnkey h3.didot {
        font-size: 22px;
    }
    .bkImg img {
        height: 75vh;
        object-fit: contain;
        width: 100%;
    }
    .featured {
    padding: 0px 20px 20px;
    }
    .img-fit {
        height: 400px; 
    }
    .img-fit-arrow {   
        height: 400px;    
    }
    .main-container ul li a {
       font-size: 13px;
    }
     .bkImg img {
          object-fit: contain;
            margin-bottom: 20px;
        }
    .counter .count {
        font-size: 60px;
    }
    .counter .l-class{
        font-size: 60px;
    }
    .counter .count-text {
        font-size: 14px;
        margin-top: 30px;
        padding-left: 0px; 
    }
    .copyright {
    text-align: right;
    font-size: 10px;
    }
    .footer ul li a {
        font-size: 10px;
    }
    .about_us img{
       margin-bottom: 20px;
    }
    .copyright {
        text-align: right;
        font-size: 8px;
        padding-top: 4px;
    }
    .turnkey .card img.cover {
        height: 152px;
        object-fit: cover;
        width: 100%;
    }
    box_container h3 {
        font-size: 14px;
        font-weight: 700;
    }
    .launching{
        height:500px;
    }
    .launching-soon-l{
        font-size:50px;
        padding: 150px 0px 0px;    
    }
    .launching-soon-s{
        font-size:100px;
    }
    .contact-form .black-bk .cont-form {
        padding: 100px 20px;
    }
    .white-bk{
        top: 300px;
    }
    .launching-soon-l-p {
    
    font-size: 36px;
    text-align: left;
    padding: 124px 0px 0px;
    color: #d9d6d4;
    padding-left: 100px;
    }
    .launching-soon-s-p {
   
    font-size: 68px;
   text-align: left;
    color: #d9d6d4;
    padding-left: 100px;
}
    
}
@media (max-width:767px){
        .tab-content .share-icon img {
        width: 32px!important;
        margin-top: 42px;
    }
    .box_container {
    min-height: 200px;
    padding: 15px 20px 20px 15px;
    }
    .turnkey h3.didot {
   
    font-size: 20px;
    padding-left: 0px;
    }
    .turnkey .box_container {
         min-height: 150px;
    }
   .orange-bk1{
       bottom:27%;   
       font-size:24px;  
   }
   .blue-bk{
       bottom:13%;
       font-size:48px;
    }
    
    .orange-bk2{
     bottom:1%;
     font-size:30px;
     padding:16px 10px;
    }
    hr{
    width: 30%;
        margin: 10px 5px 2px 0px;
    }
    .box_container .col-xs-2 {
        padding:8px;
    }
    .featured .card {
    padding: 0px 6px;
    }
    .featured .box_container h3{
    font-size:14px;
    min-height:70px;
    }
    .bkImg img {
    height: 35vh;
    object-fit: contain;
    width: 100%;
    }
    .featured {
        padding: 0px 20px;
        margin-bottom:20px;
    }
    .featured h2 {   
    font-size: 24px;   
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;   
    }
    .featured .carousel-indicators {
      bottom: -10px;
    }
    .our-expertise{
       padding:0px 20px;
    }
    .our-expertise h2{
        font-size: 24px;   
        padding: 0 0 0px 0;
        margin: 0 0 10px 0;  
    }
    .our-expertise h2:after {
     width: 80%;
    left: 10%;
    bottom: 0px;

    }
    .our-expertise .image-box {
      display: block;
    object-fit: cover;
    width: 100%;
    height: 150px;
    }
   .featured h2:after {
    width: 77%;
    left: 12%;
    bottom: 0px;

    }
    .our-expertise h4 {
        font-size:16px;
    }
    .footer ul li a{
        font-size: 10px;
        padding: 0px 8px;
        
    }
    .footer ul li {
      padding-bottom:6px;        
    }
    
    .footer .copyright{
        font-size:10px;
        padding-bottom:6px;
        text-align: justify;
        padding-left: 23px;
    }
    .navbar-brand img {
    width:100px;
    }
    .box_container h3 {
        font-size: 14px;
    }
    .img-fit {
        height: 180px; 
    }
    .img-fit-arrow {   
        height: 180px;    
    }
    .counter .count-text{
        margin-top: 26px;
        padding-left: 0px;
        font-size: 18px;
    }
    /*.bkImgPages .pagetitle {
       font-size: 24px;
    
    }*/
    .about_us img{
       margin-bottom: 20px;
    }
    .about_us p {
    text-align: justify;
    font-size: 13px;
    }
    .about_us {
    padding: 50px 35px 0px;
    }
    .counter .count {
      font-size: 84px;
    }
     .counter .l-class {
      font-size: 84px;
    }
    .launching{
        height:500px;
    }
    .launching-soon-l{
        font-size:50px;
        padding: 150px 0px 0px;    
    }
    .launching-soon-s{
        font-size:100px;
    }
    .launching-soon-l-p {
   
    font-size: 20px;
   
    text-align: left;
    padding: 50px 0px 0px;
    color: #d9d6d4;
    padding-left: 20px;
    }
    .launching-soon-s-p {
    font-size: 26px;
    text-align: left;
    color: #d9d6d4;
    padding-left: 26px;
    }
    .contact-form .black-bk .cont-form {
        padding: 100px 20px;
    }
    .white-bk{
       top: 278px;
    }
    .multi-item-carousel .card > img {
    height: 140px;
    }
    span.turnkey-title {
        font-size:13px!important;
    }
    .carousel-indicators li {
        width: 18px;
        height: 18px;
    }
     .carousel-indicators li.active {
        width: 20px;
        height: 20px;
    }
    
    #aboutus .carousel-indicators {
    position: absolute;
    bottom: -40px;
    }
    .directors{
    padding: 50px 35px;
    margin-bottom:80px;
    }
    .directors .title-main{
   
    font-size: 34px;
   
    letter-spacing: 5px;
    
    }
    .directors .desc{
        font-family:GothamLight;
        font-size:14px;
        text-align:justify;
    }
    .directors .title{
        font-family:GothamMedium;
        font-size:16px;
        color:#f26522;
    }
    .directors .vertical-line{
        padding-right: 0px;
        border-right: 0px solid #eee;
        margin-bottom:20px;
    }
    .directors .vertical-line-r{
        padding-left: 0px;
        
    }
   
}
@media (max-width: 767px) and (orientation:landscape){
    .bkImg img {
        height: 80vh;
        object-fit: cover;
        width: 100%;
        margin-bottom: 20px;
    }
    .copyright {
        text-align: right;
        font-size: 12px;
    }
    .footer ul li a {
        font-size: 12px;
    }
    
}
@media (min-width: 768px) and (max-width:1280px) and (orientation:landscape){
    .bkImg img {
         /*object-fit: cover;*/
         width:100%;
         height:auto;
            margin-bottom: 20px;
        }
    
    .featured .carousel-indicators {
        bottom: -7px;
    }
   .box_container h3 {
   
    font-size: 28px;
   
}
}
@media (width: 1024px) and (orientation:landscape){
    .white-bk{
         top: 330px;
    }
    .featured h2:after{
        width: 39.5%;
        background-color: #ff4000;
        bottom: 8px;
        left: 30.5%;
    }
    .our-expertise h2:after{
        width: 41%;
        background-color: #3fc1be;
        bottom: 8px;
        left: 30%;
    }
   
    .turnkey .box_container {
        min-height: 176px;
    }
}
@media (min-width: 768px) and (max-width:1023px){
    .featured h2:after {
        width: 53.5%;
        background-color: #ff4000;
        bottom: 8px;
        left: 23.5%;
    }
    .our-expertise h2:after {
    width: 56%;
    background-color: #3fc1be;
    bottom: 8px;
    left: 22.2%;
    }
    .card {
    padding: 0px 20px;
    margin-bottom: 30px;
    }
    .box_container h3 {
    /* font-size: 40px; */
    font-size: 26px;
    font-family: didot;
    color: #fff;
    }
    .pad-zero{
        padding-left:0px;
        padding-right:0px;
        
    }
}
@media (width:1024px){
     .pad-zero{
        padding-left:0px;
        padding-right:0px;
        
    }
    .share-icon img {
    width: 28px!important;
    margin-top: 50px;
}
}
/*
.exo-item-holder{
    background: rgb(63, 193, 190);
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 70%;
}

.exo-item-holder .exo-right-item{
    width: 0;
	height: 0;
	border-top: 350px solid transparent;
	border-right: 150px solid rgb(63, 193, 190);
	border-bottom: 350px solid transparent;
    transform: translateX(-150px)
}

.exo-item-holder .exo-right-item-line{
    position: absolute;
    top: 0px;
    left: 0px;
    /*
	border-top: 350px solid transparent;
	border-right: 150px solid rgb(63, 193, 180);
	border-bottom: 350px solid transparent;*
    background: #000;
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    transform: translateX(-250px)
}*/

.exo-switch{
    width: 400px;
    margin: 10px auto;
    height: 50px;
    display: block;
    position: relative;
}
@media(max-width:767px){
    .exo-switch{
        width: 200px;
    }
}
@media(max-width:425px){
    .bkImgPages .pagetitle{
        font-size:1.7em;
    }
    .bkImgPages img{
        height: 250px;
    }
}
.exo-switch>img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    z-index: -1;
}

.exo-switch>span{
    width: 50%;
    float: left;
    border: 0px solid #ff0000;
    height: 100%;
    cursor: pointer;
}
textarea.form-control {
    height: auto;
    resize: none;
}
.btn-default{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
}
@media (max-width:1280px){
    span.turnkey-title{
    font-size:22px;
    color:#fff;
    }
  
}
@media(min-width:1024px){
    .about_us .padding-left p{
    padding-left:80px;
    }
}
@media  (min-width: 768px){
    #aboutus .carousel-indicators {
        bottom: -60px;
    }
}
@media(width:768px){
    .tab-content .share-icon img {
    width: 24px !important;
    margin-top: 50px;
}
}
@media (width:1280px){
    .img-fit-arrow{
      width: 63%;
    }
    .launching-soon-l-p {
     padding-top: 204px;
    padding-left: 20px;
    
    }
    .launching-soon-s-p {
      font-size: 125px;
      text-align: left;
      padding-left: 50px;
    }
    
    .featured .carousel-indicators {
        bottom: 20px;
    }
      .turnkey .box_container {
    min-height: 160px;
    }
}

@media (max-width: 760px){
    .directors .title-main {
        font-size: 24px;
        letter-spacing: 4px;
    }
}
@media (min-width: 768px){
#completedProjects .carousel-indicators {
    bottom: -15px;
}
}
