/* 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{
  width: 100%;
  height: 100%;
}
.parallax {
  background-image: url('about-bg.jpg');
  height: 450px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section1-header{
  position: absolute;
  margin-top: 13%;
  margin-left: 17%;
  transform: translate(-50%,-50%);
  text-align: left;
  font-size: 45px;
  color: #fff;
}


#section1-p{
  position: absolute;
  margin-top: 28%;
  margin-left: 35%;
  font-size: 20px;
  transform: translate(-50%,-50%);
  color: #fff;
}

.section2-top-card hr{
  width: 50px;
  height: 0px;
  border: 2.3px solid #132c4f;
  margin-top: 2%;
}
.section3-cont{
  width: 90%;
    margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 30px;
}

.section3-card{
  margin-top: 11%;
  width: 100%;
  height: 400px;
  background-color: white;
  border-radius: 5px;
}

.section4{
  width: 100%;
  height: 100%;
}


#section4-header{
  text-align: center;
  margin-top: 5%;
  font-size: 45px;
  color: black;
}


#section4-p{
  margin-top: 1%;
  text-align: center;
  color: #444444;
  width: 95%;
  margin-left: 2.5%;
  font-size: 16px;
  line-height: 27px;
}

.section4 img{
  width:80%;
  margin-top: 8%;
  margin-left: 10%; 
}

.section5{margin-top: 5%;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

.section5-blank{
  width: 100%;
  height: 70px;
}

.section5 h1{
  margin-top: -1%;
  text-align: center;
  color: #f5a934;
}
.time-line{
  margin-top: 1%;
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
}
.wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }

 .section6-cont{
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 50px;
}

.section6-card{position: relative;
  margin-top: 10%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 15px;
  transition: .3s ease;
}
.section6-card h2{
  text-align: center;
  margin-top: 18%;
  color: #132c4f;
  font-weight: 600;
  font-size: 1.8em;
}
.section7{
  width: 100%;
  height: 100%;
}

.section7 h1{
  text-align: center;
  font-size: 50px;
  margin-top: 20%;
  color: #f5a934;
}

.section7-cont{
  margin-top: 5%;
  width: 95%;
  margin-left: 2.5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
  gap: 0px;
}

.section7-card{
  width: 100%;
  height: 100%;
}


.section7-card img{
  width: 60%;
  margin-top: 5%;
  margin-left: 20%;
}

.section7-card p{
  text-align: center;
  margin-top: 8%;
  font-size: 23px;
  font-weight: 600;
  color: white;
}

#section7-client1{border: none;}
#section7-client2{border: none;}
#section7-client3{border: none;}
#section7-client4{border: none;}
#section7-client5{border: none; display: none;}
#section7-client6{border: none;}
#section7-client7{border: none;}
#section7-client9{border: none;}

.section7-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: 1%;
  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;
}
}
}