/* mobile*/
@media only screen and (min-width: 501px) and (max-width: 767px) {
	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{
  width: 100%;
  height: 100%;
}

.section1-text-res{
  position: absolute;
  margin-top: 43%;
  margin-left: 50%;
  transform: translate(-50%,-50%);
}
#section1-header{
  position: relative;
  text-align: center;
  font-size: 4.7rem;
  color: #fff;
  margin-top: 0%;
  margin-left: 50%;
  width: 400px;
  line-height: 80px;
}
#section1-p{display: none;
  position: relative;
  width: 100%;
  margin-top: 20%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

#section1-span{display: none;}
.section2-top{
  width: 100%;
  height: 100%;
  margin-top: 7%;
  margin-left: 0%;
  display: block;
}

.section2-top-left{
  width: 80%;
  height: 100%;
  margin-left: 10%;
}
.section2-top-left h1{
	color: black;
	font-size: 20px;
	margin-top: 5%;
	margin-left: 6%;
	transition: 0.4s ease; 
}
.section2-top-left img{
	width: 70px;
	margin-top: 2%;
	transition: 0.4s ease;
	margin-left: 4%;
}
#section2-active img{
  filter: brightness(0) invert(1) grayscale(1);
  margin-left: 4%;
  width: 70px;
}
.section2-top-left h1{
	color: black;
	font-size: 23px;
	margin-top: 3.5%;
	margin-left: 6%;
	transition: 0.4s ease; 
}
#section2-active h1{
	color: white;
}
.section2-top-mid{
  width: 100%;
  height: 100%;
  margin-top: 10%;
  margin-left: 0%;
}

.section2-top-mid h1{
  margin-top: 3%;
  margin-left: 1%;
  font-size: 14px;
  color: #132c4f;
}

.section2-top-mid hr{
  width: 60px;
  height: 0px;
  border: 2.5px solid #f5a934;
  margin-top: 1.5%;
  margin-left: 1%;
}

.section2-top-mid p{
  margin-top: 2%;
  font-size: 15px;
  color: #444444;
  line-height: 28px;
  width: 98%;
  margin-left: 1%;
}
.section2-top-right{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-top: 10%;
  text-align: center;
}



.section2-top-right-card-white{
	position: absolute;
	width: 90%;
	height: 252px;
	clip-path: polygon(0 2%, 100% 30%, 100% 100%, 0 100%);
	background-color: white;
	margin-top: -30%;
	margin-left: 5%;
	
}

.section2-top-right-card-white span{
	display: flex;
	margin-top: 18%;
	margin-left: 1%;
}

.section2-top-right-card-white span hr{
  width: 5px;
  height: 21px;
  background-color: #f5a934;
  border: none;
  margin-top: 0.5%;
  margin-left: 0.5%;
}
.section2-top-right-card-white p{
  font-size: 17px;
  margin-top: 4%;
  text-align: left;
}

.section3{
  width: 100%;
  height: 100%;
}

.section3-main{
  width: 100%;
  height: 100%;
  margin-left: 0%;
  margin-top: 20%;
}
.tab-nav li {
  margin-top: 12%;
  padding: 15px 15px;
  font-size: 19px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
  text-align: center;

}

.tab-nav li.active {
  color: #f5a934;
  transform: scale(1);
}
.section3-tab-cont{
	width: 100%;
    margin-top: 0%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
	gap: 50px;
}
.section3-tab-end{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	gap: 25px;
	
}

.section3-tab-end-card-circle h1{
  position: absolute;
  color: white;
  font-size: 27px;
  text-align: center;
  margin-top: 6%;
  margin-left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}





.section3-civil{
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 25%;
  margin-left: 0%;
}

.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: 30%;
  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: 90%;
  height: 100%;
  margin-top: 20%;
  margin-left: 5%;
}

.section4-main-card1{
  width: 100%;
  height: 60px;
  border: 2px solid #e2e2e1;
  margin-top: 5%;
  display: flex;
}
.section4-main-card2{
  width: 100%;
  height: 60px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
.section4-main-card3{
  width: 100%;
  height: 60px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
.section4-main-card4{
  width: 85%;
  height: 80px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}

.section4-main-card1 h1{
  font-size: 15px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 5%;
}

.section4-main-card1 img{
  width: auto;
  height: 60%;
  margin-top: 1%;
  margin-left: 1%;
}

.section4-main-card2 h1{
  font-size: 15px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 5%;
}

.section4-main-card2 img{
  width: auto;
  height: 60%;
  margin-top: 1%;
  margin-left: 1%;
}

.section4-main-card3 h1{
  font-size: 15px;
  color: #132c4f;
  margin-top: 1%;
  margin-left: 5%;
}

.section4-main-card3 img{
  width: auto;
  height: 50%;
  margin-top: 1%;
  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(400px,1fr));
  gap: 30px 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: 18px;
}


.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;
}
}