@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-decoration: none;

}
::selection{
    color: #000000;
    background: #f37930;
  }




/* .......Navbar messege........ */
.nav-msg{
    width: 100%;
    height: 55px;
    color: #ffffff;
    background-color:  #303030;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.nav-msg a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    
}

.nav-msg p{
    font-size: 14px;
    margin-right: 15px;
    color: #fff;
}

.line{
    height: 25px;
    width: 1px;
    background-color: #fff;
    margin-right: 15px;
}

#location{
    color: #fff;
    
}


.nav-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.subnav-btn .fa-brands{
    color: #fff;
    margin-right: 20px;
    font-size: 22px;
   
    &:hover{
      color: #f37930;
    }
}

.iso{
    height: 100%;
}

.iso img{
    height: 55px;
}



/* .....navbar...... */




.nav-container{
    width: 100%;
    height: 100px;
    padding: 0 50px;
    background-color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 10000; 
    
    box-shadow: rgba(0, 0, 0, 0.139) 0px 10px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;

}

.left-section {
    display: flex;
    align-items: center;
}

.nav-container .logo img{
    height: 90px;
}


.menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.menu ul li a {
  color: #303433;
  text-decoration: none;
  padding: 20px 10px;
  transition: all .2s ease-in;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-left: 8px;

  &:hover{
      color: #f37930;
  }
}












.fa{
    transition: all .5s ease;
}

.menu .drop:hover .fa{
    transform: rotate(180deg);
}


.dropdown-menu{
    display: none;
    border-radius: 5px;
    background-color: #fff;
}

.drop:hover .dropdown-menu{
    display: block;
    left: 0;
    top: 100%;
    background-color: #fff;
    text-decoration: none;
    margin-left: -15px;
}












/* phone view menu//////// */


#menu-bar {
    display: none;
    cursor: pointer;
    padding: 5px;
}

.sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #f37930;
    color: white;
    z-index: 100000;
    transform: translateX(-100%);
    transition: transform 1.5s ease;
    transition: all .5s ease-in-out;
    padding: 20px 20px 50px 20px;
}

.sidebar-content {
    padding: 20px;
    font-size: 30px;
}

.sidebar-content ul {
    list-style: none;
    padding: 0;
}

.sidebar-content ul li {
    margin-bottom: 20px;
}

.sidebar-content ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
}

.fa-times {
    cursor: pointer;
    float: right;
    font-size: 60px;
}

@media (max-width: 1090px) {
    .menu ul {
        display: none;
    }

    #menu-bar {
        display: block;
        font-size: 70px;
        background-color: #f37930;
        color: #ffffff;
        text-align: end;
        padding: 8px;
        border-radius: 3px;
    }
    .left-section{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

   
    .sidebar-content {
        font-size: 40px;
    }
    .sidebar-content ul li a {
        font-size: 40px;
    }
    .drop .dropdown-menu ul li a{
        font-size: 35px;
        
    }



}

.sidebar.open {
    display: block;
    transform: translateX(0);
}

.dropdown-menu ul{
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    width: auto;
    padding: 25px 0;
    border-radius: 2px;
    border-bottom: 4px solid #f37930;

}

.dropdown-menu ul li a{
    font-size: 15px;
    padding: 10px 40px 10px 20px;
    width: auto;
    color: #000000;
}









.sub-drop .sub-menu{
    display: none;
    top: 0%;
    left: 80%;
    width: 300px;
    margin-top: 30px;
  }
  
  .dropdown-menu .sub-drop:hover .sub-menu{
    display: block;
  }
  
  .sub-drop:hover .fa-solid{
    transform: rotate(90deg);
    transition: all .3s ease;
  }
  
  @media (max-width: 730px){
    .sub-drop .sub-menu{
        width: 550px;
        margin-left: 50px;
        background-color: #f5f5f5;
    }
  }









/* ////////// hero banner ///////////// */




/* Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 520px;
    overflow: hidden;
}

/* Slider Wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 520px;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(243,121,48);
    background: linear-gradient(1deg, rgba(255, 118, 39, 0.645) 0%, rgba(0, 0, 0, 0.178) 31%, rgba(0, 0, 0, 0.234) 54%, rgba(255, 255, 255, 0.576) 85%); */

    background: rgb(243,121,48);
    background: linear-gradient(1deg, rgba(255, 118, 39, 0.262) 0%, rgba(0, 0, 0, 0.297) 31%, rgba(0, 0, 0, 0.234) 54%, rgba(255, 255, 255, 0.181) 85%);
}


.text {
    position: absolute;
    bottom: 30px;
    color: white;
    padding: 20px;
    /* transform: scale(.7);  */
    opacity: 0;
    transition: transform 1.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;

   
}

.text h1 {
    font-size: 65px;
    text-align: center;
}

.text button{
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid #f37930;
    color: #fff;
    background-color: #f37930;
    cursor: pointer;

    &:hover{
        background-color: #f37830b1;
    }
}



/* Zoom-in active class */
.text.active {
    transform: scale(1); 
    opacity: 1; 
}


/* Navigation Buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.nav-button img{
    width: 35px;
}









/* ////////// About ///////////// */





.about-container{
    display: flex;
    width: 100%;
    height: auto;
    padding: 50px 60px;
    justify-content: space-between;
    align-items: center;
}

.about-img{
    width: 43%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.about-img img{
    width: 100%;
}

.about-details-container{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.about-details h2{
    font-size: 26px;
    color: #f37930;
}

.about-details h1{
    font-size: 40px;
    color: #12223b;
}

.about-details p{
    font-size: 17px;
    color: #303433;
}

.about-point{
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background-color: #def1fb;
    border-radius: 20px;
}

.about-point p{
    margin-top: 10px;
    font-size: 20px;
    color: #303433;
    display: flex;
    align-items: center;
}

.about-point img{
    width: 22px;
    margin-right: 10px;
}


.about-call {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.about-call-name{
    width: auto;
    height: 60px;
    padding: 8px 25px;
    font-size: 15px;
    background-color: #f37930;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 10px;
    transition: all .5s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.about-call-name::after{
    display: flex;
    justify-content: center;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background-color: black;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .5s ease-out;
}

.about-call-name:hover::after{
    width: 100%;
    left: 0;
}

.about-call-name p{
    font-size: 20px;
    color: #fff;
}

.about-call-name img{
    width: 20px;
    margin-left: 10px;
}

.about-call-num-box{
    width: auto;
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 30px;
}

.about-call-icon img{
    height: 100%;
}

.about-call-number{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-left: 15px;
}

.about-call-number p{
    font-size: 15px;
    color: #4e5453;
}

.about-call-number a{
    text-decoration: none;
}

.about-call-number h2{
    font-size: 22px;
    color: #303433;
}








/* /////////////// services ///////////// */




.service-container{
    width: 100%;
    height: auto;
    padding: 40px 0px;
   background-color: #def1fb;
}

.service-container-heading{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    /* padding: 40px 65px; */
}

.service-container-heading h2{
    font-size: 24px;
    color: #f37930;
}

.service-container-heading h1{
    font-size: 50px;
    color: #242424;
    padding: 10px 0;
    margin-bottom: 20px;
}

.service-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
}

.service-img-container{
    width: 22%;
    height: 340px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.service-back-img1{
    background-image: url(images/epc_banner.jpg);
}

.service-back-img5{
    background-image: url(images/Operation-Maintenance.jpg);
}

.service-back-img6{
    background-image: url(images/Technical-Services.jpg);
}

.service-back-img7{
    background-image: url(images/Security-Services.jpeg);
}


.service-details{
    width: 100%;
    height: 100%;
    background-color: #00000069;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 250px 30px;

    transition: all .7s ease;

    &:hover{
        padding: 50px 30px;
    }

}

.service-details h1{
    color: #ffffff;
    font-size: 24px;
    width: 95%;
}

.service-details p{
    color: #ffffff;
    font-size: 16px;
   

    margin-top: 100px;
    line-height: 5;
    transition: all 1s ease;
}

.service-details:hover p{
    margin-top: 10px;
    line-height: 1.5;
}

.service-details a{
    margin-top: 15px;
    color: #f37930;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;

    &:hover{
        color: #fff;
    }
}

.service-details img{
    width: 25px;
    margin-left: 10px;
}

.service-btn{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-btn{
    margin-top: 50px;
    width: 250px;
}












/* //////// About Choose us ////////// */



.founder-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0px 60px;
}

.founder-container-heading{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.founder-container-heading h2{
    font-size: 24px;
    color: #f37930;
}

.founder-container-heading h1{
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 48px;
    color: #242424;
    padding: 20px 0;
}

.founder-container-heading p{
    width: 75%;
    font-size: 16px;
    color: #303433;
    text-align: center;
}

.founder-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px 50px 20px;
}

.founder-img-container{
    margin-top: 50px;
    width: 31%;
    height: 480px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

/* .founder-img-back1{
    background-image: url(/images/peron.jpg);
} */





.founder-img-container img{
    overflow: hidden;
    height: 100%;
    transition: all .4s ease;

    &:hover{
        filter: grayscale(100%);
    }
}
/* .founder-img-back3{
    background-image: url(/images/peron-2.jpg);
} */

.founder-details{
    width: 100%;
    height: 100%;
   background-color: #ffffff00;
   border: 1px solid rgb(207, 207, 207);
   border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 40px 30px;
}

.founder-details img{
    height: 75px;
}

.founder-details h2{
    color: #000000;
    font-size: 26px;
}

.founder-details p{
    color: #000000;
    font-size: 16px;
}
.fline{
    height: 2px;
    width: 100%;
    background-color: rgb(207, 207, 207);
}
.project-num h1{
    font-size: 50px;
    color: #303433;
}

.point-num{
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-num .point-num p{
    font-size: 30px;
    color: #303030;
    font-weight: 600;
    margin-left: 5px;
}

.project-num p{
    font-size: 17px;
}

.founder-btn{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.founder-btn button{
    font-size: 16px;
    padding: 10px 40px;
    background-color: #ffc03d;
    border: none;

    &:hover{
        background-color: #ffae00;
        cursor: pointer;
    }
}


















/* /////////////// projects ///////////// */





.projects-container{
    width: 100%;
    height: auto;
    padding: 40px 0px;
   background-color: #ffffff;
}

.projects-container-heading{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    /* padding: 40px 65px; */
}

.projects-container-heading h2{
    font-size: 24px;
    color: #f37930;
}

.projects-container-heading h1{
    font-size: 50px;
    color: #242424;
    padding: 10px 0;
    margin-bottom: 20px;
}

.projects-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
}

.projects-img-container{
    width: 22%;
    height: 340px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: all 1s ease;
}

.projects-back-img1{
    background-image: url(images/project-1.jpg);
}

.projects-back-img5{
    background-image: url(images/project-2.jpg);
}

.projects-back-img6{
    background-image: url(images/project-3.jpg);
}

.projects-back-img7{
    background-image: url(images/project-4.jpg);
}


.projects-details{
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 50px 30px;

    transition: all 1.7s ease;

    display: none;
}

.projects-img-container:hover .projects-details{
    display: block;
    transition: all 1s ease;
}

.projects-details h1{
    color: #f37930;
    font-size: 24px;
    width: 95%;
}

.projects-details p{
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;

    line-height: 1.4;
    transition: all 1s ease;
}



.projects-details a{
    margin-top: 25px;
    color: #f37930;
    font-size: 16px;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 160px;
    padding: 10px 18px;

    &:hover{
        background-color: #f37930;
        color: #fff;
    }
}

.projects-details img{
    width: 25px;
    margin-left: 10px;
}

.projects-details a:hover img{
    background-color: #fff;
    border-radius: 50%;
}

.projects-btn{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-btn{
    margin-top: 50px;
    width: 250px;
}





















/* ////////// Footer ///////// */





.footer-container{
    background-color: #e1f0ff;
    width: 100%;
    display: flex;
    justify-content:center ;
    padding-top: 20px;
  }
  
  .footer-box{
    width: 95%;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
  }
  .fsize{
    width: 30%;
  }
  
  .footer-logo img{
    height: 90px;
  }
  
  .fsize p{
    color: #f37930;
    font-size: 26px;
    font-weight: 600;
    padding: 30px 0;
  }
  
  /* .fsize hr{
    margin: 20px 0 20px 0;
    width: 240px;
    border: 1px solid #f37930;
  
  } */
  
  .fsize ul li{
    list-style: none;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 260px;
    font-size: 16px;
    color: #303030;
    transition: all .3s ease;
  }
  
  .fsize ul li a{
    color: #303030;
    transition: all .3s ease;
    font-size: 16px;
  }
  
  .fsize ul li a:hover{
    cursor: pointer;
    padding-left: 7px;
    color: #f37930;
  }
  .fbox3 .cont-name{
    font-size: 16px;
    color: #303030;
  }
  .fbox3 .fAddre{
    font-size: 15px;
    color: #303030;
  }
  .fbox3 .fphone{
    font-size: 15px;
    color: #303030;
  }
  
  
  
  
  .footer1{
    height: 80px;
    width: 100%;
    background-color: #252f3a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  
  .footer1 a{
    color: #fff;
    text-decoration: none;
  
    &:hover{
        color: #eecd01;
    }
  }
  
  
  
  
  
  
  
  
  











/* /////////// Responcive view ////////// */






@media(max-width: 1064px) {
    .nav-msg{
        width: 1064px;
    }

    .nav-container{
        width: 1064px;
    }
    
    .slider-container{
        width: 1064px;
        max-width: 1064px;
    }

    .about-container{
        width: 1064px;
    }

    .service-container{
        width: 1064px;
    }
    .founder-container{
        width: 1064px;
    }
    .projects-container{
        width: 1064px;
    }
    .footer-container{
        width: 1064px;
    }
    .footer1{
        width: 1064px;
    }

}







/* //////// Phone view ////////// */








@media(max-width: 600px){

    .nav-msg{
        height: 75px;
    }

  .nav-msg p{
    font-size: 30px;
  }
  #location{
    margin-left: 25px;
  }
  #phone-hide{
    display: none;
  }
  .iso img{
    height: 75px;
  }






  .nav-container{
    height: 250px;
  }
  .nav-container .logo img{
    height: 200px;
  }




  .slider-container{
    height: 1300px;
  }
  .slide{
    height: 1300px;
  }
  .text h1{
    font-size: 100px;
  }
  .text button{
    margin-top: 50px;
    font-size: 40px;
  }
  .nav-button img{
    width: 55px;
}








  .about-container{
    flex-direction: column;
  }
  .about-img{
    width: 100%;
  }
  .about-details-container{
    width: 100%;
  }
  .about-details h2{
    font-size: 50px;
    margin-top: 70px;
  }
  .about-details h1{
    font-size: 60px;
  }
  .about-details p{
    font-size: 40px;
    margin: 40px 0;
  }
  .about-point p{
    font-size: 35px;
  }
  .about-point img{
    width: 35px;
  }
  .about-call-name{
    padding: 40px 30px;
    width: auto;
  }
  .about-call-name p{
    font-size: 30px;
  }
  .about-call-name img{
    width: 40px;
  }
  .about-call{
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
  }
  .about-call-num-box{
    width: 50%;
  }
  
.about-call-icon img{
    height: 80px;
}
  .about-call-number p{
    font-size: 30px;
  }
  .about-call-number h2{
    font-size: 30px;
  }






  .service-container{
    margin-top: 150px;
    padding: 130px 0;
  }
  .service-container-heading h2{
    font-size: 45px;
}
.service-container-heading h1{
    font-size: 60px;
}
.service-name-details-container{
    flex-direction: column;
}
.service-img-container{
    width: 90%;
    margin-top: 50px;
    height: 700px;
}
.service-details{
    padding: 550px 30px;

    &:hover{
        padding: 80px 50px;
    }
}
.service-details h1{
    font-size: 55px;
}
.service-details p{
    font-size: 40px;
}
.service-details a{
    font-size: 40px;
}
.service-details img{
    width: 45px;
}




.founder-container{
    margin-top: 150px;
}
.founder-container-heading{
    height: auto;
}
.founder-container-heading h2{
    font-size: 45px;
}
.founder-container-heading h1{
    font-size: 60px;
}
.founder-container-heading p{
    font-size: 35px;
    width: 95%;
}
.project-num .point-num p{
    font-size: 40px;
}
.founder-name-details-container{
    flex-direction: column;
}
.founder-img-container{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.founder-img-container img{
    width: 100%;
    height: auto;
}
.founder-details{
    border: 1px solid gray;
}
.founder-details img{
    height: 120px;
    width: auto;
}
.founder-details h2{
    font-size: 45px;
}
.founder-details h1{
    font-size: 60px;
    margin-top: 20px;
}
.founder-details p{
    font-size: 40px;
    margin-top: 20px;
}
.fline{
    margin-top: 20px;
}







.projects-container{
    margin-top: 150px;
    padding: 130px 0;
}
.projects-container-heading h2{
    font-size: 45px;
}
.projects-container-heading h1{
    font-size: 60px;
}
.projects-name-details-container{
    flex-direction: column;
}
.projects-img-container{
    width: 90%;
    margin-top: 50px;
    height: 700px;
}
.projects-details{
    padding: 50px;
    justify-content: end;
}
.projects-details h1{
    font-size: 50px;
}
.projects-details p{
    padding: 0;
    margin-top: 15px;
    font-size: 35px;
    line-height: 1.4;
}
.projects-details a{
    font-size: 35px;
    margin-top: 40px;
    width: 260px;
}
.projects-details img{
    width: 30px;
}







  
.footer-box{
    flex-direction: column;
    height: auto;
    padding-bottom: 30px;
  }
  .fsize .footer-logo img{
    width: 300px;
    height: auto;
    margin: 50px 10px;
  }
  .fsize{
    width: 100%;
  }
  .fsize p{
    font-size: 50px;
    margin-top: 90px
  }
  .fsize hr{
    width: 95%;
  }
  .fsize ul li{
    font-size: 40px;
    width: 100%;
  }
  .fsize ul li a{
    font-size: 40px;
    width: 100%;
  }
  .fsize .cont-name{
    font-size: 40px;
  }
  
  
  
  .footer1{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  
  .footer1 p{
    font-size: 40px;
    text-align: center;
  }
  
  .footer1 a{
    font-size: 40px;
    text-align: center;
  }


}