body {
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  transition: all 0.5s ease;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

p {
  font-size: clamp(0.9375rem, 3vw, 1rem);
  color: #475569;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 1rem;
  color: #475569;
  transition: all 0.5s ease;
}

.rounded__lg {
  border-radius: 0.9375rem;
  overflow: hidden;
}

.m__tb {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.m__tb--t {
  margin-top: 3.75rem;
}
.m__tb--b {
  margin-bottom: 3.75rem;
}

.p {
  padding: 3.75rem;
}
.p__tb {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.p__tb--t {
  padding-top: 3.75rem;
}
.p__tb--b {
  padding-bottom: 3.75rem;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 0.9375rem;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 0.875rem;
}

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

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 3rem 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  margin-bottom: 2rem;
}
.section__title h6 {
  color: #7a8a9e;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.section__title h6::before {
  content: "";
  height: 0.125rem;
  width: 50%;
  overflow: hidden;
  background-color: #7a8a9e;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
}
.section__title h1,
.section__title h2 {
  color: #2966eb;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: clamp(14px, 2vw, 1rem);
  font-weight: 500;
  padding: 0.625rem 1.375rem;
  background-color: #ffffff;
  border-radius: 25px;
  display: inline-block;
  transition: all 1s ease;
  text-decoration: none;
  text-align: center;
}
.l__button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.l__button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.l__button--primary {
  color: #ffffff;
  background-color: #2966eb;
  border-color: #2966eb;
}
.l__button--primary::after {
  background-color: #2966eb;
}
.l__button--primary::before {
  background-color: #f7011a;
}
.l__button--primary:hover {
  border-color: #f7011a;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #f7011a;
  border-color: #f7011a;
}
.l__button--secondary::after {
  background-color: #f7011a;
}
.l__button--secondary::before {
  background-color: #2966eb;
}
.l__button--secondary:hover {
  border-color: #2966eb;
}
.l__button--transparent {
  color: #f7011a !important;
  background-color: #ffffff;
  border-color: #f7011a;
}
.l__button--transparent::after {
  background-color: #ffffff;
}
.l__button--transparent::before {
  background-color: #2966eb;
}
.l__button--transparent:hover {
  border-color: #2966eb;
  color: #ffffff !important;
}
.l__button:hover:before {
  width: 100%;
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: #2966eb !important;
  color: #ffffff !important;
}

.cards {
  cursor: pointer;
  position: relative;
  padding: 2.5rem 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  background-color: #ffffff;
  min-height: 19.0625rem;
}
.cards span i {
  font-size: 1.25rem;
  color: #2966eb;
}
.cards__body {
  margin-top: 1rem;
}
.cards__body h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cards__body p {
  font-size: 1rem;
  font-weight: 400;
}
.cards__body p:last-child {
  margin-bottom: 0;
}
.cards__btn {
  text-align: right;
  transition: all 1s ease;
}
.cards:hover .cards__btn {
  cursor: pointer;
}

.breadcrumb {
  align-items: center;
  margin-bottom: 0;
  margin-top: 1.5625rem;
}
.breadcrumb-item {
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 600;
}
.breadcrumb-item a {
  color: #595656 !important;
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 600;
  text-decoration: none !important;
  text-transform: capitalize;
}
.breadcrumb-item.active a {
  color: #000000 !important;
}

.form__group {
  margin-bottom: 35px;
  position: relative;
}
.form-label {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-label sup {
  color: #e72828;
}
.form-select, .form-control {
  border-radius: 10px;
  border: 1px solid #cacaca;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.form-select[type=file], .form-control[type=file] {
  padding-left: 10px;
}
.form textarea {
  height: 100px;
}

.pagination nav {
  float: right;
}
.pagination nav .page-link {
  color: #f7011a;
}
.pagination nav .page-link:focus {
  box-shadow: none;
}

.social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.social span {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  line-height: 1.5rem;
  text-align: center;
}
.social span i {
  color: #ffffff;
}
.social span.linkedin {
  background-color: #0073b1;
}
.social span.twitter {
  background-color: #000000;
}
.social span.insta {
  background-color: #d53f7f;
}
.social span.facebook {
  background-color: #385da9;
}

.more-- {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.more-- a {
  color: #f7011a;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.more-- a::before {
  content: "";
  height: 0.125rem;
  width: 0;
  overflow: hidden;
  background-color: #f7011a;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease;
}
.more-- a:hover:before {
  width: 100%;
}

.header {
  background-color: #f0f5fb;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  line-height: 3rem;
}
.header__top ul {
  padding: 0;
  margin: 0;
}
.header__top ul li {
  list-style: none;
}
.header__top--right ul, .header__top--left ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.875rem;
}
.header__top--right li, .header__top--left li {
  font-size: 0.875rem;
}
.header__top--right li span, .header__top--left li span {
  color: #f7011a;
}
.header__top--right li a, .header__top--left li a {
  color: #2966eb;
  text-decoration: none;
}
.header #myHeader {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header #myHeader {
    border: 1px solid #e2e1e1;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.17);
  }
}
.header .logo img {
  height: 5.5rem;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1350px) {
  .header .logo img {
    height: 3rem;
  }
}
@media (max-width: 1100px) {
  .header .logo img {
    height: 3.5rem;
  }
}
.header .navbar {
  background-color: transparent !important;
  padding: 0 !important;
}
.header .navbar-brand {
  margin-right: 0;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
@media (max-width: 1350px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 0;
    padding: 0.3125rem 0;
  }
}
.header .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #475569;
  padding: 1.3125rem 0;
}
@media (max-width: 992px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #f7011a;
}
.header .navbar .navbar-nav .nav-item .nav-link.accordion-button {
  font-weight: 500 !important;
}
.header .navbar .navbar-nav .nav-item .nav-link.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-item {
  margin-bottom: 0.2rem;
  list-style: none;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-item h3 {
  font-size: 0.875rem;
  font-weight: 600;
}
.header .navbar .navbar-nav .nav-item .accordion .nav-link {
  font-weight: 500;
}
.header .navbar .navbar-nav .nav-item .accordion-collapse .nav-link {
  font-weight: 500 !important;
  text-transform: capitalize;
}
.header .navbar .navbar-nav .nav-item .dropdown-item {
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 400;
}
.header .navbar .navbar-nav .nav-item .small__menu,
.header .navbar .navbar-nav .nav-item .mega__menu {
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  transform-origin: top center;
  border-top: 0.125rem solid #f7011a;
}
.header .navbar .navbar-nav .nav-item .small__menu h3,
.header .navbar .navbar-nav .nav-item .mega__menu h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem;
}
.header .navbar .navbar-nav .nav-item .small__menu .nav-item,
.header .navbar .navbar-nav .nav-item .mega__menu .nav-item {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid rgba(51, 57, 129, 0.3215686275);
}
.header .navbar .navbar-nav .nav-item .small__menu .nav-link,
.header .navbar .navbar-nav .nav-item .mega__menu .nav-link {
  text-transform: capitalize;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  color: #475569;
}
.header .navbar .navbar-nav .nav-item .small__menu .nav-link:hover,
.header .navbar .navbar-nav .nav-item .mega__menu .nav-link:hover {
  background-color: #f7011a;
  color: #ffffff;
}
.header .navbar .navbar-nav .nav-item .small__menu .list,
.header .navbar .navbar-nav .nav-item .mega__menu .list {
  max-height: 13rem;
  overflow-y: auto;
}
.header .navbar .navbar-nav .nav-item .small__menu .list::-webkit-scrollbar,
.header .navbar .navbar-nav .nav-item .mega__menu .list::-webkit-scrollbar {
  width: 0.5rem;
}
.header .navbar .navbar-nav .nav-item .small__menu .list::-webkit-scrollbar-track,
.header .navbar .navbar-nav .nav-item .mega__menu .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f0f5fb;
  background-color: #f0f5fb;
}
.header .navbar .navbar-nav .nav-item .small__menu .list::-webkit-scrollbar-thumb,
.header .navbar .navbar-nav .nav-item .mega__menu .list::-webkit-scrollbar-thumb {
  background-color: #2966eb;
  border-radius: 10px;
}
.header .navbar .navbar-nav .nav-item .small__menu {
  position: absolute;
  top: 100%;
  left: auto;
  width: 100%;
  max-width: 250px;
  transform: scaleY(0);
  z-index: 2;
}
.header .navbar .navbar-nav .nav-item .mega__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  width: 50rem;
  transform: scaleY(0) translateX(-50%);
}
.header .navbar .navbar-nav .nav-item:hover .small__menu {
  transform: scaleY(1);
}
.header .navbar .navbar-nav .nav-item:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.header .mb__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .mb__header--bar {
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #2966eb;
  color: #ffffff;
  border-radius: 0.3125rem;
  line-height: 2.5rem;
  text-align: center;
}
.header .sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.17);
  transition: all 0.5s ease;
  background-color: #fbfbfb;
}

@media (max-width: 1100px) {
  .header .l__button--primary {
    font-weight: 400;
    padding: 0.5rem;
  }
}
@media (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .mobile-offcanvas.navbar {
    background: #ffffff !important;
  }
  .mobile-offcanvas .logo {
    border-bottom: 1px solid #7a8a9e;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.footer {
  background-color: #f0f5fb;
}
.footer__about {
  margin-bottom: 1.5rem;
}
.footer__about h2 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__about p {
  color: #000000;
  font-size: 0.9375rem;
}
.footer__menu h2 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  list-style: none;
  margin-bottom: 0.75rem;
  position: relative;
  font-size: 0.9375rem;
  color: #000000;
}
.footer__menu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 0.9375rem;
}
.footer__menu ul li a:hover {
  color: #f7011a;
}
.footer__menu.link .social {
  margin-top: 22px;
}
.footer__menu.contacts li a {
  color: #000000;
}
@media (max-width: 992px) {
  .footer__menu {
    margin-bottom: 1.5rem;
  }
}
.footer__bottom {
  background-color: #21266a;
  background-color: #2966eb;
  padding: 1.125rem 0;
}
.footer__bottom p {
  color: #ffffff;
}

.hero__slider--img {
  height: 43.75rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero__slider--img {
    height: auto;
  }
}
.hero__slider--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.hero__slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 95%;
  max-width: 1400px;
  margin: auto;
}
.hero__slider .owl-nav button {
  border: 2px solid #ffffff !important;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
}
.hero__slider .owl-nav button span {
  display: none;
}
.hero__slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero__slider .owl-nav .owl-prev::after {
  font: var(--fa-font-solid);
  content: "\f053";
}
.hero__slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hero__slider .owl-nav .owl-next::after {
  font: var(--fa-font-solid);
  content: "\f054";
}
.hero__slider .owl-dots {
  margin-top: -3.125rem !important;
  position: relative;
  z-index: 1;
}
.hero__slider .owl-dots .owl-dot span {
  height: 0.9375rem;
  width: 0.9375rem;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: #7a8a9e;
}
.hero__slider .owl-dots .owl-dot.active span {
  height: 0.9375rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: #f7011a;
}

.about__img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.5rem;
}
.about__left {
  position: sticky;
  top: 5rem;
}
.about__left-- {
  position: relative;
}
.about__left .exp-box {
  display: inline-block;
  padding: 1.875rem 2.75rem;
  position: absolute;
  bottom: -3rem;
  left: 6.25rem;
  background-color: #f7011a;
}
.about__left .exp-box::before {
  content: "";
  border: 1px dashed #ffffff;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
}
.about__left .exp-box .title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
.about__left .exp-box .title span {
  color: #ffffff;
  position: relative;
  display: block;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-size: clamp(3rem, 5vw, 4.0625rem);
  font-weight: 700;
}

.values__card {
  background-color: #ffffff;
  padding: 1.375rem;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  height: 100%;
}
.values__card--icon {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  margin: auto;
}
.values__card--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.values__card--content {
  margin-top: 1rem;
}
.values__card--content h3 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  text-transform: capitalize;
}
.values__card--content p {
  font-size: 0.9375rem;
}

.choose {
  background-image: url("/static/asset/images/bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f0f5fb;
}
.choose .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.choose .flex h3 {
  margin-bottom: 0;
  color: #2966eb;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
}
.choose .flex h3 span {
  color: #f7011a;
  font-style: italic;
}
.choose__card {
  position: relative;
  margin-bottom: 1rem;
}
.choose__card--img {
  height: 20.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.choose__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease-in;
}
.choose__card--wrap {
  transition: all 0.5s ease;
}
.choose__card--wrap .title {
  position: relative;
  padding: 1.375rem 1.25rem 1.375rem 0.3125rem;
  margin: -2.1875rem 2.5rem 0.875rem;
  text-align: center;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 1100px) {
  .choose__card--wrap .title {
    margin: -2.1875rem 1rem 1rem;
  }
}
.choose__card--wrap .title h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  color: #003760;
  margin-bottom: 0;
}
.choose__card--wrap .more {
  text-align: center;
}
.choose__card--wrap .more a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2966eb;
  text-decoration: none;
}
.choose__card--content {
  transform: translateY(-90%);
  opacity: 0;
  transition: all 0.5s ease;
  margin: 0 40px;
  position: absolute;
  height: 100%;
}
.choose__card--content .wrap {
  border: none;
  position: static;
  padding: 0;
  margin: 0;
  background-color: #2966eb;
  padding-top: 1rem;
  text-align: center;
}
.choose__card--content .wrap h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}
.choose__card--content .wrap p {
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.8rem;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
}
.choose__card--content .link {
  background-color: #f7011a;
  height: 3.75rem;
  display: block;
  text-align: center;
}
.choose__card--content .link a {
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
  color: #ffffff;
  text-decoration: none;
  height: 60px;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .choose__card--content {
    margin: 0 1rem;
  }
}
.choose__card:hover .choose__card--img img {
  transform: scale(1.2);
}
.choose__card:hover .choose__card--wrap {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
.choose__card:hover .choose__card--content {
  transform: translateY(-91%);
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.choose hr {
  background-color: rgba(51, 57, 129, 0.2705882353);
}

.iti {
  width: 100%;
}

.destination__card {
  position: relative;
}
.destination__card a {
  text-decoration: none;
}
.destination__card--img {
  height: 15.625rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
}
.destination__card--img::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.destination__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.destination__card--content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  padding: 1rem 0.75rem;
  background-color: #f0f5fb;
  border-radius: 0.3125rem;
}
.destination__card--content::before {
  content: "";
  height: 100%;
  width: 0;
  overflow: hidden;
  background-color: #2966eb;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.destination__card--content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f7011a;
  margin-bottom: 0;
  text-align: center;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.destination__card:hover img {
  transform: scale(1.05);
}
.destination__card:hover .destination__card--content::before {
  width: 100%;
}
.destination__card:hover .destination__card--content h3 {
  color: #ffffff;
}

.stories {
  background-color: #f0f5fb;
  position: relative;
}
.stories__img {
  background-image: url("/static/asset/images/2149346504.jpg");
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 45%;
  min-height: 30.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.stories__card--content {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: relative;
  margin-bottom: 1.125rem;
  position: relative;
}
.stories__card--content::before {
  content: "";
  position: absolute;
  bottom: -1.0625rem;
  left: 2.9375rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.125rem 0.75rem 0;
  border-color: rgba(255, 255, 255, 0.05) transparent transparent transparent;
}
.stories__card--box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding-left: 1.875rem;
  margin-top: 2rem;
}
.stories__card--box img {
  height: 3.75rem;
  width: 3.75rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 50%;
}
.stories__card--box h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.stories__card--box span {
  font-size: 0.875rem;
}

.info {
  background-color: #f7011a;
}
.info__card {
  padding: 3rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
}
.info__card .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.info__card .head img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  min-width: 3.125rem;
}
.info__card .head span {
  display: block;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.375rem;
  color: #ffffff;
}
.info__card .body {
  margin-top: 1.125rem;
}
.info__card .body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}
.info__card .body p {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .info__card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  .info__card {
    padding: 1.5rem;
  }
}
.info .row div:last-child .info__card {
  border-right: 0;
}

.faq {
  background-color: #ffffff;
}
.faq__accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq__accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border-radius: 5px 5px 0px 0px;
}
.faq__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq__accordion .accordion__title {
  padding: 20px 60px 17px 20px;
  background-color: #f0f5fb;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0e0e0e;
}
.faq__accordion .accordion__title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1rem;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq__accordion .accordion__title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 15px;
}
.faq__accordion .accordion__content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 14px 20px 27px 20px;
  border-radius: 0px 0px 5px 5px;
  background: #f2f2f2;
  margin-top: 5px;
}
.faq__accordion .accordion__content.show {
  display: block;
}
.faq__accordion .accordion__content p {
  line-height: 1.8;
}
.faq__accordion .accordion__content p:last-child {
  margin-bottom: 0;
}

.university__card {
  background-color: #f0f5fb;
}
.university__card img {
  padding: 0.5rem;
  height: 6.25rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.university__names {
  background-color: #f0f5fb;
  padding: 1.5rem;
}
.university__names form select,
.university__names form input {
  background-color: #ffffff;
  border-radius: 0.3125rem;
}
.university__names--content img {
  background-color: #fff;
  padding: 0.625rem;
  height: 4.6875rem;
  width: 100%;
  object-fit: contain;
  border: 1px solid #2966eb;
}
.university__names--content p {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}

.interested {
  background-image: url("/static/asset/images/bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f0f5fb;
}
.interested .form__group {
  margin-bottom: 1.125rem;
}
.interested .form-control {
  background-color: #ffffff;
  border-radius: 0.3125rem;
}
.interested .form-label {
  font-size: 1rem;
  font-weight: 400;
}
.interested .form-label span {
  color: #f7011a;
}
.interested__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.interested__img iframe {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.page__banner {
  height: 17rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page__banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.page__banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.page__banner--content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.page__banner--content h2,
.page__banner--content h1 {
  color: #ffffff;
  font-size: clamp(3rem, 3vw, 4rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.page__banner--content .custom__breadcrumb a {
  color: #f7011a;
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 600;
  text-decoration: none !important;
  text-transform: capitalize;
  margin: 2px;
}
.page__banner--content .custom__breadcrumb a i {
  font-size: 0.875rem;
}
.page__banner--content .custom__breadcrumb a.active {
  color: #ffffff;
}
.page__banner--content .breadcrumb {
  margin-top: 0;
  justify-content: center;
  align-items: center;
}
.page__banner--content .breadcrumb-item {
  color: #f7011a;
}
.page__banner--content .breadcrumb-item a {
  color: #f7011a !important;
}
.page__banner--content .breadcrumb-item.active {
  color: #ffffff;
}
.page__banner--content .breadcrumb-item.active h1 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}
.page__banner--content .breadcrumb-item::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: #ffffff;
  float: none;
  font-size: 0.75rem;
}
.page__banner--content .breadcrumb-item:first-child::before {
  display: none;
}

.mission {
  background-image: url("/static/asset/images/pattern-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f0f5fb;
}
.mission__card {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.125rem;
}
.mission__card--img {
  height: 3.4375rem;
  width: 3.4375rem;
  overflow: hidden;
  min-width: 3.4375rem;
  position: relative;
  border-radius: 0.5rem;
}
.mission__card--img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(226, 9, 53, 0.1);
}
.mission__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mission__card--content h4 {
  font-size: 1.375rem;
  font-weight: 500;
}

.chairman {
  position: relative;
}
.chairman__img {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 45%;
  min-height: 30.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .chairman__img {
    background-size: contain;
    position: static;
    width: 100%;
    height: auto;
  }
}

.team__card {
  text-align: center;
  position: relative;
  background-color: #f0f5fb;
  padding: 1rem;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
  border-radius: 0.5rem;
}
.team__card--content, .team__card--img {
  z-index: 1;
  position: relative;
}
.team__card--img {
  height: 20rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  margin: auto;
  transition: all 0.5s ease;
}
.team__card--img img {
  transition: all 0.5s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.team__card--content {
  margin-top: 1.25rem;
}
.team__card--content h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2966eb;
  margin-bottom: 0.3125rem;
}
.team__card--content span {
  color: #7a8a9e;
  font-size: 0.875rem;
  font-weight: 500;
}

.privacy__detail,
.blog__detail,
.destination__detail,
.services__detail {
  background-color: #f0f5fb;
}
.privacy__detail b,
.privacy__detail strong,
.blog__detail b,
.blog__detail strong,
.destination__detail b,
.destination__detail strong,
.services__detail b,
.services__detail strong {
  font-weight: 600;
}
.privacy__detail h1,
.blog__detail h1,
.destination__detail h1,
.services__detail h1 {
  font-size: clamp(2rem, 3vw, 2.375rem);
  font-weight: 500;
}
.privacy__detail h2,
.blog__detail h2,
.destination__detail h2,
.services__detail h2 {
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 500;
}
.privacy__detail h3,
.blog__detail h3,
.destination__detail h3,
.services__detail h3 {
  font-size: clamp(1.75rem, 3vw, 2.125rem);
  font-weight: 500;
}
.privacy__detail h4,
.blog__detail h4,
.destination__detail h4,
.services__detail h4 {
  font-size: clamp(1.625rem, 3vw, 2rem);
  font-weight: 500;
}
.privacy__detail h5,
.blog__detail h5,
.destination__detail h5,
.services__detail h5 {
  font-size: clamp(1.5625rem, 3vw, 1.875rem);
  font-weight: 500;
}
.privacy__detail h6,
.blog__detail h6,
.destination__detail h6,
.services__detail h6 {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 500;
}
.privacy__detail .sidebar,
.blog__detail .sidebar,
.destination__detail .sidebar,
.services__detail .sidebar {
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .privacy__detail .sidebar,
  .blog__detail .sidebar,
  .destination__detail .sidebar,
  .services__detail .sidebar {
    margin-top: 1.5rem;
  }
}
.privacy__detail .sidebar__card,
.blog__detail .sidebar__card,
.destination__detail .sidebar__card,
.services__detail .sidebar__card {
  background-color: #ffffff;
  padding: 1.125rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}
.privacy__detail .sidebar .title,
.blog__detail .sidebar .title,
.destination__detail .sidebar .title,
.services__detail .sidebar .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.privacy__detail .sidebar .title::before,
.blog__detail .sidebar .title::before,
.destination__detail .sidebar .title::before,
.services__detail .sidebar .title::before {
  content: "";
  height: 2px;
  width: 1.25rem;
  overflow: hidden;
  background-color: #f7011a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blocks {
  padding: 0;
  margin: 0;
}
.blocks li {
  list-style: none;
  padding-bottom: 1.0625rem;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.blocks li a {
  color: #2966eb;
  text-decoration: none;
}
.blocks li h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0;
}
.blocks li:first-child {
  border-top: none;
}
.blocks li.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.blocks li.flex img {
  height: 3.125rem;
  width: 3.125rem;
  object-fit: contfain;
  transition: all 0.5s ease;
  display: block;
}
.blocks li.flex h4 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2966eb;
  margin-bottom: 5px;
}
.blocks li.flex a {
  color: #7a8a9e;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-all;
}

.contact {
  background-color: #f0f5fb;
}
.contact .map {
  height: 20.9375rem;
  width: 100%;
  overflow: hidden;
}
.contact .map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.contact .branch__card,
.contact .sidebar__card {
  background-color: #ffffff;
  padding: 1.125rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
}
.contact .branch__card {
  height: 100%;
  margin-bottom: 0;
}
.contact .branch__card h4 {
  color: #2966eb;
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.25rem;
  position: relative;
}
.contact .branch__card h4 span {
  color: #f7011a;
  position: absolute;
  top: 0;
  left: 0;
}

.blog__card {
  border: 1px solid #f0f5fb;
}
.blog__card a {
  text-decoration: none;
}
.blog__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.blog__card--body {
  padding: 1rem;
}
.blog__card--body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2966eb;
}
.blog__card--body .content-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card:hover img {
  transform: scale(1.05);
}
.blog__card:hover h3 {
  color: #f7011a;
}
.blog__detail img {
  height: auto;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.blog__detail--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.blog__detail--meta p {
  margin-bottom: 0;
  color: #000000;
}
.blog__detail .sidebar .blocks .article img {
  height: 4.0625rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  display: block;
}
.blog__detail .sidebar .blocks .article p {
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery__card {
  height: 12.5rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.gallery__card:hover img {
  transform: scale(1.05);
}

.message-section__box {
  position: sticky;
  top: 6.25rem;
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.message-section__img {
  height: 28.125rem;
  width: 100%;
  overflow: hidden;
}
.message-section__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .message-section__img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .message-section__img {
    height: 32rem;
  }
}
.message-section .text {
  text-align: center;
  margin-top: 2.5rem;
}
.message-section .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.message-section .text h5 {
  color: black;
  font-size: 1.125rem;
  font-weight: 600;
}
.message-section__content {
  padding: 20px;
  border-radius: 20px 20px 0px 20px;
}
@media (max-width: 992px) {
  .message-section__content .section__title {
    text-align: center;
  }
}

.service__list .custom-flex-card {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin-bottom: 1.5rem;
}
.service__list .custom-flex-card .custom-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  max-width: 400px;
  min-width: 400px;
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .service__list .custom-flex-card .custom-img {
    position: static;
    top: 0;
  }
}
.service__list .custom-flex-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .service__list .custom-flex-card {
    flex-direction: column !important;
  }
  .service__list .custom-flex-card .custom-img {
    position: relative;
    top: 0;
    max-width: 100%;
    min-width: 100%;
    height: 25rem;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
  }
}
@media (max-width: 767px) {
  .service__list .custom-flex-card {
    align-items: center;
  }
  .service__list .custom-flex-card:nth-child(even) {
    flex-direction: column;
  }
  .service__list .custom-flex-card .custom-img {
    aspect-ratio: 1/1;
    height: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
