@charset "UTF-8";
/*
Theme Name: Viaje
Theme URI: 
Author: Zwin
Author URI: 
Description: Viaje - Travel, Tour Booking HTML5 Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Banner

# Custom
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
--------------------------------------------------------------*/
/*
 * >>> GLOBAL VARIABLES <<<
 ************************************************************/
/* 
    > Note: If you want to apply a color to the template (like for buttons or backgrounds), don't forget to
            add the variable of the color to the "$theme-colors" map.
*/
/*
 * >>> UTILITIY VARIABLES <<<
 ************************************************************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #F3941E;
  --main-color-two: #071C55;
  --heading-color: #071C55;
  --paragraph-color: #666;
  --heading-font: "Comfortaa", sans-serif;
  --body-font: "Montserrat", sans-serif;
  --body-font-size: 15px;
  --body-font-width: 400;
  --body-line-height: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-width);
  line-height: var(--body-line-height);
}

h1, .h1 {
  font-size: 40px !important;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 35px !important;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 24px !important;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 20px !important;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 18px !important;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 16px !important;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

.desktop-center-item {
  display: flex;
  align-items: center;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.border-none {
  border: 0 !important;
}

.gray-bg {
  background: #FBFBFB;
}

.blue-bg {
  background: #01358D;
}

.green-bg {
  background: #01B9B7;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.bg-none {
  background: none;
}
.bg-none:after {
  display: none;
}

.section-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-parallax.sp-translate .container {
  position: relative;
}
.section-parallax.sp-translate .sp-translate-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section-blog-home {
  margin-bottom: 450px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: #b5202b;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: #b5202b;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: #b5202b;
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: #b5202b;
  color: #fff;
  border-color: #b5202b;
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: #b5202b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
/*.btn {
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 0;
    @include transition(all, 0.5s, ease);
    &:focus,
    &:active {
        outline: 0;
        box-shadow: none;
    }
    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background-color: rgba(255,255,255,0.2);
        transform: scale(1, 0.5);
        @include transition(all, 0.4s, ease);
    }
    &:hover:before {
        opacity: 1;
        transform: scale(1, 1);
    }
}*/
.btn-read-more {
  color: #b5202b;
}
.btn-read-more span {
  position: relative;
  padding-right: 28px;
}
.btn-read-more span i {
  position: absolute;
  top: 50%;
  font-size: 22px;
  margin-left: 2px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.btn-read-more:hover {
  color: #b5202b;
}
.btn-read-more:hover span i {
  margin-left: 6px;
}

.btn-yellow {
  background: #b5202b;
  color: #ffffff;
}
.btn-yellow:hover, .btn-yellow:focus {
  color: #ffffff;
}
.btn-yellow .material-icons {
  margin-left: 7px;
  font-size: 22px;
}
.btn-yellow span {
  position: relative;
  padding-right: 28px;
}
.btn-yellow span i {
  position: absolute;
  top: 1px;
}

.btn-blue {
  background: var(--main-color-two);
  color: #ffffff;
}
.btn-blue:hover, .btn-blue:focus {
  color: #ffffff;
}
.btn-blue i {
  margin-left: 7px;
  font-size: 22px;
}
.btn-blue span {
  position: relative;
  padding-right: 28px;
}
.btn-blue span i {
  position: absolute;
  top: 1px;
}

.btn-gray {
  background: #ecf0f1;
  color: var(--main-color-two);
}
.btn-gray:hover, .btn-gray:focus {
  color: #ffffff;
  background: #b5202b;
}
.btn-gray:hover:before, .btn-gray:focus:before {
  display: none;
}
.btn-gray i {
  margin-left: 7px;
  font-size: 22px;
}
.btn-gray span {
  position: relative;
  padding-right: 28px;
}
.btn-gray span i {
  position: absolute;
  top: 1px;
}

.btn-transparent {
  color: var(--main-color-two);
  border: 1px solid #76819F;
}
.btn-transparent:hover, .btn-transparent:focus {
  color: #76819F;
}
.btn-transparent i {
  margin-right: 7px;
  font-size: 22px;
}
.btn-transparent span {
  position: relative;
}
.btn-transparent span i {
  position: absolute;
  top: 1px;
}

.pd-none {
  padding: 0 !important;
}

.container-bg {
  background: #ffffff;
  box-shadow: 0px 0px 45px rgba(7, 28, 85, 0.0901960784);
  border-radius: 23px;
  z-index: 1;
  position: relative;
  padding: 70px 0 69px 0;
}

.bg-none {
  background: none !important;
  background-color: none !important;
}

.bg-dark-blue {
  background: var(--main-color-two);
}

.bg-gray {
  background: #ecf0f1;
}

.ic-yellow {
  color: #b5202b;
}

.border-tp-solid {
  border-top: 1px solid #CFD3DE;
}

.border-bt-dot {
  border-bottom: 1px dashed #CFD3DE;
}

.mg-top--70 {
  margin-top: -70px !important;
}

/* -----------------------------------------------------
    default style
----------------------------------------------------- */
.section-title {
  margin-bottom: 35px;
}
.section-title .title {
  font-weight: 700;
  margin-bottom: 0;
}
.section-title .title span {
  color: #b5202b;
}
.section-title p {
  margin-bottom: 0;
  margin-top: 18px;
}
.section-title a {
  margin-top: 32px;
}
.section-title.style-two .title,
.section-title.style-two p,
.section-title.style-two a {
  color: #ffffff;
}
.section-title.section-title-left-border {
  position: relative;
  padding-left: 40px;
}
.section-title.section-title-left-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: #b5202b;
}
.section-title.section-title-right-border {
  position: relative;
  padding-right: 40px;
}
.section-title.section-title-right-border:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: #b5202b;
}

.single-page-small-title {
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--main-color-two);
  line-height: 36px;
  margin-bottom: 25px;
}

.tp-list-meta {
  margin: 0;
  padding: 0;
}
.tp-list-meta li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 3px 10px;
}
.tp-list-meta li i, .tp-list-meta li .material-icons-outlined {
  color: #84b931;
  font-size: 1.3em;
  margin-right: 2px;
  transform: translateY(3px);
}

.tp-price-meta p {
  margin-bottom: 0;
  line-height: 16px;
}
.tp-price-meta h2 {
  display: inline-block;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 50px;
  color: #b5202b;
  position: relative;
  margin-right: 40px;
}
.tp-price-meta h2 small {
  font-size: 28px !important;
  font-weight: 300;
  position: absolute;
  margin-top: 7px;
  position: absolute;
  right: -16px;
  top: 0;
}
.tp-price-meta h2 span {
  font-size: 28px !important;
  font-weight: 300;
  position: absolute;
  margin-top: 7px;
  top: 0;
  right: -16px;
}
.tp-price-meta del {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.tp-price-meta del span {
  font-size: 14px !important;
  position: absolute;
  margin-top: -4px;
}

.tp-price-meta-cl {
  display: inline-block;
  text-align: left;
}

.ads-thumb {
  border-radius: 37px;
}
.ads-thumb img {
  border-radius: 37px;
}

.tp-review-meta span {
  margin-left: 10px;
  color: #b5202b;
}

.tp-control-nav .slick-arrow {
  border: 3px solid #F8F8F8;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: inline-block;
  font-size: 35px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  color: #F8F8F8;
  transition: all 0.5s ease;
}
.tp-control-nav .slick-arrow:hover, .tp-control-nav .slick-arrow:active, .tp-control-nav .slick-arrow:focus {
  border: 3px solid #b5202b;
  color: #b5202b;
}

.tp-common-slider-style .slick-arrow {
  border: 3px solid #CFD3DE;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: inline-block;
  font-size: 35px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  color: #CFD3DE;
  transition: all 0.5s ease;
  display: inline-block;
}
.tp-common-slider-style .slick-arrow:hover, .tp-common-slider-style .slick-arrow:active, .tp-common-slider-style .slick-arrow:focus {
  border: 3px solid #b5202b;
  color: #b5202b;
}

.social-icon {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}
.social-icon li {
  display: inline-block;
  margin: 0 5px;
}
.social-icon li a {
  height: 40px;
  width: 40px;
  font-size: 15px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  color: #ffffff;
}
.social-icon li:hover a {
  color: #b5202b !important;
  border: 2px solid #b5202b !important;
}
.social-icon.style-two li a {
  border: 2px solid #EAEAEA;
  color: var(--main-color-two);
}
.social-icon.style-three li a {
  border: 2px solid #EAEAEA;
  color: #01B9B7;
}

.tp-slider-extra {
  transition: all 0.3s ease;
}
.tp-slider-extra .first {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  height: 65px;
  width: 65px;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
}
.tp-slider-extra .devider {
  font-size: 50px;
  color: #ffffff;
}
.tp-slider-extra .last {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3490196078);
}

.tp-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tp-pagination ul li {
  display: inline-block;
  float: left;
}
.tp-pagination ul li .page-numbers,
.tp-pagination ul li .page-link {
  width: 50px;
  height: 50px;
  border: 2px solid #CFD3DE;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0;
  text-align: center;
  color: #97A1B3 !important;
  transition: all 0.4s ease;
  cursor: pointer;
  margin: 0 8px;
}
.tp-pagination ul li .page-numbers:hover,
.tp-pagination ul li .page-link:hover {
  background: #ffffff;
  border: 2px solid #b5202b;
  color: #b5202b !important;
}
.tp-pagination ul li .page-numbers.prev, .tp-pagination ul li .page-numbers.next,
.tp-pagination ul li .page-link.prev,
.tp-pagination ul li .page-link.next {
  line-height: 50px;
}
.tp-pagination ul li .page-numbers.prev i, .tp-pagination ul li .page-numbers.next i,
.tp-pagination ul li .page-link.prev i,
.tp-pagination ul li .page-link.next i {
  font-size: 18px;
  line-height: 48px;
}
.tp-pagination ul li .page-numbers[rel=next], .tp-pagination ul li .page-numbers[rel=prev],
.tp-pagination ul li .page-link[rel=next],
.tp-pagination ul li .page-link[rel=prev] {
  font-size: 25px;
  line-height: 1;
}
.tp-pagination ul li .page-numbers.current, .tp-pagination ul li.active .page-link {
  background: #ffffff;
  border: 2px solid #84b931;
  color: #84b931 !important;
  font-weight: bold;
}
.tp-pagination ul li.disabled {
  opacity: 0.5;
}

.tps-arrow-left-right .slick-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.tps-arrow-left-right .slick-next {
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -30px;
}

.tps-arrow-center {
  margin-bottom: 80px;
}
.tps-arrow-center .slick-prev {
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -70px;
}
.tps-arrow-center .slick-next {
  position: absolute;
  right: 50%;
  margin-right: -70px;
  bottom: -80px;
}

.location-details-map #map {
  height: 398px;
  border-radius: 10px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-65 {
  padding-top: 65px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-75 {
  padding-top: 75px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-105 {
  padding-top: 105px;
}

.pd-top-108 {
  padding-top: 108px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-112 {
  padding-top: 112px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-142 {
  padding-top: 142px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-92 {
  padding-bottom: 92px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.pd-default-100 {
  padding: 100px 0;
}

.pd-default-two {
  padding: 92px 0 100px 0;
}

.pd-default-3 {
  padding: 92px 0;
}

.mg-top-92 {
  margin-top: 92px;
}

.mg-top-96 {
  margin-top: 96px;
}

.mg-top-100 {
  margin-top: 100px;
}

.mg-top-110 {
  margin-top: 110px;
}

.mg-top-120 {
  margin-top: 120px;
}

.mg-bottom-92 {
  margin-bottom: 92px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.bg-hibiscus-primary-white {
  background-color: #f5c6c9;
  position: relative;
  overflow: hidden;
}
.bg-hibiscus-primary-white::before {
  content: "";
  background: url() center center no-repeat;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  bottom: -100px;
  right: -100px;
  height: 500px;
  width: 500px;
}

.header .notification .material-icons-outlined {
  font-size: 22px;
}

ul:not([class]) {
  list-style: none;
  padding-left: 0;
}
ul:not([class]) li {
  /*display: flex;
  align-items: flex-start;*/
  padding-left: 25px;
  position: relative;
  margin-bottom: 3px;
}
ul:not([class]) li::before {
  content: "\f1df";
  color: #84b931;
  font-family: "Material Icons Outlined";
  position: absolute;
  top: 0;
  left: 0;
}

.google-maps {
  border-radius: 1rem;
  overflow: hidden;
}
.google-maps iframe {
  display: block;
}

.menu {
  list-style: none;
  padding: 0;
}
.menu li {
  margin-bottom: 5px;
}

.menu.menu-col-2 {
  -moz-columns: 2;
       columns: 2;
}

.img-round {
  border-radius: 10px;
}

.link {
  border: none;
  background: transparent;
  color: #071C55;
  display: inline-flex;
  align-items: flex-start;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 5px 0;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}
.link::after {
  content: "";
  background-color: #071C55;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  transition: width 0.5s;
}
.link i {
  line-height: 1;
  transform: translateY(-4px);
}

.link:hover {
  color: #b5202b;
}
.link:hover::after {
  background-color: #b5202b;
  width: 100%;
}

.link.link-white {
  color: #fff !important;
}
.link.link-white::after {
  background-color: #fff;
}

.link.link-primary {
  color: #b5202b;
}
.link.link-primary::after {
  background-color: #b5202b;
}

.link.link-secondary {
  color: #84b931 !important;
}
.link.link-secondary::after {
  background-color: #84b931 !important;
}

.link.link-delete {
  color: #e74c3c;
}
.link.link-delete::after {
  background-color: #e74c3c;
}

.page-content-area {
  padding: 70px 0 100px 0;
}

.para-sm, .para-sm p {
  font-size: 13px;
  line-height: 1.4;
}

@media all and (max-width: 1550px) {
  :root {
    --body-font-size: 15px;
    --body-line-height: 28px;
  }
  .btn, .btn-xs, .btn-sm {
    font-size: 14px;
    padding: 0 22px;
  }
  .btn span i, .btn-xs span i, .btn-sm span i {
    top: 0;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .menu.menu-col-2 {
    -moz-columns: 1;
         columns: 1;
  }
}
@media all and (max-width: 320px) {
  :root {
    --body-font-size: 14px;
    --body-line-height: 28px;
  }
}
/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.booking-option-item {
  border: 2px solid rgba(1, 50, 101, 0.1);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  position: relative;
  transition: background-color 0.25s, border-color 0.25s;
}

.booking-option-item.active {
  background-color: #ebf5da;
  border-color: #ebf5da;
}

.booking-option-item:is(input:checked),
.booking-option-item.option-added {
  border-color: #84b931;
}

.booking-option-infos {
  margin-bottom: 10px;
}
.booking-option-infos .title {
  color: #071C55;
  font-family: "Comfortaa", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.booking-option-infos .desc {
  line-height: 1.4;
  font-size: 14px;
}

.booking-option-price {
  color: #84b931;
  font-size: 1.6rem;
}
.booking-option-price .price {
  display: inline-block;
  font-weight: bold;
}
.booking-option-price .price-sup {
  display: inline-block;
  font-size: 0.5em;
  margin-left: -0.3em;
  transform: translateY(-0.5em);
}

.booking-option-item--2 {
  padding: 20px;
}

.booking-option-item--2 input {
  display: none;
}

.booking-option-item--2 .boi-content {
  border-top: 2px solid rgba(1, 50, 101, 0.1);
  border-bottom: 2px solid rgba(1, 50, 101, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.booking-option-item--2 .boi-content > p {
  font-size: 13px;
  margin-bottom: 5px;
}

.booking-option-item--2 .boi-content > p > strong {
  color: #84b931;
}

.booking-option-item--2 .boi-content > p > em {
  font-style: normal;
  opacity: 0.5;
}

.booking-option-item--2 .boi-price {
  align-self: center;
  color: #84b931;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.booking-option-item--2 .btn-boi {
  background-color: #84b931;
  width: 100%;
  transition: 0.5s;
}

.booking-option-item--2 .btn-boi::before {
  content: attr(data-text-default);
  color: #fff;
  display: inline-block;
}

.booking-option-item--2 .btn-boi:hover {
  background-color: color-mix(in srgb, #84b931, #fff 15%);
}

.booking-option-item--2:has(input:checked) {
  border-color: #84b931;
}

.booking-option-item--2:has(input:checked) .btn-boi {
  background-color: #95a5a6;
  cursor: default;
}

.booking-option-item--2:has(input:checked) .btn-boi::before {
  content: attr(data-text-selected);
}

@media screen and (min-width: 768px) {
  .booking-option-item {
    flex-flow: row nowrap;
  }
  .booking-option-item--2 {
    align-items: flex-start;
    flex-flow: column nowrap;
  }
  .booking-option-input {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    text-align: center;
    width: 90px;
  }
  .booking-option-infos {
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .booking-option-infos .title {
    text-align: left;
  }
  .booking-option-price {
    flex-shrink: 0;
    text-align: right;
    width: 90px;
  }
}
/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-area {
  text-align: center;
  padding: 180px 0 80px;
  background-size: cover;
  position: relative;
}
.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  transition: all 0.6s ease;
  z-index: 0;
  opacity: 0.5;
}
.breadcrumb-area > * {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-suptitle {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}
.breadcrumb-area .page-title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: -3px;
  content: "|";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}
.breadcrumb-area.style-two {
  padding: 188px 0 182px;
}
.breadcrumb-area.style-three {
  padding: 305px 0 0 0;
}
.breadcrumb-area.style-three .breadcrumb-inner {
  display: inline-block;
  background: #ffffff;
  padding: 30px 110px 20px 110px;
  border-radius: 49px 49px 0 0;
}
.breadcrumb-area.style-three .page-title {
  color: var(--main-color-two);
}
.breadcrumb-area.style-three .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area.style-three .page-list li {
  color: var(--main-color-two);
}

.breadcrumb-area-booking {
  padding: 180px 0 0 0;
}

.breadcrumb-area-client {
  overflow: hidden;
}
.breadcrumb-area-client .breadcrumb-image {
  background: url("/storage/vue-martinique-anse-darlet-w1920.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 200px;
  width: 100%;
}
.breadcrumb-area-client .breadcrumb-image::before {
  content: "";
  background: url("/storage/svg/sharp-paper-bottom.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  left: -3px;
  height: 35%;
  width: 110%;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: bold;
}

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 65px;
}

.comments-area .comments-title {
  line-height: 33px;
  margin-bottom: 40px;
  font-family: var(--body-font);
}

.comments-area .comments-title span {
  font-size: 18px;
  line-height: 24px;
}

.comments-area .comment-list .comment-respond {
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 70px;
}

.comments-area .comment-list li {
  margin-top: 30px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  margin-left: 50px;
  list-style: none;
  list-style-type: none;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children {
  margin-left: 50px;
}

.comments-area .comment-list li ul.children li {
  list-style-type: none;
  list-style: none;
}

.comments-area .comment-list li .single-comment-wrap {
  display: flex;
  align-self: flex-start;
  border: 1px solid #CFD3DE;
  border-radius: 10px;
  padding: 30px;
}

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 30px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  border: 2px solid #b5202b;
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
  border-radius: 50%;
}

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.14px;
  margin-bottom: 18px;
  color: rgba(66, 84, 134, 0.8);
}

.comments-area .comment-list li .single-comment-wrap .content {
  flex: 1;
  position: relative;
  overflow: auto;
}

.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.22px;
  margin-bottom: 5px;
  font-family: var(--body-font);
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px;
}

.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: var(--body-font-size);
  line-height: var(--line-height30);
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  word-break: break-word;
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
  letter-spacing: 0.3px;
  transition: 0.4s;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.comments-area .comment-list li .single-comment-wrap .content .reply span {
  padding-left: 25px;
  padding-right: 0;
}
.comments-area .comment-list li .single-comment-wrap .content .reply span i {
  top: 3px;
  left: 0;
  margin-left: 0;
  font-size: 16px;
}

.comments-area .reply-title,
.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comments-area .form-submit {
  margin-bottom: 0;
}

.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}

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

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: #b5202b;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
  color: #ffffff;
}

.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.comment-respond {
  /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

.card {
  border: none;
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
}
.card .cb-top-marker .top-marker {
  position: static;
  transform: none;
}

.card-body {
  padding: 15px;
}

.card-style-1 {
  background-color: rgba(1, 50, 101, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 auto;
  max-width: 1000px;
}
.card-style-1 .card-body {
  padding: 50px;
}

.card-style-2 {
  background-color: #fff;
  box-shadow: 0 0 50px rgba(44, 62, 80, 0.1);
  transition: box-shadow 0.5s;
  margin: 0 auto;
}
.card-style-2 .card-body {
  padding: 20px;
}

.card-style-2:hover {
  box-shadow: 0 0 0 5px rgba(132, 185, 49, 0.3);
}

.card-list .card-style-2 {
  margin-bottom: 40px;
}

.card-left-img {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .card-left-img {
    display: block;
  }
}
.card-left-img .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .card-left-img .image {
    max-width: none;
  }
}
.card-left-img .card-body {
  background-color: #fff;
  padding: 25px;
}

.login-card {
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
  margin: 0 auto;
  max-width: 1050px;
}
.login-card .image {
  background-image: url("/storage/vue-martinique-anse-darlet-w400x555.jpg");
  position: relative;
}
.login-card .image::after {
  content: "";
  background: url("/storage/svg/sharp-paper-bottom.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 50px;
  height: 50px;
  width: 500px;
  transform-origin: top right;
  transform: rotate(-90deg);
}
@media screen and (max-width: 992px) {
  .login-card .image {
    background-image: url("/storage/vue-martinique-anse-darlet-w690x335.jpg");
  }
  .login-card .image::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    transform: none;
  }
}

.card-infos {
  display: block;
  padding: 10px 20px 10px 55px;
  position: relative;
}
.card-infos.card-info {
  background-color: #1d5a81;
  color: #fff;
}
.card-infos.card-info::before {
  content: "\e88e";
  color: #fff;
  font-family: "Material Icons Outlined";
  font-size: 25px;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 10px;
}
.card-infos.card-danger {
  background-color: #e74c3c;
  color: #fff;
}
.card-infos.card-danger::before {
  content: "\e000";
  color: #fff;
  font-family: "Material Icons Outlined";
  font-size: 25px;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 10px;
}
.card-infos .card-info-title {
  font-weight: bold;
}
.card-infos .card-info-content {
  font-size: 13px;
  line-height: 1.3;
}
.card-infos .card-info-link {
  margin-top: -10px;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 6px;
}

.search-popup .search-form .form-group {
  margin-bottom: 0;
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #b5202b;
  color: #ffffff;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.search-popup .search-form .submit-btn:hover {
  opacity: 0.7;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(2, 48, 71, 0.9);
  z-index: 9999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.9;
}

.login-register-popup.active {
  visibility: visible;
  opacity: 1;
}

.login-register-popup {
  background: #ffffff;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 62%;
  transition: 0.5s ease;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  max-height: 85%;
  overflow-y: auto;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  box-shadow: 0px 2px 69px rgba(151, 161, 178, 0.2196078431);
  border-radius: 10px;
}
.login-register-popup .riyaqas-form-wrap {
  display: block;
  width: 100%;
  padding: 0 55px;
}
.login-register-popup .riyaqas-form-wrap .single-input-wrap label {
  line-height: unset;
}
.login-register-popup .riyaqas-form-wrap .widget-title {
  font-size: 20px;
}
.login-register-popup .riyaqas-form-wrap span,
.login-register-popup .riyaqas-form-wrap label {
  font-size: 12px;
  letter-spacing: 0.24px;
}
.login-register-popup .riyaqas-form-wrap .check-box-area {
  overflow: hidden;
}
.login-register-popup .riyaqas-form-wrap .check-box-area input {
  margin-right: 5px;
  float: left;
}
.login-register-popup .riyaqas-form-wrap .check-box-area label {
  margin-bottom: 0;
  margin-top: -3px;
  float: left;
}
.login-register-popup .riyaqas-form-wrap .btn-wrap {
  line-height: 41px;
  margin-top: 30px;
}
.login-register-popup .riyaqas-form-wrap .btn-wrap .btn, .login-register-popup .riyaqas-form-wrap .btn-wrap .btn-xs, .login-register-popup .riyaqas-form-wrap .btn-wrap .btn-sm {
  height: 40px;
  line-height: 41px;
  padding: 0 30px;
  border-radius: 0;
  margin-top: 0;
  margin-right: 15px;
}
.login-register-popup .riyaqas-form-wrap .btn-wrap a.signup {
  font-size: 12px;
  margin-left: 5px;
}

.login-register-popup-wrap {
  background: var(--main-color-two);
}
.login-register-popup-wrap .shape-thumb {
  position: absolute;
  top: -44px;
  left: -9px;
  z-index: 8;
}

.login-form-wrap {
  background: #ffffff;
  margin: 20px 50px 20px 80px;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  box-shadow: -1px 12px 21px rgba(7, 28, 85, 0.1490196078);
}
.login-form-wrap:after {
  content: "";
  position: absolute;
  left: -27px;
  right: 0;
  top: 5%;
  bottom: 0;
  height: 90%;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  z-index: -1;
  opacity: 0.95;
}
.login-form-wrap h4 {
  font-weight: 700;
  margin-bottom: 40px;
}
.login-form-wrap .single-input-wrap {
  position: relative;
}
.login-form-wrap .single-input-wrap input {
  color: var(--paragraph-color);
  font-weight: 200;
  padding: 0 51px 0 18px !important;
}
.login-form-wrap .single-input-wrap input::-moz-placeholder {
  color: var(--paragraph-color);
}
.login-form-wrap .single-input-wrap input::placeholder {
  color: var(--paragraph-color);
}
.login-form-wrap .single-input-wrap .single-input-title {
  color: var(--paragraph-color);
  font-weight: 400;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  height: 79%;
  width: 45px;
  line-height: 41px;
  text-align: center;
  border-left: 1px solid #CFD3DE;
  font-weight: 200;
}
.login-form-wrap .single-input-wrap .btn, .login-form-wrap .single-input-wrap .btn-xs, .login-form-wrap .single-input-wrap .btn-sm {
  margin-top: 20px;
  height: 45px;
  line-height: 46px;
}
.login-form-wrap .checkbox {
  display: block;
  overflow: hidden;
  font-weight: 200;
}
.login-form-wrap .checkbox input {
  margin-top: 9px;
  margin-right: 5px;
  float: left;
}
.login-form-wrap .sign-in-btn {
  font-weight: 200;
}
.login-form-wrap .sign-in-btn a {
  color: var(--main-color-two);
  font-weight: 400;
}
.login-form-wrap .social-wrap p {
  font-size: 12px;
}
.login-form-wrap .social-wrap .social-icon li {
  margin: 0 5px 0 0;
}
.login-form-wrap .social-wrap .social-icon li a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 0;
  height: 28px;
  width: 28px;
  font-size: 12px;
  line-height: 29px;
}
.login-form-wrap .social-wrap .social-icon li .facebook {
  background: #3b5999;
}
.login-form-wrap .social-wrap .social-icon li .twitter {
  background: #55acee;
}
.login-form-wrap .social-wrap .social-icon li .pinterest {
  background: #c8232c;
}
.login-form-wrap .social-wrap .social-icon li:hover a {
  border: 0 !important;
}

/* -----------------------------------------------------
    main search style
----------------------------------------------------- */
.tp-main-search-area {
  margin-top: -85px;
  z-index: 2;
  position: relative;
}

.tp-main-search {
  background: #ffffff;
  box-shadow: 0px 3px 13px rgba(35, 57, 116, 0.1294117647);
  border-radius: 4px;
  padding: 60px 40px;
}
.tp-main-search .btn-yellow {
  width: 100%;
}
.tp-main-search .btn-yellow i {
  margin-left: 0;
  font-size: 14px;
  margin-right: 6px;
}

.tp-search-single-wrap {
  border-bottom: 2px solid #CFD3DE;
  display: block;
  position: relative;
  width: 100%;
}
.tp-search-single-wrap input {
  border: 0;
  padding: 0 25px;
  color: var(--body-color);
  height: 45px;
  font-family: var(--body-font);
  background: transparent;
}
.tp-search-single-wrap input:focus {
  outline: 0;
  border: 0;
}
.tp-search-single-wrap input::-moz-placeholder {
  color: #CFD3DE;
}
.tp-search-single-wrap input::placeholder {
  color: #CFD3DE;
}
.tp-search-single-wrap i {
  color: #CFD3DE;
}
.tp-search-single-wrap i,
.tp-search-single-wrap img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.9s ease;
}
.tp-search-single-wrap .nice-select {
  border: 0;
  background: transparent;
  padding: 0 25px;
  color: #CFD3DE;
  height: 45px;
  line-height: 45px;
}
.tp-search-single-wrap .nice-select .current {
  color: var(--body-color);
  font-size: 16px;
}
.tp-search-single-wrap .nice-select .new-current {
  color: var(--paragraph-color);
}
.tp-search-single-wrap .nice-select:after {
  display: none;
}
.tp-search-single-wrap .nice-select .list {
  width: 100%;
}
.tp-search-single-wrap .nice-select .list li {
  color: #777;
}
.tp-search-single-wrap .tp-returning-date-wrap {
  position: relative;
}
.tp-search-single-wrap .tp-returning-date-wrap input {
  text-align: right;
  display: inline-block;
  width: auto;
  max-width: 179px;
  min-width: auto;
  padding-right: 10px;
  float: right;
}
.tp-search-single-wrap .tp-returning-date-wrap img {
  margin-left: -4px;
}
.tp-search-single-wrap:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #b5202b;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease;
}
.tp-search-single-wrap:hover:after, .tp-search-single-wrap:active:after, .tp-search-single-wrap:focus:after {
  visibility: visible;
  opacity: 1;
  right: auto;
  left: 0;
  width: 100%;
  bottom: -2px;
}
.tp-search-single-wrap:hover i, .tp-search-single-wrap:active i, .tp-search-single-wrap:focus i {
  color: #b5202b;
}

.ui-datepicker {
  background: #ffffff;
  width: auto !important;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 3px 13px rgba(35, 57, 116, 0.1294117647);
  padding: 20px;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  font-weight: 400;
  color: var(--paragraph-color);
  top: 1px;
  right: 1px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all > span,
.ui-datepicker .ui-datepicker-header .ui-state-hover > span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "\f120";
  left: 0;
  position: absolute;
  font-size: 24px;
  top: 0;
  font-family: lineAwesome;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\f121";
  right: 0;
  position: absolute;
  font-size: 24px;
  top: 0;
  font-family: lineAwesome;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 2.4em;
  color: var(--paragraph-color);
  font-weight: 400;
  font-family: var(--body-font);
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 15px;
  font-weight: 400;
  color: var(--paragraph-color);
  font-family: var(--body-font);
}
.ui-datepicker .ui-datepicker-calendar tr td {
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-calendar tr td a {
  text-align: center;
  border: 0;
  background: none;
  padding: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
}
.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
  background: #b5202b;
  border-radius: 4px;
  color: #ffffff;
}

.tp-main-search-2 {
  background: #01B9B7;
}
.tp-main-search-2 .tp-search-single-wrap i,
.tp-main-search-2 .tp-search-single-wrap input,
.tp-main-search-2 .tp-search-single-wrap .nice-select .current {
  background: transparent;
  color: #ffffff;
}
.tp-main-search-2 .tp-search-single-wrap input::-moz-placeholder {
  color: #ffffff;
}
.tp-main-search-2 .tp-search-single-wrap input::placeholder {
  color: #ffffff;
}
.tp-main-search-2 .tp-search-single-wrap img {
  filter: contrast(200%) brightness(150%);
}
.tp-main-search-2 .tp-search-single-wrap:hover i {
  color: #b5202b;
}

.tp-main-search-3 {
  margin-top: -115px !important;
}
.tp-main-search-3 .tp-main-search {
  padding: 0 0 0 40px;
}
.tp-main-search-3 .tp-main-search .tp-search-single-wrap {
  margin-top: 15px;
}
.tp-main-search-3 .tp-main-search .btn, .tp-main-search-3 .tp-main-search .btn-xs, .tp-main-search-3 .tp-main-search .btn-sm {
  height: 80px;
  line-height: 80px;
}

/* -----------------------------------------------------
    tp-tour-list-search-area style
----------------------------------------------------- */
.tp-tour-list-search-area {
  margin-bottom: 40px;
}
.tp-tour-list-search-area .single-input-wrap {
  position: relative;
  margin-bottom: 0;
}
.tp-tour-list-search-area .single-input-wrap i {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #CFD3DE;
}
.tp-tour-list-search-area .single-input-wrap input {
  padding: 0 18px 0 48px;
  border-radius: 4px;
}
.tp-tour-list-search-area .single-input-wrap input::-moz-placeholder {
  color: #CFD3DE;
}
.tp-tour-list-search-area .single-input-wrap input::placeholder {
  color: #CFD3DE;
}
.tp-tour-list-search-area .single-input-wrap.tour-list-search-icon i {
  font-size: 22px;
  top: 15px;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(2, 48, 71, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  color: #b5202b;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #b5202b;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pellet, .pellet-xl, .pellet-lg, .pellet-sm, .pellet-xs {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
}

.pellet-xs {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 10px;
}

.pellet-sm {
  font-size: 13px;
  padding: 6px 12px;
}

.pellet-lg {
  font-size: 18px;
  padding: 15px 30px;
}

.pellet-xl {
  font-size: 25px;
  font-weight: bold;
  padding: 15px 30px;
}

.pellet-primary {
  background-color: #b5202b;
  color: #fff;
}

.pellet-secondary {
  background-color: #84b931;
  color: #fff;
}

.pellet-danger {
  background-color: #e74c3c;
  color: #fff;
}

.pellet-neutral {
  background-color: #95a5a6;
  color: #fff;
}

.pellet-warning {
  background-color: #e8930c;
  color: #fff;
}

.header {
  position: relative;
  z-index: 999;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.tp-lang-wrap {
  display: flex;
}
.tp-lang-wrap .single-select {
  width: 80px;
  background: transparent;
  border: 0;
  font-size: 16px;
  text-align: center !important;
  padding: 0;
  transition: all 0s ease-in-out !important;
  position: relative;
}
.tp-lang-wrap .single-select:after {
  right: 50%;
  top: 84%;
  margin-right: -1px;
  margin-top: -20px;
  border: none !important;
  content: "\f0d7";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  transform: rotate(0deg);
}
.tp-lang-wrap .single-select ul li {
  display: block !important;
  line-height: 40px !important;
  font-size: 15px;
  color: var(--paragraph-color) !important;
}

.navbar-area {
  padding: 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s ease;
}

.navbar-area-fixed {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

@media all and (min-width: 992px) {
  .sticky-logo {
    display: none;
  }
  .navbar-area .nav-container .desktop-logo {
    margin-right: 50px;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    text-align: right;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 95px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 62%;
    content: "";
    background: #fff;
    height: 1px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: all 0.5s ease;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:before {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 196px;
    margin: 0;
    list-style: none;
    left: 0;
    top: 100%;
    box-shadow: 0px 6px 20px rgba(132, 132, 132, 0.2588235294);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    background: #ffffff;
    padding-left: 0;
    transition: all 0.4s ease;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
    margin-right: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 5px 26px;
    font-size: 15px;
    white-space: nowrap;
    line-height: inherit;
    color: #666;
    transition: all 0.3s ease;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    padding: 5px 26px 5px 28px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\f105";
    font-family: "fontawesome";
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children a:after {
    position: absolute;
    right: 23px;
    top: 20px;
    content: "\f105";
    font-family: "fontawesome";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0;
    box-shadow: 6px 6px 20px rgba(132, 132, 132, 0.2588235294);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu a:after {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 61%;
    background: #b5202b;
    height: 1px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    /* IE 9 */
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    transition: all 0.5s ease;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #b5202b;
  }
  .navbar-area-fixed {
    background: #ffffff;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  }
  .navbar-area-fixed .main-logo {
    display: none;
  }
  .navbar-area-fixed .sticky-logo {
    display: block;
  }
  .navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li a {
    line-height: 80px;
    color: var(--paragraph-color);
  }
  .navbar-area-fixed .nav-container .nav-right-content ul li {
    display: inline-block;
    line-height: 80px;
    color: var(--paragraph-color);
  }
  .navbar-area-fixed .nav-container .nav-right-content ul li .btn, .navbar-area-fixed .nav-container .nav-right-content ul li .btn-xs, .navbar-area-fixed .nav-container .nav-right-content ul li .btn-sm {
    height: 48px;
    line-height: 48px;
  }
  .navbar-area-fixed .tp-lang-wrap {
    display: flex;
  }
  .navbar-area-fixed .tp-lang-wrap .single-select {
    padding: 0;
  }
  .navbar-area-fixed .tp-lang-wrap .single-select:after {
    border-color: var(--paragraph-color) !important;
  }
  .navbar-area-fixed .tp-lang-wrap .single-select ul li {
    color: var(--paragraph-color) !important;
  }
  .navbar-area-fixed .nav-right-content ul li:before {
    background: #CFD3DE;
  }
  /********** header two ***********/
  .nav-style-02 #tp_main_menu {
    position: relative;
  }
  .nav-style-02 #tp_main_menu .navbar-nav {
    display: none;
    margin-left: 240px;
  }
  .nav-style-02 .nav-container .desktop-logo {
    margin-right: 0;
    position: absolute;
    left: 0;
    width: 115px;
  }
  .nav-style-02 .dropdown-menu-btn {
    font-size: 30px;
    border-left: 1px solid #ffffff;
    padding-left: 25px;
    position: absolute;
    margin-left: 140px;
    cursor: pointer;
    line-height: 57px;
    height: 32px;
    padding-top: 10px;
  }
  .nav-style-02 .dropdown-menu-btn .line {
    height: 2px;
    width: 21px;
    background: #ffffff;
    margin-bottom: 4px;
    display: block;
    transition: all 0.3s ease;
  }
  .nav-style-02 .dropdown-menu-btn .line:nth-child(3) {
    margin-bottom: 0;
    width: 14px;
  }
  .nav-style-02 .dropdown-menu-btn.open .line.line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav-style-02 .dropdown-menu-btn.open .line:nth-child(2) {
    opacity: 0;
  }
  .nav-style-02 .dropdown-menu-btn.open .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    width: 21px;
  }
  .nav-style-02.navbar-area-fixed .dropdown-menu-btn {
    border-left: 1px solid var(--paragraph-color);
  }
  .nav-style-02.navbar-area-fixed .dropdown-menu-btn .line {
    background: var(--paragraph-color);
  }
}
.nav-right-content ul {
  margin-bottom: 0;
}
.nav-right-content ul li {
  display: inline-block;
  line-height: 95px;
  padding: 0 27px;
  color: #ffffff;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
}
.nav-right-content ul li:before {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: -18px;
  background: rgba(255, 255, 255, 0.3490196078);
  height: 36px;
  width: 1px;
}
.nav-right-content ul li:first-child:before, .nav-right-content ul li:nth-child(2):before {
  display: none;
}
.nav-right-content ul li .btn, .nav-right-content ul li .btn-xs, .nav-right-content ul li .btn-sm {
  transition: all 0.4s ease;
}

.mobile-logo,
.responsive-mobile-menu .nav-right-content {
  display: none;
}

@media all and (max-width: 1199px) {
  .responsive-mobile-menu {
    width: 100%;
  }
  .responsive-mobile-menu .navbar-toggler {
    margin-top: 14px;
    padding: 0 0 0 20px;
  }
  .responsive-mobile-menu .navbar-toggler:focus {
    outline: 0;
  }
  .responsive-mobile-menu .navbar-toggle-icon .line {
    height: 2px;
    width: 21px;
    background: var(--main-color-two);
    margin-bottom: 4px;
    display: block;
    transition: all 0.3s ease;
  }
  .responsive-mobile-menu .navbar-toggle-icon .line:nth-child(3) {
    margin-bottom: 0;
  }
  .responsive-mobile-menu button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .responsive-mobile-menu button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
    opacity: 0;
  }
  .responsive-mobile-menu button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .mobile-logo,
  .navbar-area .responsive-mobile-menu .nav-right-content {
    display: inline-block;
  }
  .navbar-area .responsive-mobile-menu .nav-right-content {
    float: right;
  }
  .desktop-logo,
  .navbar-area .nav-right-content {
    display: none;
  }
  .nav-right-content ul li {
    color: var(--paragraph-color);
  }
  .nav-right-content ul li:before {
    background: #CFD3DE;
  }
  .nav-right-content ul li {
    line-height: inherit;
  }
  .nav-right-content .btn, .nav-right-content .btn-xs, .nav-right-content .btn-sm {
    height: 38px !important;
    line-height: 37px !important;
    font-size: 12px !important;
  }
  .nav-right-content .btn i, .nav-right-content .btn-xs i, .nav-right-content .btn-sm i {
    font-size: 11px !important;
    margin-left: 4px;
  }
  .navbar-area {
    padding: 13px 0;
    background: #ffffff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 13px;
    border-top: 1px solid #CFD3DE;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 6px 0;
    margin: 0 !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 32px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    line-height: 28px;
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #ffffff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    margin-top: 10px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 10px !important;
  }
}
.top-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-navbar .topbar-contact-wrap {
  display: flex;
  align-items: center;
}
.top-navbar .topbar-contact {
  display: inline-block;
  min-width: 200px;
}
.top-navbar .topbar-contact .material-icons {
  float: left;
  height: 100%;
  padding-top: 10px;
  font-size: 30px;
  color: #013265;
  margin-right: 10px;
}
.top-navbar .topbar-contact span:not(.material-icons) {
  display: block !important;
  color: #ffffff;
}
.top-navbar .topbar-contact .title {
  font-size: 12px;
  line-height: 16px;
}
.top-navbar .nav-right-content ul:not(.dropdown-menu) li {
  line-height: 60px;
}
.top-navbar .nav-right-content ul:not(.dropdown-menu) li:nth-child(2):before {
  display: block;
}
.top-navbar .nav-right-content ul:not(.dropdown-menu) li:last-child {
  padding-right: 0;
}
.top-navbar .nav-right-content ul:not(.dropdown-menu) li:before {
  top: 0;
  bottom: 0;
  margin-top: 0;
  height: 100%;
}

.nav-style-03 {
  position: absolute;
  margin-top: 60px;
}

.nav-style-03.navbar-area-fixed {
  position: fixed;
  margin-top: 0;
}

.error-page-area .logo-wrapper,
.comming-soon-page .logo-wrapper,
.navbar-area .nav-container .desktop-logo img {
  max-width: 350px;
}

.about_us_widget .footer-logo img {
  max-width: 110px;
}

.header .nav-right-content .dropdown-menu li {
  display: block;
  padding: 0;
}
.header .nav-right-content .dropdown-menu li a {
  font-size: 14px;
  padding: 5px 15px;
  line-height: 1.4;
  height: auto;
}

/*------------------------------------------------
	## Banner style
------------------------------------------------*/
.banner-area {
  position: relative;
}

.banner-slider .banner-slider-item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
}
.banner-slider .banner-slider-item .banner-inner {
  margin-bottom: 80px;
}
.banner-slider .banner-slider-item .banner-inner .banner-cat {
  font-size: 18px;
  color: #f1f1f1;
  margin-bottom: 0;
}
.banner-slider .banner-slider-item .banner-inner .banner-title {
  font-size: 120px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
}
.banner-slider .banner-slider-item .banner-inner .content {
  color: #ffffff;
  margin-bottom: 45px;
}
.banner-slider .banner-slider-item .banner-inner .btn, .banner-slider .banner-slider-item .banner-inner .btn-xs, .banner-slider .banner-slider-item .banner-inner .btn-sm {
  padding: 0 50px;
}
.banner-slider .banner-slider-item .tp-price-meta p {
  color: #f1f1f1;
}
.banner-slider .banner-slider-item .tp-price-meta h2 {
  color: #ffffff;
  font-size: 35px;
}
.banner-slider .banner-slider-item .tp-price-meta h2 small {
  font-size: 20px !important;
}
.banner-slider .banner-slider-item .tp-price-meta .tp-price-meta-details {
  font-weight: 400;
  color: #ffffff;
}
.banner-slider .banner-slider-item .tp-price-meta .tp-price-meta-details span {
  color: #f1f1f1;
  font-weight: 200;
}
.banner-slider .banner-slider-item:after {
  content: "";
  position: absolute;
  width: 100%;
  background-size: cover;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 9s ease;
  transform: scale(1.3);
}
.banner-slider .banner-slider-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  opacity: 0.4;
}
.banner-slider .slick-arrow {
  font-size: 35px;
  color: #b5202b;
  top: 50%;
  z-index: 2;
  margin-top: -25px;
  position: absolute;
  border: 2px solid #b5202b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.banner-slider .slick-prev {
  left: -60px;
  cursor: pointer;
  transition: all 1s ease;
}
.banner-slider .slick-next {
  right: -60px;
  cursor: pointer;
  transition: all 1s ease;
}
.banner-slider:hover .slick-prev {
  left: 60px;
}
.banner-slider:hover .slick-next {
  right: 60px;
}

.banner-social-meta {
  position: absolute;
  right: -40px;
  bottom: 250px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.banner-social-meta .banner-slider-dots {
  display: inline-block;
}
.banner-social-meta .banner-slider-dots ul {
  padding: 0;
  margin: 0;
}
.banner-social-meta .banner-slider-dots li {
  display: inline-block;
  list-style: none;
  height: 1px;
  width: 12px;
  background: #ffffff;
  margin: 5px 3px !important;
  transition: all 0.3s ease;
  margin: 0 3px;
  cursor: pointer;
}
.banner-social-meta .banner-slider-dots li.slick-active {
  width: 40px;
  background: #b5202b;
}
.banner-social-meta .banner-slider-dots li button {
  display: none;
}
.banner-social-meta .social-icon {
  display: inline-block;
  margin-left: 10px;
}
.banner-social-meta .social-icon li {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.banner-slider-controls {
  position: absolute;
  top: 55%;
}

.banner-slider .slick-active .s-animate-1 {
  animation: 1.5s 0.3s fadeInLeft both;
}
.banner-slider .slick-active .s-animate-2 {
  animation: 1.5s 0.7s fadeInLeft both;
}
.banner-slider .slick-active .s-animate-3 {
  animation: 1.5s 1s fadeInLeft both;
}
.banner-slider .slick-active .s-animate-4 {
  animation: 1.5s 1.4s fadeInLeft both;
}
.banner-slider .slick-active .s-animate-5 {
  animation: 1.5s 1.5s fadeInLeft both;
}
.banner-slider .slick-active:after {
  animation: 15s 0s banner_zoomOut both;
}
.banner-slider .slick-active .s-animate-video {
  animation: 1.5s 0.7s zoomIn both;
}

/*------------------------------------------------
	## Video banner
------------------------------------------------*/
.video-banner-area {
  overflow: hidden;
  position: relative;
}
.video-banner-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(30, 81, 185, 0.3411764706) 0%, rgba(7, 28, 85, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 2;
}
.video-banner-area .video-banner-content-wrap {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
}
.video-banner-area .video-banner-content-wrap .video-banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.video-banner-area .video-banner-content-wrap .video-banner-content h2 {
  color: #ffffff;
  font-size: 100px;
}
.video-banner-area .video-banner-content-wrap .video-banner-content h2.main-title {
  font-weight: 700;
}

.video-banner-area .video-banner-wrap .tv {
  transform: scale(1.3) !important;
}

.ytp-pause-overlay.ytp-scroll-min {
  display: none !important;
}

/*------------------------------------------------
	## parallax banner
------------------------------------------------*/
.main-banner-area {
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-size: cover;
}
.main-banner-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(30, 81, 185, 0.3411764706) 0%, rgba(7, 28, 85, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: 0;
}
.main-banner-area .content {
  display: flex;
  height: 100vh;
  align-items: center;
  margin-top: -50px;
  margin-top: 30px;
}
.main-banner-area h1 {
  color: #ffffff;
  font-family: var(--body-font);
  font-weight: 600;
  background: linear-gradient(to top, transparent 30%, #d0ccd4 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
  font-weight: 800;
  z-index: 3;
  position: relative;
}
.main-banner-area .shadow {
  transform: rotateX(-180deg);
  margin-top: -100px;
  background: linear-gradient(to top, transparent 30%, #ffffff 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
.main-banner-area h2 {
  color: #b5202b;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  z-index: 3;
  position: relative;
}
.main-banner-area .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.main-banner-area .scroll-down a {
  color: #fff;
  z-index: 99;
  cursor: pointer;
  position: relative;
}
.main-banner-area .scroll-down a span {
  height: 46px;
  width: 29px;
  border-radius: 15px;
  background: transparent;
  display: inline-block;
  border: 1px solid #ffffff;
  position: absolute;
  margin-top: -30px;
  margin-left: 4px;
}
.main-banner-area .scroll-down a span:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #ffffff;
  left: 50%;
  top: 10px;
  border-radius: 50%;
  margin-left: -3px;
}
.main-banner-area .scroll-down a i {
  font-size: 34px;
  animation: top-image-bounce 2s infinite ease-in-out;
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-1px);
  }
}

.scroll-down.style-two a {
  position: relative;
}
.scroll-down.style-two a:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 60px;
  background-size: 100%;
  margin-top: -4px;
  left: 50%;
  margin-left: -50px;
}

.scroll-down.style-two a {
  color: #b5202b;
}
.scroll-down.style-two a span {
  height: 30px;
  width: 17px;
  border-radius: 15px;
  background: transparent;
  display: inline-block;
  border: 1px solid #b5202b;
  position: absolute;
  margin-top: 2px;
  margin-left: 7px;
  z-index: 9;
}
.scroll-down.style-two a span:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #b5202b;
  left: 50%;
  top: 4px;
  border-radius: 50%;
  margin-left: -3px;
}
.scroll-down.style-two a i {
  z-index: 9;
  position: inherit;
  font-size: 24px;
  animation: top-image-bounce 2s infinite ease-in-out;
  margin-top: 19px;
  margin-left: 2px;
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-1px);
  }
}

/*------------------------------------------------
	## banner 3 style
------------------------------------------------*/
.banner-slider-3 .banner-slider-item .banner-inner {
  margin-bottom: 0;
}
.banner-slider-3 .slick-prev {
  left: 50% !important;
  margin-left: -65px;
  bottom: 150px;
  top: auto;
}
.banner-slider-3 .slick-next {
  left: 50% !important;
  margin-left: 15px;
  bottom: 150px;
  top: auto;
}

.banner-paginations-3 {
  display: inline-block;
  float: right;
  top: 50%;
  position: absolute;
  left: 0;
  max-width: 1610px;
  right: 0;
  text-align: right;
  margin: 0 auto;
}
.banner-paginations-3 ul {
  display: inline-block;
}
.banner-paginations-3 ul li {
  list-style: none;
  position: relative;
  background: transparent;
}
.banner-paginations-3 ul li button {
  opacity: 0;
}
.banner-paginations-3 ul li:after {
  content: "\f041";
  position: absolute;
  right: 0;
  top: 0;
  font-family: fontAwesome;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s ease;
}
.banner-paginations-3 ul li:before {
  position: absolute;
  right: 28px;
  top: 0;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s ease;
}
.banner-paginations-3 ul li#slick-slide00:before {
  content: "Alaska";
}
.banner-paginations-3 ul li#slick-slide01:before {
  content: "Norway";
}
.banner-paginations-3 ul li#slick-slide02:before {
  content: "Iceland";
}
.banner-paginations-3 ul .slick-active:after {
  opacity: 1;
}
.banner-paginations-3 ul .slick-active:before {
  position: absolute;
  opacity: 1;
}

.banner-slider-two {
  position: relative;
  width: 100%;
  z-index: 111;
}
.banner-slider-two .tp-control-nav {
  margin-top: 40px;
}
.banner-slider-two .swiper-buttons-prev {
  margin-right: 15px;
}

.banner-slider-two .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33.33%;
  height: auto;
  transform: translate3d(0px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
  transition: all 0.4s ease;
}

.banner-slider-two .swiper-slide {
  position: relative;
}
.banner-slider-two .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  transition: all 0.6s ease;
  z-index: 0;
  opacity: 0.5;
}
.banner-slider-two .banner-inner {
  padding: 250px 140px;
  height: 100vh;
  background-size: cover;
}
.banner-slider-two .banner-inner .banner-cat {
  font-size: 18px;
  color: #CFD3DE;
  border-bottom: 1px solid #CFD3DE;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.banner-slider-two .banner-inner .title-and-video {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.banner-slider-two .banner-inner .title-and-video .video-popup-btn {
  position: relative;
  top: 0;
  display: inline-block;
  left: auto;
  float: right;
  right: 0;
  margin-left: 0;
  padding: 8px;
}
.banner-slider-two .banner-inner .video-popup-wrap:after {
  display: none;
}
.banner-slider-two .banner-inner .banner-title {
  font-size: 55px;
  color: #ffffff;
  line-height: 70px;
  font-weight: 700;
  display: inline-block;
  width: 70%;
  position: relative;
  z-index: 2;
}
.banner-slider-two .banner-inner .btn, .banner-slider-two .banner-inner .btn-xs, .banner-slider-two .banner-inner .btn-sm {
  position: relative;
  z-index: 2;
}
.banner-slider-two .banner-inner .content {
  color: #ffffff;
  margin-bottom: 45px;
  font-weight: 200;
  position: relative;
  z-index: 2;
}
.banner-slider-two .banner-inner-item-2 .video-popup-btn {
  border-color: #ffffff;
}
.banner-slider-two .banner-inner-item-2 .video-popup-btn .video-play-btn {
  background: #ffffff;
  color: var(--main-color-two);
}
.banner-slider-two .banner-inner-item-2 .btn, .banner-slider-two .banner-inner-item-2 .btn-xs, .banner-slider-two .banner-inner-item-2 .btn-sm {
  background: #ffffff;
  color: var(--main-color-two);
}
.banner-slider-two .banner-inner-item-3 .video-popup-btn {
  border-color: #ffffff;
}
.banner-slider-two .banner-inner-item-3 .video-popup-btn .video-play-btn {
  background: #01B9B7;
  color: #ffffff;
}
.banner-slider-two .banner-inner-item-3 .btn, .banner-slider-two .banner-inner-item-3 .btn-xs, .banner-slider-two .banner-inner-item-3 .btn-sm {
  background: #01B9B7;
  color: #ffffff;
}
.banner-slider-two .package-meta {
  padding: 0;
  position: absolute;
  bottom: 50px;
  z-index: 2;
}
.banner-slider-two .package-meta .tp-price-meta {
  margin-right: 30px;
  display: inline-block;
}
.banner-slider-two .package-meta .tp-price-meta i {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
}
.banner-slider-two .package-meta .tp-price-meta p {
  color: #ffffff;
  font-weight: 200;
  font-size: 15px;
}
.banner-slider-two .package-meta .tp-price-meta h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.banner-slider-two .package-meta .tp-price-meta h2 span {
  font-size: 14px !important;
  color: #ffffff;
}

/*------------------------------------------------
	## Custom home banner
------------------------------------------------*/
.home-banner-area {
  position: relative;
  height: 850px;
  /*.home-banner-content-wrap {
  	padding-top: 250px;
  	position: relative;
  	z-index: 1;
  }

  .hb-form-wrap {
  	background-color: rgba(#fff, .7);
  	backdrop-filter: blur(5px);
  	border-radius: 5px;
  	padding: 80px 25px 25px 25px;
  	position: relative;
  }

  .hb-form-icon {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%,-50%);
  }

  .hb-form-subtitle {
  	margin-bottom: 15px;
  	text-align: center;
  }*/
}
.home-banner-area:before {
  content: "";
  background: linear-gradient(to bottom, rgba(15, 58, 86, 0.8) 0, rgba(15, 58, 86, 0.25) 35%, transparent 95%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
}
.home-banner-area::after {
  content: "";
  background: url("/storage/svg/sharp-paper-bottom.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  width: 100%;
}
.home-banner-area .home-banner-content-wrap {
  padding-top: 225px;
  position: relative;
  height: 100%;
  z-index: 1;
}
.home-banner-area .home-banner-content-wrap > .container {
  position: relative;
  height: 100%;
}
.home-banner-area .hb-main-title {
  text-align: center;
}
.home-banner-area .hb-main-title .hbmt-title {
  color: #fff;
  font-family: "Comfortaa", serif;
  margin-top: 15px;
}
.home-banner-area .hb-main-title .hbmt-title > * {
  text-shadow: 3px 3px 0 rgba(44, 62, 80, 0.6);
}
.home-banner-area .hb-main-title .hbmt-title .sup {
  display: block;
  font-size: 25px;
  line-height: 1.4;
}
.home-banner-area .hb-main-title .hbmt-title .main {
  display: block;
  font-size: 50px;
  line-height: 1.4;
}

.hb-form .hbf-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.hb-form .hbf-wrapper button {
  background-color: #b5202b;
  border: none;
  color: #fff;
  display: block;
  font-family: "Comfortaa", serif;
  font-size: 20px;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: background-color 0.5s;
}
.hb-form .hbf-wrapper button:hover {
  background-color: #da2e3b;
}
.hb-form .hbf-title {
  background-color: #84b931;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  white-space: nowrap;
}
.hb-form .hbf-inputs {
  padding: 45px 25px 25px 25px;
}
.hb-form .hbf-inputs .form-group {
  margin-bottom: 0;
}

.hb-form-2 .hbf-wrapper {
  background-color: transparent;
}

.home-banner-area .home-banner-wrap .tv {
  transform: scale(1.3) !important;
}

@media screen and (max-width: 1199px) {
  .home-banner-area {
    height: 950px;
    position: relative;
  }
  .home-banner-area .home-banner-content-wrap {
    padding-top: 150px;
  }
  .home-banner-area .hb-main-title {
    justify-content: center;
    width: 100%;
  }
  .home-banner-area .hb-main-title .hbmt-image {
    display: none;
  }
  .home-banner-area .hb-main-title .hbmt-title {
    text-align: center;
  }
  .home-banner-area .hb-main-title .hbmt-title .sup {
    font-size: 30px;
  }
  .home-banner-area .hb-main-title .hbmt-title .main {
    font-size: 50px;
  }
  .home-banner-area .hb-form {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    bottom: auto;
  }
  .home-banner-area .hb-form .hbf-wrapper {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-area {
    background-position: center center;
    background-size: cover;
    height: 1050px;
    position: relative;
  }
  .home-banner-area .home-banner-content-wrap {
    padding-top: 150px;
  }
  .home-banner-area .hb-main-title {
    justify-content: center;
    width: 100%;
  }
  .home-banner-area .hb-main-title .hbmt-image {
    display: none;
  }
  .home-banner-area .hb-main-title .hbmt-title {
    text-align: center;
  }
  .home-banner-area .hb-main-title .hbmt-title .sup {
    font-size: 25px;
  }
  .home-banner-area .hb-main-title .hbmt-title .main {
    font-size: 35px;
  }
  .home-banner-area .hb-form {
    position: relative;
    max-width: 700px;
    bottom: auto;
  }
  .home-banner-area .hb-form .hbf-wrapper {
    flex-flow: column wrap;
  }
  .home-banner-area .hb-form .hbf-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    white-space: normal;
    width: 100%;
  }
  .home-banner-area .hb-form .hbf-inputs {
    padding: 20px;
  }
}
/* -----------------------------------------------------
    single blog style
----------------------------------------------------- */
.single-blog {
  margin-bottom: 30px;
  border-radius: 5px;
}
.single-blog .thumb {
  position: relative;
}
.single-blog .thumb img {
  border-radius: 10px;
}
.single-blog .thumb .tag {
  position: absolute;
  left: 20px;
  top: 21px;
}
.single-blog .single-blog-details .date {
  background-color: #b5202b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 7px 25px;
  position: absolute;
  top: 0;
  left: 40px;
}
.single-blog .single-blog-details .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.single-blog .single-blog-details .title a {
  color: var(--heading-color) !important;
}
.single-blog .single-blog-details .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 13px;
}
.single-blog .single-blog-details .btn, .single-blog .single-blog-details .btn-xs, .single-blog .single-blog-details .btn-sm {
  margin-top: 13px;
}
.single-blog .tag {
  background: #01B9B7;
  padding: 0 6px 0 7px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
}
.single-blog .author {
  color: #01B9B7;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-top: 15px;
}
.single-blog .author:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  width: 30px;
  background: #b5202b;
}
.single-blog.sticky {
  background: #fff;
  padding: 50px 30px 30px 30px;
}
.single-blog.sticky .single-blog-details {
  padding: 0;
}
.single-blog.style-two .single-blog-details {
  padding: 20px 30px;
}
.single-blog.style-three {
  position: relative;
  overflow: hidden;
}
.single-blog.style-three .thumb {
  position: relative;
}
.single-blog.style-three .thumb img {
  transition: all 0.4s ease;
}
.single-blog.style-three .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  z-index: 0;
  opacity: 0.6;
  border-radius: 10px;
}
.single-blog.style-three .single-blog-details-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 40px;
  z-index: 2;
  overflow: hidden;
  transition: all 0.6s ease;
}
.single-blog.style-three .single-blog-details-wrap .single-blog-details {
  padding: 20px 25px;
}
.single-blog.style-three .single-blog-details-wrap .title,
.single-blog.style-three .single-blog-details-wrap p {
  color: #ffffff;
}
.single-blog.style-three .single-blog-details-wrap .title {
  margin-bottom: 0;
}
.single-blog.style-three .single-blog-details-wrap .btn, .single-blog.style-three .single-blog-details-wrap .btn-xs, .single-blog.style-three .single-blog-details-wrap .btn-sm {
  visibility: hidden;
  opacity: 0;
  margin-top: 22px;
  height: 49px;
  line-height: 49px;
  transition: all 0.4s ease;
}
.single-blog.style-three:hover .single-blog-details-wrap {
  margin-top: 0px;
}
.single-blog.style-three:hover .single-blog-details-wrap .btn, .single-blog.style-three:hover .single-blog-details-wrap .btn-xs, .single-blog.style-three:hover .single-blog-details-wrap .btn-sm {
  visibility: visible;
  opacity: 1;
}
.single-blog.style-three:hover .thumb img {
  filter: blur(2px);
}
.single-blog.style-four {
  position: relative;
  padding: 20px 0;
  box-shadow: none;
  margin: 0 15px;
}
.single-blog.style-four .single-blog-details {
  padding: 20px 30px;
}
.single-blog.style-four:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 82%;
  border: 1px solid #b5202b;
  z-index: -1;
}

.single-blog-wrap {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 12px rgba(7, 28, 85, 0.1215686275);
}
.single-blog-wrap .single-blog-left-wrap {
  width: 46%;
  display: table-cell;
  float: none;
  position: relative;
}
.single-blog-wrap .single-blog-left-wrap img {
  height: -moz-fit-content;
  height: fit-content;
}
.single-blog-wrap .single-blog-right-wrap {
  width: 56%;
  display: table-cell;
  float: none;
  height: auto;
  overflow: hidden;
}

/* -----------------------------------------------------
    blog details style
----------------------------------------------------- */
.tp-blockquote {
  padding: 40px 20px 35px 90px;
  position: relative;
  border-radius: 10px;
  margin: 13px 0 20px 0;
}
.tp-blockquote p {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
}
.tp-blockquote:after {
  content: "\f10d";
  position: absolute;
  font-size: 40px;
  left: 38px;
  top: 30px;
  font-family: FontAwesome;
  color: #b5202b;
}

.single-blog-post-tags .all-tags-title {
  min-width: 115px;
}
.single-blog-post-tags a {
  background: #01B9B7;
  padding: 0 6px 0 7px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 10px;
}

.single-post-navigation .nav-previous {
  border: 1px solid #CFD3DE;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.4s ease;
}
.single-post-navigation .nav-previous h4 {
  padding-left: 64px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 34px;
}
.single-post-navigation .nav-previous:hover {
  background: #F8F8F8;
}
.single-post-navigation .nav-previous:hover .slick-arrow {
  border: 3px solid #b5202b;
  border: 3px solid #b5202b;
  color: #b5202b;
}
.single-post-navigation .nav-next {
  border: 1px solid #CFD3DE;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.4s ease;
}
.single-post-navigation .nav-next h4 {
  padding-right: 66px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 34px;
}
.single-post-navigation .nav-next:hover {
  background: #F8F8F8;
}
.single-post-navigation .nav-next:hover .slick-arrow {
  border: 3px solid #b5202b;
  border: 3px solid #b5202b;
  color: #b5202b;
}
.single-post-navigation .slick-arrow {
  border: 3px solid #CFD3DE;
  color: #CFD3DE;
}
.single-post-navigation .nav-post-text {
  line-height: 56px;
}

.author-area {
  background: #ecf0f1;
  padding: 50px 60px;
  border-radius: 10px;
}
.author-area .media-left img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #01B9B7;
}
.author-area .media-body {
  margin-left: 30px;
}
.author-area .media-body h4 {
  font-family: var(--body-font);
  margin-bottom: 30px;
}
.author-area .media-body p {
  margin-bottom: 30px;
}

.single-blog-wrapper .single-blog {
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
}

.btn, .btn-xs, .btn-sm {
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--heading-font);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.5s, color 0.5s;
}
.btn i, .btn-xs i, .btn-sm i {
  font-size: 1.5em;
  line-height: 0;
  transform: translateY(0.26em);
}

.btn-sm {
  font-size: 12px;
  padding: 10px 15px;
}

.btn-xs {
  font-size: 11px;
  padding: 5px 10px;
}

.btn-icon {
  padding-left: 40px;
  position: relative;
}
.btn-icon .icon {
  font-size: 1.6em;
  margin-left: 3px;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-55%);
}

.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  content: "\e5c8";
  color: inherit;
  font-family: "Material Icons";
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-52.5%);
}
.btn-arrow.btn-lg {
  padding-right: 4.5rem;
}
.btn-arrow.btn-lg::after {
  right: 1.75rem;
}

.btn-md {
  font-size: 16px;
  padding: 1rem 2rem;
}

.btn-lg {
  font-size: 18px;
  padding: 1.5rem 3rem;
}

.btn-open-select {
  display: inline-block;
  position: relative;
}
.btn-open-select .nice-select {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
}
.btn-open-select .nice-select::after, .btn-open-select .nice-select .current {
  display: none;
}

.btn-loading.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-loading-icon {
  display: inline-block;
  margin-right: 1rem;
  width: 25px;
  animation: spin 2.5s linear infinite;
}
.btn-loading-icon > * {
  fill: #fff;
}
.btn-loading-icon--grey > * {
  fill: var(--paragraph-color);
}
.btn-loading-icon--secondary > * {
  fill: #84b931;
}
.btn-loading-icon--lg {
  width: 50px;
}
.btn-loading-icon--dark > * {
  fill: #2c3e50;
}

.btn-wrap > .btn, .btn-wrap > .btn-sm, .btn-wrap > .btn-xs {
  margin-bottom: 0.75rem;
  width: 100%;
}

.btn-primary {
  border-color: #b5202b;
  background-color: #b5202b;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  border-color: #dc3743;
  background-color: #dc3743;
  color: #fff;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  border-color: #b5202b;
  background-color: #b5202b;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  border-color: #7f161e;
  background-color: #8a1821;
  color: #fff;
}

.btn-primary-outline {
  border-color: #b5202b;
  background-color: transparent;
  background-image: none;
  color: #b5202b;
}
.btn-primary-outline:hover, .btn-primary-outline.focus {
  border-color: #dc3743;
  background-color: #dc3743;
  color: #fff;
  box-shadow: none;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
  background-color: transparent;
  color: #b5202b;
}
.btn-primary-outline:not(:disabled):not(.disabled):active, .btn-primary-outline:not(:disabled):not(.disabled).active, .show > .btn-primary-outline.dropdown-toggle {
  border-color: #b5202b;
  background-color: #b5202b;
  color: #fff;
}

.btn-primary-light {
  border-color: #da2e3b;
  background-color: #da2e3b;
  color: #fff;
  box-shadow: none;
}
.btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light.focus {
  border-color: #e3626c;
  background-color: #e3626c;
  color: #fff;
  box-shadow: none;
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  border-color: #da2e3b;
  background-color: #da2e3b;
  color: #fff;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  border-color: #aa1e28;
  background-color: #b5202b;
  color: #fff;
}

.btn-primary-light-outline {
  border-color: #da2e3b;
  background-color: transparent;
  background-image: none;
  color: #da2e3b;
}
.btn-primary-light-outline:hover, .btn-primary-light-outline.focus {
  border-color: #e3626c;
  background-color: #e3626c;
  color: #fff;
  box-shadow: none;
}
.btn-primary-light-outline.disabled, .btn-primary-light-outline:disabled {
  background-color: transparent;
  color: #da2e3b;
}
.btn-primary-light-outline:not(:disabled):not(.disabled):active, .btn-primary-light-outline:not(:disabled):not(.disabled).active, .show > .btn-primary-light-outline.dropdown-toggle {
  border-color: #da2e3b;
  background-color: #da2e3b;
  color: #fff;
}

.btn-primary-white {
  border-color: #f5c6c9;
  background-color: #f5c6c9;
  color: #fff;
  box-shadow: none;
}
.btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus {
  border-color: #fefafa;
  background-color: #fefafa;
  color: #fff;
  box-shadow: none;
}
.btn-primary-white.disabled, .btn-primary-white:disabled {
  border-color: #f5c6c9;
  background-color: #f5c6c9;
  color: #fff;
}
.btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active, .show > .btn-primary-white.dropdown-toggle {
  border-color: #eb8f96;
  background-color: #ed9aa0;
  color: #fff;
}

.btn-primary-white-outline {
  border-color: #f5c6c9;
  background-color: transparent;
  background-image: none;
  color: #f5c6c9;
}
.btn-primary-white-outline:hover, .btn-primary-white-outline.focus {
  border-color: #fefafa;
  background-color: #fefafa;
  color: #fff;
  box-shadow: none;
}
.btn-primary-white-outline.disabled, .btn-primary-white-outline:disabled {
  background-color: transparent;
  color: #f5c6c9;
}
.btn-primary-white-outline:not(:disabled):not(.disabled):active, .btn-primary-white-outline:not(:disabled):not(.disabled).active, .show > .btn-primary-white-outline.dropdown-toggle {
  border-color: #f5c6c9;
  background-color: #f5c6c9;
  color: #fff;
}

.btn-primary-dark {
  border-color: #8a1821;
  background-color: #8a1821;
  color: #fff;
  box-shadow: none;
}
.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark.focus {
  border-color: #be222d;
  background-color: #be222d;
  color: #fff;
  box-shadow: none;
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  border-color: #8a1821;
  background-color: #8a1821;
  color: #fff;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  border-color: #530f14;
  background-color: #5e1116;
  color: #fff;
}

.btn-primary-dark-outline {
  border-color: #8a1821;
  background-color: transparent;
  background-image: none;
  color: #8a1821;
}
.btn-primary-dark-outline:hover, .btn-primary-dark-outline.focus {
  border-color: #be222d;
  background-color: #be222d;
  color: #fff;
  box-shadow: none;
}
.btn-primary-dark-outline.disabled, .btn-primary-dark-outline:disabled {
  background-color: transparent;
  color: #8a1821;
}
.btn-primary-dark-outline:not(:disabled):not(.disabled):active, .btn-primary-dark-outline:not(:disabled):not(.disabled).active, .show > .btn-primary-dark-outline.dropdown-toggle {
  border-color: #8a1821;
  background-color: #8a1821;
  color: #fff;
}

.btn-secondary {
  border-color: #84b931;
  background-color: #84b931;
  color: #fff;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  border-color: #a1d255;
  background-color: #a1d255;
  color: #fff;
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #84b931;
  background-color: #84b931;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  border-color: #608724;
  background-color: #679126;
  color: #fff;
}

.btn-secondary-outline {
  border-color: #84b931;
  background-color: transparent;
  background-image: none;
  color: #84b931;
}
.btn-secondary-outline:hover, .btn-secondary-outline.focus {
  border-color: #a1d255;
  background-color: #a1d255;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
  background-color: transparent;
  color: #84b931;
}
.btn-secondary-outline:not(:disabled):not(.disabled):active, .btn-secondary-outline:not(:disabled):not(.disabled).active, .show > .btn-secondary-outline.dropdown-toggle {
  border-color: #84b931;
  background-color: #84b931;
  color: #fff;
}

.btn-secondary-light {
  border-color: #9dd04d;
  background-color: #9dd04d;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-light:hover, .btn-secondary-light:focus, .btn-secondary-light.focus {
  border-color: #b8dd7e;
  background-color: #b8dd7e;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  border-color: #9dd04d;
  background-color: #9dd04d;
  color: #fff;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  border-color: #7daf2e;
  background-color: #84b931;
  color: #fff;
}

.btn-secondary-light-outline {
  border-color: #9dd04d;
  background-color: transparent;
  background-image: none;
  color: #9dd04d;
}
.btn-secondary-light-outline:hover, .btn-secondary-light-outline.focus {
  border-color: #b8dd7e;
  background-color: #b8dd7e;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-light-outline.disabled, .btn-secondary-light-outline:disabled {
  background-color: transparent;
  color: #9dd04d;
}
.btn-secondary-light-outline:not(:disabled):not(.disabled):active, .btn-secondary-light-outline:not(:disabled):not(.disabled).active, .show > .btn-secondary-light-outline.dropdown-toggle {
  border-color: #9dd04d;
  background-color: #9dd04d;
  color: #fff;
}

.btn-secondary-white {
  border-color: #ebf5da;
  background-color: #ebf5da;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-white:hover, .btn-secondary-white:focus, .btn-secondary-white.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-white.disabled, .btn-secondary-white:disabled {
  border-color: #ebf5da;
  background-color: #ebf5da;
  color: #fff;
}
.btn-secondary-white:not(:disabled):not(.disabled):active, .btn-secondary-white:not(:disabled):not(.disabled).active, .show > .btn-secondary-white.dropdown-toggle {
  border-color: #cfe8a8;
  background-color: #d5ebb2;
  color: #fff;
}

.btn-secondary-white-outline {
  border-color: #ebf5da;
  background-color: transparent;
  background-image: none;
  color: #ebf5da;
}
.btn-secondary-white-outline:hover, .btn-secondary-white-outline.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-white-outline.disabled, .btn-secondary-white-outline:disabled {
  background-color: transparent;
  color: #ebf5da;
}
.btn-secondary-white-outline:not(:disabled):not(.disabled):active, .btn-secondary-white-outline:not(:disabled):not(.disabled).active, .show > .btn-secondary-white-outline.dropdown-toggle {
  border-color: #ebf5da;
  background-color: #ebf5da;
  color: #fff;
}

.btn-secondary-dark {
  border-color: #679126;
  background-color: #679126;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-dark:hover, .btn-secondary-dark:focus, .btn-secondary-dark.focus {
  border-color: #8ac133;
  background-color: #8ac133;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  border-color: #679126;
  background-color: #679126;
  color: #fff;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  border-color: #435e19;
  background-color: #4a681c;
  color: #fff;
}

.btn-secondary-dark-outline {
  border-color: #679126;
  background-color: transparent;
  background-image: none;
  color: #679126;
}
.btn-secondary-dark-outline:hover, .btn-secondary-dark-outline.focus {
  border-color: #8ac133;
  background-color: #8ac133;
  color: #fff;
  box-shadow: none;
}
.btn-secondary-dark-outline.disabled, .btn-secondary-dark-outline:disabled {
  background-color: transparent;
  color: #679126;
}
.btn-secondary-dark-outline:not(:disabled):not(.disabled):active, .btn-secondary-dark-outline:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark-outline.dropdown-toggle {
  border-color: #679126;
  background-color: #679126;
  color: #fff;
}

.btn-tertiary {
  border-color: #013265;
  background-color: #013265;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.focus {
  border-color: #0250a2;
  background-color: #0250a2;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  border-color: #013265;
  background-color: #013265;
  color: #fff;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  border-color: #001326;
  background-color: #011933;
  color: #fff;
}

.btn-tertiary-outline {
  border-color: #013265;
  background-color: transparent;
  background-image: none;
  color: #013265;
}
.btn-tertiary-outline:hover, .btn-tertiary-outline.focus {
  border-color: #0250a2;
  background-color: #0250a2;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-outline.disabled, .btn-tertiary-outline:disabled {
  background-color: transparent;
  color: #013265;
}
.btn-tertiary-outline:not(:disabled):not(.disabled):active, .btn-tertiary-outline:not(:disabled):not(.disabled).active, .show > .btn-tertiary-outline.dropdown-toggle {
  border-color: #013265;
  background-color: #013265;
  color: #fff;
}

.btn-tertiary-light {
  border-color: #024b98;
  background-color: #024b98;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-light:hover, .btn-tertiary-light:focus, .btn-tertiary-light.focus {
  border-color: #0269d4;
  background-color: #0269d4;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-light.disabled, .btn-tertiary-light:disabled {
  border-color: #024b98;
  background-color: #024b98;
  color: #fff;
}
.btn-tertiary-light:not(:disabled):not(.disabled):active, .btn-tertiary-light:not(:disabled):not(.disabled).active, .show > .btn-tertiary-light.dropdown-toggle {
  border-color: #012c58;
  background-color: #013265;
  color: #fff;
}

.btn-tertiary-light-outline {
  border-color: #024b98;
  background-color: transparent;
  background-image: none;
  color: #024b98;
}
.btn-tertiary-light-outline:hover, .btn-tertiary-light-outline.focus {
  border-color: #0269d4;
  background-color: #0269d4;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-light-outline.disabled, .btn-tertiary-light-outline:disabled {
  background-color: transparent;
  color: #024b98;
}
.btn-tertiary-light-outline:not(:disabled):not(.disabled):active, .btn-tertiary-light-outline:not(:disabled):not(.disabled).active, .show > .btn-tertiary-light-outline.dropdown-toggle {
  border-color: #024b98;
  background-color: #024b98;
  color: #fff;
}

.btn-tertiary-white {
  border-color: #9acbfe;
  background-color: #9acbfe;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-white:hover, .btn-tertiary-white:focus, .btn-tertiary-white.focus {
  border-color: #d7eaff;
  background-color: #d7eaff;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-white.disabled, .btn-tertiary-white:disabled {
  border-color: #9acbfe;
  background-color: #9acbfe;
  color: #fff;
}
.btn-tertiary-white:not(:disabled):not(.disabled):active, .btn-tertiary-white:not(:disabled):not(.disabled).active, .show > .btn-tertiary-white.dropdown-toggle {
  border-color: #5babfd;
  background-color: #68b1fe;
  color: #fff;
}

.btn-tertiary-white-outline {
  border-color: #9acbfe;
  background-color: transparent;
  background-image: none;
  color: #9acbfe;
}
.btn-tertiary-white-outline:hover, .btn-tertiary-white-outline.focus {
  border-color: #d7eaff;
  background-color: #d7eaff;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-white-outline.disabled, .btn-tertiary-white-outline:disabled {
  background-color: transparent;
  color: #9acbfe;
}
.btn-tertiary-white-outline:not(:disabled):not(.disabled):active, .btn-tertiary-white-outline:not(:disabled):not(.disabled).active, .show > .btn-tertiary-white-outline.dropdown-toggle {
  border-color: #9acbfe;
  background-color: #9acbfe;
  color: #fff;
}

.btn-tertiary-dark {
  border-color: #011933;
  background-color: #011933;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-dark:hover, .btn-tertiary-dark:focus, .btn-tertiary-dark.focus {
  border-color: #01376f;
  background-color: #01376f;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-dark.disabled, .btn-tertiary-dark:disabled {
  border-color: #011933;
  background-color: #011933;
  color: #fff;
}
.btn-tertiary-dark:not(:disabled):not(.disabled):active, .btn-tertiary-dark:not(:disabled):not(.disabled).active, .show > .btn-tertiary-dark.dropdown-toggle {
  border-color: black;
  background-color: black;
  color: #fff;
}

.btn-tertiary-dark-outline {
  border-color: #011933;
  background-color: transparent;
  background-image: none;
  color: #011933;
}
.btn-tertiary-dark-outline:hover, .btn-tertiary-dark-outline.focus {
  border-color: #01376f;
  background-color: #01376f;
  color: #fff;
  box-shadow: none;
}
.btn-tertiary-dark-outline.disabled, .btn-tertiary-dark-outline:disabled {
  background-color: transparent;
  color: #011933;
}
.btn-tertiary-dark-outline:not(:disabled):not(.disabled):active, .btn-tertiary-dark-outline:not(:disabled):not(.disabled).active, .show > .btn-tertiary-dark-outline.dropdown-toggle {
  border-color: #011933;
  background-color: #011933;
  color: #fff;
}

.btn-danger {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
  box-shadow: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
  border-color: #ee7e72;
  background-color: #ee7e72;
  color: #fff;
  box-shadow: none;
}
.btn-danger.disabled, .btn-danger:disabled {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  border-color: #ca2a19;
  background-color: #d62c1a;
  color: #fff;
}

.btn-danger-outline {
  border-color: #e74c3c;
  background-color: transparent;
  background-image: none;
  color: #e74c3c;
}
.btn-danger-outline:hover, .btn-danger-outline.focus {
  border-color: #ee7e72;
  background-color: #ee7e72;
  color: #fff;
  box-shadow: none;
}
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
  background-color: transparent;
  color: #e74c3c;
}
.btn-danger-outline:not(:disabled):not(.disabled):active, .btn-danger-outline:not(:disabled):not(.disabled).active, .show > .btn-danger-outline.dropdown-toggle {
  border-color: #e74c3c;
  background-color: #e74c3c;
  color: #fff;
}

.btn-warning {
  border-color: #e8930c;
  background-color: #e8930c;
  color: #fff;
  box-shadow: none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
  border-color: #f5ae3c;
  background-color: #f5ae3c;
  color: #fff;
  box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
  border-color: #e8930c;
  background-color: #e8930c;
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  border-color: #ab6d09;
  background-color: #b87409;
  color: #fff;
}

.btn-warning-outline {
  border-color: #e8930c;
  background-color: transparent;
  background-image: none;
  color: #e8930c;
}
.btn-warning-outline:hover, .btn-warning-outline.focus {
  border-color: #f5ae3c;
  background-color: #f5ae3c;
  color: #fff;
  box-shadow: none;
}
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
  background-color: transparent;
  color: #e8930c;
}
.btn-warning-outline:not(:disabled):not(.disabled):active, .btn-warning-outline:not(:disabled):not(.disabled).active, .show > .btn-warning-outline.dropdown-toggle {
  border-color: #e8930c;
  background-color: #e8930c;
  color: #fff;
}

.btn-dark {
  border-color: #2c3e50;
  background-color: #2c3e50;
  color: #fff;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
  border-color: #425d77;
  background-color: #425d77;
  color: #fff;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  border-color: #2c3e50;
  background-color: #2c3e50;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  border-color: #151e27;
  background-color: #1a252f;
  color: #fff;
}

.btn-dark-outline {
  border-color: #2c3e50;
  background-color: transparent;
  background-image: none;
  color: #2c3e50;
}
.btn-dark-outline:hover, .btn-dark-outline.focus {
  border-color: #425d77;
  background-color: #425d77;
  color: #fff;
  box-shadow: none;
}
.btn-dark-outline.disabled, .btn-dark-outline:disabled {
  background-color: transparent;
  color: #2c3e50;
}
.btn-dark-outline:not(:disabled):not(.disabled):active, .btn-dark-outline:not(:disabled):not(.disabled).active, .show > .btn-dark-outline.dropdown-toggle {
  border-color: #2c3e50;
  background-color: #2c3e50;
  color: #fff;
}

.btn-dark-light {
  border-color: #3e5871;
  background-color: #3e5871;
  color: #fff;
  box-shadow: none;
}
.btn-dark-light:hover, .btn-dark-light:focus, .btn-dark-light.focus {
  border-color: #547698;
  background-color: #547698;
  color: #fff;
  box-shadow: none;
}
.btn-dark-light.disabled, .btn-dark-light:disabled {
  border-color: #3e5871;
  background-color: #3e5871;
  color: #fff;
}
.btn-dark-light:not(:disabled):not(.disabled):active, .btn-dark-light:not(:disabled):not(.disabled).active, .show > .btn-dark-light.dropdown-toggle {
  border-color: #273848;
  background-color: #2c3e50;
  color: #fff;
}

.btn-dark-light-outline {
  border-color: #3e5871;
  background-color: transparent;
  background-image: none;
  color: #3e5871;
}
.btn-dark-light-outline:hover, .btn-dark-light-outline.focus {
  border-color: #547698;
  background-color: #547698;
  color: #fff;
  box-shadow: none;
}
.btn-dark-light-outline.disabled, .btn-dark-light-outline:disabled {
  background-color: transparent;
  color: #3e5871;
}
.btn-dark-light-outline:not(:disabled):not(.disabled):active, .btn-dark-light-outline:not(:disabled):not(.disabled).active, .show > .btn-dark-light-outline.dropdown-toggle {
  border-color: #3e5871;
  background-color: #3e5871;
  color: #fff;
}

.btn-dark-white {
  border-color: #ecf1f5;
  background-color: #ecf1f5;
  color: #fff;
  box-shadow: none;
}
.btn-dark-white:hover, .btn-dark-white:focus, .btn-dark-white.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-dark-white.disabled, .btn-dark-white:disabled {
  border-color: #ecf1f5;
  background-color: #ecf1f5;
  color: #fff;
}
.btn-dark-white:not(:disabled):not(.disabled):active, .btn-dark-white:not(:disabled):not(.disabled).active, .show > .btn-dark-white.dropdown-toggle {
  border-color: #c3d1de;
  background-color: #cbd7e3;
  color: #fff;
}

.btn-dark-white-outline {
  border-color: #ecf1f5;
  background-color: transparent;
  background-image: none;
  color: #ecf1f5;
}
.btn-dark-white-outline:hover, .btn-dark-white-outline.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-dark-white-outline.disabled, .btn-dark-white-outline:disabled {
  background-color: transparent;
  color: #ecf1f5;
}
.btn-dark-white-outline:not(:disabled):not(.disabled):active, .btn-dark-white-outline:not(:disabled):not(.disabled).active, .show > .btn-dark-white-outline.dropdown-toggle {
  border-color: #ecf1f5;
  background-color: #ecf1f5;
  color: #fff;
}

.btn-neutral {
  border-color: #95a5a6;
  background-color: #95a5a6;
  color: #fff;
  box-shadow: none;
}
.btn-neutral:hover, .btn-neutral:focus, .btn-neutral.focus {
  border-color: #b6c1c2;
  background-color: #b6c1c2;
  color: #fff;
  box-shadow: none;
}
.btn-neutral.disabled, .btn-neutral:disabled {
  border-color: #95a5a6;
  background-color: #95a5a6;
  color: #fff;
}
.btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active, .show > .btn-neutral.dropdown-toggle {
  border-color: #738789;
  background-color: #798d8f;
  color: #fff;
}

.btn-neutral-outline {
  border-color: #95a5a6;
  background-color: transparent;
  background-image: none;
  color: #95a5a6;
}
.btn-neutral-outline:hover, .btn-neutral-outline.focus {
  border-color: #b6c1c2;
  background-color: #b6c1c2;
  color: #fff;
  box-shadow: none;
}
.btn-neutral-outline.disabled, .btn-neutral-outline:disabled {
  background-color: transparent;
  color: #95a5a6;
}
.btn-neutral-outline:not(:disabled):not(.disabled):active, .btn-neutral-outline:not(:disabled):not(.disabled).active, .show > .btn-neutral-outline.dropdown-toggle {
  border-color: #95a5a6;
  background-color: #95a5a6;
  color: #fff;
}

.btn-white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #fff;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  border-color: #dfdfdf;
  background-color: #e6e6e6;
  color: #fff;
}

.btn-white-outline {
  border-color: #ffffff;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
}
.btn-white-outline:hover, .btn-white-outline.focus {
  border-color: white;
  background-color: white;
  color: #fff;
  box-shadow: none;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
  background-color: transparent;
  color: #ffffff;
}
.btn-white-outline:not(:disabled):not(.disabled):active, .btn-white-outline:not(:disabled):not(.disabled).active, .show > .btn-white-outline.dropdown-toggle {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #fff;
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #84b931;
  box-shadow: none;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus {
  border-color: white;
  background-color: white;
  color: #84b931;
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  border-color: #fff;
  background-color: #fff;
  color: #84b931;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  border-color: #dfdfdf;
  background-color: #e6e6e6;
  color: #84b931;
}

.btn-white-outline {
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}
.btn-white-outline:hover, .btn-white-outline.focus {
  border-color: white;
  background-color: white;
  color: #2c3e50;
  box-shadow: none;
}
.btn-white-outline.disabled, .btn-white-outline:disabled {
  background-color: transparent;
  color: #fff;
}
.btn-white-outline:not(:disabled):not(.disabled):active, .btn-white-outline:not(:disabled):not(.disabled).active, .show > .btn-white-outline.dropdown-toggle {
  border-color: #fff;
  background-color: #fff;
  color: #2c3e50;
}

@media (min-width: 576px) {
  .btn-wrap > .btn, .btn-wrap > .btn-sm, .btn-wrap > .btn-xs {
    margin-right: 0.75rem;
    width: auto;
  }
}
.btn.disabled, .disabled.btn-sm, .disabled.btn-xs {
  background-color: #95a5a6 !important;
  border-color: #95a5a6 !important;
  color: #fff !important;
  cursor: default !important;
}

.collapse-title {
  background-color: #ecf0f1;
  border: none;
  border-radius: 5px;
  color: #013265;
  display: block;
  font-family: "Comfortaa", serif;
  font-size: 18px;
  padding: 10px 50px 10px 25px;
  position: relative;
  text-align: left;
  width: 100%;
}
.collapse-title::after {
  content: "\e15b";
  background-color: #b5202b;
  border-radius: 5px;
  color: #fff;
  font-family: "Material Icons Outlined";
  font-size: 16px;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.collapse-title.collapsed::after {
  content: "\e145";
  background-color: #84b931;
}
.collapse-title.collapsed:hover::after {
  background-color: #b5202b;
}

/* -----------------------------------------------------
    intro style
----------------------------------------------------- */
.single-intro {
  padding: 0 52px;
  margin-bottom: 30px;
}
.single-intro .thumb {
  margin-bottom: 10px;
}
.single-intro .intro-title {
  position: relative;
  margin-bottom: 2px;
  font-weight: 600;
}
.single-intro .intro-title .intro-count {
  font-family: var(--body-font);
  color: #CFD3DE;
  font-size: 70px;
  font-weight: 700;
}
.single-intro .intro-title .intro-cat {
  position: absolute;
  background: #ffffff;
  padding: 0 8px;
  margin-left: -12px;
  margin-top: 4px;
}
.single-intro p {
  margin-bottom: 0;
}
.single-intro.style-two {
  padding: 0 15px;
}
.single-intro.style-two .thumb {
  margin-bottom: 20px;
}
.single-intro.style-two .intro-title {
  position: relative;
  margin-bottom: 30px;
}
.single-intro.style-two .intro-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 2px;
  background: #b5202b;
}

.single-intro-two {
  border-left: 1px solid #EAEAEA;
  margin-bottom: 30px;
}
.single-intro-two.bl-0 {
  border-left: 0;
}
.single-intro-two .single-intro.style-two {
  margin-bottom: 0;
}

/* -----------------------------------------------------
    destinations list style
----------------------------------------------------- */
.single-destinations-list {
  margin: 15px;
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.single-destinations-list:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #024b98;
  bottom: 0;
  left: 0;
  width: 100%;
}
.single-destinations-list:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 10px;
  background: #84b931;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease;
}
.single-destinations-list:hover:after {
  visibility: visible;
  opacity: 1;
  right: auto;
  left: 0;
  width: 100%;
  bottom: 0;
}
.single-destinations-list .thumb {
  padding-top: 35px;
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
  height: 150px;
}
.single-destinations-list .thumb img {
  transition: all 0.8s ease;
  display: inline-block;
  width: auto;
  max-height: 100%;
}
.single-destinations-list .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  transition: all 0.6s ease;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.single-destinations-list .thumb .d-list-tag {
  background-color: #b5202b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  padding: 6px 35px;
  font-size: 15px;
  white-space: nowrap;
  z-index: 2;
}
.single-destinations-list .thumb .d-list-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.6s ease;
  visibility: hidden;
  opacity: 0;
}
.single-destinations-list:hover .d-list-btn-wrap {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.single-destinations-list:hover .thumb img {
  transform: scale(1.1);
}
.single-destinations-list:hover .thumb:after {
  visibility: visible;
  opacity: 0.6;
}
.single-destinations-list .details {
  padding: 23px 30px 19px 30px;
  background: #ffffff;
}
.single-destinations-list .details .location {
  color: #01B9B7;
  margin-bottom: 8px;
}
.single-destinations-list .details .location img {
  margin-right: 8px;
}
.single-destinations-list .details .title {
  font-weight: 700;
}
.single-destinations-list .details .content {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.single-destinations-list .details .tp-list-meta {
  margin-bottom: 15px;
}
.single-destinations-list .details .list-checked li {
  font-size: 13px;
}
.single-destinations-list .tp-price-meta {
  padding-top: 28px;
}
.single-destinations-list .list-price-meta {
  margin-top: 20px;
  display: block;
}
.single-destinations-list .list-price-meta .tp-list-meta {
  float: left;
  margin-top: 30px;
}
.single-destinations-list .list-price-meta .tp-price-meta {
  padding-left: 30px;
  margin-left: 20px;
  border-left: 1px solid #CFD3DE;
  padding-top: 0;
}
.single-destinations-list.style-two {
  box-shadow: none;
  margin: 0;
}
.single-destinations-list.style-two .thumb {
  border-radius: 5px;
}
.single-destinations-list.style-two .thumb:after {
  border-radius: 5px;
}
.single-destinations-list.style-two .thumb img {
  border-radius: 5px;
}
.single-destinations-list.style-two .details {
  padding: 22px 0;
  background: none;
}
.single-destinations-list.style-two .content {
  margin-bottom: 10px;
}
.single-destinations-list.style-two .tp-price-meta {
  padding-top: 0;
}
.single-destinations-list.style-two:before, .single-destinations-list.style-two:after {
  display: none;
}
.single-destinations-list.style-three {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  border: 1px solid #CFD3DE;
  border-radius: 7px;
}
.single-destinations-list.style-three .thumb {
  flex: 0 0 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  border-radius: 5px;
}
.single-destinations-list.style-three .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 5px;
}
.single-destinations-list.style-three .details {
  flex: 0 0 70%;
}
.single-destinations-list.style-three:before, .single-destinations-list.style-three:after {
  display: none;
}
.single-destinations-list.style-four {
  position: relative;
  min-height: 380px;
  margin: 0 0 30px 0;
}
.single-destinations-list.style-four .blur-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.7s ease;
  border-radius: 5px;
}
.single-destinations-list.style-four .details {
  background: none;
  position: absolute;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
}
.single-destinations-list.style-four .details .tp-review-meta {
  color: #ffffff;
}
.single-destinations-list.style-four .details .content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.7s ease;
}
.single-destinations-list.style-four .details .location {
  color: #ffffff;
}
.single-destinations-list.style-four .details .location img {
  filter: brightness(100000%);
}
.single-destinations-list.style-four .details .list-price-meta .tp-price-meta {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  padding-top: 0;
  float: right;
}
.single-destinations-list.style-four .details .title,
.single-destinations-list.style-four .details .content,
.single-destinations-list.style-four .details .tp-list-meta li,
.single-destinations-list.style-four .details .tp-list-meta li i,
.single-destinations-list.style-four .details .tp-list-meta li .material-icons,
.single-destinations-list.style-four .details .tp-price-meta p {
  color: #b5202b;
}
.single-destinations-list.style-four .details .tp-price-meta h2 {
  margin-bottom: 0;
  margin-right: 15px;
}
.single-destinations-list.style-four .details .tp-list-meta li:first-child {
  margin-left: 0;
}
.single-destinations-list.style-four:before {
  display: none;
}
.single-destinations-list.style-four:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  visibility: visible;
}
.single-destinations-list.style-four:hover .blur-thumb {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.single-destinations-list.style-four:hover .details .content {
  height: 80px;
  opacity: 1;
  visibility: visible;
}

.d-list-progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3019607843);
  background-image: linear-gradient(to right, #b5202b, #b5202b);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.destinations-list-slider-bg {
  position: relative;
}
.destinations-list-slider-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(rgba(132, 185, 49, 0.85), rgba(132, 185, 49, 0.85)), url("/storage/panorama-montagne-route-martinique-w950.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
}
.destinations-list-slider-bg .destinations-list-slider {
  padding: 55px 0;
}

.destinations-slider-controls .slider-nav {
  margin-bottom: 150px;
}
.destinations-slider-controls .slider-nav .slick-arrow {
  border: 3px solid rgba(255, 255, 255, 0.3019607843);
  display: block;
  color: #ffffff;
}
.destinations-slider-controls .slider-nav .slick-arrow:hover, .destinations-slider-controls .slider-nav .slick-arrow:active, .destinations-slider-controls .slider-nav .slick-arrow:focus {
  border: 3px solid #b5202b;
  color: #b5202b;
}
.destinations-slider-controls .slider-nav .slick-prev {
  margin-bottom: 30px;
}

/* -----------------------------------------------------
    video popup style
----------------------------------------------------- */
.video-popup-wrap {
  position: relative;
}
.video-popup-wrap .thumb {
  position: relative;
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(1.8deg);
}
.video-popup-wrap .thumb img {
  width: 100%;
  height: 100%;
}
.video-popup-wrap:after {
  content: "";
  position: absolute;
  width: 99%;
  background-size: cover;
  height: 94%;
  left: 0.5%;
  background-position: 100% 100%;
  z-index: -1;
  top: 3%;
  transform: rotate(-4deg);
  border-radius: 10px;
}
.video-popup-wrap.style-two .thumb {
  position: relative;
  -webkit-mask: none;
  transform: rotate(0);
}
.video-popup-wrap.style-two .thumb:after {
  display: none;
}
.video-popup-wrap.style-two .thumb img {
  border-radius: 10px;
}
.video-popup-wrap.style-two:after {
  display: none;
}

.video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  border: 2px solid #b5202b;
  border-radius: 50%;
  padding: 6px;
}
.video-popup-btn .video-play-btn {
  height: 78px;
  width: 78px;
  background: #b5202b;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  font-size: 26px;
  text-align: center;
  line-height: 80px;
  padding-left: 4px;
  color: #ffffff;
  animation: ripple-white3 2.5s linear infinite;
}
.video-popup-btn.style-two {
  margin-top: -25px;
  margin-left: -25px;
}
.video-popup-btn.style-two .video-play-btn {
  height: 50px;
  width: 50px;
  font-size: 18px;
  line-height: 52px;
  padding-left: 3px;
}
.video-popup-btn.style-two .video-play-btn:after {
  margin-top: -28px;
  margin-right: -28px;
  width: 56px;
  height: 56px;
  display: block;
  border: 1px solid #b5202b;
}

/****** Vider Magnific-popup ***/
.mfp-zoom-in .mfp-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mfp-zoom-in {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@keyframes ripple-white3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/* -----------------------------------------------------
    client review style
----------------------------------------------------- */
.single-client-review {
  margin-left: 70px;
}
.single-client-review .sub-title {
  color: #01B9B7;
  margin-bottom: 0;
}
.single-client-review .location-name {
  font-weight: 700;
}
.single-client-review .tp-review-meta {
  margin-bottom: 15px;
}
.single-client-review .media {
  align-items: center;
  padding-top: 17px;
}
.single-client-review .media .media-left {
  margin-right: 22px;
}
.single-client-review .media .media-left img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  box-shadow: 0px 3px 15px rgba(1, 26, 66, 0.1490196078);
  border: 2px solid #FFFFFF;
}
.single-client-review .media .media-body h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.single-client-review .media .media-body p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--heading-font);
}

/* -----------------------------------------------------
    destination list style
----------------------------------------------------- */
.single-destination-grid {
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.single-destination-grid .thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.single-destination-grid .thumb img {
  border-radius: 10px 10px 0px 0px;
  transition: all 0.7s ease;
}
.single-destination-grid .details {
  border: 1px solid #CFD3DE;
  padding: 30px;
  padding-top: 0;
  margin-top: -22px;
  border-radius: 0px 0px 10px 10px;
}
.single-destination-grid .details .d-list-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #F8F8F8;
}
.single-destination-grid .details .d-list-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.single-destination-grid .details .d-list-meta li.date {
  height: 32px;
  background: #01B9B7;
  color: #ffffff;
  padding: 0 12px;
  line-height: 33px;
  font-size: 20px;
  border-radius: 4px;
}
.single-destination-grid .details .tp-review-meta {
  background: #ffffff;
  padding: 5px 18px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.single-destination-grid .details .title {
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 45px;
}
.single-destination-grid .details p {
  margin-bottom: 0;
}
.single-destination-grid .details .btn, .single-destination-grid .details .btn-sm, .single-destination-grid .details .btn-xs {
  margin-top: 30px;
}
.single-destination-grid:hover {
  box-shadow: 0px 3px 12px rgba(7, 28, 85, 0.1490196078);
}
.single-destination-grid:hover .thumb img {
  transform: scale(1.1);
}
.single-destination-grid.style-two .thumb {
  border-radius: 10px;
  margin-bottom: 20px;
}
.single-destination-grid.style-two .thumb img {
  border-radius: 10px;
}
.single-destination-grid.style-two .details {
  margin-top: 0;
  border: 0;
  padding: 0;
}
.single-destination-grid.style-two .details li {
  margin-top: 10px;
  font-size: 14px;
  margin-right: 20px;
}
.single-destination-grid.style-two .details li:last-child {
  margin-right: 0;
}
.single-destination-grid.style-two .details li img {
  max-width: 25px;
}
.single-destination-grid.style-two .details .title {
  margin-bottom: 29px;
  margin-top: 33px;
}
.single-destination-grid.style-two:hover {
  box-shadow: none;
}

/* -----------------------------------------------------
    Trip plan style
----------------------------------------------------- */
.single-trip-plan {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 12px rgba(7, 28, 85, 0.1215686275);
  border-radius: 10px;
}
.single-trip-plan .thumb {
  position: relative;
}
.single-trip-plan .thumb img {
  border-radius: 10px;
}
.single-trip-plan .thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -14px;
  margin-right: -14px;
  width: 28px;
  height: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 3;
  background-size: cover;
}
.single-trip-plan .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background: var(--main-color-two);
  opacity: 0.3;
  border-radius: 10px;
}
.single-trip-plan .single-trip-plan-left {
  display: table-cell;
  float: none;
  position: relative;
}
.single-trip-plan .single-trip-plan-left img {
  height: -moz-fit-content;
  height: fit-content;
}
.single-trip-plan .single-trip-plan-right {
  padding-left: 5px;
  width: 73%;
  display: table-cell;
  float: none;
  height: auto;
  overflow: hidden;
}
.single-trip-plan .tp-list-meta {
  padding-bottom: 5px;
}
.single-trip-plan .tp-list-meta li {
  margin: 0 8px;
  font-size: 15px;
}
.single-trip-plan .tp-price-meta {
  padding: 12px 10px 0 10px;
}
.single-trip-plan .tp-price-meta p {
  font-size: 14px;
}
.single-trip-plan .tp-price-meta h2 {
  font-size: 34px;
  margin-bottom: 0;
}
.single-trip-plan .tp-price-meta h2 span {
  font-size: 18px !important;
}
.single-trip-plan .tp-price-meta h2 small {
  font-size: 18px !important;
  right: -11px;
}
.single-trip-plan .tp-price-meta del {
  font-size: 20px;
}
.single-trip-plan .tp-price-meta del span {
  font-size: 12px !important;
}

/* -----------------------------------------------------
    location-details-table style
----------------------------------------------------- */
.location-details-table {
  background: #F8F8F8;
  border-radius: 10px;
}
.location-details-table tr td {
  font-weight: 400;
  color: #76819F;
  border-top: 0;
  border-bottom: 1px solid #CFD3DE;
}
.location-details-table tr .title {
  color: var(--main-color-two);
}
.location-details-table .btn, .location-details-table .btn-sm, .location-details-table .btn-xs {
  margin: 15px 0 30px;
}

/* -----------------------------------------------------
    gallery style
----------------------------------------------------- */
.tp-gallery-item-img {
  margin-bottom: 30px;
  position: relative;
}
.tp-gallery-item-img .thumb {
  position: relative;
  display: block;
}
.tp-gallery-item-img .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  transition: all 0.6s ease;
  opacity: 0.5;
  border-radius: 10px;
}
.tp-gallery-item-img img {
  border-radius: 10px;
}
.tp-gallery-item-img .details {
  position: absolute;
  bottom: 0;
  max-height: 130px;
  display: block;
  padding: 50px;
  transition: all 0.9s ease;
}
.tp-gallery-item-img .details h3 {
  color: #ffffff;
}
.tp-gallery-item-img .details p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.tp-gallery-item-img .details a {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.tp-gallery-item-img:hover .details {
  max-height: 100%;
}
.tp-gallery-item-img:hover .details p {
  opacity: 1;
  visibility: visible;
}
.tp-gallery-item-img:hover .details a {
  opacity: 1;
  visibility: visible;
}
.tp-gallery-item-img:hover .thumb:after {
  opacity: 0.7;
}

.destination-list-gallery-area .tp-gallery-item-img {
  overflow: hidden;
}

.single-gallery-area {
  padding: 25px 0 30px 0;
  border: 1px solid #ecf0f1;
  margin-bottom: 50px;
  border-radius: 10px;
}
.single-gallery-area .gallery-title {
  padding: 0 30px;
}

.gallery-slider .thumb img {
  cursor: ew-resize;
  border-radius: 8px;
}

.gallery-title {
  margin-bottom: 25px;
}
.gallery-title .location {
  margin-bottom: 0;
}
.gallery-title .location img {
  margin-right: 10px;
}
.gallery-title h4 {
  font-weight: 700;
}

/* -----------------------------------------------------
    about-section style
----------------------------------------------------- */
.about-section-right-thumb {
  position: relative;
  margin-bottom: 150px;
}
.about-section-right-thumb img {
  border-radius: 10px;
}
.about-section-right-thumb .about-absolute-thumb {
  position: absolute;
  left: -150px;
  bottom: -150px;
}

/* -----------------------------------------------------
    single team style
----------------------------------------------------- */
.single-team {
  margin-bottom: 30px;
}
.single-team .thumb {
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-team .thumb img {
  border-radius: 10px;
  transition: all 0.7s ease;
  transform: scale(1);
}
.single-team .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  transition: all 0.6s ease;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
}
.single-team .name {
  font-weight: 700;
  margin-bottom: 8px;
}
.single-team span {
  font-size: 20px;
  color: #01B9B7;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
.single-team .team-social {
  margin: 0;
  padding: 0;
}
.single-team .team-social li {
  display: inline-block;
  list-style: none;
}
.single-team .team-social li a {
  padding: 0 10px;
  transition: all 0.5s ease;
}
.single-team .team-social li a:hover {
  color: var(--main-color-two);
}
.single-team:hover .thumb:after {
  visibility: visible;
  opacity: 0.4;
}
.single-team:hover .thumb img {
  transform: scale(1.1);
}

.team-newslater-bg {
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

/* -----------------------------------------------------
    error-page-area style
----------------------------------------------------- */
.error-page-area {
  height: 100vh;
  position: relative;
}
.error-page-area:after {
  content: "";
  position: absolute;
  width: 100%;
  background-size: contain;
  height: 100%;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background-position: 100% 119%;
  z-index: 0;
  background-repeat: no-repeat;
}
.error-page-area:before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 100, 0));
  height: 54%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.error-page-area .logo-wrapper {
  position: absolute;
  top: 30px;
  z-index: 9;
}

.error-page-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
}

.error-page-info h1 {
  position: relative;
  z-index: 0;
  font-size: 400px;
  line-height: 400px;
  color: #ffffff;
  font-family: var(--body-font);
  font-weight: 600;
  background: linear-gradient(to top, #ffffff 50%, #30CFD0 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error-page-info .error-page-info-details {
  position: relative;
  z-index: 2;
}
.error-page-info .error-page-info-details h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 30px;
}
.error-page-info .error-page-info-details p {
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 30px;
}

/* -----------------------------------------------------
	tour details style
    single-package-included style
----------------------------------------------------- */
.single-package-included {
  padding: 30px 30px 20px 30px;
  border: 1px solid #CFD3DE;
  border-radius: 4px;
  margin-bottom: 30px;
}
.single-package-included img {
  margin-bottom: 10px;
}
.single-package-included h6 {
  font-size: 20px;
  color: var(--main-color-two);
  font-weight: 600;
  margin-bottom: 10px;
}
.single-package-included p {
  margin-bottom: 0;
}

.package-included-location .single-blog {
  position: relative;
}
.package-included-location .single-blog:after {
  content: "";
  position: absolute;
  top: 16px;
  width: 101%;
  border: 1px solid #76819F;
  left: 34px;
  z-index: -2;
}
.package-included-location .single-blog.single-blog-after-none:after {
  display: none;
}
.package-included-location .p-list {
  display: inline-block;
  text-align: center;
}
.package-included-location .p-list .list {
  width: 22px;
  height: 22px;
  background: #76819F;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.package-included-location .p-list .list:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -15px;
  margin-right: -15px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #76819F;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.single-host-wrap {
  box-shadow: 0px 3px 27px rgba(35, 57, 116, 0.0901960784);
  border-radius: 10px;
  padding: 0 30px 50px 30px;
}
.single-host-wrap .thumb {
  border: 1px solid #b5202b;
  padding: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-top: -100px;
}
.single-host-wrap .thumb img {
  border: 1px solid #b5202b;
  border-radius: 50%;
}
.single-host-wrap h4 {
  margin-bottom: 22px;
}
.single-host-wrap .btn, .single-host-wrap .btn-sm, .single-host-wrap .btn-xs {
  margin-top: 22px;
}

.service-location-map iframe {
  height: 480px;
  width: 100%;
  border: 0 !important;
}

.tour-details-review-area .date {
  margin-bottom: 10px !important;
}
.tour-details-review-area .tp-review-meta {
  margin-bottom: 10px;
}

/* -----------------------------------------------------
    single-upconing-card style
----------------------------------------------------- */
.upcomming-card-slider-1 .slick-list {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
.upcomming-card-slider-1 .slick-prev {
  position: absolute;
  right: 230px;
  top: -150px;
}
.upcomming-card-slider-1 .slick-next {
  position: absolute;
  right: 150px;
  top: -150px;
}

.upcomming-card-slider-2 .slick-list {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.upcomming-card-slider-2 .slick-prev {
  position: absolute;
  left: 15px;
  bottom: -60px;
}
.upcomming-card-slider-2 .slick-next {
  position: absolute;
  left: 90px;
  bottom: -60px;
}
.upcomming-card-slider-2 .single-upconing-card:hover {
  margin-top: -15px;
}

.upcomming-card-slider-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.upcomming-card-slider-3 .single-upconing-card .details {
  position: relative;
}
.upcomming-card-slider-3 .single-upconing-card .details h3 {
  color: #9499A6;
  font-weight: 700;
  transition: all 0.4s ease;
}
.upcomming-card-slider-3 .single-upconing-card:hover .details h3 {
  color: var(--main-color-two);
}
.upcomming-card-slider-3 .slick-prev {
  display: inline-block;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -30px;
}
.upcomming-card-slider-3 .slick-next {
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -30px;
}
.upcomming-card-slider-3 .slick-active + .slick-active {
  margin-top: 50px;
}
.upcomming-card-slider-3 .slick-active + .slick-active + .slick-active {
  margin-top: 0;
}
.upcomming-card-slider-3 .slick-active + .slick-active + .slick-active + .slick-active {
  margin-top: 50px;
}

.single-upconing-card {
  margin: 7px 15px 15px 15px;
  position: relative;
  transition: all 0.6s ease;
}
.single-upconing-card .shadow {
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease;
  background-size: cover;
}
.single-upconing-card .shadow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  opacity: 0.6;
  border-radius: 10px;
}
.single-upconing-card .shadow img {
  z-index: -1;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.7s ease;
  border-radius: 10px;
}
.single-upconing-card .flag {
  height: 110px;
  width: 110px;
  position: absolute;
  top: -55px;
  left: 50%;
  border: 8px solid #ffffff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.single-upconing-card .flag img {
  border-radius: 50%;
}
.single-upconing-card .content {
  position: absolute;
  bottom: 0;
  max-height: 80px;
  display: block;
  padding: 15px;
  transition: all 1s ease;
}
.single-upconing-card .content .title {
  color: #ffffff;
  margin-bottom: 16px;
}
.single-upconing-card .content p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  line-height: 26px;
  transition: all 1s ease;
}
.single-upconing-card .tp-price-meta {
  position: absolute;
  right: 0px;
  top: 70px;
  background: #ffffff;
  border-radius: 40px 0 0 40px;
  padding: 6px 30px 7px 35px;
}
.single-upconing-card .tp-price-meta h2 {
  font-size: 32px;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 32px;
}
.single-upconing-card .tp-price-meta h2 span {
  font-size: 16px !important;
}
.single-upconing-card .tp-price-meta p {
  font-size: 15px;
}
.single-upconing-card .details {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
.single-upconing-card .details .title {
  color: #ffffff;
  margin-bottom: 0;
}
.single-upconing-card .details p {
  color: #ffffff;
  margin-bottom: 0;
}
.single-upconing-card .details p i {
  margin-right: 5px;
}
.single-upconing-card .location {
  color: #F8F8F8;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  transform: rotate(-90deg);
  left: -80px;
  right: 100%;
  bottom: 25px;
}
.single-upconing-card:hover .content {
  max-height: 100%;
}
.single-upconing-card:hover .content p {
  visibility: visible;
  opacity: 1;
}
.single-upconing-card:hover .shadow img {
  top: 5px;
  filter: blur(10px);
}
.single-upconing-card.style-two {
  margin-left: 110px;
  margin-bottom: 50px;
}

/* -----------------------------------------------------
    single counting style
----------------------------------------------------- */
.counter-area {
  padding-top: 385px;
  margin-top: -340px;
  padding-bottom: 70px;
}
.counter-area ul {
  padding-left: 0;
}
.counter-area ul li {
  position: relative;
  list-style: none;
}
.counter-area ul li:nth-child(1):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: 20px;
  background-repeat: no-repeat;
  transform: translateX(-26%);
  background-size: 50%;
}
.counter-area ul li:nth-child(2):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: 55px;
  background-repeat: no-repeat;
  transform: translateX(-26%);
  background-size: 50%;
}
.counter-area ul li:nth-child(3):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 100%;
  top: 20px;
  background-repeat: no-repeat;
  transform: translateX(-26%);
  background-size: 50%;
}

.single-counting {
  margin-bottom: 30px;
}
.single-counting h2 {
  margin-bottom: 25px;
}
.single-counting .count-nums {
  font-size: 55px;
  font-weight: 700;
}
.single-counting .title {
  font-size: 24px;
  font-weight: 500;
  color: #76819F;
}

/* -----------------------------------------------------
    single-package-card style
----------------------------------------------------- */
.single-package-card {
  border-radius: 10px;
  border: 1px solid #CFD3DE;
  margin-bottom: 30px;
  background: #ffffff;
}
.single-package-card .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.single-package-card .thumb img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.6s ease;
}
.single-package-card:hover .thumb img {
  transform: scale(1.1);
}
.single-package-card .details {
  padding: 20px;
}
.single-package-card .details .location {
  margin-bottom: 10px;
}
.single-package-card .details .location .location-name {
  color: #01B9B7;
}
.single-package-card .details .location .location-name img {
  margin-right: 6px;
}
.single-package-card .details h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.single-package-card .package-meta .tp-price-meta:last-child {
  margin-right: 0;
}
.single-package-card.style-two {
  border-radius: 0;
}
.single-package-card.style-two .thumb {
  margin: 15px 15px 0 15px;
}
.single-package-card.style-two .thumb img {
  border-radius: 0;
}
.single-package-card.style-two .details .btn, .single-package-card.style-two .details .btn-sm, .single-package-card.style-two .details .btn-xs {
  width: 100%;
}

.package-meta {
  padding: 0;
}
.package-meta .tp-price-meta {
  margin-right: 30px;
  display: inline-block;
}
.package-meta .tp-price-meta i {
  margin-bottom: 10px;
  color: #01B9B7;
}
.package-meta .tp-price-meta h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--main-color-two);
}
.package-meta .tp-price-meta h2 span {
  font-size: 13px !important;
  margin-top: 3px;
  right: -9px;
}
.package-meta .tp-price-meta h2 small {
  font-size: 13px !important;
  margin-top: 4px;
  right: -9px;
}

/* -----------------------------------------------------
    instagram-wrap style
----------------------------------------------------- */
.instagram-slider .instagram-slider-item img {
  transform: scale(1, 0.92);
  transition: all 0.5s ease;
  border-radius: 4px;
}
.instagram-slider .instagram-slider-item:hover img {
  transform: scale(1, 1);
}

/* -----------------------------------------------------
    client-slider style
----------------------------------------------------- */
.client-slider {
  margin-bottom: 80px;
}
.client-slider .slick-prev {
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -70px;
}
.client-slider .slick-next {
  position: absolute;
  right: 50%;
  margin-right: -70px;
  bottom: -80px;
}

.single-client-card {
  background: #ffffff;
  box-shadow: 0px 0px 23px rgba(35, 57, 116, 0.1490196078);
  padding: 40px 20px 15px 30px;
  margin: 30px 20px 20px;
  position: relative;
}
.single-client-card .quote {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: inline-block;
  margin-left: -50px;
  margin-top: -70px;
  background: #b5202b;
  color: #ffffff;
  font-size: 28px;
  border-radius: 10px;
}
.single-client-card .content-text {
  margin-bottom: 20px;
}
.single-client-card .media .media-left img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-client-card .media .media-body h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--paragraph-font);
  margin-bottom: 5px;
}
.single-client-card .media .media-body span {
  font-weight: 500;
  font-size: 14px;
}
.single-client-card .media .media-body .tp-review-meta {
  float: right;
}

.client-slider-two .client-slider-item {
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.client-slider-two .client-slider-item .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}
.client-slider-two .client-slider-item .title-meta {
  padding: 20px 25px;
}
.client-slider-two .client-slider-item .title-meta p {
  color: #b5202b;
  margin-bottom: 0;
}
.client-slider-two .client-slider-item .title-meta h3 {
  font-weight: 700;
  color: #ffffff;
}
.client-slider-two .client-slider-item .row {
  margin: 0;
}
.client-slider-two .client-slider-item .details {
  padding: 70px 10px;
}
.client-slider-two .client-slider-item .details .tp-review-meta {
  margin-bottom: 10px;
}
.client-slider-two .client-slider-item .details h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--paragraph-font);
  margin-bottom: 5px;
}
.client-slider-two .client-slider-item .details span {
  font-weight: 500;
  font-size: 14px;
}
.client-slider-two .client-slider-item .details p {
  margin-top: 10px;
}

.client-slider-two {
  position: relative;
  width: 100%;
  z-index: 111;
}
.client-slider-two .tp-control-nav {
  margin-top: 40px;
}
.client-slider-two .swiper-buttons-prev {
  margin-right: 15px;
}

.client-slider-two .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 750px;
  height: auto;
  transform: translate3d(0px, -18px, -475px) rotateX(0deg) rotateY(0deg) !important;
  transition: all 0.4s ease;
}

.client-slider-two .swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}

.client-slider-two .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease;
}

/* -----------------------------------------------------
    single-travelus style
----------------------------------------------------- */
.single-travelus-wrap-area {
  align-items: center;
}

.single-travelus-wrap {
  list-style: none;
  position: relative;
}
.single-travelus-wrap:nth-child(1):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: -50px;
  background-repeat: no-repeat;
  z-index: 0;
}
.single-travelus-wrap:nth-child(2):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  bottom: -180px;
  background-repeat: no-repeat;
}
.single-travelus-wrap:nth-child(3):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: -51px;
  background-repeat: no-repeat;
  z-index: 0;
}

.single-travelus .icons {
  height: 180px;
  width: 180px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 50px;
  line-height: 180px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 45px;
}
.single-travelus h4, .single-travelus .title {
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 500;
}

.single-travelus-wrap-area.style-2 .single-travelus-wrap {
  list-style: none;
  position: relative;
}
.single-travelus-wrap-area.style-2 .single-travelus-wrap:nth-child(1):after {
  background-image: url("/storage/svg/car-path-bottom.svg");
}
.single-travelus-wrap-area.style-2 .single-travelus-wrap:nth-child(2):after {
  background-image: url("/storage/svg/car-path-top.svg");
  bottom: -150px;
}
.single-travelus-wrap-area.style-2 .single-travelus-wrap:nth-child(3):after {
  background-image: url("/storage/svg/car-path-bottom.svg");
}
.single-travelus-wrap-area.style-2 .single-travelus .icons {
  background: rgba(132, 185, 49, 0.1);
}
.single-travelus-wrap-area.style-2 .single-travelus h4, .single-travelus-wrap-area.style-2 .single-travelus .title {
  color: #84b931;
  font-family: var(--heading-font);
}

/* -----------------------------------------------------
    faq-tabs style
----------------------------------------------------- */
.tp-tabs {
  border: 0 !important;
  margin: 50px 0 0 0;
}
.tp-tabs li {
  display: block;
  width: 100%;
  margin-bottom: 20px !important;
}
.tp-tabs li a {
  color: #071C55;
  background: #F8F8F8;
  border-radius: 4px;
  border: 0 !important;
  position: relative;
}
.tp-tabs li a i {
  margin-right: 10px;
}
.tp-tabs li a:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  background: #071C55;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  transform: rotate(45deg);
  border-radius: 1px;
  visibility: hidden;
}
.tp-tabs li a.active {
  background-color: #071C55 !important;
  color: #ffffff !important;
}
.tp-tabs li a.active:after {
  visibility: visible;
}
.tp-tabs li:last-child {
  margin-bottom: 0 !important;
}
.tp-tabs.style-two {
  margin: 0;
}
.tp-tabs.style-two li {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #CFD3DE !important;
  background: #F8F8F8;
}
.tp-tabs.style-two li a {
  border-radius: 0;
}
.tp-tabs.style-two li:last-child {
  border-bottom: 0 !important;
}
.tp-tabs.style-two li .btn-yellow {
  background: #b5202b;
  color: #ffffff;
  margin: 20px 0;
  border-radius: 4px;
}
.tp-tabs.style-two li .btn-yellow:hover, .tp-tabs.style-two li .btn-yellow:focus {
  color: #ffffff;
}
.tp-tabs.style-two li .btn-yellow i {
  margin-left: 7px;
  font-size: 22px;
}
.tp-tabs.style-two li .btn-yellow span {
  position: relative;
  padding-right: 28px;
}
.tp-tabs.style-two li .btn-yellow span i {
  position: absolute;
  top: 1px;
}

.faq-tab-content {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 80px 100px 30px;
}
.faq-tab-content .faq-details {
  background: rgba(7, 28, 85, 0.9);
  border-radius: 10px;
  padding: 18px 30px 25px;
}
.faq-tab-content .faq-details h6 {
  color: #b5202b;
  font-size: 16px;
  font-family: var(--paragraph-font);
  font-weight: 500;
  padding-top: 10px;
  line-height: 26px;
}
.faq-tab-content .faq-details p {
  color: #ffffff;
}

/* -----------------------------------------------------
    user profile style
----------------------------------------------------- */
.user-details-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.tp-img-upload {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.tp-img-upload .tp-avatar-preview {
  display: inline-block;
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 10px;
  margin-right: 30px;
}
.tp-img-upload .tp-avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tp-img-upload .tp-avatar-edit {
  display: inline-block;
}
.tp-img-upload .tp-avatar-edit input {
  display: none;
}
.tp-img-upload .tp-avatar-edit input + label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.tp-img-upload .tp-avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.tp-img-upload .tp-avatar-edit .btn, .tp-img-upload .tp-avatar-edit .btn-sm, .tp-img-upload .tp-avatar-edit .btn-xs {
  margin-bottom: 20px;
}
.tp-img-upload .tp-avatar-edit h4 {
  font-family: var(--paragraph-font);
  font-weight: 600;
}

.user-verification .notice {
  background: #F8F8F8;
  border: 1px solid #F3941E;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  color: #071C55;
}
.user-verification .notice i {
  padding-right: 8px;
}
.user-verification span {
  font-size: 15px;
  color: #9499A6;
  font-weight: 300;
}

.user-payment-method .single-input-wrap input {
  border: 1px solid #ffffff;
  height: 48px;
}
.user-payment-method .user-payment-card {
  text-align: center;
}
.user-payment-method .user-payment-card img {
  margin-bottom: 25px;
}
.user-payment-method .user-payment-card span {
  color: var(--main-color-two);
  margin-bottom: 10px;
  display: block;
}
.user-payment-method .user-payment-card .payment-card {
  font-size: 30px;
  margin-bottom: 30px;
}
.user-payment-method .user-payment-card .payment-card i {
  margin-bottom: 5px;
}
.user-payment-method .user-payment-card .btn, .user-payment-method .user-payment-card .btn-sm, .user-payment-method .user-payment-card .btn-xs {
  margin-bottom: 10px;
}
.user-payment-method .user-payment-card .btn-transparent {
  border: 1px solid #b5202b;
}
.user-payment-method .user-payment-card .btn-transparent:hover {
  background: #b5202b;
  color: #ffffff;
}

.user-tour-details .user-tour-details-title {
  color: #b5202b;
}
.user-tour-details .comments-area {
  margin-top: 0;
}

/******* comming soon count down ********/
.comming-soon-page {
  background-size: cover;
}
.comming-soon-page .logo-wrapper {
  position: absolute;
  padding-top: 30px;
  z-index: 999;
}

.comming-soon-info-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
}

.comming-soon-info .btn-transparent {
  border-color: #b5202b;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 30px;
}
.comming-soon-info .btn-transparent:hover {
  background: #b5202b;
}
.comming-soon-info .social-icon li a {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--main-color-two);
}
.comming-soon-info .social-icon li:hover a {
  border-color: #ffffff !important;
}

.comming-soon-title {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 60px;
  color: #ffffff;
}

.countdown-item {
  height: 160px;
  width: 160px;
  padding-top: 44px;
  margin-right: 40px;
  display: inline-block;
  border-bottom: 5px solid #b5202b;
  text-align: center;
  border-radius: 4px;
  background: rgba(243, 148, 30, 0.5);
}
.countdown-item h2 {
  margin: 0;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 300;
  font-size: 45px;
  font-family: var(--paragraph-font);
  font-weight: 600;
}
.countdown-item span {
  margin: 0;
  line-height: 1.2;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--paragraph-font);
  font-weight: 300;
  text-transform: uppercase;
}
.countdown-item:last-child {
  margin-right: 0;
}

.service-location-map {
  line-height: 1;
}

.section-pellet-title {
  border-top: 2px solid #b5202b;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
.section-pellet-title .spt-title {
  background-color: #b5202b;
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 35px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-marker {
  background-color: #b5202b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  padding: 6px 35px;
  font-size: 15px;
  min-width: 215px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .single-travelus .icons {
    height: 120px;
    width: 120px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 50px;
    line-height: 120px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .single-travelus .icons img {
    width: 50px;
  }
  .single-travelus h4, .single-travelus .title {
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 500;
  }
}
.input-checkbox {
  display: flex;
  align-items: stretch;
}
.input-checkbox .ic-wrap {
  flex-grow: 1;
}
.input-checkbox .ic-label {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
.input-checkbox .ic-input {
  border: none;
  display: block;
  font-family: var(--heading-font);
  font-size: 22px;
  padding: 15px 30px;
  height: 100%;
  width: 100%;
}
.input-checkbox .ic-radio {
  display: flex;
  align-items: center;
}
.input-checkbox .ic-radio .ic-radio-item {
  flex-grow: 1;
  flex-shrink: 0;
  height: 100%;
}
.input-checkbox .ic-radio .ic-radio-item label {
  background-color: #fff;
  color: #84b931;
  cursor: pointer;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-items: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  height: 100%;
  min-width: 100px;
}
.input-checkbox .ic-radio .ic-radio-item input:checked + label {
  background-color: #84b931;
  color: #fff;
}
.input-checkbox .ic-radio .ic-radio-item:first-child label {
  border-left: 2px solid #ebf5da;
}
.input-checkbox .ic-radio input {
  display: none;
}

.input-password-toggle {
  position: relative;
}
.input-password-toggle i {
  cursor: pointer;
  font-size: 2rem;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.input-password-toggle i.active {
  color: #84b931;
  opacity: 1;
}

.driver-inputs {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.driver-inputs.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.label {
  color: #013265;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}

.label-style-1 {
  background-color: #ebf5da;
  display: inline-block;
  color: #84b931;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}

.input-style-1 {
  background-color: #ecf0f1;
  border: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 15px;
  width: 100%;
}

.radio-btn-wrap {
  background-color: rgba(103, 145, 38, 0.2);
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
}
.radio-btn-wrap .rb-item {
  flex-grow: 1;
  margin-bottom: 0;
  min-width: 300px;
}
.radio-btn-wrap .rb-item span {
  color: #679126;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background-color 0.5s, color 0.5s;
}
.radio-btn-wrap .rb-item span::before, .radio-btn-wrap .rb-item span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.radio-btn-wrap .rb-item span::before {
  content: "•";
  color: #fff;
  font-size: 50px;
  left: 25px;
  opacity: 0.8;
}
.radio-btn-wrap .rb-item span::after {
  content: "\e877";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  left: 20px;
  opacity: 0;
}
.radio-btn-wrap .rb-item span:hover {
  background-color: #c9e59e;
}
.radio-btn-wrap .rb-item input {
  display: none;
}
.radio-btn-wrap .rb-item input:checked + span {
  background-color: #84b931;
  color: #fff;
}
.radio-btn-wrap .rb-item input:checked + span::before {
  opacity: 0;
}
.radio-btn-wrap .rb-item input:checked + span::after {
  opacity: 1;
}

.input-calendar {
  position: relative;
  width: 100% !important;
  max-width: none !important;
}
.input-calendar::before {
  content: "\e916";
  color: #84b931;
  font-family: "Material Icons Outlined";
  font-size: 1.8em;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.input-calendar .ic-input {
  background: #fff !important;
  background-color: #fff !important;
  border: none;
  color: #000 !important;
  display: block;
  font-family: "Comfortaa", serif;
  font-size: 20px;
  padding: 8px 15px 8px 55px;
  height: 45px;
  width: 100% !important;
  max-width: none !important;
}
.input-calendar--time::before {
  content: "\e8b5";
}
.input-calendar--niceSelect::before {
  transform: none;
  z-index: 5;
}
.input-calendar--niceSelect .nice-select .current {
  padding-left: 35px;
}

.nice-select {
  background: #ecf0f1;
  border: none;
  font-size: 15px;
  height: 52px;
  width: 100%;
  color: var(--paragraph-color);
  transition: background 0.5s;
}
.nice-select .current {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
.nice-select .list {
  width: 100%;
}
.nice-select .list li {
  color: #013265;
}

.nice-select:hover, .nice-select:focus {
  background: #ebf5da;
}

.custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.custom-checkbox .label-text {
  color: #013265;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-left: 10px;
  transition: 0.5s;
}
.custom-checkbox .label-text .label-text-sub {
  color: #e8930c;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.8em;
  transition: 0.5s;
}
.custom-checkbox .label-text .label-text-sub span {
  background-color: #e8930c;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  padding: 3px 6px;
  transition: 0.5s;
}
.custom-checkbox input {
  flex-shrink: 0;
  position: relative !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: content-box;
  overflow: hidden;
}
.custom-checkbox input:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  transition: 0.2s border-color ease;
}
.custom-checkbox input:checked:before {
  border-color: #84b931;
  transition: 0.2s border-color ease;
}
.custom-checkbox input:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
.custom-checkbox input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #84b931;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}
.custom-checkbox input:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #84b931;
}
.custom-checkbox input:checked:after {
  animation: toggleOnCheckbox 0.2s ease forwards;
}
.custom-checkbox input:checked + .label-text, .custom-checkbox input:checked + .label-text * {
  color: #84b931;
}
.custom-checkbox input:checked + .label-text .label-text-sub > span {
  background-color: #84b931;
  color: #fff;
}
.custom-checkbox--2 input::before {
  background-color: #fff;
}
.custom-checkbox--2 input:checked::before {
  background-color: #84b931;
  border-color: #84b931;
}
.custom-checkbox--2 input:checked::after {
  box-shadow: 4px 4px 0px 0px #fff;
}
.custom-checkbox--2 input:checked + .label-text {
  color: #000;
}
.custom-checkbox--2 .label-text {
  color: #000;
  font-family: "Comfortaa", serif;
  font-size: 18px;
}

.custom-checkbox-lg .label-text {
  font-size: 14px;
}
.custom-checkbox-lg input:before {
  height: 20px;
  width: 20px;
}

.label-1 .label-content > * {
  display: inline-block;
  margin-top: 2px;
  transition: color 0.5s;
}
.label-1 .label-title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.label-1 .label-note {
  color: #3e5871;
  font-size: 14px;
  font-weight: bold;
}
.label-1 .label-desc {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

.input-icon {
  display: flex;
  align-items: stretch;
}
.input-icon input {
  background-color: #ecf0f1;
  border: none;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 15px;
}
.input-icon input:focus {
  border-color: #84b931;
}
.input-icon .icon {
  background-color: #84b931;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  position: relative;
  width: 50px;
}
.input-icon .icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-pellet input {
  display: none;
}
.checkbox-pellet label {
  background-color: #fff;
  color: #84b931;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 15px 7px 35px;
  position: relative;
  text-align: center;
  transition: background-color 0.5s, color 0.5s;
}
.checkbox-pellet label::before {
  content: "\e836";
  color: #84b931;
  font-family: "Material Icons Outlined";
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: color 0.5s;
}
.checkbox-pellet input:checked + label {
  background-color: #84b931;
  color: #fff;
}
.checkbox-pellet input:checked + label::before {
  content: "\e2e6";
  color: #fff;
}

.btn-checkbox {
  display: inline-block;
}
.btn-checkbox input {
  display: none;
}
.btn-checkbox label {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 15px 10px 50px;
  position: relative;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
.btn-checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  transition: background-color 0.5s;
}
.btn-checkbox label::after {
  content: "\e876";
  font-family: "Material Icons Outlined";
  font-size: 21px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  transition: color 0.5s, opacity 0.5s;
}
.btn-checkbox input:checked + label::after {
  opacity: 1;
}

.btn-checkbox.btn-checkbox-secondary label {
  border-color: #95a5a6;
  color: #95a5a6;
}
.btn-checkbox.btn-checkbox-secondary label::before {
  background-color: #ecf0f1;
}
.btn-checkbox.btn-checkbox-secondary label::after {
  color: #95a5a6;
}
.btn-checkbox.btn-checkbox-secondary input:checked + label {
  background-color: #ebf5da;
  border-color: #ebf5da;
  color: #84b931;
}
.btn-checkbox.btn-checkbox-secondary input:checked + label::before {
  background-color: #84b931;
}
.btn-checkbox.btn-checkbox-secondary input:checked + label::after {
  color: #fff;
}

.driver-save-new {
  display: none;
}
.driver-save-new.active {
  display: block;
}

.outcome .error {
  display: none;
}

.nice-select .list {
  overflow-y: scroll;
  max-height: 350px;
}

.notif,
.invalid-feedback,
.outcome .error.visible {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  padding-left: 25px;
  position: relative;
}
.notif::before, .notif::after,
.invalid-feedback::before,
.invalid-feedback::after,
.outcome .error.visible::before,
.outcome .error.visible::after {
  content: "";
  border-radius: 100px;
  position: absolute;
  left: 8px;
  top: 0.85em;
  height: 6px;
  width: 6px;
  transform: translate(-50%, -50%);
}
.notif::after,
.invalid-feedback::after,
.outcome .error.visible::after {
  animation: growTransp 1s infinite backwards;
}

.notif-success, .notif--success {
  color: #05b75e;
}
.notif-success::before, .notif-success::after, .notif--success::before, .notif--success::after {
  background-color: #05b75e;
}

.notif-danger,
.notif--danger,
.invalid-feedback,
.outcome .error.visible {
  color: #ef475b;
}
.notif-danger::before, .notif-danger::after,
.notif--danger::before,
.notif--danger::after,
.invalid-feedback::before,
.invalid-feedback::after,
.outcome .error.visible::before,
.outcome .error.visible::after {
  background-color: #ef475b;
}

.notif-main {
  margin-bottom: 15px;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .input-checkbox {
    flex-flow: column wrap;
  }
  .input-checkbox .ic-wrap {
    flex-grow: 1;
  }
  .input-checkbox .ic-label {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
  }
  .input-checkbox .ic-input {
    border: none;
    display: block;
    font-family: var(--heading-font);
    font-size: 22px;
    padding: 15px 30px;
    height: 100%;
    width: 100%;
  }
  .input-checkbox .ic-radio {
    display: flex;
    align-items: center;
  }
  .input-checkbox .ic-radio .ic-radio-item {
    flex-grow: 1;
    flex-shrink: 0;
    height: 100%;
  }
  .input-checkbox .ic-radio .ic-radio-item label {
    background-color: #fff;
    color: #84b931;
    cursor: pointer;
    display: block;
    flex-flow: column wrap;
    align-items: center;
    justify-items: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    height: 100%;
    min-width: 100px;
  }
  .input-checkbox .ic-radio .ic-radio-item input:checked + label {
    background-color: #84b931;
    color: #fff;
  }
  .input-checkbox .ic-radio .ic-radio-item:first-child label {
    border-left: 2px solid #ebf5da;
  }
  .input-checkbox .ic-radio input {
    display: none;
  }
}
/* -----------------------------------------------------
    destination details main slider
----------------------------------------------------- */
.destinations-details-main-slider-wrap {
  position: relative;
}

.destinations-details-main-slider {
  box-shadow: 0px 0px 45px rgba(7, 28, 85, 0.0901960784);
  border-radius: 23px;
}
.destinations-details-main-slider .d-details-main-slider-item img {
  border-radius: 23px;
}

.destinations-details-main-slider-controls {
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 190px;
}
.destinations-details-main-slider-controls .slider-nav {
  margin-bottom: 100px;
}
.destinations-details-main-slider-controls .slider-nav .slick-arrow {
  display: block;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.6);
}
.destinations-details-main-slider-controls .slider-nav .slick-arrow:hover {
  border-color: #b5202b;
}
.destinations-details-main-slider-controls .tp-slider-extra .last {
  color: rgba(255, 255, 255, 0.9);
}
.destinations-details-main-slider-controls .d-list-progress {
  background-color: rgba(255, 255, 255, 0.7);
}

/* -----------------------------------------------------
    destinations-client-review-slider style
----------------------------------------------------- */
.destinations-client-review-slider .d-client-review-slider-item {
  margin: 0 15px;
}
.destinations-client-review-slider .slick-prev {
  position: absolute;
  left: -52px;
  top: 50%;
  margin-top: -28px;
}
.destinations-client-review-slider .slick-next {
  position: absolute;
  right: -52px;
  top: 50%;
  margin-top: -28px;
}

.destinations-details-page .destinations-client-review-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.icon-label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
}
.icon-label .icon {
  color: #84b931;
  margin-right: 10px;
}
.icon-label .icon i {
  font-size: 30px;
}
.icon-label .content .label {
  color: #071C55;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.icon-label .content .value {
  color: #84b931;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.icon-label .content .value-md {
  font-size: 22px;
  line-height: 1.3;
}
.icon-label .content .value-lg {
  font-size: 30px;
  line-height: 1.4;
}

.icon-label.il-inline {
  display: inline-flex;
}

.icon-text {
  display: flex;
  align-items: center;
}
.icon-text .icon {
  margin-right: 10px;
  transform: translateY(2px);
}

/* -----------------------------------------------------
    single-input-wrap-one style
----------------------------------------------------- */
.tp-form-wrap-one {
  padding: 30px 40px 40px;
  border-radius: 10px;
}

.single-input-wrap {
  width: 100%;
  margin-bottom: 18px;
}
.single-input-wrap .single-input-title {
  color: var(--main-color-two);
  font-weight: 400;
  display: block;
}
.single-input-wrap input {
  background: #ffffff;
  border: 1px solid #EAEAEA;
  height: 52px;
  width: 100%;
  padding: 0 18px;
  border-radius: 4px;
  color: var(--paragraph-color);
}
.single-input-wrap textarea {
  background: #ffffff;
  border: 1px solid #EAEAEA;
  height: 52px;
  width: 100%;
  padding: 18px;
  height: 150px;
  border-radius: 4px;
  color: var(--paragraph-color);
}
.single-input-wrap.style-two {
  /*.nice-select {
  	border: 1px solid $gray;
  	border-radius: 0;
  	border-radius: 4px;
  	position: relative;
      background-position: 95%;
      &.custom-select {
  	    padding: 0 38px 0 20px;
  	}
  }*/
}
.single-input-wrap.style-two .single-input-title {
  color: var(--paragraph-color);
  font-weight: 400;
  display: block;
}
.single-input-wrap.style-two input {
  background: #ecf0f1;
  border: 1px solid #ecf0f1;
  height: 52px;
  width: 100%;
  padding: 0 18px;
  color: var(--paragraph-color);
  transition: background 0.5s;
}
.single-input-wrap.style-two textarea {
  background: #ecf0f1;
  border: 1px solid #ecf0f1;
  color: var(--paragraph-color);
  height: 52px;
  width: 100%;
  padding: 18px;
  height: 150px;
  transition: background 0.5s;
}
.single-input-wrap.style-two input:hover, .single-input-wrap.style-two input:focus, .single-input-wrap.style-two textarea:hover, .single-input-wrap.style-two textarea:focus {
  background: #ebf5da;
}
.single-input-wrap.style-two .nice-select {
  border: 0;
  background: transparent;
  padding: 0 25px;
  color: #CFD3DE;
  height: 45px;
  line-height: 45px;
}
.single-input-wrap.style-two .nice-select .current {
  color: var(--body-color);
  font-size: 16px;
}
.single-input-wrap.style-two .nice-select .new-current {
  color: var(--paragraph-color);
}
.single-input-wrap.style-two .nice-select:after {
  display: none;
}
.single-input-wrap.style-two .nice-select .list {
  width: 100%;
}
.single-input-wrap.style-two .nice-select .list li {
  color: #777;
}
.single-input-wrap.style-two.select-style-two {
  background: #ecf0f1 !important;
}

.contact-info {
  padding: 45px 30px;
}
.contact-info p {
  display: flex;
  color: var(--main-color-two);
  font-weight: 400;
}
.contact-info p i {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
}

.contact-map {
  height: 480px;
  width: 100%;
  border: 0 !important;
}

.user-details .single-input-wrap {
  margin-bottom: 25px;
  line-height: 1;
}

.user-details .single-input-wrap.style-two .single-input-title {
  margin-bottom: 10px;
}

.izy-date > * {
  flex: 1 1 0;
}
.izy-date > .izy-date-wrapper {
  display: flex;
  align-items: center;
}
.izy-date .izy-input-final {
  opacity: 0;
  overflow: hidden !important;
  padding: 0;
  margin: 0;
  height: 0 !important;
  visibility: hidden;
}
.izy-date .izy-input-month {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.list-checked {
  padding: 0;
  list-style: none;
}
.list-checked li {
  color: #2c3e50;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.list-checked li::before {
  content: "\e2e6";
  color: #84b931;
  font-family: "Material Icons Outlined";
  position: absolute;
  top: 0;
  left: 0;
}

.list-checked.list-checked-sm li {
  font-size: 13px;
  margin-bottom: 3px;
}

.list-h {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.list-h li {
  margin: 10px;
}

.list-pellet {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-pellet .pellet, .list-pellet .pellet-xs, .list-pellet .pellet-sm, .list-pellet .pellet-lg, .list-pellet .pellet-xl {
  background-color: #b5202b;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
  transition: background-color 0.5s;
}
.list-pellet .pellet:hover, .list-pellet .pellet-xs:hover, .list-pellet .pellet-sm:hover, .list-pellet .pellet-lg:hover, .list-pellet .pellet-xl:hover {
  background-color: #da2e3b;
}

.list-pellet-h {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.list-pellet-h li {
  flex-basis: calc(100% - 20px);
  margin: 0 10px 20px 10px;
}
.list-pellet-h .pellet, .list-pellet-h .pellet-xs, .list-pellet-h .pellet-sm, .list-pellet-h .pellet-lg, .list-pellet-h .pellet-xl {
  text-align: center;
}

.socials {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.socials li {
  margin-right: 3px;
}
.socials li a {
  border-radius: 5px;
  display: block;
  padding: 4px;
  height: 35px;
  width: 35px;
  transition: 0.5s;
}
.socials li svg {
  fill: #fff;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.socials li svg > * {
  height: 100%;
  width: 100%;
}
.socials li a:hover {
  background-color: #fff;
}
.socials li a:hover svg {
  fill: #000;
}

.socials-2 li svg {
  fill: #013265;
}
.socials-2 li a:hover {
  background-color: #84b931;
}
.socials-2 li a:hover svg {
  fill: #fff;
}

.modal-style-1 .modal-content {
  border: none;
  border-radius: 0;
}
.modal-style-1 .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal-style-1 .modal-header .close {
  font-size: 50px;
  line-height: 1;
  padding: 15px;
}
.modal-style-1 .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.modal-style-1 .modal-icon {
  background-color: #ebf5da;
  border-radius: 999px;
  color: #aaa;
  display: inline-block;
  padding: 20px;
}
.modal-style-1 .modal-icon svg {
  fill: #84b931;
}
.modal-style-1 .modal-footer {
  background-color: #84b931;
  border-top: none;
  border-radius: 0;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-style-1 .modal-footer::before {
  content: "";
  border: 10px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .modal-style-1 .modal-dialog {
    min-width: 750px;
  }
}
.modal-ajax-content .loading {
  padding: 20px 0;
  text-align: center;
}

.onoffswitcher {
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitcher-checkbox {
  display: none;
}

.onoffswitcher-wrap {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  flex-shrink: 0;
  margin-bottom: 0;
  position: relative;
  width: 52px;
}

.onoffswitcher-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitcher-inner:before, .onoffswitcher-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  color: black;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitcher-inner:before {
  content: "";
  font-size: 11px;
  padding-left: 6px;
  background-color: #84b931;
  color: #FFFFFF;
}

.onoffswitcher-inner:after {
  content: "";
  font-size: 10px;
  padding-right: 6px;
  background-color: #95a5a6;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitcher-switch {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 24px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transform: translateY(-81%);
  transition: all 0.3s ease-in 0s;
}

.onoffswitcher-label {
  color: #95a5a6;
  display: inline-block;
  font-weight: bold;
  flex-grow: 1;
  margin-bottom: 0;
  transition: color 0.3s;
}

.onoffswitcher-checkbox:checked + .onoffswitcher-wrap > .onoffswitcher-inner {
  margin-left: 0;
}
.onoffswitcher-checkbox:checked + .onoffswitcher-wrap > .onoffswitcher-switch {
  right: -2px;
}
.onoffswitcher-checkbox:checked ~ .onoffswitcher-label {
  color: #84b931;
}

.testimonial-slider-item {
  padding: 10px;
}

.testi-card .tc-content {
  background-color: #84b931;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  text-align: center;
}
.testi-card .tc-content:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #9dd04d;
  bottom: 0;
  left: 0;
  width: 100%;
}
.testi-card .tc-content:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 10px;
  background: #bee08a;
  visibility: hidden;
  opacity: 0;
  transition: all 0.9s ease;
}
.testi-card .tc-content:hover:after {
  visibility: visible;
  opacity: 1;
  right: auto;
  left: 0;
  width: 100%;
  bottom: 0;
}
.testi-card .tc-rating i.filled {
  color: #FDD663;
}
.testi-card .tc-review {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 5px;
  position: relative;
}
.testi-card .tc-review::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
}
.testi-card .tc-user {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testi-card .tcu-avatar {
  margin-right: 15px;
}
.testi-card .tcu-main {
  color: #013265;
  font-family: "Comfortaa", serif;
  font-size: 18px;
}
.testi-card .tcu-sup {
  color: #84b931;
  font-size: 14px;
  font-weight: bold;
}
.testi-card .tcu-sup i {
  font-size: 1.2em;
}

.updown-qty {
  display: inline-flex !important;
  flex-flow: row nowrap;
  align-items: center;
}
.updown-qty .uq-up, .updown-qty .uq-down {
  border: 2px solid #84b931;
  background-color: #84b931;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  position: relative;
  transition: background-color 0.5s, border-color 0.5s;
}
.updown-qty .uq-up:hover, .updown-qty .uq-down:hover {
  background-color: transparent;
  border-color: #84b931;
}
.updown-qty .uq-up:hover::before, .updown-qty .uq-down:hover::before {
  color: #84b931;
}
.updown-qty .uq-up::before,
.updown-qty .uq-down::before {
  color: #fff;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.5s;
}
.updown-qty .uq-up::before {
  content: "\e145";
}
.updown-qty .uq-down::before {
  content: "\e15b";
}
.updown-qty input {
  background-color: #ecf0f1;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  height: auto;
  width: 50px;
}

.updown-qty.size-sm .uq-up, .updown-qty.size-sm .uq-down {
  padding: 10px;
}
.updown-qty.size-sm input {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  width: 30px;
}

/* -----------------------------------------------------
    all footer widget style
----------------------------------------------------- */
.about_us_widget .footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
.about_us_widget p {
  margin-bottom: 30px;
}
.about_us_widget .social-icon li:first-child {
  margin-left: 0;
}

.widget-contact p {
  margin-bottom: 15px;
}
.widget-contact p i {
  margin-right: 12px;
  width: auto;
  height: 100%;
  float: left;
  padding-top: 5px;
  color: #b5202b;
}
.widget-contact p span {
  display: table-cell;
}

.widget-instagram-feed {
  margin: 0;
  padding: 0;
  padding-top: 6px;
}
.widget-instagram-feed li {
  display: inline-block;
  margin: 0 3px 10px;
}
.widget-instagram-feed li a {
  display: inline-block;
  color: #9BA4BB;
  position: relative;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.widget-instagram-feed li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-two);
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}
.widget-instagram-feed li a:hover {
  visibility: visible;
  opacity: 0.6;
}
.widget-instagram-feed li a img {
  border-radius: 4px;
}

.widget_nav_menu {
  margin: 0;
  padding: 0;
}
.widget_nav_menu li {
  list-style: none;
}
.widget_nav_menu li a {
  transition: all 0.4s ease;
}
.widget_nav_menu li:hover a {
  color: #b5202b;
}

.footer-area .widget {
  margin-bottom: 60px;
  line-height: 28px;
}
.footer-area .widget_nav_menu li {
  margin-bottom: 5px;
}
.footer-area .widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.footer-area .widget-title {
  color: #ffffff;
  margin-bottom: 25px;
  padding-left: 0;
}
.footer-area .widget-title:after {
  display: none;
}

/* -----------------------------------------------------
    all sitebar widget style
----------------------------------------------------- */
.sidebar-area .widget {
  background: #ebf5da;
  padding: 30px 0 26px 0;
  margin-bottom: 60px;
  border-radius: 8px;
}

.widget-title {
  font-size: 20px !important;
  color: var(--main-color-two);
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  font-family: var(--body-font);
  padding-left: 37px;
}
.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  width: 27px;
  height: 3px;
  background: #b5202b;
}

.widget-list li a {
  color: #84b931 !important;
}
.widget-list li a:hover {
  color: #b5202b !important;
}
.widget-list li i {
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
}

.search-form {
  position: relative;
  background: #F8F8F8;
  border-radius: 4px;
}
.search-form input {
  letter-spacing: 0.3px;
  color: var(--paragraph-color);
  width: 100%;
  font-size: var(--body-font-size);
  font-weight: 300;
  border: 0;
  background: transparent;
  padding: 0 60px 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}
.search-form input::-moz-placeholder {
  color: #CFD3DE;
}
.search-form input::placeholder {
  color: #CFD3DE;
}
.search-form input:active, .search-form input:focus {
  box-shadow: none;
  outline: 0;
  border: 0 !important;
}
.search-form button {
  position: absolute;
  border: 0;
  background: #01B9B7;
  cursor: pointer;
  font-size: 18px;
  padding: 0 16px 0 18px;
  height: 50px;
  line-height: 54px;
  top: 0;
  right: 0;
  border-radius: 4px;
}
.search-form button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 0;
  top: 0;
  width: 95%;
  height: 100%;
  background: var(--main-color-two);
  border-radius: 4px;
}
.search-form button i {
  color: #b5202b;
  z-index: 9;
  position: relative;
}
.search-form button:active, .search-form button:focus {
  box-shadow: none;
  outline: 0;
  border: 0 !important;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.widget_categories ul li {
  list-style: none;
  color: var(--main-color-two);
  transition: all 0.5s ease;
  border-bottom: 2px dashed rgba(66, 84, 134, 0.1);
  padding: 4px 37px;
  text-align: right;
  overflow: hidden;
}
.widget_categories ul li a {
  float: left;
}
.widget_categories ul li:hover {
  color: #b5202b;
}
.widget_categories ul li:last-child {
  border-bottom: 0;
}

.widget-recent-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-recent-post ul li {
  padding: 20px 37px;
  border-bottom: 1px solid #E9E9E9;
}
.widget-recent-post ul li .media {
  align-items: center;
}
.widget-recent-post ul li .media .media-body {
  margin-left: 18px;
}
.widget-recent-post ul li .media .media-body .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--main-color-two);
  margin-bottom: 0;
  font-family: var(--body-font);
  transition: all 0.5s ease;
}
.widget-recent-post ul li .media .media-body .title:hover {
  color: #b5202b;
}
.widget-recent-post ul li .media .media-body .post-date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(66, 84, 134, 0.85);
}
.widget-recent-post ul li:first-child {
  padding-top: 0;
}
.widget-recent-post ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.widget_tag_cloud .tagcloud {
  padding: 0 37px;
}
.widget_tag_cloud .tagcloud a {
  background: #9499A6;
  padding: 0 6px 0 7px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  margin: 0 4px;
  transition: all 0.5s ease;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #b5202b;
}

/* -----------------------------------------------------
    tour-list-widget style
----------------------------------------------------- */
.tour-list-widget {
  padding: 40px 30px 26px 30px !important;
}

.single-widget-search-input-title {
  color: var(--main-color-two);
  font-weight: 400;
  margin-bottom: 4px;
}

.widget-tour-list-search .search-form {
  background: #ffffff;
}
.widget-tour-list-search .search-form input {
  border: 1px solid #EAEAEA;
  color: var(--paragraph-color);
  font-weight: 400;
}
.widget-tour-list-search .search-form input:focus {
  border: 1px solid #EAEAEA !important;
}
.widget-tour-list-search .search-form input::-moz-placeholder {
  color: #CFD3DE;
}
.widget-tour-list-search .search-form input::placeholder {
  color: #CFD3DE;
}
.widget-tour-list-search .search-form button {
  background: none;
  border-left: 1px solid #EAEAEA !important;
}
.widget-tour-list-search .search-form button:after {
  display: none;
}
.widget-tour-list-search .search-form button i {
  color: var(--main-color-two);
}

.single-widget-search-input {
  margin-bottom: 22px;
}
.single-widget-search-input input {
  border: 1px solid #EAEAEA;
  color: var(--paragraph-color);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-position: 20px;
  border-radius: 4px;
}
.single-widget-search-input input:focus {
  border: 1px solid #EAEAEA !important;
}
.single-widget-search-input input.custom-select {
  padding: 0 20px 0 38px;
}
.single-widget-search-input input::-moz-placeholder {
  color: #CFD3DE;
}
.single-widget-search-input input::placeholder {
  color: #CFD3DE;
}
.single-widget-search-input textarea {
  border: 1px solid #EAEAEA;
  color: var(--paragraph-color);
  width: 100%;
  min-height: 130px;
  padding: 15px 20px;
  background-position: 20px;
  border-radius: 4px;
}
.single-widget-search-input textarea:focus {
  border: 1px solid #EAEAEA !important;
}
.single-widget-search-input textarea::-moz-placeholder {
  color: #CFD3DE;
}
.single-widget-search-input textarea::placeholder {
  color: #CFD3DE;
}
.single-widget-search-input .nice-select {
  border: 1px solid #EAEAEA;
  color: #CFD3DE;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-position: 20px;
  font-size: 16px;
  margin-bottom: 22px;
}
.single-widget-search-input .nice-select:focus, .single-widget-search-input .nice-select:active {
  box-shadow: none;
}
.single-widget-search-input .nice-select.custom-select {
  padding: 0 20px 0 38px;
}
.single-widget-search-input .nice-select .list {
  width: 100%;
}
.single-widget-search-input .nice-select .list li {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-widget-search-input .nice-select:after {
  display: none;
}

.widget-product-sorting .slider-product-sorting {
  height: 4px;
  border-radius: 0;
  background: #ffffff;
  border: 0 !important;
  margin: 0 10px 25px 10px;
}
.widget-product-sorting .slider-product-sorting .ui-slider-range {
  background: #b5202b;
}
.widget-product-sorting .slider-product-sorting .ui-slider-handle {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #ffffff;
  top: -3px;
  cursor: pointer;
  z-index: 1;
  border: 2px solid #071C55;
}
.widget-product-sorting label {
  margin-right: 10px;
}
.widget-product-sorting label,
.widget-product-sorting input {
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #b5202b;
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 36px;
}
.widget-product-sorting label:focus,
.widget-product-sorting input:focus {
  border: 0;
}

/* -----------------------------------------------------
    Custom widget
----------------------------------------------------- */
.sidebar .widget {
  margin-bottom: 25px;
}

.widget-account-infos {
  background-color: #fff;
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.widget-account-infos .account-image {
  background: url("/storage/location-voiture-martinique-plage-soleil-w1920.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  height: 110px;
  width: 100%;
}
.widget-account-infos .account-image::before {
  content: "";
  background: url("/storage/svg/sharp-paper-bottom.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
}
.widget-account-infos .account-infos {
  padding: 15px;
  margin-bottom: 10px;
}
.widget-account-infos .account-infos .ai-sup {
  font-size: 16px;
  line-height: 1.2;
}
.widget-account-infos .account-infos .ai-main {
  color: #84b931;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.widget-menu {
  background-color: #ebf5da;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
}
.widget-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-menu li a {
  color: #013265;
  font-size: 18px;
  display: block;
  padding: 15px 30px;
  transition: background-color 0.5s;
}
.widget-menu li a i {
  color: #84b931;
  margin-right: 10px;
}
.widget-menu li a:hover {
  background-color: #c9e59e;
}

.widget_ads {
  border-radius: 10px;
  overflow: hidden;
}

/* -----------------------------------------------------
    All section style
----------------------------------------------------- */
.tp-video-area {
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.tp-holiday-plan-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* -----------------------------------------------------
    blog-details-area style
----------------------------------------------------- */
.blog-details-area p {
  margin-bottom: 17px;
}
.blog-details-area .video-popup-wrap {
  margin-bottom: 20px;
}
.blog-details-area .tag-share-area {
  margin: 63px 0 65px;
}
.blog-details-area .single-post-navigation {
  margin-bottom: 70px;
}

/* -----------------------------------------------------
    destinations-details-page style
----------------------------------------------------- */
.destinations-details-page .destinations-details-main-slider-wrap {
  margin-bottom: 65px;
}
.destinations-details-page .destinations-details-location-name {
  margin-bottom: 45px;
}
.destinations-details-page .destinations-client-review-slider {
  margin-bottom: 35px;
}
.destinations-details-page .trip-plan-area {
  margin-bottom: 62px;
}
.destinations-details-page .location-details {
  margin-bottom: 70px;
}
.destinations-details-page .location-review-area .tp-review-meta span {
  margin-right: 20px;
}

/* -----------------------------------------------------
    tour-details style
----------------------------------------------------- */
.tour-details-gallery .tp-gallery-item-img {
  position: relative;
}
.tour-details-gallery .details .location i {
  margin-right: 5px;
}
.tour-details-gallery .details .content {
  margin-bottom: 5px;
}
.tour-details-gallery .details .tp-review-meta {
  margin-bottom: 15px;
}
.tour-details-gallery .details p {
  color: #ffffff;
}
.tour-details-gallery .details h4 {
  color: #ffffff;
  font-weight: 700;
}
.tour-details-gallery .details i {
  color: #ffffff;
}
.tour-details-gallery .details .ic-yellow {
  color: #b5202b;
}
.tour-details-gallery .details .all-tags a {
  background: #233974;
  padding: 0 6px 0 7px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 6px;
  display: inline-block;
  margin-top: 5px;
}
.tour-details-gallery .book-list-warp {
  overflow: hidden;
}
.tour-details-gallery .book-list-warp .book-list-content {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 12px;
}
.tour-details-gallery .book-list-warp .tp-price-meta {
  display: inline-block;
  float: right;
}
.tour-details-gallery .book-list-warp .tp-price-meta p {
  color: #fff;
}
.tour-details-gallery .book-list-warp .tp-price-meta h2 {
  font-size: 24px;
  margin-right: 15px;
}
.tour-details-gallery .book-list-warp .tp-price-meta h2 span {
  font-size: 14px !important;
}
.tour-details-gallery .book-list-warp .tp-price-meta h2 small {
  font-size: 14px !important;
  right: -11px;
  top: -3px;
}
.tour-details-gallery .tp-list-meta {
  padding-top: 24px;
}
.tour-details-gallery .tp-list-meta li {
  color: #ffffff;
  font-weight: 200;
  margin-right: 40px;
}
.tour-details-gallery .tp-list-meta li i {
  color: #ffffff;
}

.tour-details-area .tour-details-gallery {
  margin-bottom: 63px;
}
.tour-details-area .package-included-area {
  margin-top: 55px;
}
.tour-details-area .package-included-location {
  margin-top: 33px;
  margin-bottom: 78px;
}
.tour-details-area .host-area {
  margin-bottom: 64px;
}
.tour-details-area .tour-details-review-area {
  margin-bottom: 60px;
  margin-top: 63px;
}
.tour-details-area .sidebar-area.sidebar-area-4 {
  margin-top: 10px;
}

/********* travelus-area ******/
.travelus-area {
  background-size: cover;
}

/******* upcomming-tour-bg ********/
.upcomming-tour-bg {
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: left;
}

.select-target-group .select-target {
  display: none;
}
.select-target-group .select-target.active {
  display: block;
}

.steps-wizard .step-item {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: block;
  padding: 15px 20px;
  position: relative;
}
.steps-wizard .step-item .step-item-number {
  background-color: #95a5a6;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
}
.steps-wizard .step-item .step-item-number::after {
  content: "";
  border: 6px solid #95a5a6;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10px) rotate(-45deg);
}
.steps-wizard .step-item .step-item-number span {
  position: relative;
  z-index: 1;
}
.steps-wizard .step-item .step-item-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.steps-wizard .step-item.active {
  background-color: rgba(132, 185, 49, 0.7);
}
.steps-wizard .step-item.active .step-item-number {
  background-color: #84b931;
}
.steps-wizard .step-item.active .step-item-number::after {
  border-color: #84b931;
}
.steps-wizard .step-item.active .step-item-title {
  color: #fff;
}
.steps-wizard a.step-item {
  background-color: rgba(235, 245, 218, 0.6);
  color: #679126;
}
.steps-wizard a.step-item .step-item-number {
  background-color: #84b931;
}
.steps-wizard a.step-item .step-item-number::after {
  border-color: #84b931;
}

@media (min-width: 992px) {
  .steps-wizard {
    display: flex;
    width: 100%;
  }
  .steps-wizard .step-item {
    flex: 1 1 0;
    margin-left: 5px;
    margin-right: 5px;
  }
  .steps-wizard .step-item .step-item-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    top: -1rem;
    height: 40px;
    width: 40px;
  }
  .steps-wizard .step-item .step-item-number::after {
    border: 12px solid #95a5a6;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -21px) rotate(-45deg);
  }
  .steps-wizard .step-item .step-item-number span {
    font-size: 1.3rem;
  }
  .steps-wizard .step-item .step-item-title {
    font-size: 16px;
  }
}
/*.steps-wrap {
    border-top: 4px solid map-get($theme-colors, secondary);
    padding-top: 30px;
    padding-bottom: 30px;
}
.steps-container {

    // DEFAULT STEP ITEM
    .step-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        .step-nbr {
            background-color: map-get($theme-colors, neutral);
            border-radius: 20px;
            line-height: 0;
            margin-right: 15px;
            padding: 20px;
            position: relative;

            span {
                color: #fff;
                font-family: $title-font;
                font-weight: bold;
                line-height: 0;
                position: absolute;
                top: 53%;
                left: 50%;
                transform: translate(-50%,-50%);
            }
        }
        .step-label {
            color: map-get($theme-colors, dark);
            font-weight: bold;
        }
    }

    // ACTIVE STEP ITEM
    .step-item.active {
        .step-nbr { background-color: map-get($theme-colors, secondary); }
        .step-label { color: map-get($theme-colors, secondary); }
    }

    // AFTER ACTIVE STEP ITEM
    .step-item.active ~ .step-item, .step-item.disabled {
        .step-nbr { background-color: lighten(map-get($theme-colors, neutral), 20%); }
        .step-label { color: lighten($body-color, 15%); font-weight: normal }
    }

}


// RESPONSIVE LG
@include mq(lg) {

    .steps-wrap {
        padding-bottom: 100px;

        & > .container {
            position: relative;
        }
    }
    .steps-container {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        position: absolute;
        top: -63px;
        left: 0;
        width: 100%;

        // DEFAULT STEP ITEM
        .step-item {
            flex-flow: column nowrap;
            justify-content: center;
            margin-bottom: 15px;

            .step-nbr {
                border-radius: 30px;
                padding: 30px;
                margin-right: 0;
                margin-bottom: 10px;
                span {
                    font-size: 20px;
                }
            }
        }        
    }

}

@include mq(1500px) {

    .steps-container {
        .step-item {
            .step-label {
                font-size: 18px;
            }
        }        
    }

}*/
.table {
  margin-bottom: 0;
}
.table td, .table th {
  border: none;
}

.table-options tr > td {
  padding: 0.5rem;
}
.table-options tr > td:nth-child(1) {
  color: #b5202b;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  width: 10%;
}
.table-options tr > td:nth-child(2) {
  color: #071C55;
  font-size: 14px;
  line-height: 1.3;
  width: 70%;
}
.table-options tr > td:nth-child(3) {
  color: #84b931;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-align: right;
  width: 20%;
}

.table-options-summary th, .table-options-summary td {
  width: 10%;
}
.table-options-summary .col-option {
  width: 60%;
}

.table-booking-total tr > td {
  padding: 5px;
}
.table-booking-total tr > td:nth-child(1) {
  color: #fff;
  font-family: "Comfortaa", serif;
  font-size: 16px;
  font-weight: bold;
  width: 70%;
}
.table-booking-total tr > td:nth-child(2) {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  width: 30%;
}
.table-booking-total.table-booking-total-2 tr > td {
  padding: 0;
}
.table-booking-total.table-booking-total-2 tr > td:nth-child(1) {
  color: #013265;
}
.table-booking-total.table-booking-total-2 tr > td:nth-child(2) {
  color: #b5202b;
}

.table-final-summary th, .table-final-summary td {
  padding: 0.4rem;
}
.table-final-summary tr > td:first-child {
  color: #071C55;
  font-family: "Comfortaa", serif;
  font-size: 14px;
  font-weight: bold;
  width: 40%;
}
.table-final-summary tr > td:nth-child(2) {
  color: #b5202b;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
}

.table-label-value {
  width: 100%;
}
.table-label-value tbody tr > td {
  line-height: 1.2;
  padding: 3px;
  width: 50%;
}
.table-label-value tbody tr > td:first-child {
  color: #013265;
  font-family: "Comfortaa", serif;
}
.table-label-value tbody tr > td:nth-child(2) {
  color: #b5202b;
  font-weight: bold;
}

.table-label-value-2 tbody tr > td {
  line-height: 1.2;
  padding: 3px;
  width: 50%;
}
.table-label-value-2 tbody tr > td:first-child {
  color: #013265;
  font-family: "Comfortaa", serif;
  font-size: 14px;
}
.table-label-value-2 tbody tr > td:last-child {
  color: #84b931;
  font-family: "Comfortaa", serif;
  font-size: 30px;
  text-align: right;
}

.table-style-1 thead th {
  background-color: #ebf5da;
  border-bottom: none;
  color: #84b931;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.table-style-1 thead tr > th:first-child {
  text-align: left;
}
.table-style-1 tbody td {
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.table-style-1 tbody tr > td.col-option {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.table-style-1 tbody tr > td.col-price-total {
  color: #b5202b;
  font-size: 16px;
  font-weight: bold;
}

.table-booking-list {
  min-width: 650px;
}
.table-booking-list thead th.col-cat {
  text-align: left;
}
.table-booking-list tbody td.col-ref,
.table-booking-list tbody td.col-total {
  font-size: 18px;
  font-weight: bold;
}
.table-booking-list tbody td.col-cat {
  text-align: left;
}
.table-booking-list tbody td.col-actions {
  text-align: right;
}

.table-driver-list {
  min-width: 600px;
}
.table-driver-list tbody td.col-actions {
  text-align: right;
}

.col-novalues {
  font-style: italic;
  padding: 2rem !important;
  text-align: center;
}

.table-simple-label {
  width: 100%;
}
.table-simple-label tbody td {
  font-size: 14px;
  padding: 3px;
  vertical-align: top;
  width: 50%;
}
.table-simple-label tbody td:first-child {
  color: #b5202b;
  font-weight: bold;
}
.table-simple-label tbody td:last-child {
  text-align: right;
}

.footer .footer-main {
  background-color: #ecf1f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-copy {
  background-color: #2c3e50;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 20px 0;
  text-align: center;
}
.footer .footer-copy .fc-links {
  justify-content: center;
}
.footer .footer-widget .title {
  color: #b5202b;
  font-family: "Comfortaa", serif;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .footer .footer-main {
    padding-bottom: 10px;
  }
  .footer .footer-copy {
    text-align: left;
  }
  .footer .footer-copy .fc-links {
    justify-content: flex-end;
  }
}
.vehicle-card {
  background-color: #fff;
  box-shadow: 0px 3px 9px rgba(7, 28, 85, 0.1215686275);
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
}
.vehicle-card .vc-image {
  padding-top: 20px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  height: 150px;
}
.vehicle-card .vc-image .top-marker {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: normal;
  width: 70%;
  min-width: 215px;
}
.vehicle-card .vc-image img {
  display: inline-block;
  margin-bottom: 7px;
  max-height: 100%;
}
.vehicle-card .vc-infos {
  margin-bottom: 15px;
  text-align: center;
}
.vehicle-card .vc-infos .vc-title {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 24px;
  margin-bottom: 5px;
}
.vehicle-card .vc-infos .vc-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: inherit;
  height: 38px;
}
.vehicle-card .vc-infos .tp-list-meta {
  margin-bottom: 10px;
}
.vehicle-card .vc-price {
  text-align: center;
}
.vehicle-card .vc-price .vc-price-total {
  color: #84b931;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
}
.vehicle-card .vc-price .vc-price-sub {
  margin-bottom: 15px;
}
.vehicle-card .vc-actions {
  position: relative;
  height: 90px;
}
.vehicle-card .vc-loader {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vehicle-card.unavailable .vc-price {
  border-radius: 10px;
  padding: 10px;
}
.vehicle-card.unavailable .vc-price-total {
  color: #95a5a6;
}
.vehicle-card.unavailable .text-secondary {
  color: #95a5a6 !important;
}

.vehicle-card-2 .vc-image {
  height: auto;
}

@media (min-width: 992px) {
  .vehicle-card:not(.vehicle-card-v) {
    display: flex;
    padding: 25px;
  }
  .vehicle-card:not(.vehicle-card-v) .vc-image {
    flex: 0 0 18%;
    margin-right: 25px;
  }
  .vehicle-card:not(.vehicle-card-v) .vc-infos {
    flex: 1 1 0;
    margin-bottom: 0;
    text-align: left;
  }
  .vehicle-card:not(.vehicle-card-v) .vc-price {
    flex: 0 0 32%;
    margin-left: 25px;
  }
}
.aside-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.col-2-container {
  -moz-column-count: 2;
       column-count: 2;
}
.col-2-container .col-item {
  padding: 0 15px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.bg-primary {
  background-color: #b5202b !important;
}

.bg-secondary {
  background-color: #84b931 !important;
}

.bg-secondary-white {
  background-color: #ebf5da !important;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-wrap > * {
  margin: 5px;
}
.btn-wrap.text-right {
  justify-content: flex-end;
}

.commons_button {
  background-color: #84b931;
  color: #fff;
}
.commons_button:hover {
  color: #fff;
  background-color: #9dd04d;
}

.commons_container {
  margin-bottom: 25px;
}
.commons_container h1, .commons_container h2, .commons_container h3, .commons_container h4, .commons_container h5, .commons_container h6 {
  color: #b5202b;
  margin-top: 25px;
  margin-bottom: 5px;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #84b931;
  border-color: #84b931;
}

.icon-xl {
  font-size: 80px;
}

.hr-style-1 {
  border: none;
  border-bottom: 2px dashed #CFD3DE;
}

.page-content .section-title .title {
  color: #84b931;
}
.page-content a:not(.btn):not(.btn-sm):not(.btn-xs) {
  color: #e8930c;
  font-weight: bold;
  transition: 0.5s;
}
.page-content a:not(.btn):not(.btn-sm):not(.btn-xs):hover {
  color: #e8930c;
}

.pellet-info-1 {
  background-color: #e8930c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 15px;
}
.pellet-info-1 i {
  font-size: 1.3em;
}

.show-scroll-element {
  display: none;
}

#tarteaucitronServices ul li::before {
  display: none;
}

@media only screen and (min-width: 1800px) {
  .container-bg {
    max-width: 1750px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .nav-style-02 .dropdown-menu-btn {
    margin-left: 160px;
  }
}
@media only screen and (max-width: 1680px) {
  .banner-slider .banner-slider-item .banner-inner .banner-cat {
    font-size: 16px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 140px;
    line-height: 145px;
  }
  .tp-price-meta h2 {
    font-size: 40px;
  }
  .tp-price-meta h2 span {
    font-size: 25px !important;
  }
  .tp-price-meta h2 small {
    font-size: 25px !important;
  }
  .single-destinations-list .details {
    padding: 22px 15px;
  }
  .single-blog.style-three .thumb img {
    height: -moz-fit-content;
    height: fit-content;
  }
  .container-bg {
    padding: 70px 0 70px 0;
    margin: 0 30px;
  }
  .login-register-popup {
    width: 69%;
  }
  .faq-tab-content {
    padding: 50px 60px 100px 30px;
  }
  .package-meta .tp-price-meta h2 {
    font-size: 20px;
  }
  .banner-paginations-3 {
    max-width: 1400px;
  }
  .single-upconing-card .location {
    font-size: 30px;
    left: -73px;
    bottom: 20px;
  }
  .banner-slider-two .banner-inner {
    padding: 250px 100px;
  }
  .banner-slider-two .banner-inner .banner-title {
    font-size: 46px;
    line-height: 55px;
  }
  .single-destinations-list.style-three .list-price-meta .tp-list-meta {
    float: left;
    margin-top: 20px;
  }
  .widget-instagram-feed li a {
    width: 80px;
    height: auto;
  }
}
/* Medium Layout: 1550px. */
@media only screen and (max-width: 1550px) {
  .navbar-area .nav-container .desktop-logo img {
    max-width: 250px;
  }
  .btn-read-more span i {
    font-size: 20px;
  }
  .section-title .title {
    font-size: 40px;
  }
  .tp-slider-extra .first {
    font-size: 36px;
    font-weight: 500;
    height: 40px;
    width: 50px;
  }
  .tp-slider-extra .devider {
    font-size: 28px;
  }
  .tp-slider-extra .last {
    font-size: 18px;
  }
  .tp-price-meta h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .banner-slider .banner-slider-item .tp-price-meta h2 {
    font-size: 30px;
  }
  .banner-slider .banner-slider-item .tp-price-meta h2 small,
  .tp-price-meta h2 span {
    font-size: 15px !important;
    right: -11px;
  }
  .tp-price-meta h2 small {
    font-size: 15px !important;
    right: -11px;
  }
  .tp-price-meta .p {
    font-size: 13px;
  }
  .tp-price-meta del {
    font-size: 18px;
  }
  .tp-price-meta del span {
    font-size: 12px !important;
  }
  .video-popup-btn {
    border: 1px solid var(--main-color-one);
    padding: 5px;
    margin-top: -33px;
    margin-left: -30px;
  }
  .video-popup-btn .video-play-btn {
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 52px;
    padding-left: 2px;
  }
  .tp-control-nav .slick-arrow {
    border-width: 2px !important;
    height: 48px;
    width: 48px;
    font-size: 24px;
    line-height: 48px;
  }
  .single-destinations-list .tp-list-meta li {
    margin: 0 10px;
    font-size: 14px;
  }
  .tp-pagination ul li .page-numbers,
  .tp-pagination ul li .page-link {
    width: 42px;
    height: 42px;
    line-height: 40px;
    margin: 0 5px;
  }
  .tp-pagination ul li .page-numbers.prev, .tp-pagination ul li .page-numbers.next {
    line-height: 43px;
  }
  .tp-pagination ul li .page-numbers.prev i,
  .tp-pagination ul li .page-numbers.next i {
    line-height: 40px;
    font-size: 24px;
  }
  .login-form-wrap {
    margin: 20px 30px 20px 58px;
  }
  .single-input-wrap.style-two input {
    height: 45px;
  }
  .login-form-wrap .single-input-wrap .single-input-title {
    top: 5px;
    line-height: 35px;
  }
  .newslatter-area-wrap {
    padding: 67px 0 70px 0;
  }
  /****** home 1 responsive ******/
  .navbar-area .nav-container .desktop-logo {
    margin-right: 25px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin: 0 14px;
  }
  .navbar-area-fixed .nav-container .nav-right-content ul li .btn, .navbar-area-fixed .nav-container .nav-right-content ul li .btn-sm, .navbar-area-fixed .nav-container .nav-right-content ul li .btn-xs {
    line-height: 47px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 110px;
    line-height: 125px;
  }
  .banner-slider:hover .slick-prev {
    left: 25px;
  }
  .banner-slider:hover .slick-next {
    right: 25px;
  }
  .banner-social-meta {
    right: -30px;
  }
  .tp-lang-wrap .single-select {
    font-size: 14px;
  }
  .tp-lang-wrap .single-select:after {
    margin-right: -2px;
    font-size: 14px;
  }
  .navbar-area .nav-container .nav-right-content ul li {
    font-size: 14px;
  }
  .tp-search-single-wrap .nice-select .current {
    font-size: 14px;
  }
  .tp-search-single-wrap .nice-select .list li {
    font-weight: 400 !important;
  }
  .single-intro {
    padding: 0 0;
    margin-bottom: 35px;
  }
  .single-intro.style-two {
    margin-bottom: 30px;
  }
  .single-intro .intro-title .intro-count {
    font-size: 50px;
  }
  .destinations-slider-controls .slider-nav .slick-prev {
    margin-bottom: 12px;
  }
  .single-destinations-list .thumb .d-list-tag {
    padding: 2px 24px;
    font-size: 12px;
  }
  .single-destinations-list .thumb .d-list-tag:after {
    height: 35px;
    top: 0px;
  }
  .single-client-review .sub-title {
    font-size: 16px;
  }
  .single-client-review .location-name {
    font-size: 42px;
  }
  .single-client-review .media .media-left {
    margin-right: 15px;
  }
  .single-client-review .media .media-left img {
    height: 65px;
    width: 65px;
  }
  .single-client-review .media .media-body h6 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .single-client-review .media .media-body p {
    font-size: 12px;
  }
  .single-blog.style-three .single-blog-details-wrap .single-blog-details {
    padding: 20px;
  }
  .faq-tab-content {
    padding: 50px 80px 100px 30px;
  }
  .tp-holiday-plan-area.mg-top-96 {
    margin-top: 102px;
  }
  /******* home 2 responsive ********/
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 70px;
  }
  /******* home 5 *******/
  .banner-slider-two .banner-inner {
    padding: 250px 75px;
  }
  .banner-slider-two .package-meta .tp-price-meta i {
    font-size: 14px;
  }
  .banner-slider-two .package-meta .tp-price-meta h2 {
    font-size: 20px;
    margin-top: 5px;
  }
  /**** about page responsive ******/
  .single-destination-grid .details .d-list-meta li.date {
    font-size: 15px;
  }
  .single-team span {
    font-size: 15px;
  }
  /*.single-intro.style-two .intro-title {
      font-size: 16px;
  }*/
  .tour-details-area .package-included-location {
    margin-bottom: 84px;
  }
  /****** blog page responsive ******/
  .tp-blockquote p {
    font-size: 15px;
  }
  .location-details-map #map {
    height: 375px;
  }
  .breadcrumb-area .page-title {
    font-size: 35px;
  }
  /****** 404 page responsive ********/
  .error-page-info h1 {
    font-size: 300px;
    line-height: 320px;
  }
  .error-page-area:after {
    background-position: 100% 105%;
  }
  .error-page-info .error-page-info-details h2 {
    font-size: 46px;
  }
  .error-page-info .error-page-info-details p {
    font-size: 14px;
  }
  /****** footer responsive *********/
  .newslatter-wrap .input-group-text {
    height: 55px;
    font-size: 15px;
  }
  .newslatter-wrap.style-two .input-group-text {
    height: auto;
  }
  .newslatter-wrap input {
    height: 55px;
    font-size: 15px;
  }
  .newslatter-wrap button {
    height: 55px;
  }
  .newslatter-wrap.style-two button {
    height: auto;
  }
  .about_us_widget .footer-logo {
    width: 120px;
    height: auto;
  }
  .input-calendar--niceSelect::before {
    transform: translateY(31%);
  }
}
@media (min-width: 1490px) and (max-width: 1550px) {
  .tps-arrow-left-right .slick-prev {
    left: -15px;
    z-index: 9;
    background: #fff;
  }
  .tps-arrow-left-right .slick-next {
    right: -15px;
    z-index: 9;
    background: #fff;
  }
  .single-client-review {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1445px) {
  .banner-paginations-3 {
    max-width: 1205px;
  }
  .footer-area .about_us_widget {
    padding-right: 0;
  }
  .faq-tab-content {
    padding: 50px 15px 100px 15px;
  }
  .single-upconing-card .tp-price-meta {
    padding: 6px 22px 7px 28px;
  }
  .single-upconing-card .tp-price-meta h2 {
    font-size: 22px;
  }
  .single-upconing-card .tp-price-meta h2 span {
    font-size: 12px !important;
    margin-top: 0;
  }
  .single-upconing-card .tp-price-meta h2 small {
    font-size: 12px !important;
    margin-top: 0;
  }
  .single-upconing-card .tp-price-meta p {
    font-size: 13px;
  }
  .single-package-card .package-meta .tp-price-meta {
    margin-right: 20px;
  }
  .counter-area ul li:after {
    background-size: 40% !important;
    transform: translateX(-21%) !important;
  }
  .single-counting h2 {
    font-size: 35px;
  }
  .single-counting .count-nums {
    font-size: 42px;
  }
  .single-counting .title {
    font-size: 16px;
  }
  .counter-area ul li:nth-child(2):after {
    top: 43px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 75px;
    line-height: 80px;
  }
  .single-client-review {
    margin-top: 5px;
  }
  .tp-holiday-plan-area.mg-top-96 {
    margin-top: 112px;
  }
  .destination-grid-area.pd-top-105 {
    padding-top: 110px;
  }
  .single-destination-grid.style-two .details li {
    font-size: 13px;
    margin-right: 15px;
  }
  .single-host-wrap .thumb {
    padding: 9px;
  }
  .single-host-wrap .thumb img {
    height: 100px;
    width: 100px;
  }
  .tour-details-area .package-included-location {
    margin-bottom: 70px;
  }
  .widget_tag_cloud .tagcloud a {
    margin-bottom: 6px;
  }
  .blog-details-area .single-page-small-title {
    font-size: 18px;
  }
  .blog-details-area .single-page-small-title {
    line-height: 28px;
  }
  .upcomming-tour.upcomming-tour-bg.pd-top-75 {
    padding-top: 80px;
  }
  .single-upconing-card .content {
    max-height: 60px;
    padding: 8px;
  }
}
/* Medium Layout: 1199px. */
@media only screen and (max-width: 1199px) {
  .top-navbar {
    display: none;
  }
  .nav-style-03 {
    margin-top: 0;
  }
  .banner-paginations-3 {
    max-width: 1050px;
  }
  .tps-arrow-left-right .slick-prev {
    left: -15px;
    z-index: 9;
    background: #fff;
  }
  .tps-arrow-left-right .slick-next {
    right: -15px;
    z-index: 9;
    background: #fff;
  }
  .section-title .title br {
    display: none;
  }
  .single-destinations-list .tp-list-meta li {
    margin: 0 6px;
    font-size: 13px;
  }
  .tp-search-single-wrap input {
    border: 0;
    padding: 0 5px 0 20px;
  }
  .tp-search-single-wrap .tp-returning-date-wrap input {
    max-width: 115px;
  }
  .ads-thumb img {
    border-radius: 25px;
  }
  .container-bg {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
  }
  .mg-top--70 {
    margin-top: 120px !important;
  }
  .breadcrumb-area.style-two {
    padding: 188px 0 112px;
  }
  .login-register-popup {
    width: 76%;
  }
  .login-register-popup-wrap .shape-thumb {
    display: none;
  }
  .login-form-wrap h4 {
    margin-bottom: 20px;
  }
  .faq-tab-content {
    padding: 50px 15px 0 15px;
  }
  .tp-gallery-item-img .details p br {
    display: none;
  }
  /****** home 1 responsive ******/
  .navbar-area .nav-container .nav-right-content ul li .btn, .navbar-area .nav-container .nav-right-content ul li .btn-sm, .navbar-area .nav-container .nav-right-content ul li .btn-xs {
    padding: 0 15px;
  }
  .navbar-area .nav-container .nav-right-content ul li .btn i, .navbar-area .nav-container .nav-right-content ul li .btn-sm i, .navbar-area .nav-container .nav-right-content ul li .btn-xs i {
    font-size: 15px;
  }
  .navbar-area .nav-container .nav-right-content ul li {
    padding: 0 10px;
  }
  .single-client-review {
    margin-left: 0;
  }
  .tp-lang-wrap .single-select .list li {
    padding: 0 12px !important;
  }
  /******* home 3 *********/
  .single-package-card .details {
    padding: 15px;
  }
  .single-upconing-card .content {
    padding: 10px;
  }
  .single-upconing-card .flag {
    height: 90px;
    width: 90px;
    border: 5px solid #ffffff;
  }
  .single-upconing-card .tp-price-meta {
    top: 25px;
  }
  /*********** home 4 ********/
  .package-meta .tp-price-meta h2 {
    font-size: 18px;
  }
  /***** home 5 ******/
  .banner-slider-two .banner-inner {
    padding: 250px 55px;
  }
  .banner-slider-two .banner-inner .title-and-video .video-popup-btn {
    padding: 3px;
    margin-top: -8px;
  }
  .banner-slider-two .banner-inner .title-and-video .video-popup-btn {
    padding: 3px;
  }
  .banner-slider-two .banner-inner .title-and-video .video-popup-btn.style-two .video-play-btn {
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 1px;
  }
  /******* destination list respnsive *******/
  .single-destination-grid .details {
    padding: 30px 20px;
    padding-top: 0;
  }
  .destinations-client-review-slider .slick-prev {
    position: absolute;
    bottom: -55px;
    top: auto;
    margin-top: 0;
    left: 50%;
    margin-left: -60px;
  }
  .destinations-client-review-slider .slick-next {
    position: absolute;
    right: auto;
    bottom: -55px;
    left: 50%;
    margin-left: 10px;
    top: auto;
    margin-top: 0;
  }
  .destinations-details-page .destinations-client-review-slider {
    margin-bottom: 110px;
  }
  .single-widget-search-input .nice-select {
    font-size: 14px;
  }
  .tp-tour-list-search-area .single-input-wrap input {
    font-size: 14px;
  }
  .tp-tour-list-search-area .single-input-wrap.tour-list-search-icon i {
    font-size: 18px;
    top: 17px;
    left: 15px;
  }
  .tp-tour-list-search-area .single-input-wrap i {
    left: 15px;
  }
  .tp-tour-list-search-area .single-input-wrap input {
    padding: 0 18px 0 40px;
  }
  .single-package-included {
    padding: 20px;
  }
  .tour-details-gallery {
    background: #071C55;
    padding: 70px 0px;
  }
  .tour-details-area {
    margin-top: 0 !important;
  }
  .single-host-wrap {
    padding: 0 20px 70px 20px;
  }
  /******** home 2 responsive ********/
  .video-banner-area .video-banner-wrap {
    height: 100vh;
  }
  .video-banner-area .video-banner-wrap .tv {
    transform: scale(1.3) !important;
  }
  /******* blog responsive ********/
  .widget-title {
    padding-left: 25px;
  }
  .widget-title:after {
    width: 20px;
  }
  .widget_categories ul li {
    padding: 3px 20px 3px 25px;
  }
  .widget-recent-post ul li {
    padding: 20px 20px 20px 25px;
  }
  .widget-recent-post ul li .media img {
    width: 85px;
    height: auto;
  }
  .widget-recent-post ul li .media .media-body .title {
    font-size: 14px;
    line-height: 20px;
  }
  .widget_tag_cloud .tagcloud {
    padding: 0 20px 0 20px;
  }
  /***** 404 responsive *****/
  .error-page-info h1 {
    font-size: 230px;
    line-height: 250px;
  }
  .error-page-info .error-page-info-details h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .error-page-area:after {
    background-position: 100% 100%;
  }
  .error-page-area:before {
    height: 60%;
  }
  /****** footer resopnsive ******/
  .widget-instagram-feed li a {
    width: 70px;
  }
}
/* Medium Layout: 1024px. */
@media only screen and (max-width: 1100px) {
  .banner-paginations-3 {
    max-width: 910px;
  }
  .social-icon li a {
    height: 36px;
    width: 36px;
    font-size: 13px;
    line-height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tp-price-meta h2 {
    font-size: 25px;
  }
  .tp-price-meta h2 span {
    font-size: 12px !important;
    right: -9px;
  }
  .tp-price-meta h2 small {
    font-size: 12px !important;
    right: -9px;
  }
  .tp-price-meta p {
    font-size: 14px;
    font-weight: 300;
  }
  .tp-search-single-wrap .nice-select {
    padding: 0 19px;
  }
  .tp-search-single-wrap .nice-select .current,
  .tp-search-single-wrap input {
    font-size: 13px;
  }
  .tp-search-single-wrap .nice-select .list {
    width: auto;
  }
  .login-register-popup {
    width: 90%;
  }
  .newslatter-area-wrap {
    padding: 61px 0 66px 0;
  }
  .single-travelus-wrap:after {
    display: none;
  }
  .navbar-area .nav-container .desktop-logo {
    margin-right: 60px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    margin: 0 10px;
  }
  .navbar-area .nav-container .nav-right-content ul li {
    padding: 0 7px;
  }
  .navbar-area .nav-container .nav-right-content ul li .btn, .navbar-area .nav-container .nav-right-content ul li .btn-sm, .navbar-area .nav-container .nav-right-content ul li .btn-xs {
    padding: 0 12px;
  }
  .banner-slider .banner-slider-item {
    height: auto;
    padding: 170px 0 240px 0;
    overflow: hidden;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 48px;
    line-height: 55px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-cat {
    font-size: 14px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title br {
    display: none;
  }
  .banner-slider-controls {
    position: absolute;
    bottom: 76px;
    top: auto;
  }
  .banner-slider .banner-slider-item .banner-inner {
    margin-bottom: 0;
  }
  .banner-social-meta .banner-slider-dots {
    display: none;
  }
  .tp-slider-extra .first {
    font-size: 32px;
    width: 40px;
  }
  .tp-slider-extra .devider {
    font-size: 23px;
  }
  .tp-slider-extra .last {
    font-size: 16px;
  }
  .banner-social-meta {
    right: auto;
    left: 160px;
    transform: rotate(0);
    bottom: 85px;
  }
  .banner-social-meta .social-icon li {
    transform: rotate(0);
  }
  .tp-main-search-area {
    margin-top: -56px;
  }
  .tp-main-search-3 {
    margin-top: -56px !important;
  }
  .tp-main-search {
    padding: 30px 15px 35px 15px;
  }
  .tp-main-search .btn-yellow i {
    font-size: 12px;
  }
  .banner-tour-package {
    margin-top: 60px;
  }
  .single-destinations-list .thumb .d-list-tag {
    padding: 2px 18px;
  }
  .single-destinations-list .thumb .d-list-tag:after {
    height: 32px;
    top: 0px;
    width: 105%;
  }
  .tp-gallery-item-img .details {
    padding: 20px;
    max-height: 70px;
  }
  /******* home 2 responsive ********/
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 60px;
  }
  .video-banner-area .video-banner-wrap {
    height: 720px;
    margin-top: -100px;
  }
  /******* home 3 ********/
  .main-banner-area h1 {
    font-size: 110px;
  }
  .main-banner-area .shadow {
    margin-top: -80px;
  }
  .single-intro.style-two {
    padding: 0;
  }
  .single-package-card .thumb img {
    width: 100%;
  }
  /********* home 4 *******/
  .upcomming-card-slider-3 .slick-active + .slick-active {
    margin-top: 15px;
  }
  .upcomming-card-slider-3 .slick-active + .slick-active + .slick-active {
    margin-top: 15px;
  }
  .upcomming-card-slider-3 .slick-active + .slick-active + .slick-active + .slick-active {
    margin-top: 15px;
  }
  /******** home 5 ******/
  .banner-slider-two .swiper-slide {
    width: 50%;
  }
  .banner-slider-two .swiper-slide {
    transform: translate3d(-247px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
  }
  .banner-slider-two .banner-inner {
    padding: 170px 55px;
  }
  .banner-slider-two .banner-inner .content {
    margin-bottom: 25px;
  }
  .banner-slider-two .banner-inner .banner-title {
    width: 80%;
  }
  .banner-slider-two .banner-inner .banner-title {
    font-size: 36px;
  }
  /****** destination style ******/
  .tp-tour-list-search-area .single-input-wrap {
    margin-bottom: 30px;
  }
  .single-destinations-list.style-three .list-price-meta .tp-list-meta {
    margin-top: 13px;
    margin-bottom: 15px;
  }
  /******* blog responsive ********/
  .single-blog.style-two .single-blog-details {
    padding: 20px 20px;
  }
  .single-post-navigation .nav-previous,
  .single-post-navigation .nav-next {
    padding: 20px;
  }
  .author-area {
    padding: 30px;
  }
  .single-blog.sticky {
    padding: 55px 25px 25px 25px;
  }
  .single-blog .author {
    font-size: 12px;
  }
  .comming-soon-title {
    font-size: 50px;
  }
  .countdown-item {
    height: 100px;
    width: 100px;
    padding-top: 18px;
    margin-right: 15px;
    display: inline-block;
    border-bottom: 3px solid var(--main-color-one);
  }
  .countdown-item h2 {
    font-size: 30px;
  }
  .countdown-item span {
    font-size: 14px;
  }
  .newslatter-area-blog.pd-top-108 {
    padding-top: 112px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .banner-slider-3 .banner-slider-item {
    padding: 240px 0 160px 0;
  }
  .banner-slider-3 .slick-prev,
  .banner-slider-3 .slick-next {
    bottom: 82px;
  }
}
/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {
  .banner-slider-two .banner-inner .banner-title {
    font-size: 28px;
  }
  .banner-paginations-3 {
    display: none;
  }
  .video-banner-area {
    height: 550px !important;
  }
  .dropdown-menu-btn {
    display: none;
  }
  .hidden-md {
    display: none;
  }
  .section-title {
    margin-bottom: 43px;
  }
  .section-title p {
    margin-top: 12px;
  }
  .banner-social-meta {
    bottom: 74px;
  }
  .banner-slider-controls {
    bottom: 70px;
  }
  .banner-slider .slick-arrow {
    border: 0;
    height: 35px;
  }
  .banner-slider .slick-prev {
    right: 100px;
    left: auto !important;
    top: auto;
    bottom: 80px;
  }
  .banner-slider .slick-next {
    right: 50px !important;
    top: auto;
    bottom: 80px;
  }
  .banner-slider .banner-slider-item {
    padding: 150px 0 195px 0;
  }
  .tp-search-single-wrap {
    margin-bottom: 35px;
  }
  .tp-main-search {
    padding: 30px 15px 10px 15px;
  }
  .single-intro .intro-title .intro-count {
    font-size: 40px;
  }
  .destinations-list-slider-bg .destinations-list-slider {
    padding: 55px 0 30px 0;
  }
  .destinations-list-slider-bg:after {
    width: 100%;
  }
  .destinations-slider-controls {
    margin-bottom: 55px;
  }
  .destinations-slider-controls .slider-nav {
    margin-bottom: 0;
  }
  .destinations-slider-controls .slider-nav .slick-arrow {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .destinations-slider-controls .slider-nav {
    display: inline-block;
    float: left;
  }
  .destinations-slider-controls .tp-slider-extra {
    display: inline-block;
    margin-left: 20px;
  }
  .tp-search-single-wrap .nice-select .current,
  .tp-search-single-wrap input {
    font-size: 14px;
  }
  .tp-search-single-wrap .nice-select .list {
    width: 100%;
  }
  .login-register-popup {
    width: 65%;
  }
  .login-register-popup-wrap .thumb {
    display: none;
  }
  .tp-gallery-item-img .details p br {
    display: none;
  }
  .tp-gallery-item-img img {
    min-height: 220px;
  }
  .faq-tab-content {
    padding: 50px 15px 0px 15px;
  }
  .client-slider .slick-prev {
    margin-left: -55px;
  }
  .client-slider .slick-next {
    margin-right: -55px;
  }
  .tp-holiday-plan-area.mg-top-96 {
    margin-top: 100px;
  }
  .client-review-area-home.pd-top-70 {
    padding-top: 83px;
  }
  .col-2-container {
    -moz-column-count: 1;
         column-count: 1;
  }
  .col-2-container .col-item {
    padding: 0;
  }
  /******** home 2 responsive ********/
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 36px;
  }
  .video-banner-area .video-banner-wrap {
    height: 655px;
  }
  .video-banner-area .video-banner-wrap .tv {
    transform: scale(2) !important;
  }
  /******* home 3 responsive ********/
  .main-banner-area {
    height: auto;
  }
  .main-banner-area .content {
    height: auto;
    padding: 210px 0 160px 0;
  }
  .single-intro-two {
    border-left: 0;
  }
  .counter-area ul li:nth-child(2):after {
    display: none;
  }
  .footer-area.style-two .footer-widget .widget_nav_menu li {
    margin: 0 10px;
  }
  .client-slider-two .swiper-slide {
    width: 500px;
  }
  .client-slider-two .client-slider-item .title-meta {
    min-height: 200px;
    padding: 20px 10px;
  }
  .client-slider-two .client-slider-item .details {
    padding: 20px 10px;
  }
  .main-banner-area h1 {
    font-size: 90px;
  }
  .upcomming-tour.upcomming-tour-bg.pd-top-75 {
    padding-top: 75px;
  }
  /******** home 4 ********/
  .banner-slider-3 .slick-next {
    left: auto !important;
  }
  .tp-main-search-3 .tp-main-search .btn, .tp-main-search-3 .tp-main-search .btn-sm, .tp-main-search-3 .tp-main-search .btn-xs {
    height: 60px;
    line-height: 60px;
  }
  .footer-area.style-three .footer-widget .widget_nav_menu li {
    margin: 0 12px;
  }
  .single-travelus-wrap:nth-child(1):after {
    top: -35px;
  }
  /****** home 5 *******/
  .banner-slider-two .swiper-slide {
    transform: translate3d(-195px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
  }
  .banner-slider-two .banner-inner {
    height: auto;
  }
  .banner-slider-two .banner-inner {
    padding: 150px 30px 30px 30px;
  }
  .banner-slider-two .package-meta {
    bottom: auto;
    position: relative;
    margin-top: 55px;
  }
  .banner-slider-two .banner-inner {
    background-size: cover;
    height: auto;
  }
  .banner-slider-two .banner-inner .banner-cat {
    font-size: 14px;
    line-height: 20px;
  }
  /****** about page responsive *******/
  .about-section-right-thumb .about-absolute-thumb {
    display: none;
  }
  .about-section-right-thumb {
    margin-bottom: 0;
  }
  .contact-area .thumb img {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-map {
    height: 350px;
  }
  .contact-info {
    padding: 25px 25px 20px 25px;
    margin-top: -10px;
  }
  .login-form-wrap {
    margin: 30px 30px 30px 58px;
  }
  /******* user profile *******/
  .tp-tabs.style-two {
    margin-bottom: 50px;
  }
  .tp-tabs.style-two li {
    text-align: left !important;
  }
  .tp-tabs.style-two li .btn, .tp-tabs.style-two li .btn-sm, .tp-tabs.style-two li .btn-xs {
    text-align: left !important;
    margin-left: 20px;
  }
  .user-payment-method .user-payment-card {
    text-align: left;
  }
  /******* destination details *******/
  .destinations-details-main-slider-controls {
    left: 20px;
    bottom: 20px;
    width: 140px;
  }
  .destinations-details-main-slider-controls .slider-nav {
    margin-bottom: 30px;
  }
  .destinations-details-main-slider-controls .slider-nav .slick-arrow {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .single-trip-plan {
    margin-bottom: 30px;
  }
  .location-details-map {
    margin-top: 70px;
  }
  .destinations-details-main-slider .d-details-main-slider-item img {
    border-radius: 10px;
  }
  .location-details-table tr .title {
    font-size: 15px;
  }
  .tp-common-slider-style .slick-arrow:hover,
  .tp-common-slider-style .slick-arrow:active,
  .tp-common-slider-style .slick-arrow:focus,
  .tp-common-slider-style .slick-arrow {
    border-width: 1px;
    height: 45px;
    width: 45px;
    font-size: 26px;
    line-height: 46px;
  }
  .tour-details-gallery .tp-list-meta li {
    margin-right: 15px;
  }
  .sidebar-area.sidebar-area-inner-page {
    margin-top: 113px;
  }
  /****** blog responsive ******/
  .single-blog-post-tags {
    margin-top: 30px;
  }
  .single-post-navigation .nav-previous,
  .single-post-navigation .nav-next {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .single-post-navigation .nav-post-text,
  .single-post-navigation h4 {
    display: none;
  }
  .sidebar-area {
    margin-top: 120px;
  }
  .sidebar-area .widget {
    margin-bottom: 50px;
  }
  .breadcrumb-area.style-three .breadcrumb-inner {
    padding: 30px 30px 20px 30px;
    border-radius: 20px 20px 0 0;
  }
  .breadcrumb-area .page-title {
    font-size: 38px;
  }
  .breadcrumb-area.style-three {
    padding: 220px 0 0 0;
  }
  /***** 404 responsive *****/
  .error-page-area {
    min-height: 800px;
    padding: 155px 0 120px 0;
  }
  .error-page-wrap {
    height: auto;
  }
  .error-page-area .logo-wrapper {
    width: 90px;
    height: auto;
  }
  .error-page-info h1 {
    font-size: 100px;
    line-height: 120px;
  }
  .single-page-small-title {
    line-height: 28px;
  }
}
/* medium tablet layout 767px */
@media only screen and (max-width: 767px) {
  .search-popup .search-form {
    min-width: 85%;
  }
  .single-upconing-card .content .title {
    transition: 0.3s;
  }
  .single-upconing-card:hover .title {
    opacity: 1;
    visibility: visible;
  }
  .tp-price-meta p {
    font-size: 13px;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 46px;
  }
  .tp-main-search {
    padding: 30px 15px 35px 15px;
  }
  .ads-thumb {
    border-radius: 10px;
  }
  .ads-thumb img {
    border-radius: 10px;
  }
  .banner-social-meta {
    left: 211px;
  }
  .breadcrumb-area .page-title {
    margin-bottom: 10px;
  }
  .breadcrumb-area .page-list li {
    font-size: 15px;
  }
  .breadcrumb-area .page-list li:after {
    top: -1px;
  }
  .tp-pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    margin: 0 3px;
  }
  .tp-pagination ul li .page-numbers.prev, .tp-pagination ul li .page-numbers.next {
    line-height: 40px;
  }
  .tp-pagination ul li .page-numbers.prev i,
  .tp-pagination ul li .page-numbers.next i {
    line-height: 38px;
  }
  .package-included-location .single-blog:after {
    display: none;
  }
  .service-location-map iframe {
    height: 300px;
  }
  .tour-details-gallery .details .all-tags a {
    margin-bottom: 10px;
  }
  .tour-details-gallery .book-list-warp .book-list-content {
    display: block;
    margin-bottom: 18px;
  }
  .tour-details-gallery .book-list-warp .tp-price-meta {
    display: block;
    float: left;
  }
  .location-review-area .single-page-small-title {
    margin-bottom: 10px;
  }
  .location-review-area .tp-review-meta {
    margin-bottom: 10px;
  }
  .tp-gallery-item-img .details {
    bottom: 0;
  }
  .tp-gallery-item-img .details p {
    font-size: 14px;
  }
  .single-client-review .location-name {
    font-size: 35px;
  }
  .tp-tabs {
    margin: 50px 0 50px 0;
  }
  .newslatter-area-wrap {
    padding: 61px 0 70px 0;
  }
  .single-travelus-wrap:nth-child(1):after,
  .single-travelus-wrap:nth-child(3):after {
    top: -25px;
  }
  .single-travelus-wrap:nth-child(2):after {
    bottom: -100px;
  }
  /******* home 2 responsive *******/
  .video-banner-area .video-banner-wrap {
    height: 595px;
    margin-top: -170px;
  }
  /******** home3 ********/
  .main-banner-area .content {
    padding: 200px 0 120px 0;
  }
  .main-banner-area h1 {
    font-size: 80px;
  }
  .main-banner-area .shadow {
    margin-top: -55px;
  }
  .upcomming-card-slider-1 .slick-arrow {
    display: none !important;
  }
  .counter-area {
    padding-top: 185px;
    margin-top: -150px;
  }
  .package-meta .tp-price-meta h2 {
    font-size: 16px;
  }
  .package-meta .tp-price-meta h2 span {
    font-size: 11px !important;
  }
  .package-meta .tp-price-meta h2 small {
    font-size: 11px !important;
  }
  .client-slider-two .swiper-slide {
    width: 350px;
  }
  .footer-area.style-two .footer-widget .widget-contact {
    display: block !important;
  }
  .footer-area.style-two .footer-widget .widget-contact p {
    display: inline-block;
  }
  .footer-area.style-two .copyright-inner .copyright-text {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .footer-area.style-two .copyright-inner {
    text-align: center;
  }
  /********* home 4 **********/
  .tp-main-search-3 .tp-main-search {
    padding: 0 25px 0;
  }
  .tp-main-search-3 .tp-main-search .btn, .tp-main-search-3 .tp-main-search .btn-sm, .tp-main-search-3 .tp-main-search .btn-xs {
    margin-bottom: 25px;
  }
  .single-upconing-card.style-two {
    margin-left: 50px;
  }
  .client-slider .slick-prev {
    margin-left: -55px;
  }
  .client-slider .slick-next {
    margin-right: -55px;
  }
  .footer-area.style-three .footer-widget .widget-contact {
    display: block !important;
  }
  .footer-area.style-three .footer-widget .widget-contact p {
    display: inline-block !important;
    text-align: center !important;
  }
  .single-travelus-wrap:nth-child(1):after {
    top: -26px;
  }
  /******** home 5 *******/
  .banner-slider-two .swiper-slide {
    width: 100%;
  }
  .banner-slider-two .swiper-slide {
    transform: translate3d(0px, 0px, 20px) rotateX(0deg) rotateY(0deg) !important;
  }
  .banner-slider-two .banner-inner {
    padding: 150px 70px 30px 70px;
  }
  .banner-slider-two .banner-inner .banner-title {
    width: 63%;
  }
  .banner-slider-two .banner-inner .title-and-video .video-popup-wrap {
    width: 37%;
  }
  /***** destination-list ******/
  .single-destinations-list.style-three .list-price-meta .tp-price-meta {
    padding-left: 10px;
    margin-left: 10px;
  }
  /******* blog responsive *******/
  .tp-blockquote {
    padding: 22px 20px 22px 22px;
    z-index: -6;
    overflow: hidden;
  }
  .tp-blockquote:after {
    left: -5px;
    top: 20px;
    z-index: -2;
    opacity: 0.2;
  }
  .tp-blockquote p {
    font-size: 15px;
    z-index: 2;
  }
  .blog-area .sidebar-area {
    margin-top: 112px;
  }
  /***** 404 responsive *****/
  .error-page-area .logo-wrapper {
    left: 50%;
    margin-left: -45px;
  }
  .comming-soon-info-wrap {
    min-height: 800px;
  }
  .comming-soon-info-wrap {
    padding: 140px 0 120px 0;
  }
  .comming-soon-page .logo-wrapper {
    position: relative;
    text-align: center;
    padding-top: 30px;
    background-color: transparent;
  }
  /****** footer responsive ******/
  .copyright-inner .copyright-text {
    line-height: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-slider-two .banner-inner {
    padding: 150px 35px 30px 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 33px;
  }
  .video-banner-area {
    height: 400px !important;
  }
  .blog-details-area .single-page-small-title {
    font-size: 14px;
  }
  .single-blog .thumb img {
    width: 100%;
  }
  .tps-arrow-left-right {
    margin-bottom: 80px;
  }
  .tps-arrow-left-right .slick-prev {
    left: 50%;
    top: auto;
    bottom: -50px;
    margin-left: -50px;
  }
  .tps-arrow-left-right .slick-next {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -50px;
  }
  .section-title.section-title-left-border {
    padding-left: 20px;
  }
  .section-title.section-title-left-border:before {
    width: 3px;
  }
  .section-title.section-title-right-border {
    padding-right: 20px;
  }
  .section-title.section-title-right-border:after {
    width: 2px;
  }
  .banner-slider-two .banner-inner {
    padding: 150px 15px 30px 15px;
  }
  .blog-slider.tps-arrow-left-right .slick-prev {
    left: 50px;
  }
  .blog-slider.tps-arrow-left-right .slick-next {
    left: 55px;
  }
  .tp-pagination ul li .page-numbers,
  .tp-pagination ul li .page-link {
    width: 38px;
    height: 38px;
    line-height: 37px;
    margin: 0 6px;
  }
  .tp-pagination ul li .page-numbers.prev, .tp-pagination ul li .page-numbers.next {
    line-height: 38px;
  }
  .tp-pagination ul li .page-numbers.prev i,
  .tp-pagination ul li .page-numbers.next i {
    line-height: 36px;
    font-size: 24px;
  }
  .responsive-mobile-menu .navbar-toggler {
    margin-top: 13px;
  }
  .newslatter-area-wrap {
    padding: 65px 0 70px 0;
  }
  .destinations-details-page .destinations-client-review-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .section-title .title {
    font-size: 30px;
  }
  .breadcrumb-area .page-title {
    font-size: 35px;
    line-height: 40px;
  }
  .breadcrumb-area.style-three .page-title {
    font-size: 30px;
    line-height: 36px;
  }
  .navbar-area .nav-container {
    padding: 0 10px;
  }
  .navbar-area .nav-container .nav-right-content ul li.top-bar-btn-booking {
    display: none;
  }
  .responsive-mobile-menu .navbar-toggler {
    padding: 0 0 0 12px;
  }
  .nav-right-content ul li:before {
    margin-top: -15px;
    height: 30px;
  }
  .banner-tour-package {
    display: none;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-title {
    font-size: 40px;
  }
  .banner-slider .video-popup-btn {
    margin-top: 0;
    margin-left: 15px;
    left: 0;
    top: 0;
  }
  .banner-slider .banner-slider-item .banner-inner .banner-cat {
    margin-bottom: 0;
  }
  .banner-slider .video-popup-btn .video-play-btn {
    height: 38px;
    width: 38px;
    font-size: 11px;
    line-height: 39px;
  }
  .banner-slider .slick-active .s-animate-video {
    animation: 1.5s 1s fadeInLeft both;
  }
  .banner-slider .banner-slider-item {
    padding: 150px 0 215px 0;
  }
  .banner-social-meta {
    left: 100px;
  }
  .banner-slider .slick-prev {
    right: 55px;
  }
  .banner-slider .slick-next {
    right: 15px !important;
  }
  .banner-social-meta .social-icon li {
    margin: 0 2px;
  }
  .single-destinations-list.style-two .thumb img {
    width: 100%;
  }
  .tour-list-widget {
    padding: 40px 20px 26px 20px !important;
  }
  .tour-details-area .tp-gallery-item-img img {
    width: 100%;
  }
  .login-register-popup {
    width: 90%;
  }
  .login-form-wrap {
    margin: 25px;
  }
  .login-form-wrap:after {
    display: none;
  }
  .login-form-wrap {
    padding: 20px;
  }
  .destinations-client-review-slider .d-client-review-slider-item {
    margin: 0;
  }
  .faq-tab-content {
    padding: 0;
  }
  .single-gallery-area .gallery-title {
    padding: 0 20px;
  }
  .tp-holiday-plan-area.mg-top-96 {
    margin-top: 108px;
  }
  .destination-grid-area.pd-top-105 {
    padding-top: 114px;
  }
  /******** home 2 responsive *********/
  .video-banner-area .video-banner-wrap {
    height: 600px;
  }
  .video-banner-area .video-banner-wrap .tv {
    transform: scale(3.5) !important;
  }
  .search-area-home2 {
    margin-top: 80px;
  }
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 30px;
  }
  .video-banner-content-wrap {
    margin-top: 65px;
  }
  /****** home 3 *******/
  .main-banner-area .content {
    padding: 150px 0 150px 0;
  }
  .main-banner-area h2 {
    font-size: 14px;
  }
  .main-banner-area h1 {
    font-size: 45px;
    background: linear-gradient(to top, transparent 0%, #ffffff 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main-banner-area .shadow {
    display: none;
  }
  .counter-area ul li:after {
    display: none;
  }
  .footer-area.style-two .footer-widget .widget-contact p {
    text-align: center !important;
  }
  .upcomming-card-slider-2 .single-upconing-card {
    margin: 10px;
  }
  .client-slider-two .swiper-slide {
    width: 100%;
  }
  .banner-slider-3 .video-popup-btn {
    top: 30px;
  }
  /******* home 4 *********/
  .single-travelus-wrap {
    margin-bottom: 40px;
  }
  .single-travelus-wrap:after {
    display: none !important;
  }
  /*.single-travelus-wrap:nth-child(3) {
      margin-bottom: 0;
  }*/
  .single-blog.style-four {
    margin: 0 0;
    display: block;
  }
  .single-blog.style-four:after {
    display: none;
  }
  .single-blog.style-four .single-blog-details {
    padding: 20px 0;
  }
  .upcomming-card-slider-3 .single-upconing-card .details h3 {
    font-size: 18px;
  }
  /****** user profile ********/
  .tp-img-upload {
    display: inherit;
  }
  .tp-img-upload .tp-avatar-preview {
    margin-bottom: 30px;
  }
  /***** destination-list ******/
  .single-destinations-list.style-three .thumb {
    flex: 0 0 100%;
  }
  .single-destinations-list.style-three .details {
    flex: 0 0 100%;
  }
  .single-host-wrap .thumb {
    padding: 9px;
  }
  .single-host-wrap .thumb img {
    height: 90px;
    width: 90px;
  }
  .tour-details-area .package-included-location {
    margin-bottom: 64px;
  }
  /****** blog-responsive ******/
  .single-blog.single-blog-wrap.style-two {
    display: inline-block;
  }
  .single-blog-wrap .single-blog-left-wrap {
    width: 100%;
    display: block;
    float: left;
  }
  .single-blog-wrap .single-blog-left-wrap img {
    border-radius: 10px;
  }
  .single-blog-wrap .single-blog-right-wrap {
    width: 100%;
    display: block;
    float: left;
  }
  .author-area {
    display: inherit;
    padding: 25px;
  }
  .author-area .media-body {
    margin-left: 0;
    margin-top: 30px;
  }
  .author-area .media-body h4 {
    margin-bottom: 20px;
  }
  .comments-area .comment-list li .single-comment-wrap {
    display: inherit;
  }
  .comments-area .comment-list li .single-comment-wrap .content {
    margin-top: 20px;
  }
  .comments-area .comment-list li .single-comment-wrap {
    padding: 20px;
  }
  .tp-form-wrap-one {
    padding: 30px 25px 30px;
  }
  .blog-comment-area .btn, .blog-comment-area .btn-sm, .blog-comment-area .btn-xs {
    margin-bottom: 10px;
  }
  .search-popup .search-form {
    min-width: 85%;
  }
  .search-popup .search-form .form-group .form-control {
    padding: 0 70px 0 15px;
  }
  .single-blog-post-tags {
    display: inherit !important;
  }
  .single-blog-post-tags a {
    margin-left: 0;
    margin-right: 5px;
  }
  .newslatter-area-blog.pd-top-108 {
    padding-top: 120px;
  }
  .comming-soon-info-wrap {
    padding: 110px 0 115px 0;
  }
  .comming-soon-info {
    width: 100%;
  }
  .countdown-item {
    height: 130px;
    width: 45%;
    padding-top: 35px;
    margin-right: 0;
    margin: 6px !important;
  }
  .comming-soon-title {
    font-size: 35px;
    margin-bottom: 48px;
  }
  .comming-soon-page .logo-wrapper img {
    width: 100px;
  }
  /**** footer responsive *****/
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  /* Padding Margin classes */
  .pd-top-50 {
    padding-top: 20px;
  }
  .pd-top-65 {
    padding-top: 35px;
  }
  .pd-top-70 {
    padding-top: 40px;
  }
  .pd-top-75 {
    padding-top: 45px;
  }
  .pd-top-80 {
    padding-top: 50px;
  }
  .pd-top-90 {
    padding-top: 60px;
  }
  .pd-top-105 {
    padding-top: 75px;
  }
  .pd-top-108 {
    padding-top: 78px;
  }
  .pd-top-100 {
    padding-top: 70px;
  }
  .pd-top-110 {
    padding-top: 80px;
  }
  .pd-top-112 {
    padding-top: 82px;
  }
  .pd-top-120 {
    padding-top: 90px;
  }
  .pd-top-142 {
    padding-top: 112px;
  }
  .pd-bottom-70 {
    padding-bottom: 50px;
  }
  .pd-bottom-92 {
    padding-bottom: 72px;
  }
  .pd-bottom-100 {
    padding-bottom: 70px;
  }
  .pd-bottom-120 {
    padding-bottom: 90px;
  }
  .pd-default-100 {
    padding: 70px 0;
  }
  .pd-default-two {
    padding: 62px 0 70px 0;
  }
  .pd-default-3 {
    padding: 62px 0;
  }
  .mg-top-92 {
    margin-top: 62px;
  }
  .mg-top-96 {
    margin-top: 66px;
  }
  .mg-top-100 {
    margin-top: 70px;
  }
  .mg-top-110 {
    margin-top: 70px;
  }
  .mg-top-120 {
    margin-top: 90px;
  }
  .mg-bottom-92 {
    margin-bottom: 62px;
  }
  .mg-bottom-100 {
    margin-bottom: 70px;
  }
  .tp-holiday-plan-area.mg-top-96 {
    margin-top: 68px;
  }
  .client-review-area-home.pd-top-70 {
    padding-top: 42px;
  }
  .footer-area .widget {
    margin-bottom: 50px;
  }
  .footer-area {
    padding-top: 80px;
  }
  .destination-grid-area.pd-top-105 {
    padding-top: 75px;
  }
  .sidebar-area {
    margin-top: 80px;
  }
  .sidebar-area.sidebar-area-inner-page {
    margin-top: 73px;
  }
  .breadcrumb-area,
  .breadcrumb-area.style-two {
    padding: 120px 0 90px;
  }
  .breadcrumb-area-booking {
    padding: 120px 0 0;
  }
  .tp-tabs li {
    margin-bottom: 10px !important;
  }
  .blog-area .sidebar-area {
    margin-top: 75px;
  }
  .sidebar-area .widget {
    margin-bottom: 30px;
  }
  .newslatter-area-blog.pd-top-108 {
    padding-top: 78px;
  }
  .upcomming-card-slider-1 .single-upconing-card {
    margin: 10px 8px 15px 8px;
  }
  .upcomming-card-slider-2 .slick-list {
    padding-bottom: 0 !important;
  }
  .counter-area {
    padding-bottom: 40px;
  }
  .blog-slider.tps-arrow-left-right {
    margin-bottom: 40px;
  }
  .upcomming-tour.upcomming-tour-bg.pd-top-75 {
    padding-top: 80px;
  }
  .upcomming-tour.upcomming-tour-bg.pd-top-75 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 376px) {
  #ui-datepicker-div {
    left: 15px !important;
  }
  .newslatter-wrap .btn, .newslatter-wrap .btn-sm, .newslatter-wrap .btn-xs {
    padding: 0 15px;
  }
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 26px;
  }
  .tp-gallery-item-img img {
    min-height: 240px;
  }
  .tp-gallery-item-img .details {
    padding: 15px;
  }
  .faq-tab-content .faq-details {
    padding: 20px 8px 20px 18px;
  }
  .single-destinations-list.style-four .details .list-price-meta .tp-price-meta {
    margin-top: 18px;
  }
  .client-area {
    background-size: cover;
  }
}
@media only screen and (max-width: 370px) {
  .video-banner-area .video-banner-wrap {
    height: 520px;
  }
  .single-destinations-list.style-three .list-price-meta .tp-price-meta {
    padding-left: 0;
    margin-left: 5px;
    display: block !important;
    float: left;
    width: 100%;
    border: 0;
    margin-top: 15px;
  }
  .single-destinations-list.style-four:hover .details .content {
    height: 95px;
  }
  .single-package-card.style-two .thumb {
    margin: 10px 10px 0 10px;
  }
  .single-package-card .details {
    padding: 10px;
  }
  .single-destinations-list.style-four .tp-list-meta li {
    margin: 0 5px;
  }
  .single-destinations-list.style-four .tp-list-meta li:first-child {
    margin-left: 0;
  }
  .single-destinations-list.style-four .details .tp-price-meta h2 {
    margin-right: 3px;
  }
  .single-destinations-list.style-four .details {
    padding: 22px 10px;
  }
  .login-form-wrap .single-input-wrap .single-input-title {
    width: 42px;
  }
  .banner-slider-two .banner-inner .banner-title {
    width: 75%;
  }
  .banner-slider-two .banner-inner .title-and-video .video-popup-wrap {
    width: 25%;
  }
  /*.banner-slider-two .banner-inner .banner-title {
      font-size: 25px;
  }*/
}
@media only screen and (max-width: 320px) {
  .banner-slider-controls {
    display: none;
  }
  .banner-social-meta {
    left: 0;
  }
  .video-banner-area .video-banner-content-wrap .video-banner-content h2 {
    font-size: 22px;
  }
}
/* container width screen */
@media (min-width: 1500px) and (max-width: 1700px) {
  .container {
    max-width: 1440px;
  }
  .destinations-client-review-slider .slick-prev {
    left: -14px;
    background: #ffffff;
    z-index: 2;
  }
  .destinations-client-review-slider .slick-next {
    right: -14px;
    background: #ffffff;
    z-index: 2;
  }
}
@media (min-width: 450px) {
  .section-blog-home {
    margin-bottom: 350px;
  }
}
@media (min-width: 768px) {
  .section-blog-home {
    margin-bottom: 190px;
  }
  .list-pellet-h li {
    flex-basis: calc(33% - 20px);
  }
}
@media (min-width: 1300px) and (max-width: 1499px) {
  .container {
    max-width: 1240px;
  }
  .container-bg {
    margin: 0px 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
/*.video-banner-area .video-banner-wrap {
    height: 524px;
    margin-top: -277px;
}*/
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes growTransp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    height: 20px;
    width: 20px;
  }
}
.bg-secondary {
  background-color: #84b931 !important;
}

.bg-secondary-white {
  background-color: #ebf5da !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

.text-primary {
  color: #b5202b !important;
}

.text-secondary {
  color: #84b931 !important;
}

.text-secondary-- {
  color: #84b931 !important;
}

.text-tertiary {
  color: #013265 !important;
}

.text-dark {
  color: #2c3e50 !important;
}

.text-red {
  color: #e74c3c;
}

.text-neutral {
  color: #95a5a6 !important;
}

.text-sm {
  font-size: 12px;
}

.icon-fix {
  transform: translateY(0.25em);
}

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