@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
  --bs-primary: #003459;
  --bs-secondary: #f4ae3f;
  --bs-tertiary: #adecfe;
  --bs-body-font-family: "Outfit";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 40px 0px;
}

.sec_head {
  font-size: 2.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sec_subtitle {
  font-size: 1.625rem;
  font-weight: 400;
}

.header-bg {
  background-color: #f6f6f6;
  padding: 5px 0 8px;
}

.navbar-brand img {
  max-width: 200px;
}
.nav-item .nav-link {
  color: var(--bs-primary);
}
/* custom buttons */
.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
  opacity: 0.9;
}

.btn-secondary {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: transparent;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: var(--bs-tertiary);
  color: #000;
  border-color: var(--bs-tertiary);
  opacity: 0.9;
}
.btn-outlline-secondary {
  background-color: #fff;
  color: var(--bs-primary);
  border: 2px solid var(--bs-secondary);
  border-radius: 30px;
  padding: 6px 30px;
  font-weight: 500;
}
.btn-outlline-secondary:hover,
.btn-outlline-secondary:active,
.btn-outlline-secondary.active {
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
  opacity: 0.9;
  border: 2px solid var(--bs-secondary);
}
.banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.caption-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.caption-subtitle {
  font-size: 2rem;
  font-weight: 200;
}

.banner-list li {
  padding: 4px 0;
}

.banner-list p {
  font-weight: 300;
}

.banner-list .icony {
  width: 20px;
}

.banner-form {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner_form {
  padding: 20px 10px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 13px 20px #0000000d;
}

.form-subhead {
  color: var(--bs-primary);
  font-size: 0.875rem;
  font-weight: 400;
}

.form-head {
  color: var(--bs-primary);
  font-size: 1.375rem;
}

.form-tabs {
  gap: 10px;
}

.banner_form .form-group input:-ms-input-placeholder,
.banner_form .form-group input::placeholder {
  font-size: 12px;
}

::placeholder {
  color: #fff !important;
}

.banner_form .form-group {
  margin-bottom: 12px;
}

.form-tabs .btn {
  border: none;
  border-radius: 6px 6px 0 0;
  width: -webkit-fill-available;
  color: var(--bs-primary);
  font-size: 0.875rem;
  margin-bottom: -1px;
}

.btn-check:checked + .btn {
  background-color: var(--bs-primary);
  color: #fff;
}

.enquire-form {
  background-color: var(--bs-primary);
  padding: 1rem;
  border-radius: 8px;
}

.enquire-form .form-control {
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
}

.form-control:focus {
  box-shadow: none;
}

.form-floating {
  width: -webkit-fill-available;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0rem 0.75rem;
  height: 40px;
  min-height: auto;
}

.form-floating > label {
  padding: 0.5rem 0.85rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* stickysec */
.stickysec {
  margin-top: -40px;
  margin-bottom: 20px;
}

.sticky-sec {
  background-color: var(--bs-tertiary);
  border-radius: 20px;
  padding: 16px 80px;
}

.sticky-sec p {
  font-size: 2rem;
}

.sticky-sec p span {
  font-weight: 100;
}

.acadamic_sec {
  background-color: var(--bs-primary);
}

.acadamic-card p {
  color: var(--bs-secondary);
  font-size: 1.125rem;
}

.acadamic-card img {
  width: 24px;
}

.explore_card .card-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.explore_card:hover .card-title {
  transform: translateY(-130px);
  top: 0;
  transition: transform 0.6s ease-in-out;
}

.explore_card .card-text .card-hover {
  opacity: 0;
  bottom: 10px;
  position: absolute;
  transform: translateY(-6px);
  transition: transform 2s ease-in-out;
}

.explore_card:hover .card-text .card-hover {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.explore_card .card-text {
  position: absolute;
  bottom: 10px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  left: 10px;
  right: 6px;
}

.explore_card:hover img {
  transform: scale(1.125);
  transition: transform 0.9s ease;
}

.explore_card .link {
  color: #fff;
}

.explore_card .link:hover {
  color: var(--bs-tertiary);
}

.swiper-slide {
  height: initial !important;
}

.swiper-slide-top {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px !important;
  height: 32px !important;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer !important;
  margin: 2px;
}

.swiper-button-prev {
  right: 50% !important;
  transform: translateX(-100px);
  background-image: url(../images/pagination-prev.svg);
}

.swiper-button-next {
  background-image: url(../images/pagination-next.svg);
  left: 50% !important;
  transform: translateX(-40px);
}

.pagination-mb {
  bottom: -30px !important;
}

.meetimg {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.Rtext {
  font-size: 0.9rem;
  font-weight: 300;
}

.Rnum {
  color: var(--bs-secondary);
  font-weight: 600;
}

.Rtext .percent {
  color: #69b42d;
  font-weight: 500;
  font-size: 1.12rem;
}

.why_card {
  border: 1px solid #000000cb;
  border-radius: 16px;
}

.why_block .row > div:nth-child(odd) .card-imgg {
  background-color: #fce7c5;
  width: 50px;
  height: 70px;
  border-radius: 0 0 50px 0;
  transition: all 0.2s ease-in-out;
}

.why_block .row > div:nth-child(even) .card-imgg {
  background-color: #0034593b;
  width: 50px;
  height: 70px;
  border-radius: 0 0 50px 0;
  transition: all 0.2s ease-in-out;
}

.why_block .row > div:nth-child(odd) .why_card:hover .card-imgg {
  background-color: var(--bs-secondary);
}

.why_block .row > div:nth-child(even) .why_card:hover .card-imgg {
  background-color: var(--bs-primary);
}

.why_block .row > div:nth-child(odd) .why_card:hover .icon {
  filter: invert(1);
}

.why_block .row > div:nth-child(even) .why_card:hover .icon {
  filter: invert(1);
}

.why_card .icon {
  opacity: 1;
  width: 50px;
  height: 40px;
  padding: 14px 6px 0;
  transition: all 0.2s ease-in-out;
}

.why_card .head {
  font-size: 1.25rem;
  font-weight: 700;
}

.why_card .text {
  color: var(--bs-primary);
}

.how-card {
  height: 100%;
}

.how-card .number {
  font-size: 6rem;
  color: #e5e5e5;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1;
}

.how_img {
  bottom: 80px;
  width: 40px;
}

.how_block .arrow {
  width: 34px;
}

.how-card p {
  font-size: 1.25rem;
}

.testi_stars {
  background-color: #69b42d;
  height: 16px;
}

.testi_stars i {
  font-size: 8px;
  padding: 2px;
}

.test_card .name {
  color: var(--bs-primary);
}

.test_card .bottom_text {
  font-size: 12px;
}

.testinomial_img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.country_card {
  width: max-content;
  max-width: 180px;
  padding: 4px 10px;
}

.country_card span {
  /* font-size: 18px; */
}

/*FAQ Section*/
.accordion-button {
  background-color: #f8f8f8;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
  font-size: 18px;
}

.accordion-item {
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 8px 8px 0 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/acc_minus.svg);
  color: #fff;
  background-position: center;
  transform: none;
  background-size: inherit;
}

.accordion-button.collapsed::after {
  background-image: url(../images/acc_plus.svg);
  color: #000;
}

.accordion-body {
  background-color: #f8f8f8;
  color: #363636;
  border-radius: 10px;
}

.book-visit:hover {
  background-color: var(--bs-primary);
}

.accordion-button .collapsed {
  border-radius: 12px !important;
  border: 2px solid var(--bs-primary);
}

.footer {
  background-color: var(--bs-primary);
  padding-top: 20px;
}

.footer a:hover {
  color: var(--bs-tertiary) !important;
}

.social-icons a {
  background-color: var(--bs-secondary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
}

.social-icons a i {
  font-size: 22px;
}

.social-icons a:hover {
  background-color: var(--bs-tertiary);
}

.inner-banner-container {
  border-radius: 14px;
}

.inner-banner-content-container {
  padding: 60px 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 14px;
}

.inner-banner-content-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 89, 0.5);
}

.inner-banner-content {
  max-width: 400px;
  position: relative;
  z-index: 1;
}

.inner-banner-content h1 {
  font-weight: 600;
  font-size: 2.25rem;
}

.banner-card {
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.banner-card .banner-card-list {
  margin-bottom: 10px;
}

.banner-card .banner-card-list:last-of-type {
  margin-bottom: 0;
}

.banner-card .banner-card-icon {
  width: 50px;
}

.banner-card h5 {
  font-size: 1.125rem;
  color: #f4ae3f;
}

.banner-card p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
}

.breadcrumb-item a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--bs-secondary);
  font-weight: 500;
}

.swiper.testi_swiper2 {
  width: 100%;
  height: 780px;
}

.testi_swiper2 .swiper-slide {
  height: calc((100% - 20px) / 2) !important;
}

.blogs-pagination-row {
  margin-top: 25px;
}

.blogs-pagination.pagination {
  display: flex;
  grid-gap: 10px;
  justify-content: center;
}

.blogs-pagination.pagination .page-numbers {
  margin-left: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #333;
  background-color: #f5f7fd;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

.blogs-pagination.pagination .page-numbers:hover {
  background-color: #f8f8f8;
}

.blogs-pagination.pagination .page-numbers.current {
  background-color: #003459;
  color: #fff;
}

.blogs-pagination.pagination .page-numbers i {
  font-family: fontawesome;
  font-weight: 400;
}

/* .blogs-pagination.pagination .page-item .page-numbers.prev,
.blogs-pagination.pagination .page-item .page-numbers.next {
    background-color: transparent
} */
.page-item a {
  text-decoration: none;
}

/*service all image in right of content */
.service_img {
  width: 400px;
}

/*get our help*/
.getourhelp_list li {
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 0;
  width: 50%;
}

.getourhelp_img {
  width: 400px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .enquire-form .form-control {
    padding: 4px 12px;
  }

  /* .enquire-form {
    padding: 10px 16px;
  } */

  .banner_form .form-group {
    margin-bottom: 8px;
  }

  .form-tabs .btn {
    font-size: 1rem;
    padding: 6px 5px;
  }

  .form-head {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .caption-title {
    font-size: 3rem;
  }

  .caption-subtitle {
    font-size: 2rem;
  }

  .banner-list li {
    padding: 6px 0;
  }

  .stickysec {
    margin-top: 30px;
  }

  .sec_head {
    font-size: 2rem;
  }

  .form-head {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .sticky-sec {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .banner-img img {
    height: 460px;
    object-fit: cover;
  }

  .banner_form {
    padding: 20px 0px;
  }

  .inner-banner .banner_form {
    padding: 20px 10px;
  }

  .sticky-sec p {
    font-size: 1.5rem;
  }

  .sec_head {
    font-size: 1.75rem;
  }

  .section {
    padding: 20px 0;
  }

  .how_img {
    bottom: 40px;
  }

  .newsletter-form {
    width: 260px;
  }

  .navbar-nav .nav-link {
    border-bottom: 1px solid #fff;
  }

  .banner-review img {
    width: 50%;
  }

  .banner-form {
    position: relative;
    transform: none;
  }

  .banner-img {
    position: relative;
  }

  .banner-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .explore_card .card-img {
    height: 400px;
    object-fit: cover;
  }

  .service_img {
    width: 400px;
  }

  .getourhelp_img {
    width: 400px;
  }

  .getourhelp_list li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sticky-sec {
    text-align: center;
  }

  .sticky-sec .btn {
    margin-top: 10px;
  }

  .sec_head {
    font-size: 1.5rem;
  }

  .how-card p {
    font-size: 1.125rem;
  }

  .banner-review img {
    width: 80%;
  }

  .service_img,
  .getourhelp_img {
    width: 330px;
  }
}

@media (max-width: 576px) {
  .acadamic-card p {
    font-size: 1rem;
    padding-left: 6px !important;
  }

  .acadamic-card img {
    width: 16px;
  }

  .how-card p {
    font-size: 1rem;
  }

  .caption-title {
    font-size: 2rem;
  }

  .caption-subtitle {
    font-size: 1.5rem;
  }

  .banner-list li {
    padding: 2px 0;
  }

  .banner-review img {
    width: 100%;
  }

  .explore_card .card-img {
    height: 300px;
    object-fit: cover;
  }

  .explore_card .card-title {
    font-size: 1rem;
  }

  .explore_card .link,
  .explore_card .text {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .explore_card:hover .card-title {
    transform: translateY(-160px);
  }

  .meetimg {
    width: 80px;
    height: 80px;
  }

  .accordion-button::after {
    width: 16px;
    height: 16px;
    background-position: center;
  }

  .inner-banner-content-container {
    padding: 30px 20px;
  }

  .inner-banner-content h1 {
    font-size: 1.8rem;
  }

  .getourhelp_list li {
    font-size: 16px;
  }

  .service_img,
  .getourhelp_img {
    width: 260px;
  }
}
