@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", sans-serif;*/

@media (max-width: 497px) {
  .nav-area-wrapper-relative {
    top: -32px;
  }

  .section-top-space {
    padding-top: 0px !important;
  }

  .slick-main.dots-space {
    padding-bottom: 0px !important;
  }

  .margin-top-110 {
    margin-top: 0px !important;
  }

  .testimonial-section {
    padding: 32px 0px 110px !important;
  }

  .apply-form-inner {
    padding: 0px 0px !important;
  }

  img {
    max-width: 100%;
  }

  #myLogo-for-mob {
    display: block !important;
    width: 50%;
  }

  #myLogo {
    display: none !important;
  }
}

#myLogo-for-mob {
  display: none;
}

#myLogo {
  width: 250px;
}

.banner-img {
  animation: imgUp 0.7s linear infinite alternate;
  width: 50%;
}

@keyframes imgUp {
  to {
    transform: translateY(-10px);
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 100px;
  margin-right: 10px;
}

.logo span {
  font-size: 20px;
  font-weight: bold;
  color: #1a2b6b;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #4a8dc9;
  padding: 15px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.nav-links a i {
  margin-right: 8px;
}

.nav-links a:hover {
  background-color: #4a647d;
}

.nav-links li:nth-child(1) a {
  background-color: #4a647d;
}

.nav-links li:nth-child(2) a {
  background-color: #4a647d;
}

.nav-links li:nth-child(3) a {
  background-color: #4a647d;
}

.nav-links li:nth-child(4) a {
  background-color: #4a647d;
}

.nav-links li:nth-child(5) a {
  background-color: #4a647d;
}

/* Responsive Menu Toggle */
.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
  color: #333;
}

.menu-toggle i {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 82px;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #121d4c;
    flex-direction: column;
    overflow: hidden;
    transition: height 0.3s ease;
    z-index: 9999999;
  }

  .nav-links li {
    margin: 15px 0;
  }

  .nav-links.active {
    height: 200px;
    /* Adjust height depending on the number of items */
  }

  .menu-toggle {
    display: block;
  }

  .nav-links a {
    .nav-links a {
      color: #ffffff;
      background-color: #4787c0;
      font-size: 18px;
    }
  }

  .nav-links a:hover {
    background-color: #f0f0f0;
  }

  .logo img {
    height: 70px;
  }
}

@media screen and (max-width: 480px) {
  .logo span {
    font-size: 16px;
  }

  .nav-links.active {
    height: auto;
  }
}

.flex-column-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  border: 2px solid #000000;
  margin-bottom: 30px;
  border-radius: 22px;
  height: 85%;
  box-shadow: 8px 10px 6px 4px #b7b7b7;
  background: #4c6581;
}

.flex-column-div img {
  max-width: 100%;
  height: auto;
  margin-block: 2vh;
}

.hthree {
  font-weight: 700;
  font-family: math;
  font-size: 32px;
  color: white;
  font-family: "Montserrat";
}

.para {
  font-size: 17px;
  text-align: justify;
  color: #ffffff;
}

@media (max-width: 768px) {
  .flex-column-div {
    padding: 10px;
  }
}

.nav-links li {
  transition: transform 0.3s;
}

.nav-links li:hover {
  transform: translateY(3px);
}

.theme-section-title .title01 {
  font-size: 30px;
  font-family: sans-serif;
  font-weight: 600;
}

.banner-area2 {
  /* background-image: url(myimg/abtban.jpg); */
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 100px 0px;
}

#abtimg02 {
  width: 100%;
  border-radius: 20px;
  margin-top: 20%;
  height: 819px;
  object-fit: cover;
}

.banner-area2 .banner-wrapper .thumbnail .banner-img {
  right: 3%;
  visibility: hidden;
}

.banner-area2 .banner-inner .title {
  font-size: 64px;
  line-height: 1.407;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-area2 .banner-inner p {
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
