@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/mmenu-js/9.3.0/mmenu.min.css';
@import 'https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Manrope:wght@200..800&display=swap';
@import 'https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css';
@import 'https://kenwheeler.github.io/slick/slick/slick-theme.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/mmenu-js/9.3.0/mmenu.min.css';
@import 'all-fontawesome.min.css';
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 95%;
  }
  .toggle-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  .w-xs-100 {
    width: 100%;
    font-size: 12px;
  }
}
body, html {
  position: relative;
  scroll-behavior: smooth;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #dc2039;
}

ul {
  margin: 0;
}
ul li i {
  margin-right: 8px;
}

header .top {
  background-color: #005294;
  color: #fff;
  padding: 0;
}
@media screen and (min-width: 769px) {
  header .top {
    padding: 0 0 25px;
  }
}
header .top a {
  color: #fff;
}
header .main-nav {
  border-radius: 30px 30px 0 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  header .main-nav {
    margin-top: -25px;
  }
  .main-nav-pad {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .main-nav {
    border-radius: 0;
  }
}
header .main-nav .logo {
  max-width: 100%;
  height: 80px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header .main-nav .logo {
    height: 60px;
  }
}
header .main-nav .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
header .main-nav .logo a img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
}

.is-sticky .main-nav {
  z-index: 555555555 !important;
}

@media screen and (max-width: 768px) {
  .navbar {
    display: none;
  }
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}
.navbar .navbar-nav .nav-link {
  margin-right: 20px;
  padding: 25px 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}
.navbar .navbar-nav .nav-link:hover {
  color: blue;
}
.navbar .navbar-nav .nav-link.active {
  color: blue;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 50vw;
    padding: 8px;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar .nav-item .dropdown-menu::-webkit-scrollbar {
      width: 5px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.btn-anim {
  color: #fff;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transition: all linear 0.3s;
}
.btn-anim:hover {
  transform: translateY(-5px);
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide .slide__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3215686275);
  z-index: 1;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 82vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .slide .slide__content {
    width: 80%;
  }
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Just Another Hand", cursive;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .slide .slide__content--headings .top-title {
    line-height: 1;
    margin: 20px 0;
  }
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .slide .slide__content--headings .title {
    font-size: 2.5rem;
  }
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
.background-image, [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-area {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.img-box6 {
  position: relative;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .img-box6 {
    margin-bottom: 50px;
  }
}
.img-box6 .img1 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .img-box6 .img1 {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .img-box6 .img1 {
    max-width: 100%;
  }
}
.img-box6 .img1 img {
  height: 606px;
  max-width: 328px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px 0px;
}
@media screen and (max-width: 768px) {
  .img-box6 .img1 img {
    height: 431px;
    max-width: 100%;
    border-radius: 22px;
  }
}
.img-box6 .img2 {
  position: absolute;
  top: 0;
  right: 0px;
  max-width: 328px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 291px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .img-box6 .img2 {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .img-box6 .img2 {
    min-width: 180px;
    max-width: 220px;
    right: 23%;
  }
}
@media (max-width: 480px) {
  .img-box6 .img2 {
    display: none;
  }
}
.img-box6 .img2 img {
  border-radius: 50px 0px 0px 0px;
}
.img-box6 .img3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  max-width: 328px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 291px;
}
@media (max-width: 991px) {
  .img-box6 .img3 {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .img-box6 .img3 {
    min-width: 180px;
    max-width: 220px;
    right: 23%;
  }
}
@media (max-width: 480px) {
  .img-box6 .img3 {
    display: none;
  }
}
.img-box6 .img3 img {
  border-radius: 50px 0px 0px 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.title-area .sub-title {
  display: block;
  color: #04765f;
  font-size: 42px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Just Another Hand", cursive;
  position: relative;
  margin-bottom: -4px;
}
.title-area .sec-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
  font-size: 36px;
}
.title-area .sec-text {
  color: #6E7070;
  font-size: 18px;
  line-height: 35px;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #1CA8CB;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}
.th-btn.style3 {
  background-color: #0798ac;
  color: #fff;
  box-shadow: none;
  border: none;
}
.th-btn:before {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: #113D48;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.th-btn:before.style3:before {
  background-color: #dc2039;
}
.th-btn.th-icon:after {
  content: "";
  position: relative;
  -webkit-mask-image: url(../img/arrow-right.svg);
  mask-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: #fff;
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.4s;
}

.th-btn:hover:before, .th-btn.active:before {
  width: 110%;
}

.featured-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.featured-sec .rtl-slider-flex {
  width: 100%;
  margin: 0em auto;
  padding: 0.75em 0.75em 0.5em;
  background: #fff;
}
.featured-sec .rtl-slider-flex a {
  cursor: zoom-in;
}
.featured-sec .thumb-prev, .featured-sec .thumb-next {
  bottom: 12px !important;
  right: calc(9% + 0.75em) !important;
}
.featured-sec .thumb-prev {
  right: calc(0% + 0.75em) !important;
}
.featured-sec .rtl-slider-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.featured-sec .rtl-slider-flex .rtl-slider {
  width: 80%;
  margin-right: 1%;
}
.featured-sec .rtl-slider-flex .rtl-slider-nav {
  width: 19%;
  margin-top: -2px;
}
.featured-sec .rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 90%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
  height: auto !important;
}
.featured-sec .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}
.featured-sec .rtl-slider-flex .rtl-slider-slide {
  background: #0b69b7 url("") no-repeat center/cover;
  height: 400px;
  border-radius: 15px;
}
.featured-sec .rtl-slider-flex .thumb-prev, .featured-sec .rtl-slider-flex .thumb-next {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 36px;
  width: 9.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}
.featured-sec .rtl-slider-flex .thumb-prev {
  right: 9.5%;
}
.featured-sec .mb-3 {
  margin-bottom: 30px;
}
.featured-sec .my-2 {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .featured-sec .rtl-slider-flex .rtl-slider-slide {
    height: 210px;
  }
  .featured-sec .rtl-slider-flex {
    margin-bottom: 30px;
  }
}
.featured-sec ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.featured-sec ul li {
  padding: 6px 15px;
  border-radius: 30px;
  border: 2px solid #005294;
  color: #005294;
  margin: 5px 0;
}
.featured-sec h4 {
  font-size: 18px;
  color: #000;
}

.tour-slider-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.tour-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #BCCED2;
  border-top: transparent;
  border-radius: 16px;
  overflow: hidden;
}
.tour-box.style4 {
  padding: 16px;
  border: 1px solid #BCCED2;
}
.tour-box.style4 .tour-box_img {
  border-radius: 16px;
}
.tour-box.style4 .tour-content {
  padding: 24px 0 0 0;
}
.tour-box .tour-box_img {
  position: relative;
  border-radius: 16px 16px 0 0;
  z-index: 2;
  overflow: hidden;
  height: 174px;
}
.tour-box .tour-box_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}
.tour-box .tour-box_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: 1.3s all ease;
}
.tour-box .box-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}
.tour-box .box-title a {
  color: inherit;
}
.tour-box .tour-box_price {
  font-size: 14px;
  font-weight: 400;
  color: #6E7070;
  margin-bottom: 35px;
}
.tour-box .tour-box_price .currency {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #0D0D0C;
}
.tour-box .tour-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-box .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: #113D48;
}
.tour-box .tour-action i {
  margin-right: 8px;
}
.tour-box .tour-action .th-btn {
  border: 1px solid #E1E4E5 !important;
  font-weight: 500;
  padding: 10px 19.5px;
}
.tour-box .tour-action .th-btn.style4 {
  background-color: transparent;
  color: #113D48;
  border: 1px solid #113D48;
  padding: 14px 25px;
}
.tour-box .tour-action .th-btn.style4:after {
  background-color: #113D48;
}
.tour-box .tour-action .th-btn.style4:hover {
  color: #fff;
  border: 1px solid #dc2039;
}
.tour-box .tour-action .th-btn.style4:before {
  background-color: #dc2039;
}
.tour-box .tour-action .th-btn.style4:hover:after {
  background-color: #fff;
}

.global-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.category-area2 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.category-area2 .category-card {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.category-area2 .category-card .box-img {
  border-radius: 24px;
  margin-bottom: 22px;
}
.category-area2 .category-card .box-img img {
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  border-radius: 24px;
  transition: 1.3s all ease;
}
.category-area2 .category-card .box-title {
  font-size: 20px;
  line-height: 1.417;
  font-weight: 800;
  margin-top: -0.32em;
  margin-bottom: 0;
}
.category-area2 .category-card .box-title a {
  color: #113D48;
}

.categorySlider2 .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.why-choose {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #E9F6F9 !important;
}
.why-choose .sec-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 22px;
  font-size: 30px;
}
.why-choose .choose-about {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  max-width: 621px;
}
.why-choose .choose-about:not(:last-child) {
  margin-bottom: 40px;
}
.why-choose .choose-about .choose-about_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #dc2039;
  border-radius: 16px;
}
.why-choose .choose-about .choose-about_icon img {
  max-width: 30px;
  filter: invert(1);
  transition: all 0.4s ease-in-out;
}
.why-choose .choose-about .box-title {
  color: #000;
  font-size: 20px;
  line-height: 1.417;
  margin-top: -0.32em;
  font-weight: 600;
  margin-bottom: 3px;
}
.why-choose .choose-about .media-body {
  flex: 1;
}
.why-choose .choose-about .media-body .choose-about_text {
  font-size: 14px;
  margin-bottom: 0;
}
.why-choose .choose-wrapp {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
.why-choose .choose-wrapp .img1 {
  max-width: 297px;
  width: 100%;
  height: 297px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .why-choose .choose-wrapp .img1 {
    height: 168px;
  }
}
.why-choose .choose-wrapp .img1 img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 24px;
}

.bg-smoke {
  background-color: #E9F6F9 !important;
}

.international-info-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.international-info-sec .about-area6 {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 60px;
  z-index: 4;
  margin-right: -55%;
}
@media (max-width: 1199px) {
  .international-info-sec .about-area6 {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .international-info-sec .about-area6 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .international-info-sec .about-area6 {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .international-info-sec .about-area6 {
    padding: 30px 10px;
  }
}
.international-info-sec .about-item-wrap {
  min-width: 386px;
}
@media (max-width: 575px) {
  .international-info-sec .about-item-wrap {
    min-width: 100%;
  }
}
.international-info-sec .about-item-wrap .about-item {
  display: flex;
  gap: 16px;
  max-width: 400px;
}
.international-info-sec .about-item-wrap .about-item:not(:last-child) {
  margin-bottom: 30px;
}
.international-info-sec .about-item-wrap .about-item .box-title {
  margin-bottom: 7px;
}
.international-info-sec .about-item-wrap .about-item .about-item_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: #E9F6F9;
  transition: all 0.4s ease-in-out;
}
.international-info-sec .about-item-wrap .about-item .about-item_img img {
  transition: all 0.4s ease-in-out;
}
.international-info-sec .about-item-wrap .about-item .about-item_text {
  margin-bottom: -0.3rem;
}
@media screen and (min-width: 769px) {
  .international-info-sec .img-box5 {
    height: 100vh;
  }
}
.international-info-sec .img-box5 .img1 {
  height: 100%;
}
.international-info-sec .img-box5 .img1 img {
  width: 100%;
  border-radius: 24px;
}
.international-info-sec .img-box5 .img1 video {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #E9F6F9;
  background-image: url(../img/2.webp);
  background-color: #113D48;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
  padding: 18px 0;
}
footer .copyright-wrap .copyright-text {
  font-size: 14px;
  color: #fff;
}
footer .widget-area {
  padding-top: 64px;
  padding-bottom: 10px;
}
footer .widget-area .footer-widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 50px;
  position: relative;
}
footer .widget-area .footer-widget .about-logo {
  margin-bottom: 33px;
  max-width: 234px;
}
footer .widget-area .footer-widget .about-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
footer .widget-area .footer-widget .about-text {
  color: #E9F6F9;
  font-weight: 300;
  margin-bottom: 22px;
}
footer .widget-area .footer-widget .widget_title {
  color: #fff;
  padding: 0;
  margin: -0.12em 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
footer .widget-area .footer-widget .th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text a {
  color: #fff;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text .icon {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text .icon img {
  transition: all 0.4s ease-in-out;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
footer .widget-area .footer-widget .th-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
footer .widget-area .widget_nav_menu ul.menu {
  margin-bottom: -4px;
  margin-top: -4px;
  list-style: none;
  padding: 0;
}
footer .widget-area .widget_nav_menu ul.menu li {
  display: block;
  position: relative;
}
footer .widget-area .widget_nav_menu ul.menu li a {
  color: #E9F6F9;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 21px;
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
  line-height: 1.313;
  border-radius: 0;
}
footer .widget-area .widget_nav_menu ul.menu li a:before {
  content: "\f105";
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 6 Pro";
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
footer .th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease;
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-right: 10px;
}

.section-testimonial {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
  position: relative;
}
.section-testimonial .bottom-slide {
  position: absolute;
  bottom: 18px;
  right: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  width: calc(60% + 3px);
  margin-left: auto;
}
.section-testimonial .wg-testimonial {
  position: relative;
}
.section-testimonial .wg-testimonial .swiper-pagination {
  width: calc(60% - 1px);
  margin-left: auto;
}
.section-testimonial .wg-testimonial.style-2 {
  padding: 60px;
  background-color: #fff;
  border-radius: 24px;
}
.section-testimonial .wg-testimonial.style-3 {
  padding: 0;
}
.section-testimonial .wg-testimonial.style-3 .image-avatar {
  max-width: 60px;
}
.section-testimonial .wg-testimonial.style-3 .image-avatar .name a {
  padding-bottom: 10px;
  display: inline-block;
}
.section-testimonial .wg-testimonial.style-3 .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-testimonial .wg-testimonial .swiper-pagination {
  text-align: left;
  right: 0;
}
.section-testimonial .wg-testimonial .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.4;
  margin: 5px 8px 5px 7px;
  width: 8px;
  height: 8px;
  position: relative;
}
.section-testimonial .wg-testimonial .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.section-testimonial .wg-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.section-testimonial .wg-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: #000;
}
.section-testimonial .testimonial-item {
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .section-testimonial .testimonial-item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.section-testimonial .testimonial-item .image {
  display: flex;
  align-items: center;
  border-radius: 12px;
  max-width: 400px;
  position: relative;
}
.section-testimonial .testimonial-item .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.section-testimonial .testimonial-item .testimonial-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  right: -50px;
  border-radius: 50%;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  position: absolute;
  z-index: 99;
}
.section-testimonial .testimonial-item .testimonial-icon i {
  font-size: 65px;
  color: #113D48;
}
.section-testimonial .testimonial-item .testimonial-content {
  padding: 22px 0 68px;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .section-testimonial .testimonial-item .testimonial-content {
    padding: 22px 0 28px;
    width: 100%;
  }
}
.section-testimonial .testimonial-item .testimonial-content .title {
  font-size: 44px;
  line-height: 50px;
  color: #000;
  padding-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-testimonial .testimonial-item .testimonial-content .title {
    font-size: 32px;
    line-height: 1.3;
    padding-bottom: 14px;
  }
}
.section-testimonial .testimonial-item .testimonial-content .rating {
  padding-bottom: 20px;
}
.section-testimonial .testimonial-item .testimonial-content .rating i {
  color: #FFB321;
  font-size: 21px;
}
.section-testimonial .testimonial-item .testimonial-content .text {
  font-size: 24px;
  color: #000;
  line-height: 32px;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .section-testimonial .testimonial-item .testimonial-content .text {
    font-size: 16px;
  }
}
.section-testimonial .testimonial-item .testimonial-content .name h5 {
  font-size: 24px;
  line-height: 32px;
}
.section-testimonial .testimonial-item .testimonial-content .name h5 a {
  color: #000;
  font-weight: bold;
}
.section-testimonial .testimonial-item .testimonial-content .name h5 a:hover {
  color: #005294;
}
.section-testimonial .testimonial-item.style-2 .testimonial-content {
  width: 650px;
  padding-top: 43px;
}
.section-testimonial .testimonial-item.style-2 .testimonial-content .text {
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
  padding-bottom: 0;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content {
  border-radius: 20px;
  padding: 40px 40px 40px 32px;
  max-width: 100%;
  width: 100%;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .rating {
  padding-bottom: 12px;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .text {
  padding-bottom: 25px;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar {
  display: flex;
  gap: 12px;
  align-items: center;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .image-avatar {
  max-width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .image-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .name {
  display: flex;
  flex-direction: column;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .name a {
  display: inline-block;
  padding-bottom: 8px;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .name a:hover {
  color: #005294;
}
.section-testimonial .testimonial-item.style-3 .testimonial-content .testimonial-avatar .name .caption-1 {
  color: #dc2039;
}
.section-testimonial .testimonial-bottom {
  position: absolute;
  bottom: 102px;
  right: 60px;
  width: 654px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-testimonial .testimonial-bottom .btn-testimonial {
  z-index: 99;
}

.sub-banner {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sub-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1948;
  opacity: 0.6;
  z-index: 1;
}
.sub-banner .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
.sub-banner .container h1 {
  font-size: 52px;
  font-weight: bolder;
  max-width: 60%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-banner .container h1 {
    font-size: 28px;
    max-width: 80%;
    margin-bottom: 15px;
  }
}
.sub-banner .container nav {
  margin-top: 15px;
}
.sub-banner .container nav ol li {
  color: #fff;
}
.sub-banner .container nav ol li a {
  color: #fff;
}
.sub-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto !important;
  bottom: -1px;
  background-image: url(../img/banner-2-mask.png);
  z-index: 1;
  width: 100%;
  height: 58px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 10;
}

.about-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.about-sec p {
  font-size: 18px;
}

.it-funfact-area {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #04765f;
  color: #fff;
}
.it-funfact-area .it-funfact-text .it-funfact-number {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
}
.it-funfact-area .it-funfact-text .it-funfact-number span {
  font-size: 44px;
}
.it-funfact-area .it-funfact-text p {
  color: #fff;
  margin-bottom: 0;
}
.it-funfact-area .it-funfact-icon {
  text-align: center;
  margin: auto;
}
.it-funfact-area .it-funfact-icon span {
  color: #fff;
}

.tourb2-ab-p-4 {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tourb2-ab-p-4 {
    padding: 30px 0 30px;
  }
  .tourb2-ab-p-4 img {
    margin-bottom: 15px;
  }
}
.tourb2-ab-p-4 .title-area.text-center {
  margin-bottom: 50px;
}
.tourb2-ab-p-4 .title-area.text-center .sec-title {
  font-weight: 900;
  color: #000;
  margin-bottom: 22px;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .tourb2-ab-p-4 .title-area.text-center .sec-title {
    font-size: 32px;
  }
}
.tourb2-ab-p-4 p {
  font-size: 18px;
}
.tourb2-ab-p-4 .text-start .title-area .sec-title {
  color: #dc2039;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
.gallery-section .gallery-box .item-content {
  overflow: hidden;
  border-radius: 15px;
  transition: all linear 0.3s;
}
.gallery-section .gallery-box .item-content a {
  position: relative;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  z-index: 999999999;
  height: 100%;
  display: block;
  transition: all linear 0.3s;
}
.gallery-section .gallery-box .item-content a:hover .gallery-overlay {
  transition: all linear 0.3s;
  opacity: 1;
}
.gallery-section .gallery-box .item-content a .gallery-overlay {
  transition: all linear 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 53, 69, 0.6509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 33;
  opacity: 0;
}
.gallery-section .gallery-box .item-content a .gallery-overlay i {
  font-size: 32px;
  color: #fff;
}
.gallery-section .gallery-box .item-content a .img-fluid {
  max-width: 100%;
  width: 100% !important;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-box .item-content a .img-fluid {
    height: 150px;
  }
}
.gallery-section .filter-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .gallery-section .filter-nav {
    gap: 0px;
    margin: 0 0 15px;
  }
}
.gallery-section .filter-nav .btn {
  border: 0;
  padding: 8px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .gallery-section .filter-nav .btn {
    margin: 5px;
  }
}
.gallery-section .filter-nav .btn.btn-primary {
  background-color: #cd2c22;
}
.gallery-section .filter-nav .btn.btn-primary.active {
  background-color: #04765f;
}

.hidden {
  display: none;
}

.contact-form-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.contact-form-section .title-area .sec-title {
  font-size: 28px;
}
.contact-form-section .form-control, .contact-form-section .form-select {
  border: 1px solid #ccc;
  border-radius: 0px;
  margin: 0;
}
.contact-form-section .form-control:not(textarea), .contact-form-section .form-select:not(textarea) {
  height: 50px;
}
.contact-form-section .form-group {
  position: relative;
}
.contact-form-section .form-group i, .contact-form-section .form-group img {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 17px;
  font-size: 14px;
}

.bank-details-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.bank-details-sec .card-hdfc {
  background-image: url("../img/hdfc-card.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  height: 310px;
  margin: auto;
  border-radius: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bank-details-sec .card-hdfc .logo-hdfc {
  margin-bottom: 25px !important;
  padding: 10px;
  background-image: url("../img/HDFC-bank.png");
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .bank-details-sec .card-hdfc {
    background-image: none;
    height: auto;
  }
}
.bank-details-sec .card-icici {
  background-image: url("../img/icici-card.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  height: 310px;
  margin: auto;
  border-radius: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bank-details-sec .card-icici .logo-icici {
  margin-bottom: 25px !important;
  padding: 10px;
  background-image: url("../img/icici-logo.png");
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .bank-details-sec .card-icici {
    background-image: none;
    height: auto;
  }
}
.bank-details-sec .Account {
  padding: 10px;
}
.bank-details-sec .Account .Account-holder {
  text-align: left;
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.bank-details-sec .Account p.Account-holder-name {
  font-size: 18px;
  font-weight: 600px !important;
}
.bank-details-sec .account-number {
  padding: 10px;
}
.bank-details-sec .account-number .Account-number-1 {
  text-align: left;
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.bank-details-sec .account-number p.Account-holder2 {
  color: #000;
  font-size: 18px;
  font-weight: 600px;
}

.contact-top {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #04765f;
}
.contact-top .contact-top__item {
  background-color: #F3F8F6;
  position: relative;
  padding: 40px 15px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.contact-top .contact-top__item::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  bottom: 12px;
  right: 16px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  z-index: -1;
}
.contact-top .contact-top__item::before {
  content: "";
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #63AB45;
  z-index: -2;
}
.contact-top .contact-top__item:hover .contact-top__item__icon, .contact-top .contact-top__item:hover .contact-top__item__title, .contact-top .contact-top__item:hover .contact-top__item__text {
  color: #fff;
}
.contact-top .contact-top__item:hover .contact-top__item__icon a, .contact-top .contact-top__item:hover .contact-top__item__title a, .contact-top .contact-top__item:hover .contact-top__item__text a {
  color: #fff;
}
.contact-top .contact-top__item:hover::before {
  width: 100%;
  left: auto;
  right: 0;
}
.contact-top .contact-top__item .contact-top__item__icon {
  font-size: 50px;
  color: #F7921E;
  line-height: 1;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .contact-top .contact-top__item .contact-top__item__icon {
    font-size: 50px;
  }
}
.contact-top .contact-top__item .contact-top__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 7px;
  padding-bottom: 0;
  color: #1D231F;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .contact-top .contact-top__item .contact-top__item__title {
    font-size: 24px;
  }
}
.contact-top .contact-top__item .contact-top__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-top .contact-top__item .contact-top__item__title a:hover {
  background-size: 100% 1px;
}
.contact-top .contact-top__item .contact-top__item__text {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 144%;
  margin-bottom: -5px;
  padding-bottom: 0;
  color: #595959;
  transition: all 0.4s ease-in-out;
}
.contact-top .contact-top__item .contact-top__item__text a {
  color: #000;
}
.contact-top .social-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.contact-top .social-ul li img {
  max-width: 40px;
}

.branches-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.branches-sec .branch-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 #ccc;
  border: 2px dashed #04765f;
  background-color: #dbffea;
  color: #0c4424;
}
.branches-sec .branch-box h4 {
  margin: 0;
  font-weight: bold;
}
.branches-sec .branch-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.branches-sec .branch-box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.branches-sec .branch-box ul li strong {
  max-width: 80px;
  width: 100%;
}
.branches-sec .branch-box ul li:not(:last-child) {
  margin: 0 0 10px;
}

.tour-slider-sec {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
}
.tour-slider-sec .swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tour-slider-sec .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.tour-slider-sec .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.tour-slider-sec .mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.tour-slider-sec .mySwiper .swiper-slide {
  width: 20%;
  height: 150px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .tour-slider-sec .mySwiper .swiper-slide {
    height: 50px;
  }
}
.tour-slider-sec .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .tour-slider-sec .mySwiper .swiper-slide img {
    border-radius: 5px;
  }
}
.tour-slider-sec .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.tour-slider-sec .swiper-button-next, .tour-slider-sec .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}
.tour-slider-sec .swiper-button-next:after, .tour-slider-sec .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.tour-details-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.tour-details-sec .widgets {
  margin-bottom: 30px;
  overflow: hidden;
}
.tour-details-sec .widgets .card-header {
  background-color: #04765f;
  text-align: center;
  text-transform: uppercase;
}
.tour-details-sec .widgets .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  height: auto;
  padding: 10px;
}
.tour-details-sec .widgets .price-box {
  background-color: #dc2039;
  border: 2px dashed #fff;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 0 0px 16px #dc2039;
  margin: 10px;
}
.tour-details-sec .widgets .price-box h4 {
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.tour-details-sec .widgets .price-box h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
.tour-details-sec .widgets .price-box h3 small {
  font-size: 13px;
}
.tour-details-sec .widgets .price-box2 {
  background-color: #ff6525;
  border: 2px dashed #fff;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 0 0px 16px #ff6525;
  margin: 10px;
}
.tour-details-sec .widgets .price-box2 h4 {
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.tour-details-sec .widgets .price-box2 h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
.tour-details-sec .widgets .price-box2 h3 small {
  font-size: 13px;
}
.tour-details-sec .widgets .price-box2 h3 a {
  color: #fff;
}
.tour-details-sec .widgets .mini-tour {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tour-details-sec .widgets .mini-tour .thumbnail {
  height: 70px;
  max-width: 70px;
  flex: 0 0 70px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tour-details-sec .widgets .mini-tour .thumbnail img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-details-sec .widgets .mini-tour .info {
  text-align: left;
}
.tour-details-sec .widgets .mini-tour .info h5 {
  font-size: 14px;
  font-weight: bolder;
  margin: 0 0 8px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tour-details-sec .widgets .mini-tour .info p {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5882352941);
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tour-details-sec .white-box {
  border-radius: 15px;
  background-color: white;
  padding: 30px;
  border: 2px dashed #ccc;
  box-shadow: 0px 6px 11px 2px #e1e1e1;
  margin-bottom: 30px;
}
.tour-details-sec .white-box h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.tour-details-sec .white-box p {
  font-size: 16px;
  line-height: 1.6;
}

.faq-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.faq-sec .accordion {
  width: 100%;
}
.faq-sec .accordion .accordion-body {
  background-color: #e9fff3;
}
.faq-sec .accordion .accordion-body ul {
  list-style-type: none;
  list-style-type: disc;
  margin-left: 20px;
}
.faq-sec .accordion .accordion-body ul li {
  margin-bottom: 5px;
}
.faq-sec .accordion .accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-sec .accordion .accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}
.faq-sec .accordion .accordion-body ol > li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}
.faq-sec .accordion .accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": ";
  font-weight: bold;
}
.faq-sec .accordion .accordion-button:not(.collapsed) {
  background-color: #e9fff3;
}
.faq-sec .accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}
.faq-sec .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-sec .accordion .accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #005294;
}
.faq-sec .accordion .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #005294;
}
.faq-sec .accordion .accordion-button h5 {
  color: #000;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .faq-sec .accordion .accordion-button:before {
    right: 0.75rem;
  }
  .faq-sec .accordion .accordion-button.collapsed:after {
    right: 1.1875rem;
  }
  .faq-sec .accordion .accordion-button h5 {
    margin-right: 0px;
  }
}

#onloadpopup {
  display: none;
  max-width: 800px;
  width: 100%;
  background: transparent;
  padding: 32px;
}
#onloadpopup .fancybox-close-small {
  color: #fff;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.blog-sec .blog-box {
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
  border: 2px dashed #ccc;
  box-shadow: 0px 6px 11px 2px #e1e1e1;
}
.blog-sec .blog-box h4 {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-sec .blog-box p {
  font-size: 16px;
  line-height: 1.6;
}
.blog-sec .blog-box .blog-img {
  height: 200px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog-sec .blog-box .blog-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.blog-sec .blog-box .blog-img:hover {
  transition: all 0.4s ease-in-out;
}
.blog-sec .blog-box .blog-img:hover img {
  transform: scale(1.1);
}
.blog-sec .blog-box .th-btn {
  margin-top: 15px;
}

.modal-backdrop {
  z-index: 0 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #005294;
  --bs-btn-border-color: #005294;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #005294;
  --bs-btn-disabled-border-color: #005294;
}/*# sourceMappingURL=main.css.map */