@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;
}
.section1{
  width: 100%;
  height: 100%;
}
.section1-slider {
  position: relative;
  height: 520px;
  overflow: hidden;
}

.section1-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: scale(1.2);
}

.section1-slide.activated {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.section1-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.slide-text {
  position: absolute;
  bottom: 30%;
  left: 57%;
  transform: translate(-50%, 0);
  z-index: 2;
  text-align: left;
  color: #fff;
  padding: 20px;
  width: 100%;
}
.slide-text span{
  display: flex;
    margin: 0 0 0px;
}

.slide-text span hr{
  width: 60px;
  height: 0px;
  border: 2.6px solid #132c4f;
  margin-top: 1.4%;

}

.slide-text span h1 {
  font-size: 14px;
  font-weight: 900;
  margin-left: 0.5%;

}
.slide-text h2 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 0 0px;
  margin-left: 0%;
}

.slide-text p {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
    margin-left: 0%;
}

.slide-text a {
  text-decoration: none;
}

.slide-text .section1-btn{
  width: 170px;
  height: 35px;
  background-color: #132c4f;
  margin-top: 3%;
  margin-left: 0%;
  display:flex;
    justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.slide-text .section1-btn h1{
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1%;
  color: white;
  text-decoration: none;
}

.section2{
  width: 100%;
  height: 100%;
}

.section2-top{
  width: 98%;
  margin-top: 15%;
  margin-left: 2%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
  gap: 25px;
}

.section2-top-card{
  width: 100%;
  height: 100%;
}



.section2-top-card img{
  width: 100%;
  height: auto;
}

.section2-top-card span{
  display: flex;
}

.section2-top-card span hr{
  width: 60px;
  height: 0px;
  border: 2.5px solid #132c4f;
  margin-top: 2.5%;
}

.section2-top-card span h1{
  color: #f5a934;
  font-size: 16px;
  margin-top: 0.5%;
  margin-left: 1.2%;
}

.section2-top-card h2{
  font-size: 32px;
  font-weight: 800;
  color: #132c4f;
}
.section2-top-card p{
  margin-top: 1%;
line-height: 30px;
color: #132c4f;
}


.section2-top-inner{
  width: 100%;
  margin-top: 10%;
  margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  gap: 23px;
}

.section2-top-inner-card{
  width: 100%;
  height: 100%;
}

.section2-top-inner-card span{
  display: inline-flex;
}

.section2-top-inner-card span img{
  width: 23%;
  height: 48px;
  margin-left: 0%;
}

.section2-top-inner-card span h1{
  font-size: 1em;
  color: #132c4f;
  margin-left: 5%;
  font-weight: 600;
  text-align: left;
}

.section2-top-inner-card p{
  color: black;
  margin-top: 5%;
  font-size: 15px;  
  text-align: left;
}


.section3{
  width: 100%;
  height: 100%;
}

.section3 h1{
  text-align: center;
  margin-top: 15%;
  font-size: 27px;
}

.section3 h1 span{
  color: #f5a934;
}

.section3-cont{
  width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
  gap: 130px 3%;
}

.section3-card{
  width: 100%;
  height: 100%;
}


.section3-card-circle{
  width: 40%;
  height: 25%;
  border-radius: 50%;
  margin-top: 0%;
  margin-left: 30%;
  background-color: #f5a934;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section3-card-circle img{
  width: 50%;
}

.section3-card h2{
  margin-top: 5%; 
  text-align: center;
  color: #132c4f;
}

.section3-card p{
  margin-top: 2%;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  line-height: 30px;
  color: #444444;
  font-size: 1rem;
}
.section4{
  margin-top: 13.5%;
  width: 100%;
  height: 100%;
}
.section4-cont{
  width: 80%;
  margin-top: 6%;
  margin-left: 10%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 50px 200px;
}

.section5{
  width: 100%;
  height: 100%;
}

.sectio5-top{
  width: 90%;
    margin-top: 20%;
    margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 20px;
}

.section5-top-card{
  width: 100%;
  height: 100%;
}


.section5-top-card h1{
  font-size: 40px;
}

.section5-top-card h1 span{
  color: #f5a934;
}

.section5-top-card ul{
  margin-top: 2%;
  margin-left: 5%;
  line-height: 35px;
  list-style: none;
}

.section5-top-card ul li{
  color: #0e2340;
  font-weight: 500;
}
.section5-top-card ul li::before {
  content: "\2022";
  color: #f5a934;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.section5-top-card a{
  text-decoration: none;
  display: inline-flex;
  margin-top: 4.5%;
  margin-left: 2%;
  width: 70%;
}

.section5-top-card a hr{
  width: 60px;
  height: 0px;
  border: 2.5px solid #f5a934;
  margin-top: 4%;
  margin-left: 2%;
  transition: 0.3s;
}
.section5-top-card a h2{
  font-size: 17px;
  font-weight: 600;
  color: #f5a934;
  transition: 0.3s;
}

.section5-top-card a:hover h2{
  color: #2f2f2f;
}

.section5-top-card a:hover hr{
  border: 2.5px solid #2f2f2f;
  width: 40px;
}

.section5-top-card p{
  margin-top: 2%;
  color: #484848;
  line-height: 30px;
  font-size: 17px;
}
.section5-end{
  width: 90%;
    margin-top: 7%;
    margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 20px;
}
.section5-end-card{
  position: relative;
  width: 100%;
  height: 450px;
  transform: skew(-2deg);
  border-radius: 3px;
  border: none;
  transition: height 0.5s ease-in-out;
}
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17%;
  background-color: #132c4f;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.section5-end-card h5{display: none;}
.section5-end-card:hover .overlay {
  height: 65%;
}
#section6-end {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 15%;
  margin-left: 0%;
  display: block;

}
   #image-container {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: transform 0.5s ease-out;
    }

    #image {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

    }


    #text-container {
      position: relative;
      left: 0%;
      bottom: 0;
      width: 100%;
      height: calc(40% - 60px);
      padding: 30px;
      box-sizing: border-box;
      display: block;
      flex-direction: column;
      justify-content: center;
      align-items: left;
      transition: transform 0.5s ease-out;
    }

    #header {
      font-size: 24px;
      margin-bottom: 10px;
      color: #132c4f;
    }

    #paragraph {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px;
      color: #626261;
    }

    #logo {
      width: 50px;
      height: 50px;
    }

.section8-cont{
  width: 100%;
  margin-top: 10%;
  margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px,1fr));
  gap:50px 50px;
}
.section8-card{
  width: 100%;
  height: 100%;
  transition: .4s ease;
  border-radius: 5px;
}

.section8-inner-cont{
  width: 100%;
  margin-top: 0%;
  margin-left: 0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
  gap:50px 30px;
}

.section8-inner-card{
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.section9-cont{
  width: 90%;
  margin-top: 15%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: 20px 15px;
}
.section9-card img{display: none;
  width: 100%;
  height: 100%;
}
.responsive-blank{
  width: 100%;
  height: 50px;
}
.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;
}
}