:root {
  --theme-color: #0D5EF4;
  --theme-color2: #F20F10;
  --title-color: #0F2239;
  --body-color: #4D5765;
  --smoke-color: #F3F7FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font: "Jost", sans-serif;
  --body-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 70px;
  --section-space-mobile: 50px;
  --section-title-space: 30px;
  --ripple-ani-duration: 5s;
}

/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.th-hero-wrapper .checklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.th-hero-wrapper .checklist li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.hero-shape {
  position: absolute;
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: transparent;
  border: 3px solid rgba(13, 94, 244, 0.3);
  border-radius: 50%;
  transform: translate3d(-50%, 50%, 0);
  animation: heroripple 8s ease-out infinite;
}

.ripple-1 {
  animation-delay: 0;
}

.ripple-2 {
  animation-delay: 1s;
}

.ripple-3 {
  animation-delay: 2s;
}

.ripple-4 {
  animation-delay: 4s;
}

.ripple-5 {
  animation-delay: 5s;
}

.ripple-6 {
  animation-delay: 1s;
}

@keyframes heroripple {
  0% {
    transform: translate3d(-50%, 50%, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(-50%, 50%, 0);
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-text {
  font-size: 18px;
  margin-bottom: 35px;
}

/* Hero 1 ---------------------------------- */
.hero-1 .shape1 {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.hero-1 .shape1 img {
  height: 100%;
}
.hero-1 .shape2 {
  right: 0;
  bottom: 50px;
  z-index: 2;
  animation: jumpAni 7s linear infinite;
}
.hero-1 .shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  transform: rotate(25.36deg);
  z-index: 2;
  animation: spin 40s linear infinite;
}
.hero-1 .shape5,
.hero-1 .shape4 {
  z-index: 9;
}
.hero-1 .th-social {
  position: absolute;
  z-index: 3;
  top: 34%;
  right: 0;
}
.hero-1 .th-social a {
  background-color: var(--title-color);
  color: #B3C1D3;
}
.hero-1 .th-social a:hover {
  color: var(--white-color);
}
.hero-1 .hero-img1 {
  position: relative;
  z-index: 9;
  margin-right: -62px;
  margin-top: -30px;
  width: 550px;
  filter: drop-shadow(-29.4340000153px 25.5860004425px 10.3920001984px rgba(25, 24, 25, 0.16));
  /* Extra large devices */
}
.hero-1 .hero-img1 img {
  border-radius: 50%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 520px;
}
@media (max-width: 1500px) {
  .hero-1 .hero-img1 {
    margin-right: 0;
  }
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 222px 0 217px 0;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style1 {
    padding: 162px 0 157px 0;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    padding: 142px 0 137px 0;
  }
}
@media (max-width: 575px) {
  .hero-style1 {
    padding: 122px 0 120px 0;
  }
}
.hero-style1 .hero-text {
  color: #B2B2B2;
  margin-top: 20px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-style1 .hero-text {
    font-size: 14px;
  }
}
.hero-style1 .hero-subtitle {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-style1 .hero-subtitle span {
  background-color: var(--theme-color);
  border-radius: 20px;
  padding: 6px 16px;
  margin-right: 10px;
}
.hero-style1 .hero-title {
  margin-bottom: 27px;
  font-weight: 600;
}
.hero-style1 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

.hero-slider-1 .slick-dots {
  position: absolute;
  bottom: 48px;
  right: 25%;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .hero-slider-1 .slick-dots {
    right: 30.5%;
  }
}
@media (max-width: 1600px) {
  .hero-slider-1 .slick-dots {
    right: 20%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .shape2 {
    max-width: 20%;
  }
  .hero-1 .shape3 {
    top: -200px;
    left: -200px;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    animation: spin 25s linear infinite;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-1 .hero-img1 {
    display: none;
  }
  .hero-1 .shape1, .hero-1 .shape2 {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .hero-subtitle {
    font-size: 12px;
    font-weight: 500;
  }
}
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  margin-right: 50px;
  padding-bottom: 87px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.img-box1 .about-shape1 {
  z-index: 1;
}
.img-box1 .about-shape1:after, .img-box1 .about-shape1:before {
  content: "";
  position: absolute;
  left: 98px;
  bottom: 57px;
  border: 10px solid var(--theme-color2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.img-box1 .about-shape1:after {
  width: 122px;
  height: 122px;
  border: 5px solid var(--theme-color);
  left: 6px;
  bottom: 26px;
  z-index: -1;
}
.img-box1 .img1 img {
  border-radius: 10px;
  width: 74%;
}
.img-box1 .img2 {
  position: absolute;
  right: 0;
  bottom: 3px;
  border-radius: 10px;
  z-index: 1;
  /* Extra small devices */
}
.img-box1 .img2 img {
  border-radius: 10px;
  height: 338px;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-box1 .img2:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: var(--white-color);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 375px) {
  .img-box1 .img2 {
    position: relative;
    margin-top: 20px;
  }
  .img-box1 .img2 img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .img-box1 {
    margin-right: 0;
    padding-right: 177px;
  }
}
@media (max-width: 1299px) {
  .img-box1 {
    padding-bottom: 272px;
  }
}
@media (max-width: 1199px) {
  .img-box1 {
    display: inline-block;
    padding-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .img-box1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .img-box1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .img-box1 {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.about-grid {
  position: absolute;
  top: 0px;
  right: 0;
  width: 150px;
  height: 195px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(19, 61, 117, 0.12);
  z-index: 2;
  overflow: hidden;
  padding: 40px 0px 42px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.about-grid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
  z-index: -1;
}
.about-grid_year {
  font-size: 44px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 6px;
}
.about-grid_text {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 121px;
  margin: 0 17px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .about-grid_text {
    margin: auto;
  }
}
.about-grid_img img {
  border-radius: 10px;
}
@media (max-width: 1299px) {
  .about-grid {
    top: 122px;
  }
}
@media (max-width: 1199px) {
  .about-grid {
    top: 0;
  }
}
@media (max-width: 375px) {
  .about-grid {
    position: relative;
    margin-top: 20px;
  }
}

.about-shape1 {
  /* Extra large devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .about-shape1 {
    left: 0px !important;
  }
}
@media (max-width: 375px) {
  .about-shape1 {
    display: none;
  }
}

.counter-box {
  background-color: var(--white-color);
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 30px rgba(19, 61, 117, 0.12);
}
.counter-box .counter-title {
  color: var(--theme-color);
  margin-bottom: 0;
}
.counter-box .counter-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
}

.student-count {
  display: inline-block;
  background-color: var(--white-color);
  box-shadow: 0px 4px 18px rgba(158, 165, 177, 0.23);
  border-radius: 10px;
  padding: 30px;
}
.student-count.style2 {
  border: 1px solid var(--border-color);
}
.student-count.style2 .title {
  font-size: 18px;
  font-weight: 500;
}

/* Feature 1 ---------------------------------- */
.feature-area-1 {
  padding: 63px 0;
  border-bottom: 1px solid #D0DBE9;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .feature-area-1 {
    padding: 50px 0;
  }
}

.feature-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-wrap .feature_icon {
  height: 55px;
  width: 55px;
  line-height: 46px;
  background: var(--theme-color);
  border: 3px solid #D0DBE9;
  text-align: center;
  border-radius: 50%;
}
.feature-wrap .box-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .feature-wrap .box-title {
    font-size: 19px;
  }
}

/* About 2 ---------------------------------- */
.img-box2 {
  position: relative;
  margin-right: 50px;
  padding-right: 160px;
  padding-bottom: 34px;
  display: inline-block;
  /* Hight Resoulation devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (min-width: 1922px) {
  .img-box2 {
    margin-left: 300px;
  }
}
@media (max-width: 1600px) {
  .img-box2 {
    padding-bottom: 105px;
  }
}
@media (max-width: 1500px) {
  .img-box2 {
    padding-bottom: 155px;
  }
}
@media (max-width: 1399px) {
  .img-box2 {
    padding-right: 163px;
    padding-bottom: 175px;
  }
}
@media (max-width: 1299px) {
  .img-box2 {
    padding-right: 135px;
    padding-bottom: 175px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .img-box2 {
    padding-right: 135px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .img-box2 {
    padding-bottom: 95px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .img-box2 {
    padding-bottom: 205px;
  }
}
@media (max-width: 575px) {
  .img-box2 {
    padding: 0;
    margin: 0 15px;
  }
}
.img-box2 .img1 img {
  border-radius: 0 10px 10px 0;
  /* Hight Resoulation devices */
  /* Extra small devices */
}
@media (min-width: 1922px) {
  .img-box2 .img1 img {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .img-box2 .img1 img {
    border-radius: 10px;
  }
}
.img-box2 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .img-box2 .img2 {
    position: initial;
    margin-top: 20px;
  }
  .img-box2 .img2 img {
    width: 100%;
  }
}
.img-box2 .img2 img {
  border-radius: 10px;
}
.img-box2 .img2:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  background: var(--white-color);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 375px) {
  .img-box2 .img2 {
    position: relative;
    margin-top: 20px;
  }
  .img-box2 .img2 img {
    width: 100%;
  }
}

.about-experience-wrap {
  position: absolute;
  top: 24px;
  right: 98px;
  display: inline-block;
  z-index: 1;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-experience-wrap {
    top: 10px;
    right: 80px;
  }
}
@media (max-width: 1299px) {
  .about-experience-wrap {
    top: 10px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .about-experience-wrap {
    top: 160px;
  }
}
@media (max-width: 320px) {
  .about-experience-wrap {
    top: 110px;
  }
}
.about-experience-wrap .about-experience-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

.about-experience-tag {
  background: var(--white-color);
  display: inline-block;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  line-height: 12px;
  text-align: center;
  animation: spin 10s infinite alternate-reverse;
}
.about-experience-tag:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: transparent;
  border: 1px solid var(--theme-color);
  height: 90%;
  width: 90%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about-experience-tag span {
  --rotate-letter: 17deg;
  height: 60px;
  position: absolute;
  width: 60px;
  left: 26px;
  top: 7px;
  transform-origin: bottom center;
  transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}

.about2-title-wrap {
  max-width: 678px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about2-title-wrap {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .about2-title-wrap {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .about2-title-wrap {
    margin: 0 15px;
  }
}

/* About 3 ---------------------------------- */
.about-grid2 {
  display: flex;
  background: var(--white-color);
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #D0DBE9;
  align-items: center;
  padding: 20px;
}
.about-grid2 .about-grid_title {
  margin-bottom: 0;
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .about-grid2 .about-grid_title {
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
  .about-grid2 .about-grid_title {
    font-size: 19px;
  }
}
.about-grid2 img {
  flex: none;
}

.about-content {
  padding-bottom: 40px;
  padding-left: 56px;
  padding-top: 40px;
}

.img-box3 {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .img-box3 {
    padding-top: 120px;
    margin-bottom: -100px;
  }
}
@media (max-width: 991px) {
  .img-box3 {
    padding-top: 80px;
    margin-bottom: -60px;
  }
}

/* About 4 ---------------------------------- */
.about-grid3 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-grid3 .about-grid-icon {
  flex: none;
}
.about-grid3 .details h5 {
  font-size: 20px;
  margin-bottom: 3px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .about-grid3 .details h5 {
    font-size: 19px;
  }
}
.about-grid3 .details p {
  margin-bottom: 0;
}

.img-box4 {
  position: relative;
  padding-right: 246px;
  margin-right: 50px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.img-box4 .about-grid {
  padding: 45px 30px;
  background: var(--theme-color);
  max-width: 223px;
}
.img-box4 .about-grid:after {
  display: none;
}
.img-box4 .about-grid .about-grid_text {
  max-width: 162px;
  margin: auto;
}
.img-box4 .img1 img {
  border-radius: 10px;
  width: 100%;
}
.img-box4 .img2 {
  border-radius: 10px;
  z-index: 1;
  margin-top: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  /* Extra small devices */
}
.img-box4 .img2 img {
  border-radius: 10px;
}
@media (max-width: 375px) {
  .img-box4 .img2 {
    position: relative;
    margin-top: 20px;
  }
  .img-box4 .img2 img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .img-box4 {
    margin-right: 0;
    padding-right: 245px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1299px) {
  .img-box4 {
    padding-bottom: 20px;
    padding-right: 202px;
  }
  .img-box4 .about-grid {
    top: 0;
    padding: 35px 10px;
  }
}
@media (max-width: 1199px) {
  .img-box4 {
    display: inline-block;
    padding-bottom: 0px;
    padding-right: 247px;
  }
  .img-box4 .about-grid {
    padding: 43px 30px;
  }
}
@media (max-width: 767px) {
  .img-box4 {
    padding-bottom: 138px;
  }
}
@media (max-width: 575px) {
  .img-box4 {
    padding: 0;
    display: block;
  }
  .img-box4 .about-grid {
    position: inherit;
    margin-top: 20px;
    max-width: none;
  }
  .img-box4 .img2 {
    position: inherit;
    display: inline-block;
    width: 100%;
  }
  .img-box4 .img2 img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .img-box4 {
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* About 6 ---------------------------------- */
.img-box5 {
  position: relative;
  padding-right: 56px;
  /* Medium Large devices */
  /* Large devices */
}
.img-box5 .counter-box {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-70%);
}
@media (max-width: 1399px) {
  .img-box5 {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .img-box5 {
    margin-bottom: 40px;
  }
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  /* Extra small devices */
}
.feature-box-wrap {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E3E9F0;
  padding-top: 35px;
  padding-bottom: 35px;
}
.feature-box_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-box_text {
  margin-bottom: 0;
}
.feature-box_icon {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 375px) {
  .feature-box {
    flex-wrap: wrap;
  }
}

/* About 6.1 ---------------------------------- */
.img-box6-1 {
  position: relative;
  padding-right: 56px;
}
.img-box6-1 img {
  border-radius: 10px;
}
.img-box6-1 .student-count {
  position: absolute;
  bottom: 60px;
  left: -70px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .img-box6-1 .student-count {
    bottom: 12px;
    left: -12px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box6-1 {
    padding-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box6-1 {
    margin-bottom: 45px;
  }
}
.avater-list {
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
}
.avater-list .avater,
.avater-list .count {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--white-color);
  margin-left: -25px;
}
.avater-list .avater img,
.avater-list .count img {
  width: 100%;
  height: 100%;
}
.avater-list .count {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

/* About 7 ---------------------------------- */
.img-box7 {
  border-radius: 10px;
  overflow: hidden;
}

.about-content2 {
  padding-bottom: 40px;
  padding-left: 56px;
  padding-top: 40px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-content2 {
    padding-bottom: 0;
    padding-left: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-content2 {
    padding-left: 0px;
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-sec.bg-bottom-right {
    background-size: 240% 60%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-sec.bg-bottom-right {
    background-size: 240% 80%;
  }
}
/* Mockup 1 ---------------------------------- */
.img-box8 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-left: 56px;
}
.img-box8 .img1,
.img-box8 .img2 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.img-box8 .img1 img,
.img-box8 .img2 img {
  width: 100%;
}
.img-box8 .img1 {
  margin-top: -50px;
}
.img-box8 .img2 {
  margin-top: 50px;
}
.img-box8 .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .big-shape {
    max-width: 60%;
  }
  .img-box8 {
    padding-left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .img-box8 {
    gap: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .img-box8 {
    gap: 10px;
  }
}
/* About 8 ---------------------------------- */
.img-box9 {
  position: relative;
  margin-bottom: -120px;
}
.img-box9 .img1 {
  text-align: center;
}
.img-box9 .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: jumpAni 7s linear infinite;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box9 {
    position: relative;
    margin-bottom: 40px;
  }
}
/* About 9 ---------------------------------- */
.img-box10 {
  position: relative;
  margin-right: 36px;
}
.img-box10 .img1,
.img-box10 .img2 {
  z-index: 2;
  position: relative;
}
.img-box10 .img1 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.img-box10 .img2 {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: var(--white-color);
  padding: 10px 0 10px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.img-box10 .img2 img {
  border-radius: inherit;
}

.moto-box {
  box-shadow: 1px 0px 28px rgba(131, 139, 154, 0.19);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 40px;
}
.moto-box-wrap {
  margin-top: -180px;
  position: relative;
  z-index: 3;
  --bs-gutter-y: 24px;
}
.moto-box_icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.moto-box_icon img {
  transition: 0.4s ease-in-out;
}
.moto-box_icon::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 94, 244, 0.07);
  z-index: -1;
  border-radius: 999px;
}
.moto-box_title {
  margin-top: -0.28em;
  font-size: 24px;
}
.moto-box_text {
  margin-bottom: -0.48em;
  max-width: 300px;
}
.moto-box:hover .moto-box_icon img {
  transform: rotateY(180deg);
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box10 {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .img-box10 img {
    width: 100%;
  }
  .img-box10 .img1 {
    width: 70%;
  }
  .img-box10 .img2 {
    width: 40%;
  }
  .moto-box {
    padding: 40px 30px;
  }
  .moto-box-wrap {
    margin-top: 20px;
  }
}
/* About 13 ---------------------------------- */
.award-box {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 10px;
  padding: 20px 5px;
}
.award-box-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.award-box_icon {
  margin-bottom: 15px;
}
.award-box_title {
  margin-bottom: 2px;
}
.award-box_time {
  margin-bottom: -0.5em;
}

.img-box11 {
  position: relative;
  right: 2px;
}
.img-box11:before {
  content: "";
  width: 277px;
  height: 277px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.img-box11 .img1 {
  padding-bottom: 50px;
}
.img-box11 .img1 img {
  width: 100%;
  border-radius: 10px;
}

/* Small devices */
@media (max-width: 767px) {
  .award-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-wrapper {
  position: relative;
  z-index: 2;
  background-color: #0F1B31;
}
.footer-wrapper .newsletter-title {
  color: var(--white-color);
}
.footer-wrapper .th-social a {
  background-color: #1e2c46;
  color: #b3c1d3;
  border: 1px solid #0D5EF4;
}
.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.footer-wrapper .divider-line {
  width: 1px;
  background: #fff;
  margin: 0px 10px;
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-wrapper .web-link {
  color: #FBBF24 !important;
}

.web-link:hover {
  color: #ffffff !important;
}

.widget-area {
  padding-top: 80px;
  padding-bottom: 40px;
}

.copyright-wrap {
  padding: 16px 0;
  background: #283752;
  --body-color: #B3C1D3;
}

.copyright-text {
  margin: 0;
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-social a {
    margin-right: 3px;
  }
  .th-social a:last-child {
    margin-right: 0;
  }
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 20px;
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}
.footer-links a:hover {
  color: var(--white-color);
}

/* Footer default ---------------------------------- */
.footer-layout-default {
  --body-color: #b3c1d3;
}
.footer-layout-default .footer-top {
  border-bottom: 1px solid #283752;
  /* Medium devices */
}
.footer-layout-default .footer-top .footer-logo {
  border-right: 1px solid #283752;
  padding: 85px 0;
  display: inline-block;
  padding-right: 78px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .footer-layout-default .footer-top .footer-logo {
    padding: 65px 0;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .footer-layout-default .footer-top .footer-logo {
    text-align: center;
    display: block;
    padding: 65px 0 30px;
    border: 0;
  }
  .footer-layout-default .footer-top {
    padding-bottom: 65px;
  }
}
.footer-layout-default .footer-top .newsletter-wrap .newsletter-title {
  /* Small devices */
}
@media (max-width: 767px) {
  .footer-layout-default .footer-top .newsletter-wrap .newsletter-title {
    margin-bottom: 20px;
  }
}
.footer-layout-default .th-widget-about .title {
  font-size: 18px;
}
.footer-layout-default .th-widget-contact {
  margin-bottom: -0.3em;
}

/* Footer 1 ---------------------------------- */
.footer-layout1 {
  --body-color: #b3c1d3;
  overflow: hidden;
}
.footer-layout1 .footer-shape2,
.footer-layout1 .footer-shape1 {
  z-index: 1;
}
.footer-layout1 .footer-wrap {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(12.3999996185px);
          backdrop-filter: blur(12.3999996185px);
  margin: 0 40px 40px;
  position: relative;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .footer-layout1 .footer-wrap {
    margin: 0 15px 15px;
  }
}
.footer-layout1 .copyright-wrap {
  background: transparent;
  border-top: 1px solid #283752;
  padding: 21px 0;
}

.footer-contact {
  display: flex;
  gap: 15px;
  padding: 30px 0;
}
.footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
}
.footer-contact-wrap .divider {
  background-color: rgba(255, 255, 255, 0.2);
  height: 66px;
  width: 1px;
}
.footer-contact_icon {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 24px;
  --btn-size: 60px;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.footer-contact_icon:hover {
  background: rgba(255, 255, 255, 0.12);
}
.footer-contact_text {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #B3C1D3;
}
.footer-contact_link {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  display: block;
  margin-bottom: -0.2em;
}
.footer-contact_link:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-contact {
    padding: 30px 0;
  }
  .footer-contact-wrap {
    grid-template-columns: 100%;
  }
  .footer-contact-wrap .divider {
    display: none;
  }
  .footer-contact:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
/* Footer 2 ---------------------------------- */
.footer-layout-2 {
  --body-color: #b3c1d3;
  padding-top: 110px;
}
.footer-layout-2 .th-widget-about .title {
  font-size: 18px;
}
.footer-layout-2 .th-widget-contact {
  margin-bottom: -0.3em;
}

/* Footer 3 ---------------------------------- */
.footer-layout3 {
  --body-color: #fff;
  --border-color: #224d9c;
}
.footer-layout3 .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border-color);
}
.footer-layout3 .copyright-wrap {
  padding: 22px 0;
  border-top: 1px solid var(--border-color);
}
.footer-layout3 .copyright-text {
  color: var(--white-color);
}
.footer-layout3 .footer-links a {
  color: var(--white-color);
}
.footer-layout3 .footer-links a:hover {
  color: var(--theme-color);
}
.footer-layout3 .th-social a {
  --icon-size: 40px;
  font-size: 13px;
  background-color: #193F85;
  border: 1px solid var(--border-color);
  margin-right: 1px;
}
.footer-layout3 .footer-info-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-layout3 .widget_meta a:hover,
.footer-layout3 .widget_pages a:hover,
.footer-layout3 .widget_archive a:hover,
.footer-layout3 .widget_categories a:hover,
.footer-layout3 .widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-layout3 .widget_meta a:hover:before,
.footer-layout3 .widget_pages a:hover:before,
.footer-layout3 .widget_archive a:hover:before,
.footer-layout3 .widget_categories a:hover:before,
.footer-layout3 .widget_nav_menu a:hover:before {
  color: var(--theme-color);
  transform: translateX(4px);
}

.info-box {
  display: inline-block;
}
.info-box-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.info-box-wrap:last-child {
  margin-bottom: 0;
}
.info-box_text {
  display: block;
  color: var(--body-color);
  margin-bottom: 0;
}
.info-box_link {
  color: var(--body-color);
  margin-bottom: -0.4em;
}
.info-box_link:hover {
  color: var(--theme-color);
}
.info-box_icon {
  color: var(--theme-color);
  flex: none;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #193F85;
  border: 1px solid var(--border-color);
  padding: 13px 33px;
  border-radius: 999px;
  transition: 0.4s ease-in-out;
}
.download-btn i {
  font-size: 30px;
  color: var(--white-color);
}
.download-btn .text {
  color: #85A4DD;
  font-size: 12px;
  line-height: 1;
  display: block;
  transition: 0.4s ease-in-out;
}
.download-btn .store-name {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  display: block;
  margin-bottom: -0.3em;
}
.download-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.download-btn:hover .text {
  color: var(--white-color);
}

/*********Newsletter*********/
.newsletter-area-1 {
  border-radius: 10px;
  padding: 80px 60px 80px 0;
  overflow: hidden;
  margin-top: -230px;
  transform: translate(0, 110px);
  position: relative;
  z-index: 3;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .newsletter-area-1 {
    padding: 60px 60px 60px 0;
  }
}
@media (max-width: 991px) {
  .newsletter-area-1 {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .newsletter-area-1 {
    padding: 40px;
  }
}
.newsletter-area-1 .newsletter-widget .newsletter-form {
  display: flex;
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .newsletter-area-1 .newsletter-widget .newsletter-form {
    margin-left: auto;
  }
}
.newsletter-area-1 .newsletter-widget .newsletter-form input {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--title-color);
}
.newsletter-area-1 .newsletter-widget .newsletter-form input::-moz-placeholder {
  color: var(--body-color);
}
.newsletter-area-1 .newsletter-widget .newsletter-form input::placeholder {
  color: var(--body-color);
}
.newsletter-area-1 .newsletter-widget .newsletter-form .th-btn {
  margin-top: 0;
}
.newsletter-area-1 .newsletter-thumb {
  height: 100%;
}
.newsletter-area-1 .newsletter-thumb img {
  height: 100%;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .newsletter-area-1 .newsletter-thumb img {
    width: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.newsletter-area-1 .title-area .sec-title {
  font-size: 28px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .newsletter-area-1 .title-area .sec-title {
    font-size: 22px;
  }
}

.newsletter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.newsletter-wrap .newsletter-title {
  margin-bottom: 0;
  max-width: 285px;
}

.newsletter-form {
  display: flex;
  width: 100%;
  max-width: 680px;
  gap: 10px;
}
.newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.newsletter-form .form-group > i {
  top: 19px;
  color: var(--theme-color);
}
.newsletter-form input {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #283752;
  margin-bottom: 0;
  height: 55px;
  color: var(--white-color);
}
.newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}
.newsletter-form input::placeholder {
  color: var(--white-color);
}
.newsletter-form input:focus {
  border-color: var(--theme-color);
  background-color: rgba(5, 42, 111, 0.6);
  color: var(--white-color);
}
.newsletter-form .th-btn {
  flex: none;
  box-shadow: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .download-btn {
    padding: 10px 26px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-area {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout3 .widget-area {
    padding-top: 80px;
    padding-bottom: 43px;
    padding-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .newsletter-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsletter-wrap .newsletter-title {
    text-align: center;
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-form {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .newsletter-form .th-btn {
    margin-left: 0;
  }
}
/* Footer 4 ---------------------------------- */
.footer-social {
  display: flex;
  gap: 20px;
  margin-top: 22px;
}
.footer-social a {
  color: var(--white-color);
}
.footer-social a:hover {
  color: var(--theme-color);
}

/* Footer 5 ---------------------------------- */
.footer-layout5 {
  background-color: #0f1b31;
  --body-color: #b3c1d3;
  overflow: hidden;
}
.footer-layout5 .copyright-wrap {
  padding: 22px 0;
  border-top: 1px solid #283752;
  background: transparent;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout5 .copyright-wrap {
    padding: 25px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-layout5 .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 38px;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Footer 6 ---------------------------------- */
.footer-layout6 {
  background-color: #0f1b31;
  --body-color: #b3c1d3;
  overflow-x: hidden;
}
.footer-layout6 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
}
.footer-layout6 .copyright-wrap {
  padding: 26px 0;
  background-color: var(--theme-color);
}
.footer-layout6 .copyright-text {
  text-align: center;
  color: var(--white-color);
}
.footer-layout6 .copyright-text a {
  color: var(--white-color);
}
.footer-layout6 .footer-links a {
  color: var(--white-color);
}
.footer-layout6 .th-widget-about .about-logo {
  margin-top: 0;
}
.footer-layout6 .scroll-top {
  position: absolute;
  right: 50%;
  bottom: 53px;
  transform: translateX(50%);
}
.footer-layout6 .scroll-top:before {
  background-color: #0f1b31;
}
.footer-layout6 .scroll-top:hover i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout6 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-layout6 .scroll-btn {
    bottom: 62px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .footer-layout6 .scroll-btn {
    bottom: 87px;
  }
}
/* Footer 7 ---------------------------------- */
.footer-layout7 {
  --body-color: #fff;
  --border-color: #224d9c;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.footer-layout7 .widget-area {
  padding-top: 100px;
  padding-bottom: 55px;
  padding-left: 66px;
}
.footer-layout7 .footer-top {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border-color);
}
.footer-layout7 .copyright-wrap {
  padding: 22px 0;
  border-top: 1px solid var(--border-color);
  background: transparent;
}
.footer-layout7 .copyright-text {
  text-align: center;
  color: var(--white-color);
}
.footer-layout7 .copyright-text a {
  color: var(--white-color);
}
.footer-layout7 .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-layout7 .footer-links a {
  color: var(--white-color);
}
.footer-layout7 .footer-links a:hover {
  color: var(--theme-color);
}
.footer-layout7 .th-social a {
  --icon-size: 40px;
  font-size: 13px;
  background-color: #193F85;
  border: 1px solid var(--border-color);
  margin-right: 1px;
}
.footer-layout7 .footer-info-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-layout7 .widget_meta a:hover,
.footer-layout7 .widget_pages a:hover,
.footer-layout7 .widget_archive a:hover,
.footer-layout7 .widget_categories a:hover,
.footer-layout7 .widget_nav_menu a:hover {
  color: var(--theme-color);
}
.footer-layout7 .widget_meta a:hover:before,
.footer-layout7 .widget_pages a:hover:before,
.footer-layout7 .widget_archive a:hover:before,
.footer-layout7 .widget_categories a:hover:before,
.footer-layout7 .widget_nav_menu a:hover:before {
  color: var(--theme-color);
  transform: translateX(4px);
}
.footer-layout7 .about-area {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-right: 90px;
  border-right: 1px solid var(--border-color);
}
.footer-layout7 .newsletter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.footer-layout7 .newsletter-wrap .newsletter-title {
  margin-bottom: 0;
  max-width: 285px;
}
.footer-layout7 .newsletter-form {
  display: flex;
  width: 100%;
  max-width: 680px;
}
.footer-layout7 .newsletter-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.footer-layout7 .newsletter-form .form-group > i {
  top: 19px;
  color: var(--white-color);
}
.footer-layout7 .newsletter-form input {
  background-color: #052A6F;
  border: 1px solid #2A4F93;
  margin-bottom: 0;
  height: 55px;
  color: var(--white-color);
  border-radius: 999px;
}
.footer-layout7 .newsletter-form input::-moz-placeholder {
  color: var(--white-color);
}
.footer-layout7 .newsletter-form input::placeholder {
  color: var(--white-color);
}
.footer-layout7 .newsletter-form input:focus {
  border-color: var(--theme-color);
  background-color: #052A6F;
}
.footer-layout7 .newsletter-form .th-btn {
  min-width: 200px;
  border-radius: 999px;
  box-shadow: none;
  margin-left: -50px;
}
@media (max-width: 1199px) {
  .footer-layout7 .footer-top .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-layout7 .about-area {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout7 .info-box-wrap {
    justify-content: flex-start;
    gap: 25px 60px;
  }
  .footer-layout7 .widget-area {
    padding-top: 80px;
    padding-bottom: 43px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-layout7 .newsletter-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-layout7 .newsletter-wrap .newsletter-title {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .footer-layout7 .newsletter-form {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .footer-layout7 .newsletter-form .th-btn {
    margin-left: 0;
  }
}

/* Footer 8 ---------------------------------- */
.footer-layout8 {
  background-color: #0f1b31;
  --body-color: #B3C1D3;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}
.footer-layout8 .footer-widget .sidebar-gallery {
  max-width: 300px;
  gap: 10px;
}
.footer-layout8 .copyright-wrap {
  padding: 24px 0;
  --body-color: #fff;
}
.footer-layout8 .footer-top {
  border-bottom: 1px solid #254684;
}
.footer-layout8 .widget-area {
  padding-top: 110px;
  padding-bottom: 65px;
}
.footer-layout8 .footer-contact {
  display: flex;
  gap: 30px;
  padding: 40px 0;
}
.footer-layout8 .footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
}
.footer-layout8 .footer-contact-wrap .divider {
  background-color: #254684;
  height: 100%;
  width: 1px;
}
.footer-layout8 .footer-contact_icon {
  background-color: rgba(13, 94, 244, 0.2) !important;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  font-size: 24px;
  --btn-size: 60px;
}
.footer-layout8 .footer-contact_text {
  margin-bottom: 2px;
  font-family: var(--title-font);
}
.footer-layout8 .footer-contact_link {
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
  display: block;
  margin-bottom: -0.2em;
}
.footer-layout8 .footer-contact_link:hover {
  color: var(--theme-color);
}
.footer-layout8 .footer-contact .th-social a {
  --icon-size: 32px;
  font-size: 12px;
  background-color: #193F85;
  border: 1px solid #2A4F93;
}
@media (max-width: 1399px) {
  .footer-layout8 .footer-contact {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer-layout8 .footer-contact {
    padding: 30px 0;
  }
  .footer-layout8 .footer-contact-wrap {
    grid-template-columns: 100%;
  }
  .footer-layout8 .footer-contact-wrap .divider {
    display: none;
  }
  .footer-layout8 .footer-contact:not(:last-child) {
    border-bottom: 1px solid #254684;
  }
  .footer-layout8 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout8 .copyright-wrap {
    padding: 20px 0;
  }
}

/* Contact Map ---------------------------------- */
.map-sec {
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  /* Small devices */
}
.map-sec .map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.map-sec .map iframe {
  height: 100%;
  width: 100%;
  filter: none; /* or remove the filter line completely */
}
@media (max-width: 767px) {
  .map-sec {
    height: 400px;
  }
}

.map-contact {
  max-width: 590px;
  padding: 60px;
  background-color: var(--white-color);
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.border-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  margin-top: -0.22em;
  font-weight: 600;
}
.border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background-color: var(--theme-color);
}

.contact-info {
  display: flex;
  align-items: center;
  max-width: 340px;
  gap: 25px;
  margin-bottom: 40px;
}
.contact-info:last-of-type {
  margin-bottom: 0;
}
.contact-info_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  background-color: rgba(13, 94, 244, 0.07);
  text-align: center;
  color: var(--theme-color);
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
.contact-info_title {
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: -0.2em;
}
.contact-info p,
.contact-info a,
.contact-info span {
  font-family: var(--title-font);
  margin-bottom: -0.5em;
}
.contact-info_text {
  margin-bottom: -0.45em;
  line-height: 1.5;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: var(--title-font);
}
.contact-info_text p,
.contact-info_text a,
.contact-info_text span {
  font-family: var(--title-font);
}
.contact-info_text a {
  color: var(--title-color);
}
.contact-info_text a:hover {
  color: var(--theme-color);
}
.contact-info:hover .contact-info_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .map-contact {
    padding: 40px 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info:last-of-type {
    margin-bottom: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .map-contact {
    padding: 40px 20px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .contact-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-info .media-body {
    width: 100%;
  }
}
/* Contact Form ---------------------------------- */
.contact-form-wrap {
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  background-position: right center;
  margin-right: 50px;
  margin-top: -85px;
  position: relative;
  z-index: 9;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-form-wrap {
    margin: 0;
    margin-top: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 40px 30px;
    background-position: left center;
  }
}
.contact-feature {
  display: flex;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid #ECF1F9;
  background: var(--white-color);
  box-shadow: 0px 9px 14px 0px #FBFBFB;
  padding: 30px;
  /* Extra small devices */
}
.contact-feature:not(:last-child) {
  margin-bottom: 24px;
}
.contact-feature .contact-feature-icon {
  height: 70px;
  width: 70px;
  flex: none;
  border-radius: 10px;
  line-height: 70px;
  background: rgba(13, 94, 244, 0.07);
  font-size: 30px;
  text-align: center;
  color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.contact-feature .media-body {
  margin-bottom: -0.4em;
}
.contact-feature .contact-feature_label {
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  margin-top: -0.4em;
  margin-bottom: 5px;
}
.contact-feature .contact-feature_link {
  font-family: var(--title-font);
  color: #4D5765;
  line-height: normal;
  display: block;
}
.contact-feature .contact-feature_link span {
  color: var(--title-color);
}
.contact-feature:hover .contact-feature-icon {
  background: #fff;
  color: var(--white-color);
}
@media (max-width: 375px) {
  .contact-feature {
    display: block;
  }
  .contact-feature .contact-feature-icon {
    margin-bottom: 20px;
  }
}

div#contact-sec {
  background: #ECF1F9;
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: var(--theme-color);
  font-weight: 400;
  left: 25px;
  max-width: 16px;
}
select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background-color: var(--white-color);
  border: none;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}
input[type=date]:after {
  content: "\f073";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form-select.nice-select,
select.nice-select {
  border: none;
  padding: 15px 25px;
  background-color: var(--smoke-color);
  background-image: none;
  z-index: 11;
}
.form-select.nice-select .list,
select.nice-select .list {
  width: 100%;
}
.form-select.nice-select:after,
select.nice-select:after {
  border-bottom: 1px solid #9FAAB7;
  border-right: 1px solid #9FAAB7;
  height: 8px;
  right: 25px;
  width: 8px;
}
.form-select.style-white,
select.style-white {
  background: var(--white-color);
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 5px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #93a5be;
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--white-color);
}
.form-group.has-label > i {
  top: 50px;
}

#contact-sec .form-group {
  border: 1px solid #ECF1F9 !important;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .style2 ~ i {
  left: calc(var(--bs-gutter-x) / 2 + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 31px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f061";
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
  display: none;
  color: var(--white-color);
  font-family: var(--icon-font);
}
.breadcumb-menu li a:hover {
  color: var(--theme-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 12px;
  color: var(--white-color);
}

.breadcumb-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.18;
  color: var(--white-color);
  margin: -0.2em 0 -0.26em 0;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 155px 0;
  text-align: center;
  overflow: hidden;
}
.breadcumb-wrapper:before {
  z-index: -1;
}
.breadcumb-wrapper .breadcumb-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: right;
}
.breadcumb-wrapper .breadcumb-shape img {
  width: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
  .breadcumb-menu {
    margin: 16px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 10px;
  }
  .breadcumb-title {
    font-size: 38px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 80px 0;
  }
  .breadcumb-title {
    font-size: 34px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 32px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: rgba(255, 255, 255, 0.75) !important;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #FBBF24 !important;
}

.th-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  width: 100%;
  background: white;
  transition: all 0.5s ease-in-out;
}
.th-header .icon-btn {
  --btn-size: 45px;
  line-height: 43px;
  border: 1px solid #d0dbe9;
  transition: 0.4s;
}
.th-header .icon-btn:hover {
  border-color: var(--theme-color);
}
.th-header a {
  text-decoration: none;
}
.th-header .th-btn {
  padding: 19px 29px;
}

.th-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* ----- TOP BAR BASE STATE ----- */
.header-top {
  transition: opacity 0.4s ease, height 0.4s ease, padding 0.4s ease;
  opacity: 1;
  height: 38px;
  --body-color: #fff;
  background-color: var(--title-color);
  padding: 0px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.header-top.hide-on-scroll {
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* ----- WHEN SCROLLED (HIDE) ----- */
.header-top.hide-top {
  transform: translateY(-100%); /* slide straight up */
  opacity: 0; /* fade out */
  pointer-events: none; /* prevent accidental clicks */
}

.sticky-wrapper {
  transition: transform 0.4s ease, opacity 0.4s ease, height 0.4s ease;
  transform: translateY(0);
  opacity: 1;
  height: auto;
  padding: 0px 0px;
}

.menu-area {
  background-color: #0D5EF4;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.main-menu a:hover {
  color: #000;
}
.main-menu a .new-label {
  font-size: 12px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0px 5px;
  border-radius: 4px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.main-menu .sub-menu a {
  color: #000;
}
.main-menu > ul > li {
  margin: 0 45px;
}
.main-menu > ul > li > a {
  padding: 10px 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078"; /* Unicode for chevron-down */
  position: relative;
  font-family: "Font Awesome 5 Free"; /* Correct family */
  font-weight: 900; /* Needed for solid icons */
  margin-left: 5px;
  top: 1px;
}
.main-menu ul li a {
  text-decoration: none;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 7px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 2px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}
.main-menu.hide-icon ul.sub-menu li a {
  padding-left: 0;
}
.main-menu.hide-icon ul.sub-menu li a:before {
  display: none;
}

.category-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 25px 30px;
  left: 0;
  margin-top: -10px;
  opacity: 0;
  z-index: -1;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  transform-origin: top center;
  flex: none;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.category-menu ul {
  padding: 0;
  margin-bottom: 0;
}
.category-menu li {
  list-style: none;
  margin-bottom: 6px;
}
.category-menu li:last-child {
  margin-bottom: 0;
}
.category-menu a {
  text-transform: capitalize;
  color: var(--title-color);
  position: relative;
  padding-left: 23px;
}
.category-menu a:before {
  content: "\f07c";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
}
.category-menu a:hover {
  color: var(--theme-color);
}
.category-menu-wrap {
  position: relative;
  height: 100%;
  padding: 0;
  display: flex;
  border: 1px solid #D0DBE9;
  border-radius: 5px;
}
.category-menu-wrap:hover .category-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.category-menu-wrap .search-form {
  display: flex;
}
.category-menu-wrap .search-form input {
  background: transparent;
  border: 0;
  padding-right: 10px;
  padding-left: 15px;
  height: 48px;
}
.category-menu-wrap .search-form input:hover, .category-menu-wrap .search-form input:focus, .category-menu-wrap .search-form input:active {
  border: 0;
}
.category-menu-wrap .search-form input::-moz-placeholder {
  color: #9FAAB7;
}
.category-menu-wrap .search-form input::placeholder {
  color: #9FAAB7;
}
.category-menu-wrap .search-form button {
  border: none;
  width: auto;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
  color: var(--title-color);
  padding-right: 15px;
  display: inline-block;
  border-radius: 0;
}

.menu-expand {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  background-color: transparent;
  padding: 10.5px 16px;
  border-radius: 0;
  border-right: 1px solid #D0DBE9;
  display: flex;
  align-items: center;
  min-width: 160px;
  line-height: initial;
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--body-color);
}
.simple-icon:hover {
  color: var(--theme-color);
}

.header-button .icon-btn {
  position: relative;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}
.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
}
.header-links li > i {
  margin-right: 10px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}
.header-links i {
  color: var(--body-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.header-social a:last-child {
  margin-right: 0;
}
.header-social a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-notice {
  margin-bottom: 0;
  display: inline-block;
}

.counter-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 18px;
  background-color: var(--theme-color2);
  padding: 2px 20px;
  border-radius: 999px;
  margin-left: 15px;
  color: var(--white-color);
}
.counter-list li {
  display: inline-flex;
  gap: 4px;
  position: relative;
  color: var(--white-color);
}
.counter-list li:after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -11.5px;
  transform: translateY(-50%);
  color: var(--white-color);
  font-weight: 600;
}
.counter-list li:last-child::after {
  display: none;
}
.counter-list .count-number,
.counter-list .count-name {
  color: var(--white-color);
  font-weight: 500;
}

.dropdown-link {
  position: relative;
  display: inline-block;
}
.dropdown-link > a {
  color: var(--white-color);
}
.dropdown-link > a i {
  margin-right: 3px;
  transition: 0.4s;
}
.dropdown-link > a:hover i {
  color: var(--white-color) !important;
}

.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.dropdown-menu {
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 10px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
}
.dropdown-menu a {
  color: var(--title-color) !important;
}
.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 0px 0;
  z-index: 3;
}
.header-layout1 .header-top a:hover {
  color: #FBBF24;
}
.header-layout1 .header-top .header-links.header-right li:first-child {
  padding-right: 60px;
}
@media (min-width: 1921px) and (max-width: 2520px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1601px) and (max-width: 1870px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}
@media (max-width: 1600px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 60px;
  }
}
@media (min-width: 1501px) and (max-width: 1550px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1055px) and (max-width: 1199px) {
  .header-layout1 .header-top .header-links.header-right li:first-child {
    padding-right: 0;
  }
}
.header-layout1 .header-top .header-links.header-right li:not(:last-child):before {
  display: none;
}
.header-layout1 .header-top .header-links.header-right li {
  /* Medium devices */
}
.header-layout1 .header-top .header-links.header-right li a i {
  transition: 0.4s;
}
.header-layout1 .header-top .header-links.header-right li a:hover {
  color: var(--theme-color2);
}
.header-layout1 .header-top .header-links.header-right li a:hover i {
  color: var(--title-color);
}
@media (max-width: 991px) {
  .header-layout1 .header-top .header-links.header-right li {
    display: none;
  }
  .header-layout1 .header-top .header-links.header-right li:first-child {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.header-layout1 .header-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 437px);
  border-radius: 0 0 50px 0;
  background: var(--theme-color);
  z-index: -1;
  /* Hight Resoulation devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
}
@media (min-width: 1922px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 757px);
  }
}
@media (min-width: 1921px) and (max-width: 2520px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1601px) and (max-width: 1870px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 1600px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 277px);
    border-radius: 0 0 50px 0;
  }
}
@media (min-width: 1501px) and (max-width: 1550px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 1500px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 205px);
  }
}
@media (max-width: 1399px) {
  .header-layout1 .header-top:after {
    width: calc(100% - 1px);
  }
}
@media (min-width: 1055px) and (max-width: 1199px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .header-layout1 .header-top:after {
    width: 100%;
    border-radius: 0;
  }
}
.header-layout1 .menu-area {
  background-color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.header-layout1 .th-btn {
  padding: 18px 29px;
}
.header-layout1 .header-button .icon-btn {
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .header-layout1 .header-button .icon-btn {
    display: none;
  }
}
.header-layout1 .sticky-wrapper.sticky .menu-area {
  background: #0D5EF4;
}
.header-layout1 .sticky-wrapper.sticky .menu-area:after {
  display: none;
}

.admin-bar {
  /* Hight Resoulation devices */
  /* Extra large devices */
  /* Medium Large devices */
}
.admin-bar .header-layout1 .header-top:after {
  width: calc(100% - 397px);
}
@media (min-width: 1922px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 727px);
  }
}
@media (max-width: 1600px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 237px);
  }
}
@media (max-width: 1500px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 165px);
  }
}
@media (max-width: 1399px) {
  .admin-bar .header-layout1 .header-top:after {
    width: calc(100% - 190px);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .header-search {
    margin: 0 0 20px 0;
  }
}
.unittest-header {
  /* Medium Large devices */
}
.unittest-header .header-button {
  margin-left: 0;
  padding-left: 10px !important;
}
.unittest-header .header-button:before {
  display: none;
}
@media (max-width: 1399px) {
  .unittest-header .main-menu > ul > li {
    margin: 0 45px;
  }
}

.main-menu ul.sub-menu a:hover {
  font-size: 14px;
  line-height: 30px;
  color: #FBBF24 !important;
}

.programs-tabs .tab-content ul {
  list-style: disc;
  padding: 10px 20px;
  line-height: 31px;
}

.main-menu ul.sub-menu li a.inner-menu {
  text-transform: none !important;
}

.header-button a {
  height: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 0px;
  position: fixed;
  right: -63px;
  top: 500px !important;
  overflow: hidden;
  z-index: 88888;
  transform: rotate(90deg);
  /* width: fit-content; */
  width: 180px;
}
