body{
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
html,body{
    overflow-x: hidden;
}

#header{
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.9)),url('../../images/background.jpg');
    background-repeat:no-repeat;
    background-position: center; 
    width:100%;
    padding-bottom: 60px;

}
.about-us-container{
    padding-top:100px;
}
.myContainer{
    width:85%;
    margin-left:50%;
    transform:translateX(-50%);
}
.AboutUSContainer{
    width:85%;
    margin-left:50%;
    transform:translateX(-50%);
}
.ClientsContainer{
    width:85%;
    margin-left:50%;
    transform:translateX(-50%);
    padding-top:150px;
}
.ClientsContainer img{
    width:100%;
    height:300px;
}
.ClientsContainer h1{
    font-size:30px;
    padding-top:60px;
    position:relative;
    display:inline-block;
    margin-bottom: 20px;
}
.clients-con{
  width:60%;  
}
.productContainer{
    width:85%;
    margin-left:50%;
    transform:translateX(-50%);
}
.page-heading{
    font-size:30px;
    padding-top:60px;
    line-height: 0px;
    font-weight: bold;
}
.productContainer h1{
    font-size:24px;
    padding-top:60px;
    margin-bottom: 20px;
    font-weight: bold;
}
.productContainer h4{
    font-size: 21px;
}
.productContainer ul li{
    line-height: 20px;
    font-size: 14px;
}
p{
    font-size:15px;
    line-height: 20px;
}
.carousel-logos img{
    height:auto;
    padding-top: 10px;
    width: 100px !important;
}
.AboutUSContainer h1{
    font-size:30px;
    padding-top:60px;
    display:inline-block;
    margin-bottom: 20px;
}
.AboutUSContainer p{
    font-size:15px;
    line-height: 20px;
}
.myContainer2{
    width:85%;
    margin-left:50%;
    transform:translateX(-50%);
    padding-top: 160px;
}
header{
    position:fixed;
    top:0px;
    width:100%;
    z-index:99;
}
.carousel-indicators li{
    width:10px;
    height:10px;
    border-radius: 50%;
    background: silver;
}
.carousel-indicators li.active{
    background: #6DC7C7;
}
.carousel-control-prev{
    width:60px;
}

.carousel-control-next{
    width:80px;
}
.fa-arrow-alt-circle-left{
    font-size:30px;
    color:black;
}
.fa-arrow-alt-circle-right{
    font-size:30px;
    color:black;
}
.header{
    background:#6DC7C7; 
    padding:0px 0px 20px 0px;
    position: relative;
}
.mobile-menu{
    position:absolute;
    right:-350px;
    top:105px;
    background:#6DC7C7;
    z-index: 9999;
    transition: 0.6s;
    display:none;
}
.mobile-menu-show{
    position:absolute;
    right:0px;
    transition: 0.6s;
}
.mobile-menu ul{
    list-style: none;
    width:350px;
    text-align: center;
    padding: 20px 20px 5px 20px;
}
.mobile-menu ul li{
  margin-top: 5px;
  margin-bottom: 5px;
  padding:10px;
}
.mobile-menu ul li:hover{
     background: #ffffff;
  
}
.mobile-menu ul li:hover a{
      color:#6DC7C7;
}
.mobile-menu ul li a{
    color:#ffffff;
    text-decoration: none;
}
.mobile-active{
    background: #ffffff;
}
.mobile-active a{
    color:#6DC7C7 !important; 
}
.number{
 text-align: right;
 color:#D1FEFB;
 font-size:15px;
}
.logo{
     position:absolute;
     top:40px;
     left:10px;
     background: #ffffff;
     width:150px;
     height:102px;
     text-align: center;
}

.logo img{
    width:110px;
    margin-top:20px;
}
.email{
    color:#D1FEFB;
    font-size:15px;
    text-align:right;
    padding-right: 10px;
    padding-top: 25px;
}
.email span{
    display:block;
    padding-top:27px;
}
nav ul{
    position: absolute;
    list-style: none;
    display:flex;
    top:47px;
    left:230px;
    margin-top:0px;
    padding-left:0px;
}
nav ul li{
    padding:5px 15px; 
}
nav ul li:nth-child(1){
     padding:5px 10px 5px 0px; 
}
nav ul li a{
    color:#ffffff; 
    position:relative;
    text-decoration: none;
    font-size:14px;
    
}
nav ul li a:hover{
   text-decoration: none;
   color:#ffffff;
}
nav ul li a:after{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-3px;
    width:0;
    height:2px;
    background: #D1FEFB;
    content:'';
    transition:0.5s;
}
nav ul li a:hover::after{
      width:100%;
      transition: 0.5s;
      
}
.has-menu{
    position:relative;
 
}
.has-menu a:hover::after{
    display:none;
}
.has-menu .dropdown-content{
    position: absolute;
    left:0px;
    top:50px;
    display:block;
    width:270px;
    padding: 20px;
    background: rgba(240,242,244,0.9);
    z-index: 999;
    transform: rotateX(90deg);
    transition: 0.5s;
    transform-origin: top;
}
.has-menu .dropdown-content a{
    display: block;
    color:black;
    border-bottom: 1px solid #C3C3C3;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size:14px;
}
.has-menu:hover .dropdown-content{
   transform: rotateX(0deg);
   transition: 0.5s;
}
.fa-caret-down{
    margin-left: 10px;
}
.has-menu .dropdown-content a:after{
    display:none;
}
.large-device-active{
    color:#29467A;
    padding-bottom: 2px;
}
nav ul li a.large-device-active:hover::after{
      width:0px;
      transition: 0.5s;
      
}
.bars{
    position:absolute;
    right:30px;
    bottom:20px;
    font-size:20px;
    display:none;
    color:#ffffff;
    cursor:pointer;
    z-index:9999;
  
}
.carousel-img{
    width:100%;
    height:300px;
    background-image: url('../../images/home-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.home-slider-text h1{
    padding-top: 35px;
    padding-left: 40px;
    font-size:45px;
    font-weight: 600;
}
footer{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),url('../../images/footer-background.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size: cover;
    background-position:center;
}
.footer-col-1{
    margin-top: 33px;
    background: rgba(0,0,0,0.3);
    width:200px;
    padding:20px 20px 5px 20px;   
}
footer .footer-col-1 h2{
    color:#EDEDED;
    font-size:17px;
}
footer .footer-col-1 ul{
    list-style: none;
    padding-left: 0px;
    }
footer .footer-col-1 ul li{
    margin-top:10px;
    margin-bottom:10px;
}
footer .footer-col-1 ul li:nth-child(1){
    margin-top: 30px;
}
footer .footer-col-1 ul li a{
    color:#EDEDED;
    font-size:13px;
    transition: all 0.5s;
}
footer .footer-col-1 ul li a:hover{
    text-decoration: none;
    color:#6DC7C7;
    margin-left: 10px;
}
footer .footer-col-1 ul li i{
    margin-right: 20px;
    color : #E8572A;
    font-size:12px;
}

.footer-col-2{
    margin-top: 141px;
    background: rgba(0,0,0,0.3);
    width:270px;
    padding:20px 20px 5px 20px;   
}
footer .footer-col-2 h2{
    color:#EDEDED;
    font-size:17px;
}
footer .footer-col-2 ul{
    list-style: none;
    padding-left: 0px;
}
footer .footer-col-2 ul li{
    margin-top:10px;
    margin-bottom:10px;
    color:#EDEDED;
    font-size:14px; 
}
footer .footer-col-2 ul li:nth-child(1){
    margin-top: 30px;
}
footer .footer-col-2 ul li a{
    color:#EDEDED;
    font-size:14px;
    transition: all 0.5s;
}
footer .footer-col-2 ul li a:hover{
    text-decoration: none;
    /*color:#6DC7C7;*/
    color: #6DC7C7;
    margin-left: 10px;
}
footer .footer-col-2 ul li i{
    margin-right: 20px;
    color:#E8572A;
    font-size:14px;
}
.copy{
    background: #424242;
    color:#B4B4B4;
    padding:10px 0px;
    font-size:14px;
}
.all-rights{
    text-align: right;
}
.copy a{
    text-decoration:none;
    color:#6DC7C7;
}
.owl-carousel-div-1{
    background-image:url('../../images/res/engineering.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size: cover;
    background-position: center;
    height:300px;
}
.owl-carousel-div-1,.owl-carousel-div-2,.owl-carousel-div-3,.owl-carousel-div-4{
    display: flex;
    justify-content: center;
     align-items: center;
}
.owl-carousel-div-1 div,.owl-carousel-div-2 div,.owl-carousel-div-3 div,.owl-carousel-div-4 div{
    color:#fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-weight:700;
    text-shadow: 2px 2px #000000;
    display: inline-block;
    font-size:22px;
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
   
    
}
.owl-carousel{
    padding-top:30px;
}
.owl-arrow-left{
    background:rgba(255,255,255,0.7);
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 10%);
    padding:20px;
    position:absolute;
    top:40%;
    left:-30px;
    border-radius: 50%;
    color:#000;
     transition: all 0.5s;
}
.owl-arrow-right{
    background:rgba(255,255,255,0.7);
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 10%);
    padding:20px;
    position:absolute;
    top:40%;
    right:-30px;
    border-radius: 50%;
    color:#000;
    transition: all 0.5s;
}
.owl-arrow-left:hover,.owl-arrow-right:hover{
    background:rgba(109,199,199,0.8);
    
}
.owl-carousel-div-2{
 
    background-image:url('../../images/res/procurement.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size: cover;
    background-position: center;
    height:300px;
}
.owl-carousel-div-3{
    background-image:url('../../images/construction.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size: cover;
    background-position: center;
    height:300px;
}
.owl-carousel-div-4{
    background-image:url('../../images/res/commisioning.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size: cover;
    background-position: center;
    height:300px;
}

/*--------------------------------------------
               Services
 --------------------------------------------*/
.service{
    padding-top: 60px;
}
.box-1{
  background: #81b0b2;
  color:#fff;
}
.box-1 ul li{
    line-height: 20px;
    font-size:14px;
}
.box-2 ul li{
    line-height: 20px;
    font-size:14px;
}
.box-3 ul li{
    line-height: 20px;
    font-size:14px;
}
.box-4 ul li{
    line-height: 20px;
    font-size:14px;
}
.box-2{
  background:#8B9DA6;
  color:#fff;
}
.box-3{
   background:#A4A6A5;
   color:#fff;
}
.box-4{
    background:#89abc3;
    color:#fff;
}
.service-box{
    padding:50px 30px 10px 30px;
    margin-bottom: 20px;
}
.service-box2{
    padding:50px 30px 10px 30px;
    margin-bottom: 20px;
}
.box-padding{
    padding:50px 30px 105px 30px;
}
.service-box h4,.service-box2 h4{
    font-weight:bold;
    margin-bottom: 20px;
}
.Myrow{
    display: flex;
    flex-wrap: nowrap;
    padding-top: 200px;
}
.service-detail{
    width:45%;
    padding-left: 7%;
}
.service-detail div{
    font-size:13px;
}
.service-detail p{
    margin-bottom: 0px;
    font-size: 16px;
}
.service-detail h2{
    font-size:16px;
    margin-top: 30px;
    font-weight: normal;
}
.service-detail h1{
    font-size:30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.service-img{
    width:55%;
}
.service-img img{
    width:100%;
    height: 100%;
}

.myImg1{
    background-image: url('../../images/c-1.jpg');
    background-repeat:no-repeat;
    width:100%;
    background-size:cover;
    background-position:center;
    margin-bottom: 20px;
    height:300px;
}
.myImg{
    margin-bottom: 20px;
}
.myImg img{
    width:100%;
    height:350px;
}
/*---------------------------------------
           Contact US
 ----------------------------------------*/
.contact-us{
    padding-top: 60px;
}
.contact-us form .form-control{
    background: #F7F7F7;
    padding: 10px 15px;
    border:1px solid;
}
.contact-us form .form-control::placeholder{
    color:#9599AE;
    font-size:14px;
}
.contact-us-text h2{
    font-size:25px;
    margin-bottom: 10px;
}
.contact-us-text a{
    color:black;
}
.contact-us-text i{

    padding-right: 30px;
font-size: 15px;
width: 20px;
}
/* .contact-us-text .fa-phone{
    transform: rotateY(180deg);
    width:10px;
}
.contact-us-text .fa-envelope{
    width:18px;
}
.contact-us-text .fa-globe{
    width:18px;
} */
.contact-us-text span{
    font-weight: bold;
    padding-right:10px;
}
.contact-us-text div{
    margin-bottom:5px;
}
/*---------------------------
       Animation
  ---------------------------*/

@media screen and (max-width:1365px){
.service-box2{
    padding:50px 30px 10px 30px;
    margin-bottom: 20px;
}
.box-padding{
    padding:50px 30px 105px 30px;
}
}

@media screen and (max-width:1199px){
      nav ul{
    display:none;
  
}
   .bars{
    display:inline-block;
}

.mobile-menu{
    display:block;
}
/*.carousel-img{
    width:100%;
    height:400px;
}*/
.mobil-dropdown{
    position:relative;
    padding-left: 0px !important;
     padding-right: 0px !important;
    
}
.mobil-dropdown a{
    color:#ffffff !important;
}
.mobil-dropdown:hover{
    background: none !important;
}
.mobile-dropdown-content{
    width:310px !important;
    background: #ffffff;
    margin-top: 10px;
    display:none;
}
.mobile-dropdown-content a{
    display:block;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#6DC7C7 !important;
 
}
.mobile-dropdown-content a:nth-child(1){
    margin-top: 0px;
}
.service-box{
    padding:50px 30px 10px 30px;
}
.service-box2{
    padding:50px 30px 10px 30px;
    margin-bottom: 20px;
}
.box-padding{
    padding:50px 30px 190px 30px;
}
.last-box-padding{
      padding:50px 30px 65px 30px;
}
.ClientsContainer img{
    width:100%;
}
}
@media screen and (max-width:991px){
/* .carousel-img{
    width:100%;
    height:350px;
}*/
.about-us-container{
    padding-top:70px;
}
.service-box{
    padding:50px 30px 10px 30px;
}
.service-box2{
    padding:50px 30px 10px 30px;
    margin-bottom: 20px;
}
.ClientsContainer img{
    width:100%;
}
}
@media screen and (max-width:767px){
   .email{
    text-align: right;
    margin-right: 35px;
}
.clients-con{
  width:85%;  
}
.myContainer{
    width:95%;
}
.header{
    padding:0px 0px 20px 0px;
}
.logo{
     top:30px;
     left:10px;
     width:120px;
     height:70px;
}

.logo img{
    width:70px;
    margin-top:15px;
}
.footer-col-2{
    width:250px;  
}
    .carousel-img{
     width:100%;
     height:270px;
}
.home-slider-text h1{
    font-size:35px;
}
.Myrow{
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
}
.service-detail{
    width:100%;
    padding-left: 7%;
    margin-bottom: 50px;
}
.service-img{
    width:100%;
    padding-left: 7%;
    padding-right: 7%;
}
.myContainer2{
    width:95%;
    margin-left:50%;
    transform:translateX(-50%);
    padding-top: 120px;
}
.ClientsContainer{
    width:95%;
    margin-left:50%;
    transform:translateX(-50%);
}
.productContainer{
    width:95%;
    margin-left:50%;
    transform:translateX(-50%);
}
.service-box{
    padding:50px 30px 10px 30px;
    height:auto;
}
.service-box2{
    padding:50px 30px 10px 30px;
    height:auto;
    margin-bottom: 20px;
}
.productContainer h1{
    font-size:25px;
}
.ClientsContainer img{
    width:100%;
    height:270px;
}
}

@media screen and (max-width:575px){
 
.fa-arrow-alt-circle-left{
    display:none;
}
.fa-arrow-alt-circle-right{
    display:none;
}
.myContainer{
    width:100%;   
}
.bars{
    right:15px;
    top:45px;
    font-size:22px;
}
.nav-container{
      background: #fff;
}

nav ul li:nth-child(1){
     padding:20px 10px 5px 10px; 
}
.slider-container{
    width:100%;
}
   .carousel-img{
   background-image: url('../../images/home-banner-2.jpg');
}
.footer-col-1{
    margin-left: 20px;
}
.footer-col-2{
    margin-left: 20px;
    margin-top: 30px;
    width:250px;  
} 
.myRow{
    padding-left: 20px;
    padding-right: 20px;
    font-size:14px;
}
.all-rights{
    text-align: left;
}
.logo{
    top:25px;
     left:20px;
     width:120px;
     height:75px;
}

.logo img{
    width:70px;
    margin-top:15px;
}
footer .footer-col-1 h2{
    font-size:16px; 
}
footer .footer-col-2 h2{
    font-size:16px;
}
.about-us-container{
    padding-top:30px;
}
.service-img img{
 height:180px;
}
.service-detail h1{
    font-size:25px;
}
.productContainer h1{
    font-size:22px;
    text-transform: capitalize;
}
.productContainer h4{
    font-size:19px;
}
.ClientsContainer img{
    width:100%;
    height:230px;
}
.home-slider-text h1{
    font-size:30px;
    padding-top: 60px;
}
.myImg img{
    width:100%;
    height:270px;
}
}

@media screen and (max-width:420px){
      .carousel-img{
     width:100%;
     height:260px;
}
.email span{
    font-size:13px;
}

.about-us-text h1{
  font-size:30px;
}
.AboutUSContainer{
    width:95%;
    margin-left:50%;
    transform:translateX(-50%);
}
.logo{
     top:30px;
     left:20px;
     width:80px;
     height:70px;
}
.logo img{
    width:60px;
    margin-top:18px;
}
.mobile-menu{
    right:-322px;
}
.mobile-menu ul{
    width:322px;
}
.mobile-menu-show{
    position:absolute;
    right:0px;
    transition: 0.6s;
}
.mobile-dropdown-content{
    width:280px !important;
}
.service-img img{
 height:180px;
}
.owl-arrow-left{
    padding:10px;
    top:43%;
    left:0px;
}
.owl-arrow-right{
    padding:10px;
    top:43%;
    right:0px;
}
.ClientsContainer img{
    width:100%;
    height:200px;
}
/*.carousel-logos img{
    height:150px;
}*/
.AboutUSContainer h1{
    padding-left:10px;
    padding-right:10px;
}
.AboutUSContainer p{
    padding-left:10px;
    padding-right:10px;
}
.home-slider-text h1{
    font-size:25px;
    padding-top: 80px;
    padding-left: 30px;
}
.productContainer{
    padding-left: 10px;
    padding-right: 10px;
}
.productContainer h1{
    font-size:22px;
    text-transform: capitalize;
}
.productContainer h4{
    font-size:19px;
}
.contact-us{
    padding-top: 60px;
    padding-left:20px;
    padding-right: 20px;
}
}


