/* tablet*/
@media only screen and (min-width: 767px) and (max-width: 1023px) {
body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: white;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar.show .menu-list li a{
    margin-left: 1px;
  }

.navbar.sticky img{
  width: 70px;
  height: 75px;
}

.logo img{
  margin-left: 0px;
  margin-top: 1px;
}
.nav-section{
  width: 100%;
  height: 100px;
}
.section1{position: relative;
  width: 100%;
  height: 100%;
}
.parallax {position: relative;}
.section1-text-res{position: relative;}
#section1-header{
  position: absolute;
  margin-top: 13%;
  margin-left: 20%;
  transform: translate(-50%,-50%);
  text-align: left;
  font-size: 50px;
  color: #fff;
  z-index: 1;
}


#section1-p{
  position: absolute;
  margin-top: 29%;
  margin-left: 35%;
  font-size: 20px;
  transform: translate(-50%,-50%);
  color: #fff;
    z-index: 1;
}


.section2{
  width: 100%;
  height: 100%;
}

.section2-header{position: relative;
  width: 180px;
  height: 45px;
  background-color: #132c4f;
  margin-top: 7%;
  transform: skew(20deg);
  margin-left: 2%;
}

.section2-header h1{position: absolute;
  width: 80%;
  font-size: 23px;
  color: white;
  transform: skew(-20deg);
  text-align: center;
  margin-top: 3%;
  margin-left: 10%;
}
.section2-header h1 span{
  color: #f5a934;
}
#section2-top-desc{
  width: 98%;
  margin-top: 2%;
  margin-left: 1%;
  font-size: 17px;
  color: #444444;
  line-height: 30px;
}


.section2-top{
  width: 98%;
  height: 100%;
  margin-top: 7%;
  margin-left: 1%;
  display: flex;
}

.section2-top-left{
  width: 30%;
  height: 100%;
}

.section2-top-left-card1{
  width: 100%;
  height: 70px;
  display: flex;
}

.section2-top-right-card-white{
  position: absolute;
  width: 90%;
  height: 300px;
  clip-path: polygon(0 2%, 100% 30%, 100% 100%, 0 100%);
  background-color: white;
  margin-top: -70%;
  margin-left: 5%;
  
}

.section2-top-right-card-white span{
  display: flex;
  margin-top: 28.5%;
  margin-left: 1%;
}

.section2-top-right-card-white span hr{
  width: 5px;
  height: 21px;
  background-color: #f5a934;
  border: none;
  margin-top: 1%;
}

.section2-top-right-card-white span h1{
  font-size: 18px;
  margin-left: 1.5%;
  color: #132c4f;
}

.section2-top-right-card-white p{
  font-size: 15px;
  margin-top: 5%;
  text-align: left;
}
.section2-top-left img{
  width: 50px;
  height: 50px;
  margin-top: 2%;
  transition: 0.4s ease;
  margin-left: 4%;
 
}

.section2-top-left h1{
  color: black;
  font-size: 17px;
  margin-top: 6%;
  margin-left: 6%;
  transition: 0.4s ease; 
}

.section3{
  width: 100%;
  height: 100%;
}

.section3-main{
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-top: 6%;
}
.tab {
  height: 100%;
  align-items: center;
  position: relative;
}

.tab-container {
  max-width: 100%; height: 100%;
  margin: 0 auto;
}

.tab-nav {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  list-style: none;
  border-bottom: 2px solid #132c4f;
  position: relative;


}

.tab-nav li {
  margin-top: 12%;
  padding: 20px 10px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;

}

.section3-tab-cont{
  width: 100%;
  margin-top: 3%;
  margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px,1fr));
  gap: 25px;
}
.section3-tab-card{
  width: 100%;
  height: 100%;
}
.section3-tab-card h1{
  font-size: 25px;
  margin-top: 0%;
}

.section3-tab-end{
  width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 30px;
  
}

.section3-tab-end-card{position: relative;
  width: 100%;
  height: 100%;
  transition: .4s ease;

}






.section3-civil{
  width: 95%;
  height: 100%;
  display: block;
  margin-top: 10%;
  margin-left: 2.5%;
}

.section3-civil-left{
  position: relative;
  width:100%;
  height: 100%; 
}

.section3-civil-left img{
  width: 100%;
  height: auto;
}

.section3-civil-left span{
  display: flex;
  margin-top: 3%;
}
.section3-civil-left span hr{
  width: 4px;
  height: 25px;
  background-color: #f5a934;
  border: none;
  margin-top: 0.8%;
}
.section3-civil-left span h1{
  font-size: 25px;
  margin-left: 1%;
}

.section3-civil-left p{
  margin-top: 1.5%;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
}

.section3-civil-right{
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 10%;
  margin-left: 0%;
  background-color: #f5a934;
}

.section3-civil-right img{
  width: 100%;
  height: auto;
}

.section3-civil-right p{
  text-align: center;
  margin-top: 2%;
  font-size: 17px;
  color: white;
  font-weight: 600;
  width: 98%;
  margin-left: 1%;
}
.section3-civil-right-blank{
  width: 100%;
  height: 50px;
}
.section3-civil-blank{
  width: 100%;
  height: 50px;
}





.section3-install{
  width: 95%;
  height: 100%;
  display: block;
  margin-top: 25%;
  margin-left: 2.5%;
}

.section3-install img{
  width: 100%;
  height: auto;
}

.section3-install-text{
  margin-top: 5%;
  margin-left: 0%;
  width: 100%;
  height: 100%;
}

.section3-install-text h1{
  font-size: 25px;
}

.section3-install-text h1 span{
  color: #f5a934;
}

.section3-install-text p{
  margin-top: 2%;
  font-size: 16px;
  font-weight: 500;
}

.section3-install-end{
  width: 85%;
  height: 100%;
  margin-top: 8%;
  margin-left: 7.5%;
}

.section3-install-end h1{
  text-align: center;
  color: #f5a934;
  font-size: 35px;
}

.section3-install-end-cont{
  width: 100%;
    margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 50px 30px;
}

.section3-install-end-card{
  width: 100%;
  height: 100%;
  background-color: #132c4f;
  transition: .4s ease;
  border-radius: 5px;
}

.section3-install-end-card h2{
  color: white;
  font-size: 23px;
  text-align: center;
  margin-top: 10%;
}

.section3-install-end-card p{
  color: white;
  margin-top: 2%;
  text-align: center;
  width: 95%;
  margin-left: 2.5%;
  line-height: 30px;
}


.section3-install-end-card-blank{
  width: 100%;
  height: 50px;

}

.section3-install-end-card:hover{
  margin-top: -5%;
}

.section3-install-end-blank{
  width: 100%;
  height: 100px;
}





.section4{
  width: 100%;
  height: 100%;
}

.section4-main{   
  width: 95%;
  height: 100%;
  margin-top: 5%;
  margin-left: 2.5%;
}

.section4-main h1{
  color: black;
  font-size: 28px;
}

.section4-main h1 span{
  color: #f5a934;
}

.section4-main p{
  color: #444444;
  width: 100%;
  line-height: 30px;
  font-size: 16.5px;
  margin-top: 0.5%;
}

.section4-main-card1{
  width: 100%;
  height: 65px;
  border: 2px solid #e2e2e1;
  margin-top: 4%;
  display: flex;
}
.section4-main-card2{
  width: 100%;
  height: 65px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
.section4-main-card3{
  width: 100%;
  height: 65px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
.section4-main-card4{
  width: 85%;
  height: 65px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}

.section4-main-card1 h1{
  font-size: 17px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 2%;
}

.section4-main-card1 img{
  width: auto;
  height: 80%;
  margin-top: 0.5%;
  margin-left: 1%;
}

.section4-main-card2 h1{
  font-size: 17px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 2%;
}

.section4-main-card2 img{
  width: auto;
  height: 80%;
  margin-top: 0.5%;
  margin-left: 1%;
}

.section4-main-card3 h1{
  font-size: 17px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 2%;
}

.section4-main-card3 img{
  width: auto;
  height: 80%;
  margin-top: 0.5%;
  margin-left: 1%;
}

.section4-blank{
  width: 100%;
  height: 100px;
}

.footer{
  width: 100%;
  height: 100%;
  background-color: #132c4f;
}

.footer-top-blank{
  width: 100%;
  height: 30px;
}

.footer-cont{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  gap: 20px 25px;
}
.footer-card{
  width: 100%;
  height: 100%;
}

.footer-card img{
  width: 60%;
  height: auto;
  margin-top: 5%;
  margin-left: 20%;

}

.footer-card h1{
  color: white;
  font-weight: 600;
  font-size: 25px;
  margin-top: 5%;
  margin-left: 5%;
}

.footer-card ul{
  list-style: none;
  margin-top: 3%;
  margin-left: 6%;
}

.footer-card ul {
  line-height: 40px;
}

.footer-card ul a{
  text-decoration: none;
  color: #e6e6e7;
  font-size: 1rem;
}


.footer-social{
  margin-top: 3%;
  width: 60%;
  margin-left:20%;
}
.footer-social span{
  display:flex;
  justify-content: space-around;


}

.footer-social span a{
  text-decoration: none;
  color: #dadada;
  font-size: 22px;
  opacity: 0.8;
  transition: .3s ease;
}

.footer-social span a:hover{
  opacity: 1;
  color: white;

}

.footer-end{margin-top: 5%;
  width: 100%;
  height: 100%;
}

.footer-end hr{
  width: 100%;
  height: 0%;
  border: 1px solid #dadada;
  opacity: 0.3;
}

.footer-end span{
  display: block;
}

.footer-end span p{
  color: #dadada;
  margin-top: 5%;
  text-align: center;
}
.footer-end span a{
  text-decoration: none;
}
.footer-end span p a{
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.footer-end span h5{
  margin-top: 5%;
  margin-left: 5%;
}

.footer-end span h5 a{
  color: #dadada;
  font-size: 15px;
}

.footer-end span h6{
  margin-top: 2%;
  margin-left: 5%;
}

.footer-end span h6 a{
  color: #dadada;
    font-size: 15px;
}
}