* {
  font-family: "Urbanist", sans-serif;
}

body, html {
  overflow-x: hidden !important;
}

.home-heading {
  font-size: 20px;
  font-weight: 600;
}

.padtb-15 {
  padding: 15px 0 20px 0;
}

.section-pad {
  padding: 2.5rem 0;
}

.pl-5 {
  padding-left: 3rem;
}

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

.card-min-height {
  min-height: 175px;
}

.fs-40 {
  font-size: 40px !important;
}
@media screen and (max-width: 992px) {
  .fs-40 {
    font-size: 20px !important;
  }
}

.fs-22 {
  font-size: 22px !important;
}
@media screen and (max-width: 992px) {
  .fs-22 {
    font-size: 15px !important;
  }
}

.fs-35 {
  font-size: 35px !important;
}

.fw-light {
  font-weight: 100;
}

.semibold {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-30 {
  font-size: 30px;
}

.col-md-6.colored.c1.p-4.text-white.py-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.bg-dark {
  background-color: black !important;
}

@media screen and (max-width: 992px) {
  .row.mt-3 {
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .mobile-hidden {
    display: none;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: 999999;
}
#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../img/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

.btn-hover {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.btn-hover:before {
  content: "";
  border-radius: 25px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #af8a24;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: transform ease-out 0.3s;
  -webkit-transition: transform ease-out 0.3s;
}
.btn-hover:hover:before {
  transform: scaleY(1);
}

.navSection {
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 0.5rem 0;
}
.navSection .navbar .navbar-nav li.active a {
  color: #004aad;
}
.navSection .navbar .navbar-nav .nav-item {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item {
    font-size: 14px;
    padding-left: 5px;
  }
}
.navSection .navbar .navbar-nav .nav-item a.header-btn {
  padding: 8px 30px;
  background-color: #e1b12c;
  border-radius: 25px;
  color: #fff !important;
  font-size: 20px;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn {
    margin-top: 14px;
    padding: 5px 25px 5px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn {
    margin-top: 10px;
    padding: 5px 25px 5px 65px;
    width: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn {
    font-size: 12px;
    bottom: 0;
  }
}
.navSection .navbar .navbar-nav .nav-item a.header-btn i {
  font-size: 26px;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  left: 13px;
  bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn i {
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn i {
    left: 55px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navSection .navbar .navbar-nav .nav-item a.header-btn i {
    font-size: 18px;
  }
}
.navSection .navbar .navbar-nav .nav-link:hover {
  color: #004aad !important;
}

.footer {
  background: #535353;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.footer .bottom-button {
  display: none;
}
@media (max-width: 767px) {
  .footer .bottom-button {
    display: block;
    position: fixed;
    bottom: 3%;
    z-index: 100;
    box-shadow: 0px 2px 6px -1px;
    border-radius: 50%;
  }
  .footer .bottom-button.call {
    left: 32%;
  }
  .footer .bottom-button.call a {
    background: #e1b12c;
    height: 50px;
    width: 50px;
    display: block;
    padding: 10px;
    border-radius: 50%;
  }
  .footer .bottom-button.call a::after, .footer .bottom-button.call a::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #e1b12c;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    -webkit-animation: pulse 1.5s linear infinite;
            animation: pulse 1.5s linear infinite;
  }
  .footer .bottom-button.call a::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .footer .bottom-button.call a i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 8px;
  }
  .footer .bottom-button.whatsapp {
    right: 32%;
  }
  .footer .bottom-button.whatsapp a {
    background: #25d366;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 50%;
  }
  .footer .bottom-button.whatsapp a::after, .footer .bottom-button.whatsapp a::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #25d366;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    -webkit-animation: pulse 1.5s linear infinite;
            animation: pulse 1.5s linear infinite;
  }
  .footer .bottom-button.whatsapp a::after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .footer .bottom-button.whatsapp a i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 6px;
  }
  @-webkit-keyframes pulse {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    to {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    to {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  .footer .bottom-button a {
    background: #e1b12c;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .col-xs-6 {
    width: 50%;
  }
}
.footer .footer-desc .footer-social a.bi {
  color: #ffffff;
  font-size: 20px;
}
.footer .footer-desc .footer-social a.bi:hover {
  color: #ff7900;
}
.footer .footer-desc p {
  margin-bottom: 0.5rem;
}
.footer ul.footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer ul.footer-contact {
    padding-right: 1rem;
  }
}
.footer ul.footer-contact li {
  margin-bottom: 8px;
  position: relative;
  left: 26px;
}
.footer ul.footer-contact li a {
  text-decoration: none;
  color: #fff;
}
.footer ul.footer-contact li span {
  font-size: 12px;
  color: #fff;
}
.footer ul.footer-contact li i {
  color: #fff;
  margin-right: 5px;
  position: absolute;
  left: -24px;
  top: 2px;
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .footer .footer-nav {
    margin-top: 10px;
  }
}
.footer .footer-nav li a:hover {
  transition: all ease-in-out 0.2s;
}
.footer .footer-nav li a.text-white:hover {
  color: #004aad !important;
}
.footer .footer-nav li a.fs-14 {
  font-size: 14px !important;
}
.footer p.footer-address {
  font-size: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .footer p.footer-address {
    margin-top: 20px;
  }
}

.banner {
  position: relative;
}
@media screen and (max-width: 992px) {
  .banner .py-3 {
    padding-bottom: 15px !important;
  }
}
.banner .card {
  position: relative;
}
.banner .card .container {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .banner .card .banner-big-img {
    display: none !important;
  }
}
.banner .card .banner-big-img img {
  width: 100%;
}
.banner .card .banner-small-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner .card .banner-small-img {
    display: block;
  }
}
.banner .card .banner-small-img img {
  width: 100%;
}
.banner .card .card-details {
  border-radius: 0 100px 0 0;
  position: absolute;
  width: 75%;
  left: 15%;
  bottom: 25%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .banner .card .card-details {
    position: unset;
    width: 100%;
    border-radius: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details {
    bottom: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .card .card-details {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details {
    bottom: 26%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .banner .card .card-details .banner-text {
    text-align: center;
  }
}
.banner .card .card-details .banner-text .banner-btn {
  padding: 10px 25px;
  border-radius: 25px;
  background: #e1b12c;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner .card .card-details .banner-text .banner-btn {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details .banner-text .banner-btn {
    font-size: 10px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1399px) {
  .banner .card .card-details .banner-text .banner-btn {
    font-size: 12px;
  }
}
.banner .card .card-details h1 {
  font-weight: bold;
  font-size: 55px;
  color: #e1b12c;
}
@media screen and (max-width: 767px) {
  .banner .card .card-details h1 {
    font-size: 30px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1180px) {
  .banner .card .card-details h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1254px) {
  .banner .card .card-details h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1255px) and (max-width: 1336px) {
  .banner .card .card-details h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1337px) and (max-width: 1399px) {
  .banner .card .card-details h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner .card .card-details h5 {
    padding: 0 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1110px) {
  .banner .card .card-details h5 {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1399px) {
  .banner .card .card-details h5 {
    font-size: 18px !important;
  }
}
.banner .banner-bottom-section {
  padding: 30px 0px;
  width: 100%;
}
.banner .banner-bottom-section .banner-bottom {
  padding: 40px 5px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 993px) {
  .banner .banner-bottom-section .banner-bottom {
    position: relative;
    top: -80px;
  }
}
.banner .banner-bottom-section .banner-bottom .grid-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-bottom-section .banner-bottom .grid-parent {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-bottom-section .banner-bottom .grid-parent {
    grid-template-columns: repeat(2, 1fr);
  }
}
.banner .banner-bottom-section .banner-bottom .grid-parent .banner-service {
  text-align: center !important;
  box-sizing: border-box;
}
.banner .banner-bottom-section .banner-bottom .grid-parent .banner-service p {
  margin-bottom: 0px;
  color: #000;
}
.banner .banner-bottom-section .banner-bottom .grid-parent .tp-logo {
  text-align: center !important;
}
@media screen and (max-width: 991px) {
  .banner .banner-bottom-section .banner-bottom .grid-parent .tp-logo {
    grid-row: 2/2;
    grid-column-start: 2;
  }
}
.banner .banner-bottom-section .banner-bottom .grid-parent .tp-logo p {
  margin-bottom: 0px;
  color: #fff;
}

.home-heading h2 {
  font-weight: bold;
  color: #262626;
  font-size: 40px;
  margin-bottom: 0px;
}
.home-heading p {
  color: #262626;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .pop-tour-sec {
    margin-top: 3rem;
  }
}
.pop-tour-sec .slider-section {
  margin-top: 1rem;
}
.pop-tour-sec .slider-section .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.pop-tour-sec .slider-section .slide-container .slide-content {
  margin: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pop-tour-sec .slider-section .slide-container .slide-content {
    margin: 0 10px;
  }
}
.pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card {
  background-color: #FFF;
  border: none;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card:hover .card-content h3.name {
    transform: translateY(-5px) translateZ(0);
  }
}
@media screen and (min-width: 1181px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card:hover .card-content a.more-details-btn {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateY(0) translateZ(0);
  }
}
.pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content {
  width: 100%;
  background: transparent;
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 100px 20px 20px 20px;
}
.pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content h3.name {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 1181px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content h3.name {
    transform: translateY(20px) translateZ(0);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 768px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content h3.name {
    font-size: 18px;
  }
}
.pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn {
  padding: 6px 12px;
  background-color: transparent !important;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (min-width: 1181px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn {
    opacity: 0;
    transform: translateY(20px) translateZ(0);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (max-width: 767px) {
  .pop-tour-sec .slider-section .slide-container .slide-content .card-wrapper .card .card-content a.more-details-btn {
    font-size: 12px;
  }
}
.pop-tour-sec .slider-section .slide-container .swiper-navBtn {
  color: #858585;
  transition: color 0.3s ease;
  background: #fff;
  padding: 25px 26px;
  border-radius: 50%;
  box-shadow: 1px 0px 6px #4e4e4e;
}
@media screen and (max-width: 767px) {
  .pop-tour-sec .slider-section .slide-container .swiper-navBtn {
    display: none;
    visibility: hidden;
  }
}
.pop-tour-sec .slider-section .slide-container .swiper-navBtn:hover {
  color: #e1b12c !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-next {
  right: 4px;
  color: #e1b12c !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-next:after {
  font-family: "bootstrap-icons" !important;
  content: "\f135" !important;
  font-size: 35px !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-next:hover {
  margin-right: 5px !important;
  transition: all ease-in-out 0.3s !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-prev {
  left: 4px;
  color: #e1b12c !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-prev:after {
  font-family: "bootstrap-icons" !important;
  content: "\f12c" !important;
  font-size: 35px !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-button-prev:hover {
  margin-left: 5px !important;
  transition: all ease-in-out 0.3s !important;
}
.pop-tour-sec .slider-section .slide-container .swiper-pagination {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .pop-tour-sec .slider-section .slide-container .swiper-pagination {
    visibility: visible;
  }
}
.pop-tour-sec .slider-section .slide-container .swiper-pagination-bullet {
  background-color: #eb7355;
  opacity: 1;
}
.pop-tour-sec .slider-section .slide-container .swiper-pagination-bullet-active {
  background-color: #e1b12c;
}
.pop-tour-sec .slider-section .swiper {
  max-width: 1200px !important;
}
@media screen and (max-width: 767px) {
  .pop-tour-sec .top-selling-info {
    padding: 0 0 4rem 0;
  }
}
.pop-tour-sec .top-selling-info p {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-align: center;
}

.service-hm {
  padding-top: 50px;
}
.service-hm .grid-parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .service-hm .grid-parent {
    grid-template-columns: 1fr;
  }
}
.service-hm .grid-parent .service-hm-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-hm .grid-parent .service-hm-img {
    margin-bottom: 20px;
  }
}
.service-hm .grid-parent .service-hm-img:nth-child(1) {
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .service-hm .grid-parent .service-hm-img:nth-child(1) {
    transform: translateY(0px);
  }
}
.service-hm .grid-parent .service-hm-img:last-child {
  transform: translateY(-30px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-hm .grid-parent .service-hm-img:last-child {
    transform: translateY(0px);
  }
}
.service-hm .grid-parent .service-hm-img img {
  width: 110%;
}
.service-hm .grid-parent .service-hm-content {
  padding: 1rem 3rem 0rem 5rem;
}
@media screen and (max-width: 767px) {
  .service-hm .grid-parent .service-hm-content {
    margin-bottom: 20px;
    padding: 10px 45px 10px 30px;
  }
}
@media screen and (min-width: 767px) {
  .service-hm .grid-parent .service-hm-content p {
    padding: 0 50px;
  }
}

.visa-hm {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .visa-hm {
    padding: 40px 0;
  }
}
.visa-hm .blue {
  background-color: #45D2FF;
}
.visa-hm .red {
  background-color: #FFADAD;
}
.visa-hm .green {
  background-color: #96E299;
}
.visa-hm .yellow {
  background-color: #FFA877;
}
@media screen and (max-width: 767px) {
  .visa-hm .py-5 {
    padding-top: 1rem !important;
  }
}
.visa-hm .transy {
  transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .visa-hm .transy {
    transform: translateY(0px);
  }
}
.visa-hm .home-heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .visa-hm .home-heading h2 {
    font-size: 30px;
  }
}
.visa-hm .visa-card {
  padding: 40px 25px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .visa-hm .visa-card {
    margin-bottom: 20px;
  }
}
.visa-hm .visa-card h3 {
  font-weight: 700;
  font-size: 35px;
}
.visa-hm .visa-card p {
  margin-bottom: 30px;
  line-height: 1.6;
}
.visa-hm .visa-card span {
  position: absolute;
  right: 25px;
  bottom: 0px;
  font-size: 65px;
  font-weight: 800;
  opacity: 0.3;
}
.visa-hm .visa-card a {
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.visa-hm .visa-card a:hover {
  color: #2c2c2c;
}
.visa-hm .visa-card a i {
  font-size: 45px;
}

.about-hm {
  background: #F8F8F8;
  padding: 100px 0;
}
.about-hm .home-heading h5 {
  margin-bottom: 0;
}
.about-hm .home-heading h2 {
  margin-bottom: 2rem;
}
.about-hm .home-heading h4 {
  margin-bottom: 2rem;
}
.about-hm .about-hm-container p {
  margin-bottom: 3rem;
}
.about-hm .about-hm-container .about-hm-service {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-hm .about-hm-container .about-hm-service .about-hm-icon {
  width: 80px;
  height: 80px;
}
.about-hm .about-hm-container .about-hm-service .about-hm-icon img {
  width: 100%;
}
.about-hm .about-hm-container .about-hm-service .about-hm-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.about-hm .row > [class*=col-] {
  padding: 10px;
}
.about-hm .transy {
  transform: translateY(60px);
}
.about-hm .about-hm-img img {
  width: 100%;
}

.why-choose-us {
  padding-top: 100px;
}
.why-choose-us .choose-us-container {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .why-choose-us .choose-us-container {
    margin-bottom: 20px;
  }
}
.why-choose-us .choose-us-container .choose-us-icon {
  margin-bottom: 20px;
}
.why-choose-us .row > [class*=col-] {
  padding: 0px;
}
@media screen and (min-width: 992px) {
  .why-choose-us .grid-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.why-choose-us .grid-parent .choose-us-bg {
  width: 100%;
}
.why-choose-us .grid-parent .choose-us-bg img {
  width: 100%;
  height: 100%;
}
.why-choose-us .grid-parent .choose-us-bg-section {
  background-color: #262626;
  padding: 5rem;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .why-choose-us .grid-parent .choose-us-bg-section {
    padding: 2rem;
  }
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-icon {
  width: 60px;
  height: 60px;
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-icon img {
  width: 100%;
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-content {
    width: calc(100% - 70px);
  }
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-content h4 {
  color: #fff;
  font-size: 24px;
}
.why-choose-us .grid-parent .choose-us-bg-section .choose-us-bg-content p {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.bottom-sec p {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: center;
}

.about-home {
  padding: 50px 0;
}
.about-home h2 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #e1b12c;
}
.about-home p {
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about-home p {
    line-height: 28px;
  }
}
.about-home .book-us-content img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 18px rgba(13, 41, 51, 0.3);
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content img {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}
.about-home .book-us-content h4 {
  color: #e1b12c;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content h5 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.about-home .book-us-content P {
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content P {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .mb-b {
    margin-bottom: 25px;
  }
}
.about-home .book-us-content .mb-8 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content .mb-8 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .mb-8 {
    margin-bottom: 2rem;
  }
}
.about-home .book-us-content .pad-a {
  padding: 0 3.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-home .book-us-content .pad-a {
    padding: 0 2rem 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-home .book-us-content .pad-a {
    padding: 0;
  }
}

.faq-sec {
  padding: 50px 0;
}
.faq-sec .faq-accordions {
  width: 100%;
  margin: 20px auto;
}
.faq-sec .faq-accordions .faq-item {
  background-color: #fff;
  color: #6a6a6a;
  margin-bottom: 20px;
  border: 1px solid #6a6a6a;
}
.faq-sec .faq-accordions .faq-item .faq-title {
  cursor: pointer;
  padding: 10px;
  transition: all ease-in-out 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title.active-title {
  background-color: #6a6a6a;
  color: #ffffff;
  transition: all ease-in-out 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title h4 {
  margin: 2px;
  justify-content: space-between;
  font-size: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-title h4 {
    font-size: 12px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-title i.bi-chevron-down {
  transform: rotate(0);
  transition: 0.4s;
}
.faq-sec .faq-accordions .faq-item .faq-title i.bi-chevron-down.chevron-top {
  transform: rotate(-180deg);
  color: #fff;
}
.faq-sec .faq-accordions .faq-item .faq-content {
  display: none;
  line-height: 1.7;
  color: #6a6a6a;
  padding: 14px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content {
    padding: 12px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-content.active {
  display: block;
}
.faq-sec .faq-accordions .faq-item .faq-content p {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content p {
    font-size: 11px;
  }
}
.faq-sec .faq-accordions .faq-item .faq-content ul li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .faq-sec .faq-accordions .faq-item .faq-content ul li {
    font-size: 11px;
  }
}

.topcontrol {
  background: #e1b12c none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  transition: all ease-in-out 0.2s;
  width: 50px;
}
.topcontrol:hover {
  background: #222;
  color: #fff;
}/*# sourceMappingURL=custom1.css.map */

.about-hero {
  background-size: cover;
  background-position: center;
  color: #fff;
}
#bookingForm iframe {
  border-radius: 8px;
}