@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;
}
::selection{
    color: #000000;
    background: #ffc03d;
  }

/* .......Navbar messege........ */
.nav-msg{
    width: 100%;
    height: 55px;
    color: #ffffff;
    background-color:  #ffc03d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.nav-msg a{
    color: #4b4f58;
    text-decoration: none;
    font-size: 18px;
    
}

.nav-msg p{
    font-size: 14px;
    margin-right: 15px;
    color: #4b4f58;
}

.line{
    height: 25px;
    width: 1px;
    background-color: #4b4f58;
    margin-right: 15px;
}

#location{
    color: #4b4f58;
    
}


.nav-info{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.subnav-btn .fa-brands{
    color: #4b4b4b;
    margin-right: 20px;
    font-size: 22px;
    
    &:hover{
      color: #fff;
    }
}


/* .....navbar...... */



.nav-container{
    width: 100%;
    height: 110px;
    padding: 0 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #4b4f58;

    position: sticky;
    top: -2px;
    z-index: 10000;


    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.left-section {
    display: flex;
    align-items: center;
}

.nav-container .logo img{
    height: 130px;
}

.menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu span{
    padding: 10px 20px;
    background-color: #ffc03d;
    color: #4b4f58;
    background-size: 260%;
    border-radius: 5px;
}



.menu ul li a {
    color: #4b4f58;
    text-decoration: none;
    padding: 10px 15px;
    transition: all .2s ease-in;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to left, #ffffff 50%, #ffc03d 50%) right;
    background-size: 260%;
    border-radius: 5px;
    text-transform: uppercase;
}

.menu ul li a:hover{
    background-position: left;
    color: #4b4f58;
}







.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;
}

.dropdown-menu ul{
    display: block;
    /* margin: 5px; */
    position: absolute;
    z-index: 100;
    background-color: rgb(216, 216, 216);
    width: 230px;
    padding: 20px 0;
    border-radius: 9px;
}

.dropdown-menu ul li a{
    font-size: 14px;
    width: 190px;
}

.dropdown-menu ul li{
    /* width: 120px; */
    padding: 3px 20px;
    border-radius: 3px;
    border: none;
}

.dropdown-menu ul li:hover{
    box-shadow: .5px .5px 3px  rgba(190, 190, 190, 0.87);
}







/* 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: #212d45;
    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: white;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
}

.fa-times {
    cursor: pointer;
    float: right;
    font-size: 60px;
}

@media (max-width: 600px) {
    .menu ul {
        display: none;
    }

    #menu-bar {
        display: block;
        font-size: 65px;
        background-color: #242d24;
        color: #ffffff;
        text-align: end;
        padding: 10px;
        border-radius: 3px;
    }
    .left-section{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .sidebar-content ul li a{
      font-size: 40px;
    }
}

.sidebar.open {
    display: block;
    transform: translateX(0);
}

.dropdown-menu ul{
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #242d24;
    width: auto;
    padding: 20px 0;
    border-radius: 9px;
}












/* ////////// hero banner ///////////// */


.hero-banner{
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-image: url(/images/home-banner.jpg);
    background-size: cover;
    background-position: top;

}

.hero-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #212d454c;
    padding-top: 50px;
}
.hero-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.hero-content .hero-heading h1{
    color: #fff;
    font-size: 60px;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 2px 2px 10px #000;


}

.hero-heading span{
    color: rgb(255, 255, 255);
}

.hero-heading p{
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    width: 70%;
    text-align: center;
    /* background-color: #ffc03d; */
    text-shadow: 2px 2px 10px #000000;
}

.hero-heading button{
    font-size: 15px;
    background-color: #ffb923;
    color: #030c20;
    border: none;
    padding: 15px 45px;
    font-weight: 500;
    margin-top: 20px;
    font-weight: 600;

    &:hover{
        background-color: #fff;
        cursor: pointer;
    }
}







/* /////// Highlight ////////////// */



.highlight-container{
    width: 100%;
    height: auto;
    padding: 0 80px;
    display: flex;
    margin-top: -80px;

}

.highlight-para-details{
    width: 50%;
    height: 100%;
    background-color: #ffc03d;
    color: #4b4f58;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 60px 50px;
}

.highlight-para-details h2{
    font-size: 24px;
    color: #000000;
}

.highlight-para-details h1{
    font-size: 40px;
    color: #212d45;
    padding: 20px 0;
}

.highlight-para-details p{
    font-size: 15px;
    color: #4b4f58;
    padding-bottom: 35px;
}

.highlight-para-details button{
    background-color: #212d45;
    padding: 13px 45px;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;

    &:hover{
        background-color: #fff;
        color: #212d45;
    }
}


.highlight-number-details{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;

}

.highlight-num-box{
    width: 50%;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 56px 50px 70px 50px;

    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);

}



.highlight-num-box h1{
    color: #212d45;
    font-size: 40px;
}

.point-num{
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-num-box .point-num p{
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-left: 5px;
}

.highlight-num-box p{
    font-size: 15px;
    color: #4b4f58;
}











/* /////////// our service /////////// */


.our-faci-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 90px;
    padding: 50px 30px;
}

.our-container-in{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.our-faci-top-headingh {
    width: 100%;
    padding: 0 50px ;
}

.our-faci-top-headingh h1{
    font-size: 43px;
    color: #212d45;
    padding: 10px 0;
    font-weight: 600;
}

.our-faci-top-headingh h2{
    font-size: 24px;
    color: #212d45;
}

.our-faci-box{
    width: 30%;
    height: auto;
    margin-left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 50px;
    
    transition: all .3s ease;
}

.our-faci-image{
    width: 100%;
    height: 260px;
    overflow: hidden;
}


.our-faci-image img{
    height: 270px;
    transition: all .4s ease;
}

.our-faci-box:hover img{
  transform: scale(1.05);
}

.our-faci-heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
}

.our-faci-heading h1{
    font-size: 24px;
    margin: 15px 0;
    text-align: start;
    color: #212d45;
}

.our-faci-heading p{
    font-size: 15px;
    color: #212d45;
    text-align: start;
    font-weight: 400;
    width: 99%;
    line-height: 1.6;
 
}








/* ////////// Committed  /////////// */



.commited-container{
    width: 100%;
    height: 480px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commited-first-details-background{
    width: 50%;
    height: 100%;
    background-image: url(/images/commited-back-img.jpg);
    background-position: center;
    background-size: cover;
}

.commited-first-details{
    background-color: #212d45de;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 70px ;
}

.commited-first-details h2{
    font-size: 25px;
    color: #feb71c;
}

.commited-first-details h1{
    font-size: 40px;
    color: #ffffff;
}

.commited-first-details p{
    font-size: 15px;
    color: #ffffff;
}

.commited-first-details button{
    font-size: 15px;
    padding: 10px 40px;
    border: none;
    background-color: #ffba24;
    color: #212d45;
    cursor: pointer;


    &:hover{
        background-color: #ffae00;
    }

}



.commited-second-details-background{
    width: 50%;
    height: 100%;
    background-image: url(/images/commited-2-back-img.png);
    background-position: center;
    background-size: cover;
}

.commited-sec-details{
    background-color: #ffc23dd8;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 70px 80px;
}

.commited-sec-details h1{
    font-size: 25px;
    color: #242424;
}

.commited-sec-details p{
    font-size: 15px;
    color: #121212;
}

.commited-sec-details h2{
    font-size: 20px;
    color: #212d45;

    display: flex;
    align-items: center;
}

.commited-sec-details h2 img{
    margin-right: 15px;
}







/* ///////// Office Location ////////// */


.office-container{
    margin-top: 50px;
    width: 100%;
    height: auto;
    padding: 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
}

.office-container h2{
    font-size: 24px;
    color: #212d45;
}

.office-heading{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px 0;
}

.office-heading h1{
    font-size: 40px;
    color: #242424;
    width: 50%;
}

.office-heading p{
    font-size: 15px;
    color: #4b4f58;
    width: 50%;
}





.office-box-container{
    width: 100%;
    height: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.office-back-img{
    border: 1px solid rgb(208, 208, 208);
    width: 32%;
    height: 230px;
    padding: 45px 40px;
    background-color: #fff;

    &:hover{
        background-color: #ffc03d;
        border: 1px solid #ffc03d;

    }
}

.office-card{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.office-details h1{
    font-size: 24px;
    color: #242424;
    margin-bottom: 10px;
}

.office-details p{
    font-size: 15px;
    color: #4b4f58;
}

.office-card h3{
    font-size: 16px;
    color: #242424;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.office-card a{
    text-decoration: none;
}

.office-card img{
    margin-right: 5px;
}



.office-loc-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.office-loc-btn button{
    background-color: #ffc03d;
    color: #242424;
    padding: 10px 40px;
    font-size: 15px;
    border: none;

    &:hover{
        background-color: #ffae00;
        cursor: pointer;
    }
}












/* //////// About Founders ////////// */



.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: #242d24;
}

.founder-container-heading h1{
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 40px;
    color: #242424;
    padding: 20px 0;
}

.founder-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 50px;
}

.founder-img-container{
    margin-top: 50px;
    width: 27%;
    height: 420px;
    background-position: center;
    background-size: cover;
}

.founder-img-back1{
    background-image: url(/images/peron.jpg);
}

.founder-img-back2{
    background-image: url(/images/peron-1.jpg);
}

.founder-img-back3{
    background-image: url(/images/peron-2.jpg);
}

.founder-details{
    width: 100%;
    height: 420px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.092) 41%, rgba(0, 0, 0, 0.939) 100%);

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 40px 30px;
}

.founder-details h1{
    color: #ffffff;
    font-size: 24px;
}

.founder-details p{
    color: #ffffff;
    font-size: 15px;
}

.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;
    }
}







/* //////// About projects ////////// */



.projects-container{
    width: 100%;
    height: auto;
    /* padding: 40px 0px; */
}

.projects-container-heading{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 40px 65px;
}

.projects-container-heading h2{
    font-size: 24px;
    color: #242d24;
}

.projects-container-heading h1{
    width: 50%;
    font-size: 40px;
    color: #242424;
    padding: 10px 0;
}

.projects-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.projects-img-container{
    margin-top: 30px;
    width: 25%;
    height: 480px;
    background-position: center;
    background-size: cover;
}

.project-back-img1{
    background-image: url(images/building.jpg);
}

.project-back-img2{
    background-image: url(images/Golden_Gate_Bridge.png);
}

.project-back-img3{
    background-image: url(images/Lawyer-Building-img.png);
}

.project-back-img4{
    background-image: url(images/Deep-Sea-Bridge-img.jpg);
}

.projects-details{
    width: 100%;
    height: 480px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0) 100%);

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 40px 30px;

}

.projects-details h1{
    color: #ffffff;
    font-size: 24px;
    width: 60%;
}

.projects-details p{
    color: #ffffff;
    font-size: 15px;
}

.projects-btn{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.projects-btn button{
    font-size: 16px;
    padding: 10px 40px;
    background-color: #ffc03d;
    border: none;

    &:hover{
        background-color: #ffae00;
        cursor: pointer;
    }
}















/* //////// About Clients-Say ////////// */



.Clients-Say-container{
    width: 100%;
    height: auto;
    padding: 0px 60px;
}

.Clients-Say-container-heading{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.Clients-Say-container-heading h2{
    font-size: 24px;
    color: #242d24;
}

.Clients-Say-container-heading h1{
    width: 50%;
    text-align: center;
    font-size: 40px;
    color: #242424;
    padding: 20px 0;
}

.Clients-Say-name-details-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.Clients-Say-img-container{
    margin-top: 25px;
    width: 48%;
    height: auto;
    background-color: #212d45;
}

.Clients-Say-details{
    width: 100%;
    height: 330px;
    border-bottom: 6px solid #ffc03d;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    padding: 40px 30px;
}

.Clients-Say-details h2{
    font-size: 24px;
    color: #ffc03d;
}

.Clients-Say-details h1{
    color: #ffffff;
    font-size: 24px;
}

.Clients-Say-details p{
    color: #ffffff;
    font-size: 15px;
}
















/* ////// Contact us form/////// */


.form-container{
  display: flex;
  padding: 50px 10px;
  height: auto;
  background: #ffffff;
  align-items: center;
  justify-content: center;
}

.wrapper{
  width: 1000px;
  height: 600px;
  background: #212d45;
  color: #ffc03d;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
}
.wrapper header{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #ffc03d;
}
.wrapper form{
  margin: 35px 30px;
}
.wrapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
}
form .dbl-field{
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 50px;
  display: flex;
  position: relative;
  width: calc(100% / 2 - 13px);
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 18px;
  color: #212d45;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #212d45;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid #ffc03d;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: #ffc03d;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 220px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area button{
  color: #212d45;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: #ffc03d;
  transition: background 0.3s ease;
}
.button-area button:hover{
  background: #ffae00;
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}




@media (max-width: 600px){
  .form-container{
      height: 1300px;
  }
  .wrapper{
      height: 1200px;
  }
  .wrapper header{
    text-align: center;
    font-size: 50px;
  }
  .wrapper form{
    margin: 45px 20px;
    
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  .field .fas{
      font-size: 40px;
  }
  .message .material-icons{
      font-size: 50px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 115px;
    margin-bottom: 30px;
  }
  form .field input{
      font-size: 40px;
     padding-left: 80px;
    }
  form .message textarea{
    resize: none;
    font-size: 40px;
    height: 600px;
    padding-left: 80px;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    height: 85px;
    padding: 11px 0;
    font-size: 40px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
    font-size: 40px;
  }
}










/* ////////// Footer ///////// */





.footer-container{
    background-color: #212d45;
    width: 100%;
    display: flex;
    justify-content:center ;
    padding-top: 20px;
}

.footer-box{
    width: 95%;
    height: 350px;
    display: flex;
    justify-content: space-around;
}
.fsize{
    width: 30%;
}
.fsize p{
    margin-top: 10px;
    color: #ffc03d;
    font-size: 23px;
    font-family: 900;
}

.fsize hr{
    margin: 20px 0 20px 0;
    width: 250px;
    border: 1px solid #ffc03d;

}

.fsize ul li{
    list-style: none;
    line-height: 1.8;
    width: 260px;
    font-size: 15px;
    color: #ffffff;
}

.fsize ul li:hover{
    text-decoration: underline;
    cursor: pointer;
    list-style: circle;
}
.fbox3 .cont-name{
    font-size: 16px;
    color: #ffffff;
}
.fbox3 .fAddre{
    font-size: 15px;
    color: #ffffff;
}
.fbox3 .fphone{
    font-size: 15px;
    color: #ffffff;
}




.footer1{
    height: 80px;
    border-top: 1px solid #ffc03d;
    width: 100%;
    background-color: #212d45;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.footer1 a{
    color: #fff;
    text-decoration: none;

    &:hover{
        color: #ffae00;
    }
}













/* //////////// Responcive view ////////////// */


@media(min-width: 1734px){
  .highlight-para-details{
      height: 550px;
  }
  .highlight-num-box{
      height: 275px;
  }
}



@media(max-width: 1192px){
    .highlight-para-details{
        height: 550px;
    }
    .highlight-num-box{
        height: 275px;
    }
}












@media(max-width: 1064px) {
    .nav-msg{
        width: 1064px;
    }

    .nav-container{
        width: 1064px;
    }
    
    .hero-banner{
        width: 1064px;
    }
    .highlight-container{
        width: 1064px;
    }
    .our-faci-container{
        width: 1064px;
    }
    .commited-container{
        width: 1064px;
    }
    .office-container{
        width: 1064px;
    }
    .founder-container{
        width: 1064px;
    }
    .projects-container{
        width: 1064px;
    }
    .Clients-Say-container{
        width: 1064px;
    }
    .form-container{
        width: 1064px;
    }
    .footer-container{
        width: 1064px;
    }
    .footer1{
        width: 1064px;
    }
}








/* ////////// Responcive phone view ///////////// */







@media(max-width: 600px){
    .nav-msg a{
        font-size: 40px;
  }
  .nav-msg p{
    font-size: 40px;
  }
  #location{
    margin-left: 25px;
  }
  #phone-hide{
    display: none;
  }
  .subnav-btn .fa-brands{
    font-size: 40px;
  }



  .nav-msg{
    height: 100px;
  }
  .nav-container{
    height: 250px;
  }
  .nav-container .logo img{
    height: 270px;
  }






  .hero-banner{
    height: 1100px;
  }
  .hero-content .hero-heading h1{
    font-size: 70px;
  }
  .hero-heading p{
    font-size: 40px;
    width: 97%;
    
  }
  .hero-heading button{
    font-size: 35px;
    margin-top: 40px;
  }










  .highlight-container{
    display: flex;
    flex-direction: column;
    padding: 0 50px;

  }
  .highlight-para-details{
    width: 100%;
    height: auto;
  }
  .highlight-para-details h2{
    font-size: 45px;
  }
  .highlight-para-details h1{
    font-size: 55px;
  }
  .highlight-para-details p{
    font-size: 40px;
  }
  .highlight-para-details button{
    font-size: 35px;
  }




  .highlight-number-details{
    width: 100%;
  }
  .highlight-num-box{
    height: auto;
    border: 1px solid rgb(227, 227, 227);
  }
  .highlight-num-box h1{
    font-size: 55px;
  }
  .highlight-num-box p{
    font-size: 40px;
  }








  .our-container-in{
    flex-direction: column;
  }
  .our-faci-top-headingh h1{
    font-size: 65px
  }
  .our-faci-top-headingh h2{
    font-size: 45px;
  }
  .our-faci-box{
    width: 94%;
  }
  .our-faci-image{
    height: auto;
  }
  .our-faci-image img{
    width: 100%;
    height: auto;
  }
  .our-faci-heading h1{
    font-size: 55px;
  }
  .our-faci-heading p{
    font-size: 45px;
    width: 100%;
  }









  .commited-container{
    flex-direction: column;
    height: auto;
  }
  .commited-first-details-background{
    width: 100%;
    height: auto;
  }
  .commited-first-details h2{
    font-size: 45px;
    margin-bottom: 35px;
  }
  .commited-first-details h1{
    font-size: 65px;
    margin-bottom: 35px;

  }
  .commited-first-details p{
    font-size: 40px;
    margin-bottom: 35px;

  }
  .commited-first-details button{
    font-size: 35px;
    margin-top: 35px;
  }


  .commited-second-details-background{
    width: 100%;
    height: auto;
  }
  .commited-sec-details h1{
    font-size: 65px;
    margin-top: 35px;

  }
  .commited-sec-details p{
    font-size: 40px;
    margin-top: 35px;

  }
  .commited-sec-details h2{
    font-size: 50px;
    margin-top: 35px;

  }
  .commited-sec-details h2 img{
    width: 50px;
    margin-right: 30px;
  }











  .office-container h2{
    font-size: 45px;
  }
  .office-heading{
    flex-direction: column;
  }
  .office-heading h1{
    width: 100%;
    font-size: 55px;
    margin-bottom: 35px;
  }
  .office-heading p{
    width: 100%;
    font-size: 40px;
    margin-bottom: 35px;
  }


  .office-box-container{
    flex-direction: column;
  }
  .office-back-img{
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .office-details h1{
    font-size: 50px;
  }
  .office-details p{
    font-size: 40px;
  }
  .office-card h3{
    font-size: 35px;
    margin-top: 80px;
  }
  .office-loc-btn button{
    font-size: 35px;
  }











  .founder-container{
    margin-top: 130px;
  }
  .founder-container-heading h2{
    font-size: 40px;
  }
  .founder-container-heading h1{
    font-size: 55px;
  }

  .founder-name-details-container{
    flex-direction: column;
    margin-top: 90px;
  }
  .founder-img-container{
    width: 100%;
    height: 600px;
    background-position: top;
  }
  .founder-details{
    height: 600px;
  }
  .founder-details h1{
    font-size: 45px;
  }
  .founder-details p{
    font-size: 35px;
  }
  .founder-btn button{
    font-size: 35px;
    margin-top: 70px;
  }







  .projects-container{
    margin-top: 90px;
  }
  .projects-container-heading h2{
    font-size: 45px;
  }
  .projects-container-heading h1{
    font-size: 55px;
    width: 100%;
  }

  .projects-name-details-container{
    flex-direction: column;
  }
  .projects-img-container{
    width: 90%;
    height: 1200px;
    margin: 0;
  }
  .projects-details{
    height: 1200px;
  }
  .projects-details h1{
    font-size: 55px;
  }
  .projects-details p{
    font-size: 45px;
  }
  .projects-btn button{
    font-size: 35px;
  }












  .Clients-Say-container{
    margin-top: 90px;
  }
  .founder-container-heading h2{
    font-size: 45px;
  }
  .founder-container-heading h1{
    font-size: 65px;
  }
  .Clients-Say-name-details-container{
    flex-direction: column;
  }
  .Clients-Say-img-container{
    width: 100%;
  }
  .Clients-Say-details{
    height: auto;
  }
  .Clients-Say-details{
    border-bottom: 9px solid #ffc03d;
  }
  .Clients-Say-details img{
    width: 120px;
    margin-bottom: 30px;
  }
  .Clients-Say-details h2{
    font-size: 45px;
    margin-bottom: 30px;

  }
  .Clients-Say-details h1{
    font-size: 45px;
    margin-bottom: 30px;

  }
  .Clients-Say-details p{
    font-size: 40px;
  }
  









  .c-hero-form{
    min-width: 970px;
}

.c-form-content h1{
    font-size: 55px;
    padding: 50px 0;
}
.c-form-fill .c-from{
    width: 850px;
    height: 80px;
    font-size: 30px;
}
#comment{
    width: 850px;
    height: 200px;
    font-size: 30px;
}








.footer-box{
  flex-direction: column;
  height: auto;
  padding-bottom: 30px;
}
.fsize{
  width: 100%;
}
.fsize p{
  font-size: 50px;
  margin-top: 90px
}
.fsize hr{
  width: 95%;
}
.fsize ul li{
  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;
}

}