@charset "UTF-8";
@font-face {
  font-family: "blocklyncondensed";
  src: url("../fonts/Blocklyn/blocklyn-condensed-webfont.woff2") format("woff2"), url("../fonts/Blocklyn/blocklyn-condensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

p {
  color: #787878;
  font-size: 17px;
  font-weight: 300;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.page-content {
  margin: 105px 0 0;
  padding-top: 35px;
  border-top: 1px solid #ebebeb;
}

.section-head .prefix-text {
  color: #787878;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.section-head .section-title {
  color: #000;
  font-size: 37px;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
}
.section-head .section-title span {
  color: #f04c23;
}

/* components */
.theme-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  padding: 10px 25px;
  background-color: #f04c23;
  border: 2px solid #f04c23;
  border-radius: 4px;
}
.theme-btn.light-btn {
  color: #f04c23;
  background-color: #fff;
}

.icon-btn {
  position: relative;
}
.icon-btn:after {
  content: "";
  width: 18px;
  height: 18px;
  top: 0px;
  right: -24px;
  position: absolute;
  display: inline-block;
  background: url(../images/arrow-o.png) no-repeat center;
  background-size: contain;
}

.section-title-wrapper {
  margin: 0 0 40px;
}
.section-title-wrapper .title-top-text {
  color: #787878;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.section-title-wrapper .section-title {
  font-size: 40px;
  font-family: "Prata", serif;
}
.section-title-wrapper .more-btn-col {
  align-self: flex-end;
}
.section-title-wrapper .more-btn-col .more-btn-wrap {
  display: flex;
  justify-content: end;
  align-self: flex-end;
}

.country-map-card {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.country-map-card .card-image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center;
}
.country-map-card .card-content {
  padding: 20px;
}
.country-map-card .card-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.country-map-card .card-content p {
  font-size: 16px;
}

.package-wrap {
  width: 100%;
  height: 315px;
  color: #fff;
  float: left;
  padding: 30px 25px;
  border-radius: 15px;
  position: relative;
  background-size: cover;
  text-decoration: none;
}
.package-wrap p {
  color: #fff;
}
.package-wrap .package-data {
  width: calc(100% - 50px);
  left: 25px;
  bottom: 32px;
  position: absolute;
}
.package-wrap .package-data p {
  font-weight: 200;
  display: inline-block;
  margin-bottom: 0;
}
.package-wrap .package-data p strong {
  font-weight: 600;
}
.package-wrap .package-data .package-title {
  font-size: 25px;
  margin: 0 0 10px;
  font-family: "Prata", serif;
}
.package-wrap .package-data .package-rating {
  font-weight: 200;
  float: right;
}

.slider-nav-wrap {
  text-align: right;
  padding: 0 15px;
  margin-top: 25px;
}
.slider-nav-wrap .slick_nav {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #f04c23;
  background-image: url(../images/arrow.png);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-nav-wrap .slick_nav.slick-previous {
  background-image: url(../images/arrow-p.png);
}

.booking-toolebar-form {
  width: 100%;
  float: left;
  padding: 42px 42px;
}
.booking-toolebar-form .form-group {
  width: 14.5%;
  float: left;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.booking-toolebar-form .form-group.select-package {
  width: 27% !important;
  padding-left: 0;
}
.booking-toolebar-form .form-group.select-package select {
  width: 100%;
  color: #fff;
  border: 0;
  margin: 18px 0 20px;
  background: #f04c23;
}
.booking-toolebar-form .form-group .form-label {
  color: #f7f7f7;
  font-size: 18px;
  display: block;
  margin: 0 0 20px;
}
.booking-toolebar-form .form-group .date-preview {
  width: 100%;
  float: left;
}
.booking-toolebar-form .form-group .date-preview .selected-date {
  color: #fff;
  font-size: 42px;
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: "Prata", serif;
}
.booking-toolebar-form .form-group .date-preview .selected-month {
  color: #f2f2f2;
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  margin: 5px 0 0;
}
.booking-toolebar-form .form-group .date-preview .selected-month span {
  display: block;
}
.booking-toolebar-form .counter-input {
  position: relative;
  height: 50px;
}
.booking-toolebar-form .counter-input input {
  color: #fff;
  font-size: 42px;
  top: -2px;
  display: block;
  width: 75%;
  text-align: center;
  border: none;
  border-radius: 4px;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "Prata", serif;
}
.booking-toolebar-form .counter-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.booking-toolebar-form .counter-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.booking-toolebar-form .counter-input .btn-plus, .booking-toolebar-form .counter-input .btn-minus {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  left: 0px;
  width: 22px;
  height: 25px;
  border: none;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
}
.booking-toolebar-form .counter-input .btn-plus {
  top: 4px;
  left: -2px;
}
.booking-toolebar-form .counter-input .btn-minus {
  bottom: 2px;
}
.booking-toolebar-form .button-wrap {
  border: 0;
  padding: 15px;
  margin: 2px 0 10px;
}
.booking-toolebar-form .button-wrap .theme-btn {
  color: #fff;
  font-size: 12px;
  border: 0px;
  margin-top: 5px;
  padding: 0 0 25px;
  white-space: inherit;
  background: transparent;
}
.booking-toolebar-form .button-wrap i {
  width: 22px;
  height: 22px;
  display: block;
  margin: -22px auto 0;
  background: url(../images/arrow-w.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.page-banner {
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 30px 0 5px;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb ul li span.page-title {
  color: #787878;
}
.breadcrumb ul li span.sep {
  float: left;
  margin: 0px 5px -5px;
}

.package-content {
  padding-bottom: 50px;
}

.package-title {
  color: #f04c23;
  font-size: 35px;
  margin-bottom: 5px;
  font-family: "blocklyncondensed";
}

@media (max-width: 1399.98px) {
  .section-title-wrapper .section-title {
    font-size: 32px;
  }
  .country-map-card .card-image {
    height: 255px;
  }
}
@media (max-width: 1199.98px) {
  .booking-toolebar-form .form-group.select-package {
    width: 27% !important;
  }
  .package-wrap {
    height: 235px;
  }
  .package-wrap .package-data {
    bottom: 20px;
  }
  .package-wrap .package-data p {
    font-size: 15px;
  }
  .package-wrap .package-data .package-title {
    font-size: 22px;
    margin: 0 0 0px;
  }
  .section-title-wrapper {
    margin: 0 0 20px;
  }
  .section-title-wrapper .section-title {
    font-size: 28px;
  }
  .country-map-card .card-content h3 {
    overflow: hidden;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .booking-toolebar-form .form-group.select-package {
    width: 30% !important;
  }
  .featured-package-section .slick-slide {
    padding: 0 5px !important;
  }
  .featured-package-section .slick-slide .package-wrap {
    height: 230px;
  }
  .section-title-wrapper .more-btn-col .more-btn-wrap {
    justify-content: start;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .booking-toolebar-form .form-group {
    width: 23%;
    float: left;
    padding: 0 20px;
  }
  .booking-toolebar-form .form-group.select-package {
    width: 100% !important;
    border: 0;
    padding-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  }
  .booking-toolebar-form .form-group.select-package select {
    margin: 10px 0 5px;
  }
  .booking-toolebar-form .form-group .form-label {
    margin: 0 0 0px;
  }
}
@media (max-width: 575.98px) {
  .page-banner {
    height: 52vh;
  }
}
.site-header {
  z-index: 999;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.site-header.header-fixed {
  position: fixed;
  background: transparent;
  box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -o-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(6, 8, 8, 0.1), 0 3px 10px rgba(6, 8, 9, 0.1);
}
.site-header.header-fixed::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
}
.site-header.header-fixed .navbar-brand img {
  height: 58px;
}
.site-header .container {
  z-index: 9;
  position: relative;
}
.site-header .navbar-brand img {
  height: 62px;
}
.site-header .navbar-wrap {
  width: 100%;
}
.site-header .navbar-wrap #navbarSupportedContent {
  width: 100%;
  float: right;
}
.site-header .navbar-wrap #navbarSupportedContent ul.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
.site-header .navbar-wrap #navbarSupportedContent ul.navbar-nav .nav-item a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-header .right-header {
  width: calc(100% - 170px);
  float: right;
  margin-top: 5px;
}
.site-header .right-header .currency-wrap {
  width: 70px;
  float: right;
}
.site-header .right-header .currency-wrap .selectron23-container {
  min-height: 15px !important;
  border: 0;
  background: transparent;
}
.site-header .right-header .currency-wrap .selectron23-container div:last-of-type {
  font-size: 12px;
}
.site-header .right-header .currency-wrap .selectron23-container .selectron23-option {
  background: transparent;
  padding: 1px 20px 2px 9px;
  margin-top: 1px;
}
.site-header .right-header .currency-wrap .selectron23-container .selectron23-option img {
  display: none;
}
.site-header .right-header .gtranslate_wrapper {
  text-align: right;
  margin: -4px 0 0 5px;
  padding-left: 15px;
  float: right;
  border-left: 1px solid #939393;
}

@media (max-width: 991.98px) {
  .site-header .navbar-brand img {
    height: 58px;
  }
  .site-header .right-header {
    width: calc(100% - 0px);
    padding: 0 20px 0px;
    position: absolute;
    background: #fff;
  }
  .site-header .right-header .gtranslate_wrapper {
    top: -58px;
    right: 0;
    position: absolute;
  }
  .navbar-toggler {
    top: 32px;
    padding: 0;
    right: 0;
    position: absolute;
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    position: relative;
  }
}
.site-footer {
  position: relative;
  padding: 200px 15px 20px;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
.site-footer::before {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../../assets/images/bg-border.png);
  background-position-y: bottom;
}
.site-footer .footer-logo {
  text-align: center;
}
.site-footer .footer-logo img {
  height: 92px;
}
.site-footer .footer-address {
  color: #d1d1d1;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.site-footer .footer-address h4 {
  font-size: 14px;
  font-weight: 600;
}
.site-footer .footer-menu {
  text-align: center;
  padding: 0 0 42px;
  margin-bottom: 52px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3411764706);
}
.site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu ul li {
  margin: 0 15px;
  display: inline-block;
}
.site-footer .footer-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.site-footer .footer-contact {
  text-align: right;
}
.site-footer .footer-contact .phone-number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
.site-footer .footer-contact .email-address {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-contact ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
.site-footer .footer-contact ul li {
  margin-right: 5px;
  display: inline-block;
}
.site-footer .footer-contact ul li a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 4px;
  background: #ccc;
}
.site-footer .copyrights {
  margin: 58px 0 10px;
}
.site-footer .copyrights .wrap {
  width: 100%;
  display: block;
}
.site-footer .copyrights .wrap p {
  width: auto;
  color: #787878;
  font-size: 13px;
  margin: 0;
  display: inline-block;
}
.site-footer .copyrights .wrap .developer-txt {
  float: right;
}
.site-footer .copyrights .wrap .developer-txt a {
  color: #787878;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 150px 15px 20px;
  }
  .site-footer .footer-menu ul li {
    margin: 0 12px;
  }
  .site-footer .footer-menu ul li a {
    font-size: 12px;
  }
  .site-footer .footer-logo img {
    height: 70px;
  }
  .site-footer address {
    font-size: 12px;
  }
  .site-footer .footer-contact .phone-number {
    font-size: 18px;
    margin-bottom: -5px;
  }
  .site-footer .footer-contact .email-address {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 22px;
  }
  .footer-contact {
    text-align: center;
  }
  .site-footer .copyrights {
    text-align: center;
  }
  .site-footer .copyrights .wrap .developer-txt {
    float: none;
  }
}
@media (max-width: 575.98px) {
  .site-footer {
    padding: 80px 15px 20px;
  }
}
/* Checkout */
.woocommerce-checkout .woocommerce-form-coupon {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 20px 10px;
  background: #f04c23;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-first, .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout .woocommerce-form-coupon p {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.woocommerce-checkout .woocommerce-form-coupon .theme-btn {
  color: #fff;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #fff;
  padding: 10px 15px 11px;
}
.woocommerce-checkout #customer_details {
  padding: 0 135px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
  display: none;
}
.woocommerce-checkout .coupon-wrap {
  padding: 0 135px;
}
.woocommerce-checkout .woocommerce-input-wrapper .input-text,
.woocommerce-checkout #coupon_code {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 8px;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce-checkout .woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 15px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
  color: #fff;
  font-size: 13px;
  display: block;
  float: none;
  text-transform: uppercase;
  margin: 35px auto 20px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #fff;
  background-color: #f04c23;
  border: 2px solid #f04c23;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce-page #payment #place_order:hover {
  color: #f04c23;
  background-color: transparent;
}

/* thank you */
.woocommerce-order-received .woocommerce-order {
  padding: 125px 0;
  text-align: center;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  float: none;
  display: inline-block;
}
.woocommerce-order-received p.woocommerce-notice {
  margin-bottom: 32px;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-columns--addresses {
  display: none;
}

.sidebar {
  padding-top: 140px;
  padding-left: 50px;
}
.sidebar ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.sidebar ul li {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
}
.sidebar ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sidebar ul li a {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.sidebar ul li a .card-image {
  width: 40%;
  background-size: cover;
  background-position: center;
}
.sidebar ul li a .card-content {
  width: calc(70% - 0px);
  padding: 20px;
}
.sidebar ul li a .card-content h4 {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
}
.sidebar ul li a .card-content p {
  color: #787878;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199.98px) {
  .sidebar {
    padding-left: 15px;
  }
  .sidebar ul li a .card-image {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .sidebar {
    padding-top: 10px;
  }
}
.guide-card {
  max-width: 100%;
  float: right;
  color: #fff;
  margin-top: 140px;
  background: #f04c23;
  text-align: center;
}
.guide-card img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin: -110px auto 10px;
}
.guide-card .card-body {
  padding: 5px 35px 30px;
}
.guide-card .card-body .card-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.guide-card .card-body .card-text {
  color: #fff;
  font-size: 14px;
}
.guide-card .card-body .theme-btn {
  color: #fff;
  margin-top: 12px;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 35px 10px 15px;
  border: 2px solid #fff;
}
.guide-card .card-body .theme-btn:after {
  top: 11px;
  right: 10px;
  background: url(../images/arrow-w.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .guide-card {
    max-width: 100%;
  }
  .guide-card img {
    width: 175px;
    height: 175px;
  }
}
/* page */
.hero-video {
  height: 100vh;
  padding: 0;
}
.hero-video video {
  width: 100%;
  object-fit: cover;
}

.booking-toolebar {
  z-index: 5;
  position: relative;
}
.booking-toolebar .container .booking-toolebar-wrapper {
  width: calc(100% - 150px);
  height: 192px;
  display: block;
  margin: -170px auto 0;
  border-radius: 15px;
  background-color: #f04c23;
}
.booking-toolebar .container #input-year, .booking-toolebar .container #input-month, .booking-toolebar .container #checkout-year, .booking-toolebar .container #checkout-month {
  font-style: normal;
}
.booking-toolebar .container .custom-date-picker {
  position: relative;
}
.booking-toolebar .container .custom-date-picker .hidden-picker {
  width: 100px;
  height: 48px;
  opacity: 0;
  position: absolute;
}
.booking-toolebar .container input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.intro-section {
  padding: 100px 15px 70px;
}
.intro-section .intro-image {
  padding-left: 30px;
  padding-right: 55px;
}
.intro-section .intro-image img {
  width: 100%;
  border-radius: 15px;
}
.intro-section .intro-text-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-section .intro-text-col .section-title-wrapper {
  margin: 0 0 50px;
}
.intro-section .intro-text-col .section-title-wrapper .section-title {
  color: #f04c23;
  font-size: 48px;
  font-family: "blocklyncondensed";
}
.intro-section .intro-text-col .intro {
  font-weight: 300;
}
.intro-section .intro-text-col .intro .text-wrapper {
  margin-bottom: 35px;
}
.intro-section .intro-text-col .intro .text-wrapper p strong {
  margin-bottom: 20px;
}

.statistics-section {
  padding: 40px 15px;
}
.statistics-section .slick-slide li {
  text-align: center;
}
.statistics-section .slick-slide li img {
  height: 100px;
  display: block;
  margin: 0 auto;
}
.statistics-section .slick-slide li span {
  color: #999;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 2px 0 4px;
}
.statistics-section .slick-slide li p {
  text-transform: uppercase;
  font-family: "blocklyncondensed";
}

.text-section {
  position: relative;
  padding: 50px 0 40px;
  background: #ffebd4;
}
.text-section::before, .text-section::after {
  content: "";
  width: 100%;
  height: 58px;
  display: block;
  top: 0;
  z-index: 5;
  position: absolute;
  background: url(../../assets/images/bg-border.png);
  background-position-y: bottom;
}
.text-section::after {
  top: calc(100% - 50px);
  rotate: 180deg;
}
.text-section .text-wrap {
  position: relative;
  text-align: center;
  padding: 70px 20px;
}
.text-section .text-wrap h4 {
  color: #1d1d1d;
  font-size: 32px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
}
.text-section .text-wrap ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 15px 0 42px;
}
.text-section .text-wrap ul li {
  margin: 0 5px;
  display: inline-block;
}
.text-section .text-wrap ul li a i {
  color: #747474;
  font-size: 20px;
}
.text-section .text-wrap .owner {
  color: #f04c23;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.text-section .text-wrap .owner span {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
}

.top-destination-section {
  padding: 75px 15px 50px;
}
.top-destination-section .section-head {
  margin-bottom: 15px;
}
.top-destination-section .card-wrap {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  background: #ccc;
  text-decoration: none;
}
.top-destination-section .card-wrap .card-data {
  width: 100%;
  padding: 0 15px;
}
.top-destination-section .card-wrap .card-data h4 {
  color: #f04c23;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "blocklyncondensed";
  margin: 0 0 0;
}
.top-destination-section .card-wrap .card-data p {
  color: #fff;
  font-size: 15px;
  margin: 0 0 10px;
}

.reviews-section {
  padding: 20px 15px 30px;
}
.reviews-section .section-head {
  text-align: center;
  margin-bottom: 50px;
}
.reviews-section .review-item::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  top: 0;
  left: 0;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  position: absolute;
  background: url(/wp-content/uploads/2024/04/review-01.jpg);
  background-size: cover;
  background-position: center;
}
.reviews-section .review-item .content-row {
  position: relative;
  padding: 62px 15px;
}
.reviews-section .review-item .content-row .image-wrap {
  height: 300px;
  transform: rotate(357deg);
}
.reviews-section .review-item .content-row .image-wrap img {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  border: 7px solid #fff;
}
.reviews-section .review-item .content-row .image-wrap .letter-icon {
  width: 55px;
  height: 75px;
  right: 38px;
  bottom: -15px;
  position: absolute;
  display: block;
  transform: rotate(3deg);
  background: url(../../assets/images/letter-icon.png) no-repeat center;
  background-size: contain;
}
.reviews-section .review-item .content-row .text-wrap {
  width: 85%;
  display: block;
  position: relative;
  text-align: center;
  margin: 15px auto 0;
  padding: 35px 25px 30px;
  background: #fff;
}
.reviews-section .review-item .content-row .text-wrap::before, .reviews-section .review-item .content-row .text-wrap::after {
  content: "";
  width: 75px;
  height: 100%;
  display: block;
  rotate: 180deg;
  top: 0;
  left: -60px;
  position: absolute;
  background: url(../../assets/images/bg-border-v.png);
  background-position: right;
}
.reviews-section .review-item .content-row .text-wrap::after {
  left: calc(100% - 22px);
  rotate: 360deg;
}
.reviews-section .review-item .content-row .text-wrap p {
  color: #1d1d1d;
  font-size: 16px;
  margin: 0 0 20px;
}
.reviews-section .review-item .content-row .text-wrap h4 {
  color: #f04c23;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.reviews-section .review-item .content-row .text-wrap h4 span {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}
.reviews-section .nav-col {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.reviews-section .nav-col .review-nav {
  padding: 0;
  margin: 0 15px 0 0;
  display: inline-block;
}
.reviews-section .nav-col .review-nav .slick-track {
  width: auto !important;
  padding-left: 30px;
}
.reviews-section .nav-col .review-nav .slick-list {
  padding: 0 !important;
}
.reviews-section .nav-col .review-nav .slick-list .slick-slide {
  width: 58px !important;
  height: 58px;
  margin: 0 2px 0 -22px;
  border-radius: 100px;
  background: #ccc;
  border: 4px solid #fff;
}
.reviews-section .nav-col span {
  color: #9f9f9f;
}

.featured-package-section {
  padding: 10px 15px 0;
}
.featured-package-section .slick-slide {
  padding: 0 15px;
}

.country-map-section {
  padding: 80px 15px;
}
.country-map-section .map-description-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.country-map-section .map-description-col .section-title-wrapper .col-sm-12 {
  padding-left: 0;
}
.country-map-section .map-description-col .title-top-text {
  margin-bottom: 15px;
}
.country-map-section .map-description-col .section-title {
  font-size: 48px;
}
.country-map-section .map img {
  width: 340px;
  display: block;
  margin: 0 auto;
}
.country-map-section .action-map-col {
  position: relative;
}
.country-map-section .action-map-col .map {
  margin: 32px 0 0;
}
.country-map-section .action-map-col .map-slider {
  position: inherit;
}
.country-map-section .action-map-col .map-slider .slick-slide {
  padding: 15px;
}
.country-map-section .action-map-col .map-slider .slick-dots {
  width: 50%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.country-map-section .action-map-col .map-slider .slick-dots li {
  position: absolute;
  transition: transform 0.75s;
}
.country-map-section .action-map-col .map-slider .slick-dots li:hover {
  transform: scale(1.25);
}
.country-map-section .action-map-col .map-slider .slick-dots li button {
  color: transparent;
  width: 25px;
  height: 32px;
  display: block;
  border: 0px;
  background: url(../images/pin.png) no-repeat center;
  background-size: contain;
}
.country-map-section .action-map-col .card-col {
  padding-left: 30px;
}

.we-offer-section {
  padding: 80px 15px;
  background-image: url(../images/background1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.we-offer-section .section-title-wrapper {
  margin: 0 0 70px 58px;
}
.we-offer-section .we-offer-content {
  padding-left: 72px;
}
.we-offer-section .we-offer-content ul {
  list-style: none;
  padding: 0;
}
.we-offer-section .we-offer-content ul li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.we-offer-section .we-offer-content ul li i {
  width: 62px;
  height: 62px;
  float: left;
  border-radius: 10px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #f04c23;
  background-color: #f04c23;
}
.we-offer-section .we-offer-content ul li .content-wrapper {
  width: calc(100% - 80px);
  display: inline-block;
  padding-left: 20px;
}
.we-offer-section .we-offer-content ul li .content-wrapper h4 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 2px;
}
.we-offer-section .we-offer-content ul li .content-wrapper p {
  color: #787878;
  font-size: 16px;
}

.experience-section {
  position: relative;
  padding: 100px 15px 200px;
  background-image: url(../images/background2.jpg);
  background-size: cover;
}
.experience-section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2784313725);
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
}
.experience-section .container {
  z-index: 10;
  position: relative;
}
.experience-section .intro-content-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-section .intro-content-col .intro-content {
  color: #fff;
}
.experience-section .intro-content-col .intro-content p {
  color: #fff;
}
.experience-section .section-title-wrapper .col-sm-12 {
  padding-left: 0;
}
.experience-section .section-title-wrapper .col-sm-12 .title-top-text {
  color: #fff;
  margin-bottom: 10px;
}
.experience-section .experience-blocks {
  padding-left: 30px;
}
.experience-section .experience-blocks .slick-slide {
  padding: 0px 15px 15px;
}
.experience-section .experience-blocks .slick-slide .country-map-card {
  background-color: #fff;
}
.experience-section .experience-blocks .slick-slide .country-map-card .card-content h3 {
  margin-bottom: 35px;
}
.experience-section .slider-nav-wrap {
  text-align: left;
  padding: 0;
}

.plan-your-trip-section {
  z-index: 10;
  position: relative;
  margin-top: -120px;
  padding-bottom: 58px;
}
.plan-your-trip-section .plan-your-trip {
  width: 78%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.plan-your-trip-section .plan-your-trip .image-col {
  background-size: cover;
  background-position: center;
}
.plan-your-trip-section .plan-your-trip .content {
  padding: 30px 28px;
}
.plan-your-trip-section .plan-your-trip .content .section-title-wrapper {
  margin: 0 0 20px;
}
.plan-your-trip-section .plan-your-trip .content .section-title-wrapper .title-top-text {
  margin-bottom: 5px;
}
.plan-your-trip-section .plan-your-trip .content p {
  margin: 0 0 35px 15px;
}
.plan-your-trip-section .plan-your-trip .content .theme-btn {
  margin: 0 0 0 15px;
}

.testimonial-section {
  padding: 52px 15px;
}
.testimonial-section .section-title-wrapper {
  margin: 0 0 48px;
}
.testimonial-section .slick-slide {
  text-align: center;
}
.testimonial-section .slick-slide .item .profile-icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 12px;
  border-radius: 100%;
  background-size: contain;
}
.testimonial-section .slick-slide .item .review {
  width: 88px;
  height: 20px;
  display: block;
  margin: 0 auto 12px;
  background: url(../images/ratings.png) no-repeat center;
  background-size: contain;
}
.testimonial-section .slick-slide .item .comment {
  padding: 0 40px;
  margin: 0 0 15px;
}
.testimonial-section .slick-slide .item .client-name {
  color: #f04c23;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}
.testimonial-section .slick-slide .item .client-name span {
  color: #333;
  font-weight: 200;
  display: block;
}
.testimonial-section .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.testimonial-section .slick-dots li {
  display: inline-block;
}
.testimonial-section .slick-dots li button {
  color: #f04c23;
  width: 35px;
  height: 5px;
  margin: 1px 2px 0;
  overflow: hidden;
  border: 0;
  background: #f04c23;
  border-radius: 100px;
}

.blog-section {
  padding: 25px 15px 80px;
}
.blog-section .country-map-card .card-image {
  height: 220px;
}
.blog-section .country-map-card .card-content p {
  margin-bottom: 20px;
}
.blog-section .country-map-card .theme-btn {
  margin: 50px 0 10px;
}

@media (max-width: 1399.98px) {
  .booking-toolebar-form .form-group .form-label {
    font-size: 14px;
  }
  .booking-toolebar-form .custom-date-picker {
    min-width: 128px;
    padding: 0 0 0 10px;
  }
  .intro-section .intro-text-col .section-title-wrapper {
    margin: 0 0 35px;
  }
  .intro-section .intro-text-col .section-title-wrapper .section-title {
    font-size: 42px;
  }
  .country-map-section .map-description-col .section-title-wrapper {
    margin: 0 0 25px;
  }
  .country-map-section .map-description-col .section-title-wrapper .section-title {
    font-size: 42px;
  }
  .country-map-section .action-map-col .map-slider {
    padding-top: 25px;
  }
  .plan-your-trip-section .plan-your-trip {
    width: 90%;
  }
}
@media (max-width: 1199.98px) {
  .hero-video {
    height: auto;
  }
  .booking-toolebar .container .booking-toolebar-wrapper {
    height: 155px;
    width: calc(100% - 0px);
    margin: -50px auto 0;
  }
  .booking-toolebar .container .booking-toolebar-wrapper .booking-toolebar-form {
    padding: 25px 20px;
  }
  .intro-section {
    padding: 75px 15px 50px;
  }
  .intro-section .intro-text-col .section-title-wrapper .section-title {
    font-size: 35px;
  }
  .intro-section .intro-text-col .intro .text-wrapper {
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .country-map-section {
    padding: 50px 15px;
  }
  .country-map-section .map-description-col .section-title-wrapper .section-title {
    font-size: 32px;
  }
  .country-map-section .country-map-card .card-image {
    height: 195px;
  }
  .country-map-section .action-map-col .map-slider {
    padding-top: 55px;
  }
  .we-offer-section {
    padding: 25px 15px;
  }
  .we-offer-section .section-title-wrapper {
    margin: 0 0 40px 58px;
  }
  .we-offer-section .we-offer-content ul li {
    margin-bottom: 15px;
  }
  .we-offer-section .we-offer-content ul li .content-wrapper p {
    font-size: 15px;
  }
  .experience-section .experience-blocks .slick-slide .country-map-card .card-content h3 {
    min-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .plan-your-trip-section .plan-your-trip {
    width: 100%;
  }
  .section-title-wrapper .section-title {
    font-size: 22px;
  }
  .booking-toolebar .container .booking-toolebar-wrapper {
    height: auto;
    float: left;
    margin: -50px auto 52px;
  }
  .booking-toolebar .container .booking-toolebar-wrapper .booking-toolebar-form {
    padding: 25px 20px 2px;
  }
  .booking-toolebar .container .booking-toolebar-wrapper .booking-toolebar-form .counter-input input {
    left: 20px;
    top: -5px;
  }
  .booking-toolebar .container .button-wrap {
    width: 100%;
    text-align: center;
  }
  .intro-section .intro-image {
    padding-right: 0;
  }
  .intro-section .intro-text-col .section-title-wrapper .section-title {
    font-size: 32px;
  }
  .country-map-section {
    padding: 15px 15px 35px;
  }
  .country-map-section .map-description-col .section-title-wrapper {
    margin: 0 0 15px;
  }
  .country-map-card .card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .we-offer-section {
    padding: 78px 15px 40px;
    background-position-y: bottom;
  }
  .we-offer-section .text-wrap {
    border-radius: 10px;
    padding: 50px 0 20px;
    background: rgba(255, 255, 255, 0.9490196078);
  }
  .experience-section {
    padding: 50px 15px 150px;
  }
  .experience-section .experience-blocks {
    padding-left: 0;
    margin: 20px -15px 0;
  }
  .testimonial-section {
    padding: 10px 15px 40px;
  }
  .blog-col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .intro-section .intro-image {
    margin-bottom: 25px;
  }
  .country-map-section .action-map-col .map-slider .slick-dots {
    width: 50%;
    height: 55%;
    left: 28%;
    bottom: 44%;
    position: absolute;
  }
  .we-offer-section {
    padding: 10px 15px 40px;
  }
  .review-list {
    margin-bottom: 50px;
  }
  .blog-section .country-map-card {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .booking-toolebar-form .form-group {
    width: 50%;
    margin-bottom: 10px;
  }
  .booking-toolebar-form .custom-date-picker {
    min-width: 50%;
  }
  .country-map-section .action-map-col .map-slider .slick-dots {
    width: 70%;
    height: 55%;
    left: 18%;
    bottom: 45%;
  }
  .we-offer-section .text-wrap {
    padding: 15px 0 20px;
  }
  .we-offer-section .section-title-wrapper {
    margin: 0 0 40px 0px;
  }
  .we-offer-section .we-offer-content {
    padding-left: 10px;
  }
}
@media (max-width: 420.98px) {
  .country-map-section .map img {
    width: 280px;
  }
  .country-map-section .action-map-col .map-slider .slick-dots {
    height: 50%;
    left: 17%;
    bottom: 50%;
  }
}
.single-product .page-banner {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.single-product .package-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-product .package-menu ul li {
  display: inline-block;
}
.single-product .package-menu ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 15px;
  display: block;
  margin-right: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.single-product .package-menu ul li a:nth-child(1) {
  padding-left: 0;
}
.single-product .package-menu {
  top: 0;
  z-index: 2;
  position: sticky;
  background: #fff;
}
.single-product h3.tour-duration {
  color: #000;
  font-size: 16px;
}
.single-product .package-head {
  margin-bottom: 30px;
}
.single-product .package-section {
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 25px 0 5px;
}
.single-product .package-section .section-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.single-product .package-section ul {
  padding: 0;
  list-style: none;
}
.single-product .package-section ul li {
  color: #787878;
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
}
.single-product .package-section ul li::before {
  content: "";
  width: 15px;
  height: 14px;
  top: 5px;
  left: 0px;
  position: absolute;
  display: inline-block;
  border-radius: 5px;
  background-color: #f04c23;
}
.single-product #itenary .accordion-item {
  border: 0px;
  margin-bottom: 15px;
}
.single-product #itenary .accordion-item .accordion-header {
  position: relative;
}
.single-product #itenary .accordion-item .accordion-header:before {
  content: "";
  width: 1px;
  height: 28px;
  top: 32px;
  left: 85px;
  position: absolute;
  border-left: 2px dashed #f04c23;
}
.single-product #itenary .accordion-item .accordion-button {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0 20px;
  background: transparent;
}
.single-product #itenary .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.single-product #itenary .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.single-product #itenary .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  left: 70px;
  position: absolute;
  border-radius: 100px;
  background-color: #f04c23;
  background-position: center;
}
.single-product #itenary .accordion-item .accordion-button .day {
  width: 80px;
  font-weight: 400;
  margin-right: 35px;
}
.single-product #itenary .accordion-item .accordion-body {
  color: #787878;
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 58px;
  margin-left: 85px;
  margin-top: 0px;
  margin-bottom: -50px;
  display: inline-block;
  border-left: 2px dashed #f04c23;
}
.single-product #itenary .accordion-item .accordion-body .day-images {
  margin-top: 15px;
}
.single-product #itenary .accordion-item .accordion-body .day-images .block-img {
  width: 33.33%;
  float: left;
  padding: 10px 5px;
}
.single-product #itenary .accordion-item .accordion-body .day-images .block-img img {
  overflow: hidden;
  border-radius: 8px;
}
.single-product .map-container {
  width: 100%;
  height: 380px;
  display: block;
  border-radius: 10px;
}
.single-product .map-container iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
}
.single-product #includes p, .single-product #excludes p {
  margin-bottom: 30px;
}
.single-product #includes ul, .single-product #excludes ul {
  list-style: none;
  padding-left: 0;
}
.single-product #includes ul li, .single-product #excludes ul li {
  color: #787878;
  font-size: 16px;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.single-product #includes ul li::before, .single-product #excludes ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 100px;
  left: 0;
  position: absolute;
  background: url(../images/icon1.png) no-repeat center;
  background-size: 75%;
}
.single-product #excludes ul li::before {
  opacity: 0.5;
}
.single-product .package-sidebar .woocommerce-variation-price {
  width: 100%;
  top: -92px;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  border-radius: 8px;
  border: 2px solid #f04c23;
}
.single-product .package-sidebar i {
  color: #000;
  font-size: 14px;
  width: 100%;
  display: block;
  font-style: inherit;
  text-align: right;
}
.single-product .package-sidebar form {
  margin-bottom: 0px !important;
}
.single-product .package-sidebar .package-price {
  display: none;
}
.single-product .package-sidebar .variations tr .label label {
  color: #fff;
  font-size: 14px;
  font-weight: 300 !important;
  display: block;
  margin: 0 0 -8px;
}
.single-product .package-sidebar .variations tr td {
  display: block !important;
}
.single-product .package-sidebar .variations tr th, .single-product .package-sidebar .variations tr td {
  display: table-caption;
}
.single-product .package-sidebar .variations select {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.single-product .package-sidebar a.reset_variations {
  display: none !important;
}
.single-product .package-sidebar .woocommerce-Price-amount {
  color: #f04c23;
  font-size: 22px;
  text-align: right;
  display: block;
  margin: 0;
  font-family: "Prata", serif;
}
.single-product .package-sidebar .woocommerce-Price-amount .price {
  color: #000;
  display: inline-block;
}
.single-product .package-sidebar .package-booking {
  width: 100%;
  float: left;
  top: 85px;
  z-index: 5;
  position: sticky;
  margin-top: 92px;
  padding: 15px 15px 0;
  border-radius: 10px;
  background: #f04c23;
}
.single-product .package-sidebar .package-booking .nav-tabs {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.single-product .package-sidebar .package-booking .nav-tabs li {
  width: 50%;
  float: left;
}
.single-product .package-sidebar .package-booking .nav-tabs li .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.single-product .package-sidebar .package-booking .nav-tabs li .nav-link:hover {
  border-color: transparent;
}
.single-product .package-sidebar .package-booking .nav-tabs li .nav-link.active {
  color: #000;
  border: 0;
  background: transparent;
}
.single-product .package-sidebar .package-booking .form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.single-product .package-sidebar .package-booking .form-group .form-field {
  width: 100%;
  float: left;
}
.single-product .package-sidebar .package-booking .form-group .form-label {
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 0;
}
.single-product .package-sidebar .package-booking .form-group p {
  margin-bottom: 0;
}
.single-product .package-sidebar .package-booking .form-group br {
  display: none;
}
.single-product .package-sidebar .package-booking .wpcf7-submit {
  width: 100%;
  color: #fff;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 12px 0 !important;
  letter-spacing: 1px;
  border-radius: 6px !important;
  border: 2px solid #fff !important;
  background: transparent !important;
}
.single-product .package-sidebar .package-booking p {
  margin-bottom: 0px;
}
.single-product .single_add_to_cart_button {
  width: 100%;
  color: #fff;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 15px 0 !important;
  letter-spacing: 1px;
  border-radius: 6px !important;
  border: 2px solid #fff !important;
  background: transparent !important;
}
.single-product .related-packages {
  padding: 35px 15px 110px;
}
.single-product .related-packages .section-title-wrapper .section-title {
  font-size: 32px;
  margin-bottom: 0;
}
.single-product .related-packages .slider-nav-wrap {
  margin-top: 0px;
}
.single-product .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em;
}

@media (max-width: 767.98px) {
  .single-product .page-banner {
    height: 50vh;
  }
  .single-product .package-menu ul li a {
    padding: 8px 15px;
  }
  .single-product .package-sidebar .package-booking {
    margin-top: 32px;
  }
}
.page-template-page-about .page-body {
  padding: 50px 15px 55px;
}
.page-template-page-about .page-body .highlight-text-box {
  background: #ededed;
  padding: 140px 15px 20px 70px;
}
.page-template-page-about .page-body .highlight-text-box .highlight-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.page-template-page-about .page-body .highlight-text-box .highlight-title {
  color: #f04c23;
  font-family: "Prata", serif;
}
.page-template-page-about .page-body .main-content {
  width: 100%;
  padding: 35px 150px 0px 70px;
}
.page-template-page-about .page-body .intro-image {
  width: 100%;
  margin: 100px 0 0 -125px;
}
.page-template-page-about .page-body .intro-image img {
  width: 100%;
}
.page-template-page-about .mission-section {
  text-align: center;
  padding: 35px 15px 35px;
}
.page-template-page-about .mission-section .mission-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}
.page-template-page-about .mission-section .mission-text {
  color: #b1b1b1;
  font-size: 38px;
  line-height: 1.35;
  font-family: "Prata", serif;
}
.page-template-page-about .mission-section .icon {
  width: 100px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.page-template-page-about .value-box {
  padding: 5px 15px 80px;
}
.page-template-page-about .value-box .value-icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 5px;
  border-radius: 8px;
  background: #f04c23;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-about .value-box .value-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
}
.page-template-page-about .value-box .value-text {
  color: #787878;
  font-size: 15px;
}

@media (max-width: 1199.98px) {
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 110px 20px 70px;
  }
  .page-template-page-about .mission-section .mission-text {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 40px 20px 70px;
  }
  .page-template-page-about .page-body .main-content {
    padding: 35px 70px 0px 70px;
  }
  .page-template-page-about .page-body .intro-image {
    margin: 50px 0 0 0px;
  }
  .page-template-page-about .page-body .intro-image img {
    max-width: 555px;
    display: block;
    margin: 0 auto;
  }
  .page-template-page-about .mission-section .col-lg-4:nth-child(3) {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-about .page-body .main-content {
    padding: 35px 15px 0px 15px;
  }
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 15px 20px 15px;
  }
  .page-template-page-about .value-box {
    padding: 5px 15px 30px;
  }
}
@media (max-width: 480.98px) {
  .page-template-page-about .mission-section .mission-text {
    font-size: 20px;
  }
  .page-template-page-about .page-body {
    padding: 50px 15px 30px;
  }
}
.page-template-page-packages .package-list {
  margin-top: 25px;
}
.page-template-page-packages .package-list .package-wrap {
  width: 100%;
  height: 320px;
  display: block;
  margin-bottom: 20px;
}
.page-template-page-packages .plan-your-trip-section {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 52px;
}

@media (max-width: 1199.98px) {
  .page-template-page-packages .package-list .package-wrap {
    height: 235px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-packages .package-list .package-wrap {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-packages .package-list .package-wrap {
    height: 250px;
  }
}
.page-template-page-destinations .destination-list,
.page-template-page-experiences .destination-list {
  margin-top: 25px;
}
.page-template-page-destinations .destination-list .country-map-card,
.page-template-page-experiences .destination-list .country-map-card {
  margin-bottom: 25px;
}
.page-template-page-destinations .featured-package-section,
.page-template-page-experiences .featured-package-section {
  padding: 10px 15px 70px;
}

.single-destinations .page-banner {
  height: 75vh;
}
.single-destinations .destinations-content {
  padding-top: 20px;
}
.single-destinations .package-head {
  margin-bottom: 35px;
}
.single-destinations #overview {
  margin-bottom: 30px;
}
.single-destinations #overview p strong {
  color: #f04c23;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 5px;
}
.single-destinations .section-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}
.single-destinations .map-container iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  margin: 0 0 30px;
}
.single-destinations #gallery .gallery-item {
  padding: 0 5px;
}
.single-destinations #gallery .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 0px !important;
}

@media (max-width: 767.98px) {
  .single-destinations .page-banner {
    height: 50vh;
  }
}
.page-template-page-contact .info-col {
  padding: 0px 100px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #f04c23;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 100px 15px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #f04c23;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(../../images/live-chat.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../../images/address-66.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section {
  padding-bottom: 120px;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn {
  color: #f04c23;
  width: 150px;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #f04c23;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn:hover {
  color: #fff;
  background-color: #f04c23;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contact .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contact .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contact .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contact .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contact .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.page-template-page-pyt .intro {
  margin-bottom: 55px;
}
.page-template-page-pyt .form-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 2px solid #f04c23;
}
.page-template-page-pyt .pyt-section {
  padding-bottom: 75px;
}
.page-template-page-pyt .pyt-section ul {
  height: 62vh;
  overflow-y: auto;
  margin: 0;
  padding: 10px 15px 0 5px;
  list-style-type: none;
}
.page-template-page-pyt .pyt-section li.opt-card {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.page-template-page-pyt .pyt-section li.opt-act-card {
  display: none;
}
.page-template-page-pyt .pyt-section input[type=checkbox][class^=dest-checkbox] {
  display: none;
}
.page-template-page-pyt .pyt-section .opt-card label {
  width: 100%;
  padding: 10px;
  float: left;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.page-template-page-pyt .pyt-section .opt-card label .card-info h4 {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.page-template-page-pyt .pyt-section .opt-card label:before {
  color: #fff;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #f04c23;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
  background-color: #fff;
}
.page-template-page-pyt .pyt-section .opt-card label img {
  height: 70px;
  width: 70px;
  float: left;
  border-radius: 4px;
  margin-right: 15px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.page-template-page-pyt .pyt-section :checked + label {
  width: 100%;
  float: left;
  border-color: #f04c23;
}
.page-template-page-pyt .pyt-section :checked + label:before {
  content: "✓";
  background-color: #f04c23;
  transform: scale(1);
}
.page-template-page-pyt .pyt-section :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.page-template-page-pyt .pyt-section .client-info label {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0rem;
}
.page-template-page-pyt .pyt-section .form-control {
  margin-bottom: 10px;
}
.page-template-page-pyt .pyt-section .theme-btn {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  background: #f04c23;
  border: 2px solid #f04c23;
}
.page-template-page-pyt .pyt-section .msg-box {
  text-align: center;
  display: flex;
  height: 90%;
  align-items: center;
}
.page-template-page-pyt .pyt-section .msg-box p {
  font-size: 14px;
  padding: 0 25px;
  opacity: 0.5;
}

.page-template-page-pyt-thank-you h1, .page-template-page-pyt-thank-you h2, .page-template-page-pyt-thank-you h3, .page-template-page-pyt-thank-you h4, .page-template-page-pyt-thank-you h5, .page-template-page-pyt-thank-you h6 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
  font-family: "Prata", serif;
}
.page-template-page-pyt-thank-you .thanks-body {
  text-align: center;
  padding: 100px 0 85px;
}

.single-activities .package-head {
  margin-bottom: 35px;
}
.single-activities .package-section {
  margin-bottom: 35px;
}
.single-activities .package-section .section-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}
.single-activities .package-sidebar {
  margin-top: 40px;
}
.single-activities #map iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
}
.single-activities #gallery .gallery-item {
  padding: 0 5px;
}
.single-activities #gallery .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 0px !important;
}

.blog .package-head, .single-post .package-head {
  margin-bottom: 35px;
}
.blog .post-list, .single-post .post-list {
  padding-bottom: 75px;
}
.blog .section-title, .single-post .section-title {
  font-size: 32px;
  font-family: "Prata", serif;
  margin-bottom: 20px;
}
.blog .blog-image, .single-post .blog-image {
  margin: 100px auto 0;
}
.blog .blog-image img, .single-post .blog-image img {
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .country-map-card {
    margin-bottom: 25px;
  }
}
.page-template-page-booking .booking-section {
  padding: 35px 15px 80px;
}
.page-template-page-booking .booking-section .form-group {
  margin-bottom: 15px;
}
.page-template-page-booking .booking-section .form-group label {
  font-size: 14px;
}
.page-template-page-booking .booking-section .form-group .form-control {
  padding: 12px 10px;
  border-radius: 4px;
}
.page-template-page-booking .booking-section .form-group .theme-btn {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  background: #f04c23;
  border: 2px solid #f04c23;
}

.single-vehicles .body-content {
  padding: 80px 0 100px;
}
.single-vehicles .body-content .tab-content .vehicle-body {
  width: 100%;
  float: left;
}
.single-vehicles .body-content .tab-content .vehicle-body .slick-list {
  height: 100%;
}
.single-vehicles .body-content .tab-content .vehicle-body .slick-list .slick-track {
  width: 100% !important;
  height: 100%;
  transform: translate3d(0px, 0px, 0px) !important;
}
.single-vehicles .body-content .tab-content .vehicle-body .slick-list .slick-track div {
  height: 100%;
}
.single-vehicles .body-content .tab-content .vehicle-body .slick-list .slick-track div img {
  width: 100%;
  height: 100%;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery {
  width: 100%;
  float: left;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery .slider-nav {
  padding: 0px;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery .slider-nav .slick-slide {
  width: 100% !important;
  max-height: 100px !important;
  display: block !important;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 5px;
  border-radius: 4px;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery .image-nav {
  width: 100px;
  height: auto;
  float: left;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery .image-view {
  width: calc(100% - 110px);
  height: 475px;
  float: right;
  border-radius: 5px;
  background: #efefef;
}
.single-vehicles .body-content .tab-content .vehicle-body .image-gallery .image-view img {
  width: auto !important;
  height: 100%;
  display: block !important;
  margin: 0 auto;
}
.single-vehicles .body-content .tab-content .vehicle-body .main-description {
  width: 100%;
  float: left;
  padding: 20px 0 0 110px;
}
.single-vehicles .body-content .tab-content .vehicle-body .main-description .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 2px;
}
.single-vehicles .body-content .tab-content .vehicle-body .main-description .type {
  color: #f04c23;
  font-size: 14px;
  font-weight: 400;
}
.single-vehicles .body-content .tab-content .vehicle-body .main-description .section-title {
  font-size: 18px;
  font-weight: 700;
}
.single-vehicles .body-content .tab-content .vehicle-body .main-description p {
  font-size: 16px;
}
.single-vehicles .body-content .vehicle-navigation ul {
  list-style: none;
  padding: 0;
  border-bottom: 0px;
}
.single-vehicles .body-content .vehicle-navigation ul li {
  width: 100%;
  float: left;
  background: transparent;
  margin-bottom: 5px;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link .vehicle-img {
  width: 82px;
  height: 82px;
  float: left;
  background: #333;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link .vehicle-img img {
  max-width: 100%;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link .vehicle-info {
  width: calc(100% - 85px);
  float: left;
  text-align: left;
  padding: 10px 15px 0;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link .vehicle-info .name {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 2px;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link .vehicle-info .category {
  color: #f04c23;
  font-size: 12px;
}
.single-vehicles .body-content .vehicle-navigation ul li .nav-link.active {
  border-color: #f04c23;
}

@media (max-width: 991.98px) {
  .vehicle-details {
    order: 2;
  }
}
/* components */
.card-crousal-section {
  padding: 25px 0 80px;
  padding-left: calc(50% - 610px) !important;
}
.card-crousal-section .section-head {
  padding-left: 10px;
  margin-bottom: 25px;
}
.card-crousal-section .slick-slide {
  padding: 0 10px;
}
.card-crousal-section .slick-slide .card-wrap img {
  width: 100%;
}
.card-crousal-section .slick-slide .card-wrap ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.card-crousal-section .slick-slide .card-wrap ul li {
  width: 25%;
  float: left;
  padding: 0 2.5px;
  margin-top: 5px;
}
.card-crousal-section .slick-slide .card-wrap ul li:nth-child(1) {
  padding-left: 0px !important;
}
.card-crousal-section .slick-slide .card-wrap ul li:nth-last-child(1) {
  padding-right: 0px !important;
}
.card-crousal-section .slick-slide .card-wrap ul li img {
  width: 100%;
}
.card-crousal-section .slick-slide .card-wrap .card-data h4 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 15px;
  font-family: "blocklyncondensed";
}
.card-crousal-section .slick-slide .card-wrap .card-data p {
  font-size: 17px;
}
.card-crousal-section .slick-slide .card-wrap .card-data a {
  color: #f04c23;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.card-crousal-section .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0;
}
.card-crousal-section .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.card-crousal-section .slick-dots li button {
  color: transparent;
  width: 58px;
  height: 10px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #f04c23;
}
.card-crousal-section .slick-dots li.slick-active button {
  background: #f04c23;
}

@media (max-width: 1399.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .flipcard-crousal-section .slick-dots {
    margin: 0px 0 0;
  }
}
@media (max-width: 991.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 280px;
  }
}
@media (max-width: 757.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .flipcard-crousal-section {
    padding: 55px 15px 50px;
  }
  .flipcard-crousal-section .slick-dots li {
    margin: 0 2px;
  }
  .flipcard-crousal-section .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .flipcard-crousal-section .slick-dots li button {
    width: 35px;
  }
}
.news-crousal-section {
  padding: 42px 0 80px;
  padding-left: calc(50% - 610px) !important;
}
.news-crousal-section .section-head {
  padding-left: 10px;
  margin-bottom: 25px;
}
.news-crousal-section .slick-slide {
  padding: 0 10px;
}
.news-crousal-section .slick-slide .card-wrap img {
  width: 100%;
}
.news-crousal-section .slick-slide .card-wrap ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.news-crousal-section .slick-slide .card-wrap ul li {
  width: 25%;
  float: left;
  padding: 0 2.5px;
  margin-top: 5px;
}
.news-crousal-section .slick-slide .card-wrap ul li:nth-child(1) {
  padding-left: 0px !important;
}
.news-crousal-section .slick-slide .card-wrap ul li:nth-last-child(1) {
  padding-right: 0px !important;
}
.news-crousal-section .slick-slide .card-wrap ul li img {
  width: 100%;
}
.news-crousal-section .slick-slide .card-wrap .card-data h4 {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 20px;
}
.news-crousal-section .slick-slide .card-wrap .card-data p {
  font-size: 15px;
}
.news-crousal-section .slick-slide .card-wrap .card-data a {
  color: #f04c23;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.news-crousal-section .slick-dots {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0;
}
.news-crousal-section .slick-dots li {
  margin: 0 8px;
  display: inline-block;
}
.news-crousal-section .slick-dots li button {
  color: transparent;
  width: 58px;
  height: 10px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #f04c23;
}
.news-crousal-section .slick-dots li.slick-active button {
  background: #f04c23;
}

@media (max-width: 1399.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 340px;
  }
}
@media (max-width: 1199.98px) {
  .flipcard-crousal-section .slick-dots {
    margin: 0px 0 0;
  }
}
@media (max-width: 991.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 280px;
  }
}
@media (max-width: 757.98px) {
  .flipcard-crousal-section .slick-slide .flip-card {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .flipcard-crousal-section {
    padding: 55px 15px 50px;
  }
  .flipcard-crousal-section .slick-dots li {
    margin: 0 2px;
  }
  .flipcard-crousal-section .slick-dots li button {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .flipcard-crousal-section .slick-dots li button {
    width: 35px;
  }
}
#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
}
#gallery .img-wrapper img {
  width: 100%;
}
#gallery #image-gallery .image {
  padding: 0;
}
#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}
#gallery .slick-slider {
  margin-bottom: 0;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}/*# sourceMappingURL=styles.css.map */