





@charset "UTF-8";
/*
Theme Name: AdventureGene - Travel Adventure & Tours
Theme URL: https://e-wises.com/tf/adventure-gene/
Author: Ewises
Author URI: https://themeforest.net/user/e-wises
Description: Landing Page template
Version: 1.0.0
*/
/* Sections*/
/*Common style*/
/*=== Background Overlay === */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Balinese&display=swap');
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4{
    font-weight: 700;
}
i {
    font-family: 'FontAwesome' !important;
    font-style: normal !IMPORTANT;
}

/*i {*/
/*    font-family: 'FontAwesome' !important;*/
/*    font-style: normal !important;*/
/*}*/
body{
    /*overflow: hidden;*/
    font-family: 'Roboto', sans-serif !important;
}

.holiday-demo5 {
    overflow-x: clip;
}

.btn {
    background: var(--main-color-one);
    color: #fff;
    border: 1px solid transparent;
}
.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
    color: #fff;
}
.btn:hover {
    background: var(--secondcolor);
    color: #fff;
    border: 1px solid transparent;

}
 .overlay-bg, .overlay-bg-2, .overlay-bg-3, .overlay-bg-4, .overlay-bg-5 {
     position: relative;
     z-index: 1;
}
 .overlay-bg::before, .overlay-bg-2::before, .overlay-bg-3::after, .overlay-bg-4::before, .overlay-bg-5::before{
     content: "";
     display: block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
 .overlay-bg::before{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-2::before{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-3::after{
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-4::before {
     background-color: rgb(0 0 0 / 21%);
}
 .overlay-bg-5::before {
     background-color: rgb(0 0 0 / 21%);
}
.single-slide.overlay-bg-2:before{
    z-index: 1;
}
.slider-area .owl-carousel {
    display: block !important;
}
.slide-thumb:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #0000003d;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 0;
}
/*Section title*/
.section-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}
.section-title p.title {
    margin-bottom: 0;
    line-height: 30px;
}
/*.section-title h2 {*/
/*    line-height: initial;*/
/*}*/
.section-title h2 span {
    display: block;
}
.section-title.white h2, .section-title.white p, .section-title.white p.title {
    color: #ffffff;
}
/*Start Header Style*/
.form-search-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000000c7;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.showformmfull {
    display: flex;
}
.form-search-overlay input {
    border: none;
    background: transparent;
    width: 100%;
    color: #fff;
}
.form-search-overlay input:focus {
    border: 1px solid transparent;
}
.form-search-overlay button {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 0;
}

.form-search-overlay .search-box {
    position: relative;
    width: 55%;
    border-bottom: 1px solid #ddd;
}
.login-cart ul li  .close-btn {
    position: absolute;
    top: 6rem;
    right: 22%;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    font-size: 30px;
}

/*header.header-area.absulate-header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 3;*/
/*}*/

/*header top left*/
.header-top-left {
    padding: 39px 0 10px;
}
header.header-area.style-2 .header-top-left, header.header-area.style-2 .header-top-contact {
    padding: 0;
}
.header-top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 5px;
}
.header-top-left > ul > li {
    display: inline-block;
    position: relative;
}
.header-top-left > ul > li a {
    color: #808080;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
}
.header-top-left > ul > li ul {
    background-color: #ffffff;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    width: 80px;
    border-top: 2px solid var(--main-color-one);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    position: absolute;
    z-index: 2;
    transform: translate3d(0px, 10px, 0px);
}
.header-top-left > ul > li ul li a {
    padding: 5px 10px;
    color: #282826;
}
.header-top-left > ul > li ul li a:hover, .header-top-left > ul > li a:hover,
.header-top-contact ul li a:hover {
    color: var(--main-color-one);
}
.header-top-left > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.header-top-left > ul > li > a:before {
    position: absolute;
    top: -8px;
    right: -12px;
    content: "";
    font-family: "FontAwesome";
}
/*header top right*/
.header-top-contact {
    float: right;
    padding: 39px 0 10px;
}
.header-top-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-contact ul li {
    display: inline-block;
    position: relative;
}
.header-top-contact ul li:before {
    position: absolute;
    content: "/";
    top: 1px;
    right: 6px;
    font-size: 14px;
    color: #ffffff;
}
.header-top-contact ul li a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 25px;
}
.header-top-contact ul li a i {
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.header-top-contact ul li:last-child a {
    margin-right: 0;
}
.header-top-contact ul li:last-child:before {
    display: none;
}
.site-logo {
    padding: 18px 18px 18px;
}
.main-menunav .site-logo {
    padding: 5px 0;
    position: initial;
    top: -11px;
}
.main-menunav .show-dropdownmenu{
    display: block !important;
}
.main-menunav img {
    height: 110px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    width:150px;
}
.main-menunav .login-cart ul li.cart-mega {
    float: none;
    padding-left: 15px;
    padding-right: 0;
}
header.header-area.style-2 .gene-nav ul.menu > li > a {
    padding: 5px 25px 22px 15px;
}
header.header-area.style-2 .gene-nav .menu li.has-dropdown > a::after {
    margin-top: -25px;
}
header.header-area.style-2 .gene-nav ul.menu {
    margin-top: 18px;
    display: flex;
}
header.header-area.style-2.sticky .navigation-area {
    border: none;
}
header.header-area.style-2.sticky.navbar-fixed-top {
    height: 92px;
}
header.header-area.style-2 .login-cart ul {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
/*Header Style 3*/
.navigation-bgheader.header-area.style-2 {
    background-color: transparent;
}
header.header-area.style-2 .navigation-bg {
    background-color: transparent;
}
.holiday header.header-area.style-2 .navigation-area {
    background: var(--secondary-color) !important;
    border-radius:15px;
    padding:0 10px;
}
header.header-area.style-2.header-border .navigation-area {
    background: var(--main-color-one);
    
}
.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}


.show-dropdownmenu {
    display: block;
}
.dropdown-menu ul {
    position: absolute;
    background: #fff;
    left: 101%;
    border-radius: 4px;
    top: 20px;
    padding: 10px;
}
.dropdown-menu > li:hover > .submenu {
    display: block;
}
.show-drop {
    display: block !important;
}
.dropdown-menu  li a {
    color: #222 !important;
}

.dropdown-menu li {
    display: block !important;
}
/*.top-mainheader {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

.top-mainheader .contact-head ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.top-mainheader .contact-head ul li a {
    color: #808080;
    font-size: 14px;
}

.top-mainheader .contact-head ul li a i {
    margin-right: 5px;
}
/*=== Naviagaion ===*/
.navigation-area {
    position: relative;
}
.navigation-bg {
    background-color: #000000;
    margin-left: 0;
    margin-right: 0;
}
.main-menu-wrap {
    float: right;
}
nav.gene-nav ul li:last-child a {
    padding-right: 10px;
}
header.header-area.style-2 nav.gene-nav ul li:last-child a {
    padding-right: 0;
}
 nav.gene-nav {
     float: right;
     width: 100%;
     text-align: center;
}
.gene-nav ul.menu {
    margin-top: 35px;
    display: inline-block;
}
 .gene-nav ul{
     list-style:none;
     display:block;
     margin:0;
     padding:0;
}
 .gene-nav .menu li {
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     list-style: none;
}
 .gene-nav .menu li a {
     color: #adaeaf;
     display:block;
     font-size: 16px;
}
 nav.gene-nav ul.menu > li:first-child > a:nth-child(1) {
     padding-left: 0;
}
 .gene-nav .menu > li {
     display: inline-block;
     padding: 0;
}
 .gene-nav .menu > li:hover>a {
     color: var(--main-color-one);
}
.gene-nav ul.menu > li > a {
    color: #ffffff;
    font-size: 16px;
    opacity: 1;
    padding: 5px 25px 39px 15px;
    text-transform: uppercase;
}
 .navigation-area.dark .gene-nav ul.menu > li > a, .absolute-header .navigation-area .gene-nav ul.menu > li > a {
     color: #1a1a1a;
}
 .navigation-area.dark .gene-nav .menu > li:hover>a, .absolute-header .navigation-area .gene-nav ul.menu > li:hover > a {
     background: transparent;
     color: var(--main-color-one);
}
 .gene-nav .menu > li:last-child > ul ul {
     left: auto;
     right: 100%;
}
 .gene-nav .menu > li ul {
     background-color: #ffffff;
     border-top: 2px solid var(--main-color-one);
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     padding: 15px 0;
     position: absolute;
     -webkit-transform: translate3d(0px, 20px, 0px);
     -ms-transform: translate3d(0px, 20px, 0px);
     transform: translate3d(0px, 20px, 0px);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 220px;
     z-index: 999;
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     text-align: left;
}
 .gene-nav .menu > li > ul li a {
     padding: 2px 12px;
}
 .gene-nav .menu > li > ul li a:hover {
     border-radius: 2px;
     color: var(--main-color-one);
}
 .gene-nav .menu > li > ul > li > ul {
     left: 100%;
     padding: 10px;
     top: 0;
}
 .gene-nav .menu > li:hover > ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     /* -webkit-transform: translate3d(0px, 0px, 0px); */
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
 .gene-nav .menu > li > ul > li:hover > ul, .gene-nav .menu > li:hover .mega-menu ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
nav.gene-nav li.active > a {
    color: var(--main-color-one);
}
li.icon a i {
    padding-right: 6px;
}
/* Mega Menu */
 .gene-nav .menu .mega-menu {
     padding: 20px;
     width: 400px;
}
 .gene-nav .menu .mega-menu.three-column {
     width: 600px ;
}
 .gene-nav .mega-menu.mega-center {
     left: 50%;
     margin-left: -200px;
}
 .gene-nav .mega-menu.mega-center.three-column {
     margin-left: -332px;
}
 .gene-nav .mega-menu.mega-right{
     right:0;
}
 .gene-nav .menu .mega-menu > li.mega-col {
     float:left;
     padding: 0 10px;
     overflow: hidden;
     width: 50%;
}
 .gene-nav .menu .mega-menu.three-column > li.mega-col {
     width: 33.33%;
}
 .gene-nav .menu .mega-menu ul {
     background-color: rgba(0, 0, 0, 0);
     border-top: none;
     left: auto;
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     padding: 0;
     position: relative;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .gene-nav .menu li.mega-col li {
     display: block;
     width: 100%;
     padding: 0;
}
 .gene-nav .menu li.mega-col li a {
     padding: 5px 0;
}
 .gene-nav .menu li.mega-col li a:hover {
     background-color:transparent;
}
 .gene-nav > ul.menu > li:last-child{
     padding-right:0;
}
/* Meag Menu Title */
.mega-menu .title {
    color: #404040;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
}
 .gene-nav .mega-menu .title::before {
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 30px;
}
.gene-nav .menu li.has-dropdown > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-top: -34px;
    position: absolute;
    right: 10px;
    top: 50%;
}
 .gene-nav .menu li ul li.has-dropdown > a::after {
     content: "\f105";
     right: 18px;
     top: 36px;
}
 .gene-nav .menu > li > ul.mega-menu::before {
     left: 57%;
     margin-left: -4px;
}
/* Mobile Menu */
 .navigation-area .col {
     position: static;
}
.mean-container .mean-bar {
    margin-top: 47px;
    position: inherit;
    margin-left: 0;
}
header.header-area.style-2 .mean-container .mean-bar {
    margin-top: 22px;
}
header.header-area.style-2 .mobile-menu-area .mean-nav {
    top: 80px;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: auto;
}
.mobile-menu-area .mean-nav {
    left: 0;
    position: absolute;
    top: 130px;
    z-index: 2;
}
 .mean-nav .mega-menu .title {
     margin-bottom: 0;
     padding: 12px 20px;
}
 .mean-container a.meanmenu-reveal {
     float: right;
}
/*cart login*/
.login-cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-cart {
    width: 100%;
    padding: 23px 0;
}
.login-cart ul li a {
    font-size: 16px;
    color: #ffffff;
}
.login-cart ul li a.userName {
    font-size: 16px;
    color: #ffffff !important;
}
.login-cart ul li .userDropdown li{
    width:100%;
}
.login-cart ul li .userDropdown li a{
    color: #000 !important;
}
.login-cart ul li a i {
    margin-right: 6px;
}
.login-cart ul li.cart-mega {
    float: right;
    padding-right: 30px;
}

/*Sticky*/
header.header-area.style-2.header-border.sticky .navigation-area {
    border: none;
}
header.header-area.style-2.sticky .site-logo {
    padding: 10px 0;
}
header.header-area.style-2.sticky .gene-nav ul.menu {
    margin-top: 28px;
}
/*.header-area.sticky.navbar-fixed-top {*/
/*  position: fixed;*/
/*  height: 115px;*/
/*  padding-top: 0;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/
.header-area.sticky {
  position: relative;
  z-index: 999;
  width: 100%;
}
.sticky .gene-nav ul.menu > li > a {
    color: #ffffff;
}
.sticky .gene-nav .menu > li:hover>a {
    background: transparent;
    color: var(--main-color-one);
}
.sticky .navigation-area {
    border-bottom: none;
}
.sticky.navbar-fixed-top .header-top-left, .sticky.navbar-fixed-top .header-top-contact {
    display: none;
}
.sticky.navbar-fixed-top .navigation-bg {
    background-color: transparent;
}
/*=== 3. SLIDER STYLES ===*/
.slide-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.slide-thumb.shape-2 {
    margin: 0;
}
 .single-slide {
     position: relative;
}
 .slide-content {
     position: absolute;
     top: 55%;
     width: 100%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 2;
}
 .single-slide-content {
     display: block;
     margin-bottom: 1px;
}
.single-slide-content h1 {
    color: #ffffff;
    font-size: 90px;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 110px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
.content-text h1 span {
    display: block;
}
.single-slide-content h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif !important;
}
.single-slide-content h2 strong {
    font-weight: 700;
}
.single-slide-content h2 span {
    display: block;
}
.find-adventure-form {
    padding: 0 10px;
}
.find-adventure-form select, .find-adventure-form input[type="date"] {
    width: 25%;
    height: 60px;
    border: none;
    font-size: 14px;
    color: #282828;
    padding: 0 5px 0 20px;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    border-right: 1px solid #cacaca;
}
.single-slide-content .find-adventure-form form {
    display: flex;
}
.single-slide-content .find-adventure-form select:first-child {
    border-radius: 5px 0 0 5px;
}
.find-adventure-form input.btn.btn-theme {
    width: 25%;
    margin: 0;
    height: 60px;
    border-radius: 0 5px 5px 0;
    padding: 0;
}
.slide-content .find-adventure-form input[type="date"] {
    margin-right: 0;
}
.find-adventure-form form select:last-child {
    display: none;
}
.find-adventure-form input[type="submit"] { 
    margin: auto;
    text-align: center;
}
/*shape*/
.slide-thumb:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-size: contain;
    z-index: 1;
}

#welcome-slide img {
    object-fit: cover;
    animation: scale 40s linear infinite;
}
@keyframes scale {
  50% {
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
  }
}
.slide-thumb.shape-1:before {
    background-image: url(../img/slider/s1.png);
}
.slide-thumb.shape-2:before {
    background-image: url(../img/slider/s2.png);
    background-size: cover;
    height: 330px;
}
.slide-thumb.shape-3:before {
    background-image: url(../img/slider/s3.png);
    bottom: -50px;
    height: 134px;
    background-repeat: no-repeat;
}
/* lider nav*/
 .slide-controls .owl-nav button {
     font-size: 25px;
     height: 60px;
     left: 0;
     line-height: 60px;
     opacity: 0;
     position: absolute;
     text-align: center;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 60px;
     z-index: 1;
}
 .slide-controls .owl-nav button.owl-next {
     left: auto;
     right: 10px;
}
.slide-controls .owl-nav button.owl-prev{
    right: auto;
     left: 10px;
}
.slider-area .owl-nav button {
    background: var(--main-color-one) !important;
    color: #fff !important;
    opacity: 0.7 !important;
    transform: scale(0.9);
}
.slider-area .owl-nav button:hover{
    transform: scale(1);
    opacity: 1 !important;
}
.slider-area .owl-nav button span {
    font-size: 30px;
}
 .slide-controls .owl-nav button i {
     border: 2px solid var(--main-color-one);
     border-radius: 50%;
     display: block;
     height: 50px;
     line-height: 48px;
     margin: 5px;
     width: 50px;
     color: var(--main-color-one);
     background-color: #f6f6f6;
     transition: 0.3s;
}
 .slide-controls .owl-nav button i:hover {
     background-color: var(--main-color-one);
     color:#ffffff;
}
 .slide-controls:hover .owl-nav button {
     opacity: 1;
     visibility: visible;
}
 .wrapper.home-2 .slide-controls .owl-nav button {
     top: 55%;
}
/*Default owl dots style*/
 .slider-area .owl-dots {
     position: absolute;
    text-align: center;
    width: 100%;
    bottom: 25%;
    display: flex;
    justify-content: center;
    gap: 5px;
}

 .logo-wrap .owl-dots {
     bottom: -54px;
}
 .testimonial-area .owl-dots {
     bottom: -30px;
}
 .owl-dot {
     display: inline-block;
}
 .owl-dots .owl-dot span {
     background: transparent none repeat scroll 0 0;
     display: inline-block;
     -webkit-backface-visibility: visible;
     backface-visibility: visible;
     border-radius: 30px;
     height: 10px;
     margin: 5px 7px;
     -webkit-transition: opacity 0.2s ease 0s;
     -o-transition: opacity 0.2s ease 0s;
     transition: opacity 0.2s ease 0s;
     width: 10px;
}
/* Style dots*/
 .slide-controls .owl-dots .owl-dot, .owl-dots .owl-dot{
     border-radius: 50%;
     -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
     transition: -webkit-box-shadow 0.3s ease 0s;
     -o-transition: box-shadow 0.3s ease 0s;
     transition: box-shadow 0.3s ease 0s;
     transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
     height: 12px;
     margin: 0 5px;
     position: relative;
     width: 12px;
}
 .slide-controls .owl-dots .owl-dot span{
     height: 10px;
     left: -5px;
     position: absolute;
     top: -3px;
     width: 10px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}
.slide-controls .owl-dots .owl-dot span:before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #6c757d;
    font-size: 14px;
}
 .slide-controls .owl-dots .active span:before {
    content: '\f111';
    font-family: 'PhpDebugbarFontAwesome';
    
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
}
/*Default Owl nav*/
.owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #F6F6F7;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
    left: auto;
}
/* Default Slider Animations */
 .owl-item.active .single-slide-content h1,
 .owl-item.active .single-slide-content h4{
     -webkit-animation: fadeInUp 2500ms ease-in-out;
     animation: fadeInUp 2500ms ease-in-out;
}
 .owl-item.active .single-slide-content h2{
     -webkit-animation: fadeInUp 3500ms ease-in-out;
     animation: fadeInUp 2500ms ease-in-out;
}
 .owl-item.active .single-slide-content .find-adventure-form{
     -webkit-animation: fadeInUp 3000ms ease-in-out;
     animation: fadeInUp 3000ms ease-in-out;
}
.owl-item.active .single-slide-content h4 {
    color: #fff;
    font-weight: 100;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}
/*Scroll Up*/
#scrollUp {
  background: var(--main-color-one);
  border-radius: 50%;
  bottom: 75px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  right: 8px;
  text-align: center;
  width: 40px;
}
/*=== Quick Icon ===*/
.single-quick-icon {
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #ffffff;
    transition: 0.3s;
    border: 1px solid #ececec;
}
.single-quick-icon:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.single-quick-icon:before, .single-quick-icon.style-2:before, .single-quick-icon.style-3:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border-bottom-left-radius: 13px;
}
.single-quick-icon:before {
    background-color: var(--main-color-one);
}
.single-quick-icon:hover:before {
    width: 100%;
    height: 100%;
}
.single-quick-icon .quick-icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.quick-icon-content img {
    margin-bottom: 10px;
    transition: 0.3s;
}
.quick-icon-content p {
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
    line-height: 20px;
}
.single-quick-icon:hover p {
    color: #ffffff;
}
.single-quick-icon:hover img {
    filter: brightness(0) invert(1);
}
/*Style 2*/
.single-quick-icon.style-2 {width: 174px;}

.single-quick-icon.style-2 .quick-icon-content {
    width: 100%;
    padding: 0 8px;
}
.single-quick-icon.style-2 .quick-icon-content p {
    font-size: 14px;
}
.single-quick-icon.style-2:before {
    background-color: #5a68ef;
}
/*Style 3*/
.single-quick-icon.style-3 {
    background-color: #ffffff;
    border: 1px solid #ececec;
}
.single-quick-icon.style-3:before {
    background-color: #00c0ff;
}
/*=== About ===*/
.about-area {
    width: 100%;
    position: relative;
}
.about-bg {
    width: 48.6%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-content p {
    margin-bottom: 30px;
}
/*style 2 3*/
.about-bg.style-2 {
    right: 0;
    left: auto;
    top: 0;
}
.about-bg.style-3 {
    top: 60px;
}
/*=== Adventure Area ===*/
.adventure-area {
    overflow: hidden;
    position: relative;
}
.single-adventure {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
    position: relative;
}
.single-adventure img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 273px;
    object-fit: cover;
}
.adventure-content {
    padding: 10px;
    margin-bottom: 10px;
}
.adventure-content h5 {
    margin-bottom: 0;
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.adventure-content p {
    font-size: 14px;
    line-height: 23px;
}
.single-adventure:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.adventure-content a:hover h5, .adventure-content a:hover h6 {
    color: var(--main-color-one);
}
 p.tour {
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background: var(--main-color-one);
    color: #fff;
    position: absolute;
    top: 3px;
    border-radius: 5px 5px 5px 0;
    
}
.adventure-content h6 {
    margin-bottom: 12px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.adventure-content h4 {
    font-size: 25px;
}
.blogArea .blogslider-wrapper .singleBlog .blogFooter {
    display: none;
}
.adventure-content p.price {
    font-size: 17px;
    font-weight: 600;
    margin-top: 18px;
    display: inline;
    color: var(--main-color-one);
}
.adventure-content p small {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}
.adventure-content h4 small {
    font-size: 14px;
    margin-left: 5px;
    font-style: italic;
    font-weight: 300;
}
.selling-tips-wrap {
    margin-bottom: 30px;
}

.blogArea .blogslider-wrapper .singleBlog .cartTop li,
.single-adventure .price small{
    display: none;
}

.blogArea .blogslider-wrapper .singleBlog .cartTop li:first-child {
    display: block;
    position: absolute;
    top: 59%;
    background: var(--main-color-one);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.blogArea .blogslider-wrapper .singleBlog .cartTop {
    margin: 0;
}

.blogArea .blogslider-wrapper .singleBlog .img-text {
    display: none;
}
/*Adventure owl nav*/
.selling-tips-wrap .owl-nav button {
    position: absolute;
    bottom: -5px;
    top: inherit;
    border: 1px solid #ececec !important;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}
.selling-tips-wrap .owl-nav button.owl-prev {
    left: inherit;
    right: 60px;
}
.selling-tips-wrap .owl-nav button:hover {
    color: #fff;
    background-color: var(--main-color-one);
}

/*=== Fun Facts ===*/
.funfact-area {
    background-image: url(../img/bg/funfact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.funfact-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 111px;
    background-image: url(../img/bg/funfact-shap.png);
    top: -1px;
    left: 0;
    z-index: 1;
    background-size: cover;
}
.single-fact {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(25, 25, 25);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.302);
    height: 174px;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}
.single-fact .fact-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.fact-info span {
    color: #ffffff;
    transition: 0.3s;
}
.fact-info p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.3s;
    line-height: 20px;
    margin-bottom: 0;
}
.fact-info img {
    transition: all 0.5s ease;
    display: block;
    margin: 0 auto 10px;
    height: 55px;
    object-fit: contain;
}
.fact-info span.counter {
    margin-right: 5px;
    font-weight: 700;
}
.single-fact:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--main-color-one);
    border: 1px solid transparent;
}
.single-fact:hover img {
    filter: brightness(0) invert(1);
}
.white{
    color: #ffffff;
}
/*Style 2*/
.funfact-area.style-2 {
    background-image: none;
    position: relative;
}
.funfact-area.style-2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    content: "";
    background-image: url(../img/bg/funfact-2.png);
}
.funfact-area.style-2 .single-fact {
    border: 1px solid #4287f5;
}
.funfact-area.style-2 .single-fact:hover {
    background-color: #4287f5;
}
/*Style3*/
.funfact-area.style-3 {
    background-image: url(../img/newsletter-bg.png);
    background-position: 0 89%;
}
.funfact-area.style-3:after {
    background-image: url(../img/bg/funfact-3-s.png);
    top: inherit;
    bottom: 0;
}
.funfact-area.style-3 .single-fact {
    border: 1px solid #eadfd2;
    background-color: rgba(255, 255, 255, 0.8);;
}
.funfact-area.style-3 .single-fact:hover {
    background-color: var(--main-color-one);
}
.funfact-area.style-3 .fact-info span, .funfact-area.style-3 .fact-info p {
    color: #282828;
}
.funfact-area.style-3 .single-fact:hover span,
.funfact-area.style-3 .single-fact:hover p{
    color: #ffffff;
} 
/*=== Subscribe ===*/
.subscribe-area {
    position: relative;
    background-image: url(../img/bg/subscribe.jpg);
    background-size: cover;
    background-position: top center;
}
.subscribe-no-image {
    position: relative;
    background-image: none;
    background-size: unset;
    background-position: unset;
}
.subscribe-area form.subscribe-form {
    margin-bottom: 55px !important;
}
.subscribe-area.style-2 form.subscribe-form, .subscribe-area.style-3 form.subscribe-form {
    width: 95%;
    margin: auto;
}
.subscribe-area:after {
    position: absolute;
    width: 100%;
    height: 112px;
    bottom: -5px;
    content: "";
    left: 0;
    background-image: url(../img/bg/subcribe-shap.png);
}
.subscribe-area.style-2:before, .subscribe-area.style-2:after  {
    display: none;
}
.subscribe-area.style-3 {
    position: relative;
    /*background-image: url(../img/bg/subscribe3.png);*/
    background: none;
    background-size: cover;
    background-position: top center;
}
.subscribe-area.style-3:before {
    content: '';
    background-image: url(../img/subscribe-bg.png);
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: -30px;
    opacity: 0.6;
}
.subscribe-area.style-3 form.subscribe-form button {
    background-color: var(--main-color-one);
}
.subscribe-area form.subscribe-form input {
    background-color: #ffffff;
    border: none;
    height: 63px;
    padding-left: 20px;
    font-size: 14px;
    width: calc(100% - 200px);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.14);
}
.subscribe-area form.subscribe-form button {
    border: none;
    height: 63px;
    width: 200px;
    margin-left: -5px;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
    background-color: rgb(255, 83, 0);
    transition: 0.3s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.subscribe-area form.subscribe-form button:hover {
    background-color: #282828;
}
.subscribe-area.style-2 .subscribe-thumb {
    margin-bottom: 35px;
}
/* .subscribe-area.style-2 p {
    margin-bottom: 20px;
} */
.subscribe-area.style-3:after {
    display: none;
}
/*=== Blog Home ===*/
.home-blog-area {
    position: relative;
    background-color: #00609d96;
}
.home-blog-area:before {
    position: absolute;
    width: 100%;
    content: "";
    bottom: -106px;
    left: 0;
    background-image: url(../img/bg/blog-s-1.png);
    height: 112px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.home-blog-area .section-title p,
.home-blog-area .section-title h2{
    color: #fff;
}
/*.home-blog-area.style-2 {*/
/*    background-color: transparent;*/
/*}*/
.home-blog-area.style-2:before {
    background-image: url(../img/bg/blog-bg.png);
    height: 100%;
    z-index: -1;
    bottom: inherit;
    top: 0;
    background-position: bottom;
    background-size: cover;
    opacity: 0.2;
}
.home-blog-area.style-3:before {
    background-image: url(../img/bg/blog-s-3.png);
    bottom: -9px;
}
.single-post-blog {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease;
}
.single-post-blog .post-date {
    background-color: #ffffff;
    width: 56px;
    height: 52px;
    border-top-left-radius: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
    text-align: center;
}
.single-post-blog .post-date p {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}
.single-post-blog .post-date p span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.single-post-blog .post-blog-content {
    padding: 0 20px 12px;
}
.single-post-blog.style-2 .post-blog-content {
    padding: 0 30px 12px;
}
.single-post-blog .post-blog-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.single-post-blog .post-thumbnail {
    margin-bottom: 25px;
    position: relative;
}
.single-post-blog .post-thumbnail .post-list-view {
    position: absolute;
    bottom: 0;
    background: #000000b5;
    border-top-right-radius: 7px;
}
.single-post-blog .post-thumbnail img {
    width: 100%;
    height: 250px;
}
.single-post-blog .post-blog-content p {
    font-size: 14px;
    line-height: 31px;
}
.single-post-blog .post-blog-content a:hover h4 {
    color: var(--main-color-one);
}
.single-post-blog:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
/*Style 2*/
.single-post-blog.style-2 .post-list-view ul {
    margin-bottom: 5px;
    padding-left: 20px;
    list-style: none;
}
.single-post-blog.style-2 .post-list-view ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
/*style 3*/
.home-blog-area.style-3 {
    background-color: #f9f4ee;
}
/*=== Guide ===*/
.single-guide {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
.single-guide .guide-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.single-guide .guide-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 137px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease 0s;
}
.guide-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 3px 20px 13px;
}
.single-guide:hover .guide-content ul {
    padding-bottom: 0;
}
.guide-content ul li {
    display: inline-block;
}
.guide-content ul li a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 12px;
}
.about-guide p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 20px 0px;
}
.about-guide {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.single-guide:hover .about-guide {
    opacity: 1;
    visibility: visible;
}
.single-guide .guide-thumb img {
    position: relative;
    transition: all 0.5s ease 0s;
    transform: scale(1);
    width: 100%;
}
.single-guide .guide-content p.title {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 23px 20px 0px;
}
.single-guide .guide-content a h4 {
    font-size: 25px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0px 20px 0px;
}
.single-guide .guide-content a:hover h4 , .guide-content ul li a:hover{
    color: var(--main-color-one);
}
.single-guide:hover .guide-content {
    height: 240px;
}
.single-guide:hover .guide-thumb img {
    transform: scale(1.3);
}
/*=== Brand Logo ===*/
  .single-partner {
    position: relative;
    width: 174px;
    height: 160px;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
    margin-top: 20px;
}
  .single-partner:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
  .single-partner img {
    position:absolute;
    left: 50%;
    transition: all 0.6s ease-in-out;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px !important;
  }
  .single-partner img.top {
    transform:scale(0,0) translateX(-50%) translateY(-50%);;
    opacity:0;

  }
  .single-partner:hover img.top {
    opacity:1;
    transform: scale(1,1) translateX(-50%) translateY(-50%);
    transform-origin: top right;
  }
  .single-partner:hover img.bottom {
    transform:scale(0,0) translateX(-50%) translateY(-50%);;
    transform-origin: bottom left;
    opacity: 0;
  }
/*=== Footer ===*/
footer.footer-area {
    background-image: url(../img/footerbg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
/*Style 2*/
footer.footer-area.style-2 {
    background-image: url(../img/bg/footer2-bg.jpg);
    background-repeat: no-repeat;
    padding-bottom: 19px;
}
footer.footer-area.style-2:before, footer.footer-area.style-3:before {
    display: none;
}
footer.footer-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 193px;
    background-image: url(../img/bg/footer-shap-1.jpg);
    top: -186px;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
/*footer.footer-area .widget {*/
/*    margin-bottom: 30px;*/
/*}*/
/*footer.footer-area.style-2 .widget {*/
/*    margin-bottom: 70px;*/
/*}*/
/*footer.footer-area.style-3 .widget {*/
/*    margin-bottom: 80px;*/
/*}*/

footer.footer-area.style-3:after, .copy-right-area.style-2:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: var(--footer-background);
}
footer.footer-area .widget h3 {
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}
footer.footer-area .widget p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 42px;
}
.widget.contact-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget .footer-contact li {
    display: flex !important;
}
.widget.contact-widget ul li {
    display: inline-block;
}
.widget.contact-widget ul li a {
    color: #ffffff;
    font-size: 18px;
    margin-right: 2px;
    border: 1px solid #ececec;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
}
.widget.contact-widget ul li a:hover {
    background-color: var(--main-color-one);
    border: 1px solid transparent;
}
.style-3 .widget.contact-widget ul li a:hover {
    background-color: var(--secondcolor);
}
.widget.quick-link-widget ul, .widget.quick-link-categories ul,
.widget.quick-destinations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.quick-link-widget ul li a, .widget.quick-link-categories ul li a,
.widget.quick-destinations ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.widget.quick-link-widget ul li a i, .widget.quick-link-categories ul li a i,
.widget.quick-destinations ul li a i {
    margin-right: 10px;
}
.widget.quick-link-widget ul li a:hover, .widget.quick-link-categories ul li a:hover,
.widget.quick-destinations ul li a:hover, .widget.contact-us ul li a:hover {
    color: var(--secondcolor);
}
.widget.contact-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.contact-us ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: inline-flex;
    margin-bottom: 10px;
}
.widget.contact-us ul li a i {
    font-size: 20px;
    margin-right: 20px;
    position: relative;
    top: 6px;
}
/*=== Copyright ===*/
.copy-right-area {
    background-color: var(--footer-background);
    position: relative;
    top: 0px;
    z-index: 1;
}

.copy-right-area.style-2 {
    background-image: url(../img/bg/copyright-bg.jpg);
    position: relative;
    z-index: 1;
    top: -1px;
}
.copy-payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copy-payment ul li {
    display: inline-block;
}
.copy-payment ul li a {
    display: block;
    margin-right: 25px;
}
.copyright-text p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    float: right;
}
/*=== Bradcumb ===*/
.bradcumb-area {
    background-size: cover;
    background-position: center center;
    height: 600px;
    position: relative;
}
.bradcumb-area:after {
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../img/bg/banner-shap.png);
    position: absolute;
    z-index: 1;
    height: 134px;
    background-repeat: no-repeat;
}
.bradcumb-area.style-1 {
    background-image: url(../img/bg/banner-1.jpg);
}

.bradcumb-area.adventure-1 {
    background-image: url(../img/bg/slide-1.jpg);
}
.bradcumb-area.adventure-2 {
    background-image: url(../img/bg/adventure-2.jpg);
}
.bradcumb-area.adventure-3 {
    background-image: url(../img/bg/adventure-3.jpg);
}
.bradcumb-area.adventure-d-1 {
    background-image: url(../img/bg/adventure-d-1.jpg);
}
.bradcumb-area.blog-1 {
    background-image: url(../img/bg/blog-1.jpg);
}
.bradcumb-area.cart {
    background-image: url(../img/bg/cart.jpg);
}
.bradcumb {
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 1;
}
.bradcumb h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}
.bradcumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bradcumb ul li {
    display: inline-block;
    color: #ffffff;
}
.single-adventure .adventure-content .price {
    font-size: 17px !important;
}
.bradcumb ul li a {
    position: relative;
    margin-right: 20px;
}
.bradcumb ul li a:before {
    position: absolute;
    content: "";
    right: -13px;
    top: 3px;
    width: 1px;
    height: 16px;
    background-color: #ffffff;
}

.bradcumb ul li a:hover {
    color: var(--main-color-one);
}
/*=== About Page Advanture ===*/
.about-adventure-area {
    position: relative;
}
/*.about-adventure-area:after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    background-image: url(../img/bg/about-right.png);*/
/*    width: 375px;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.3;*/
/*}*/
.single-about-adventure {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.single-about-adventure .about-ad-thumb {
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}
.single-about-adventure:hover .about-ad-thumb img, .about-single-expart:hover .about-ex-thumb img {
    filter: brightness(0) invert(1);
}
.single-about-adventure .about-ad-thumb img {
    transition: 0.3s;
}
.single-about-adventure .about-ad-content h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
    transition: 0.3s;
}
.single-about-adventure .about-ad-content p {
    font-size: 16px;
    line-height: 25px;
}
.single-about-adventure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--main-color-one);
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.3s;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.single-about-adventure .about-ad-content {
    position: relative;
    z-index: 2;
}
.single-about-adventure:hover:before {opacity: 1;visibility: visible;transform: scale(1);}

.single-about-adventure:hover .about-ad-content h4,
.single-about-adventure:hover .about-ad-content p {
    color: #ffffff;
}
/*=== About Advanture ===*/
.about-camping-arrea {
    background-image: url(../img/bg/ab-fre.jpg);
    background-size: cover;
    background-position: center;
    opacity: .8;
}
.single-about-feature {
    margin-bottom: 45px;
}
.single-about-feature .about-fre-thumb {
    margin-bottom: 10px;
}
.about-fre-content h4 {
    font-size: 20px;
}
.about-fre-content {
    font-size: 14px;
    line-height: 25px;
}
.about-fre-bottom h3 {
    font-size: 35px;
    color: #ffffff;
    line-height: 44px;
}
.about-free-area {
    background-color: #333230;
    padding-top: 40px;
}
.about-fre-bottom h2 {
    color: var(--main-color-one);
    font-size: 50px;
    line-height: 56px;
}
.about-fre-bottom {
    margin-bottom: 50px;
}
/*=== About Expart ===*/
.about-single-expart {
    margin-bottom: 30px;
    border: 1px solid #ececec;
    padding: 40px 0;
    align-items: center;
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 141px;
    position: relative;
    overflow: hidden;
}
.about-ex-thumb {
    padding-left: 50px;
    margin-right: 18px;
    position: absolute;
    left: 0;
}
.about-ex-content h4 {
    font-size: 25px;
    line-height: 35px;
    transition: 0.3s;
}
.about-single-expart:before {
    position: absolute;
    content: "";
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--main-color-one);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.about-single-expart:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.about-single-expart:hover .about-ex-content h4 {
    color: #fff;
}
.about-ex-content {
    position: relative;
    z-index: 1;
}
/*Adventure Grid page*/
.adventure-select {
    width: 100%;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.adventure-select form.adventure-select-form {
    display: flex;
}
.adventure-select form.adventure-select-form select {
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    margin-right: 30px;
    width: 18%;
    color: #282828;
    font-size: 12px;
    line-height: 15px;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 0;
    height: 50px;
    border-bottom: 1px solid #edf0f5;
}
.adventure-select form.adventure-select-form input[type="date"] {
    height: 50px;
    width: 18%;
    font-size: 12px;
    color: #282828;
    text-transform: uppercase;
    border-bottom: 1px solid #edf0f5;
    border-top: navajowhite;
    border-right: none;
    border-left: none;
}
.view-grid {width: 18%;}
.view-grid ul {
    margin-top: 14px;
    padding: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}
.view-grid ul li {
    display: inline-block;
}
.view-grid ul li a {
    display: block;
    margin-right: 10px;
    font-size: 25px;
}
.view-grid ul li a:hover, .view-grid ul li.active a {
    color: var(--main-color-one);
}
.gane-pagination ul {
    margin: 0;
    padding: 0;
    list-style: noe;
}
.gane-pagination ul li {
    display: inline-block;
}
.gane-pagination ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: 14px;
    color: #222222;
    line-height: 44px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.gane-pagination ul li a:hover, .gane-pagination ul li.active a {
    background-color: var(--main-color-one);
    color: #ffffff;
}
/*Advanture 2*/
.sigle-adv-sidebar {
    margin-bottom: 30px;
}
.sigle-adv-sidebar h4 {
    font-size: 20px;
}
.sigle-adv-sidebar h4 span {
    color: var(--main-color-one);
}
ul.widget-destination {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-destination li input[type="checkbox"] {
    margin-right: 15px;
    border: 10px solid #edf0f5;
}
ul.widget-destination li input[type="checkbox"]:checked {
    
}
ul.widget-destination li i {
    font-size: 35px;
    margin-right: 15px;
    position: relative;
    top: 7px;
}

ul.widget-destination li span {
    float: right;
}
ul.widget-destination li {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
ul.widget-activities {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-activities li {
    display: inline-block;
}
ul.widget-activities li a {
    margin-bottom: 15px;
    display: block;
    margin-right: 26px;
}
ul.widget-catagories {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.widget-catagories li {
    font-size: 14px;
}

ul.widget-catagories li span {
    float: right;
}
ul.widget-catagories li input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.show-result-text p {
    font-size: 15px;
}
form.adventure-select-form.style-2 select.form-select {
    width: 80%;
}
form.adventure-select-form.style-2 .view-grid {
    width: 42%;
}
form.adventure-select-form.style-2 .view-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form.adventure-select-form.style-2 .view-grid ul li {
    display: inline-block;
}
/*Advanture style 3*/
.single-adventure.style-2 {
    display: flex;
}
.single-adventure.style-2 ul.review {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.single-adventure.style-2 ul.review li {
    display: inline-block;
    font-size: 14px;
}
.single-adventure.style-2 ul.review .advanture-thumb {
    position: relative;
}
.single-adventure.style-2 ul.review .advanture-thumb img {
    margin: 0;
}

.single-adventure.style-2 ul.review .adv-thumb-item {
    position: absolute;
}
.single-adventure.style-2 .advanture-thumb {
    position: relative;
}
.single-adventure.style-2 .adv-thumb-item {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    background-color: rgba(44, 44, 44, 0.8);
    text-align: center;
    height: 100%;
    transform: translateY(-50%);
}
.single-adventure.style-2 .adv-thumb-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
.single-adventure.style-2 .advanture-thumb img {
    margin-bottom: 0;
    height: 100%;
    border-bottom-left-radius: 10px;
}
.single-adventure.style-2 .adventure-content {
    width: 57%;
    display: block;
    padding: 25px 30px;
    margin-bottom: 0;
}
.single-adventure.style-2 .adv-thumb-item ul li {
    margin-bottom: 30px;
}
.single-adventure.style-2 .adv-thumb-item ul li:first-child {
    margin-top: 17px;
}
.single-adventure.style-2 .adventure-content h6 {
    margin-bottom: 0;
}
/*=== Adventure Details ===*/
form.adventure-select-form button.search {
    border-radius: 10px;
    width: 170px;
    margin-left: 30px;
    border: none;
    background-color: var(--main-color-one);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
}

form.adventure-select-form button.search:hover {
    background-color: var(--main-color-one);
}
.single-alpine h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.single-alpine h3 {
    font-size: 30px;
    color: var(--main-color-one);
    margin-bottom: 0;
}
.single-alpine ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-alpine ul li {
    display: inline-block;
}
/*.sin-sis-alpine-wrap {*/
/*    margin-bottom: 15px;*/
/*}*/
.appline-right {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 30px;
    border-radius: 20px;
}
.alpine-info-wrap {
    margin-bottom: 20px;
}
.trip-info-wrap {
    display: flex;
}
.alpine-info-wrap h4 {
    margin-bottom: 20px;
}
.trip-info-one p, .trip-content-one {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.trip-info-one {
    display: flex;
    margin-right: 60px;
}
.trip-content-two {
    margin-left: 30px;
}
.trip-content-two p {
    font-weight: 400;
}
.trip-fifo-tow {
    display: flex;
}
.single-acivement h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.single-acivement ul {
    margin: 0;
    padding: 0;
    list-style: now;
}
.single-acivement ul li {
    display: inline-block;
    margin-right: 23px;
}
.single-acivement ul li:last-child {
    margin: 0;
}
.single-acivement:last-child {margin-left: 45px;}
.acivement-wrap {
    display: flex;
}
.single-acivement ul li span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.single-acivement ul li img {
    display: block;
    margin: 5px auto;
}
.inclution-wrap {
    border: 1px solid #ececec;
    padding: 30px 10px 15px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-inclution {
    display: flex;
}
.single-inclution .inclution-thumb {
    width: 21%;
}
.single-inclution .inclution-content {
    margin-left: 11px;
}
.single-inclution .inclution-content p {
    font-size: 15px;
}
.inclution-content h4 {
    margin: 0;
    font-size: 25px;
    line-height: 35px;
}
.trip-date-area {
    position: initial;
    background-image: url(../img/bg/background-booking.png);
    background-size: contain;
    background-repeat: no-repeat; 
    background-position: bottom;
    padding: 60px 0 0 0;
}
.trip-date-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 112px;
    bottom: -3px;
    background-image: url(../img/bg/table-shap.png);
    left: 0;
    background-repeat: no-repeat;
}
.trip-table thead {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
    background: var(--main-color-one);
}
.trip-table th p {
    line-height: 30px;
    color: #fff;
}
.trip-table .table>:not(:last-child)>:last-child>* {
    border-bottom: none;
}
.trip-table {background-color: #ffffff;margin-bottom: 30px;padding: 0;}
.trip-table thead tr {
    padding-left: 30px;
}
.trip-table tbody tr {
    border-bottom: 1px solid #eeeeee;
    height: 70px;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    line-height: 40px;
}
.trip-table tbody tr:last-child {
    border-bottom: 1px solid transparent;
}
.trip-table td.button a {
    padding: 0 35px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    width: 175px;
    text-align: center;
}
.trip-table td.button a.btn-bor {
    border: 1px solid var(--secondcolor);
    background: var(--secondcolor);
    color: #fff;
    border-radius: 4px;
}
.trip-table td.button a.btn-bor:hover {
    background-color: var(--main-color-one);
    color: #ffffff;
    border: 1px solid transparent;  
}
.trip-table td.button a.btn-theme {
    border: 1px solid #282828;
}
.trip-table td.button a.btn-theme:hover, form.adventure-select-form button.search:hover {
    background-color: #282828;
    color: #ffffff;
}
/*Adventure details style 2*/
.adv-details-wrap-2 {
    height: 1200px;
    position: relative;
}
.bradcumb-area.adventure-details-2 {
    height: inherit;
}
.adv-details-wrap-content {
    position: absolute;
    top: 50%;
    background: white;
    width: 100%;
    transform: translateY(-50%);
}
/*=== Cart Page ===*/
.cart-area table.table {
    border: 1px solid #eeeeee;
}
.cart-area th p {
    line-height: 25px;
    width: 220px;
}
.cart-area table.table thead {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    height: 70px;
    line-height: 70px;
}
.cart-area table.table thead tr {
    border-bottom: 2px solid #eeeeee;
}
.cart-area table.table thead tr th:first-child {
    position: relative;
    left: 25px;
}
.product-cart-wrap {
    display: flex;
    position: relative;
    left: 25px;
    height: 100%;
    padding: 20px 0 15px 0;
}
.product-cart-close {
    margin-right: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #ffffff;
    border: 1px solid #edf0f5;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-cart-close a {font-size: 13px;color: #282828;display: block;line-height: 22px;}
.product-cart-tbl-thumb {
    margin: 0 15px 0 33px;
}
.product-cart-tbl-content h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.product-cart-tbl-content p {
    line-height: 25px;
    font-size: 14px;
    margin: 0;
}
.product-cart-tbl-content a {
    line-height: 24px;
}
.product-cart-tbl-content a {
    font-size: 13px;
    text-decoration: underline;
}
.product-cart-tbl-content a:hover, .product-cart-tbl-content a:hover h6 {
    color: var(--main-color-one);
}
.product-cart-close a:hover {
    color: #ffffff;
    background-color: #282828;
}
.product-cart-tbl-content > a {
    text-decoration: none;
}
.cart-area td {
    vertical-align: middle;
}
.quickview-quality .cart-plus-minus {
  display: inline-block;
  height: 44px;
  padding: 0;
  position: relative;
  width: 130px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.quickview-quality .cart-plus-minus .qtybutton {
  color: #333;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 24px;
}
.quickview-quality .cart-plus-minus .qtybutton.dec {
  height: 34px;
  top: 12px;
  left: 4px;
  font-weight: 600;
  font-size: 14px;
}
.quickview-quality .cart-plus-minus .qtybutton.inc {
  height: 34px;
  top: 12px;
  right: 4px;
  font-weight: 600;
  font-size: 14px;
}
.quickview-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #262626;
  font-size: 14px;
  height: 46px;
  line-height: 40px;
  margin: 0;
  padding: 0px;
  text-align: center;
  width: 100px;
  font-weight: 600;
}
.quickview-quality.quality-height-dec .cart-plus-minus {
  height: 45px;
}
.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.dec {
  height: 45px;
  top: 11px;
}
.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.inc {
  height: 45px;
  top: 12px;
}
.quickview-quality.quality-height-dec .cart-plus-minus input.cart-plus-minus-box {
  height: 45px;
  line-height: 45px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus {
  height: 45px;
  margin-left: -15px;
}
.table-btn {
    display: inline-block;
    width: 100%;
}
.table-btn a.btn.border-theme {
    margin-bottom: 30px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.dec {
  height: 45px;
  top: 11px;
  font-weight: 500;
  left: 22px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.inc {
  height: 45px;
  top: 12px;
  font-weight: 500;
  right: 22px;
}
.quickview-quality.quality-height-dec2 .cart-plus-minus input.cart-plus-minus-box {
  height: 45px;
  line-height: 45px;
  width: 80px;
  font-weight: 400;
}
.table-btn input.code-input.single-input {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    width: 270px;
    margin-right: 16px;
}
/*=== Button ===*/
a.btn.border-theme {
    border: 1px solid var(--main-color-one);
    padding: 19px 50px;
    border-radius: 10px;
}
a.btn.border-theme:hover {
    background-color: var(--main-color-one);
    color: #ffffff;
}
.right-cart-btn {
    float: right;
}
a.btn.btn-theme-dark, button.btn.btn-theme-dark {
    background: #282828;
    border-radius: 10px;
    padding: 19px 50px;
    color: #ffffff;
    margin-right: 8px;
}
a.btn.btn-theme-dark:hover, button.btn.btn-theme-dark:hover {
    background-color: var(--main-color-one);
}
a.btn.btn-theme, button.btn.btn-theme, input.btn.btn-theme {
    background: var(--main-color-one);
    color: #ffffff;
    border-radius: 10px;
    padding: 19px 50px;
}
a.btn.btn-theme.blue, button.btn.btn-theme.blue, input.btn.btn-theme.blue {
    background: #5a68ef;
}
a.btn.btn-theme.blue-2, button.btn.btn-theme-2.blue, input.btn.btn-theme.blue-2 {
    background: var(--main-color-one);
}
a.btn.btn-theme.blue-2:hover, button.btn.btn-theme.blue-2:hover, input.btn.btn-theme.blue-2:hover {
    background-color: var(--secondcolor);
}
a.btn.btn-theme.blue:hover, button.btn.btn-theme.blue:hover, input.btn.btn-theme.blue:hover {
    background-color: var(--secondcolor);
}
a.btn.btn-theme:hover, button.btn.btn-theme:hover, input.btn.btn-theme:hover {
    background-color: var(--secondcolor);
}
.single-total {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
}
.single-total p:last-child {
    float: right;
}
.single-total p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.single-total p.normal {
    font-weight: 400;
}
.single-total.total {
    border-top: 1px solid transparent;
    margin-bottom: 30px;
}
a.btn.btn-theme.float-right {
    float: right;
}
/*=== Check Out ===*/
.single-field {
  height: auto;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
}
.single-field > input {
  border: 1px solid none;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
.single-field > textarea {
  border: 1px solid #ffffff;
  height: auto;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 17px;
  background-color: rgba(255, 255, 255, 0.149);
  background-color: #ffffff;
}
.single-field input::placeholder {
  color: #656565;
}
.single-field input::-webkit-focus {
  color: var(--main-color-one);
}
.single-field input:-ms-focus {
  color: var(--main-color-one);
}
.single-field input::-ms-focus {
  color: var(--main-color-one);
}
.single-field input[focus] {
  color: var(--main-color-one);
}
.single-field textarea::placeholder {
  color: #656565;
}
.single-field textarea::-webkit-focus {
  color: var(--main-color-one);
}
.single-field textarea:-ms-focus {
  color: var(--main-color-one);
}
.single-field textarea::-ms-focus {
  color: var(--main-color-one);
}
.single-field textarea[focus] {
  color: var(--main-color-one);
}
.half-field {
  float: left;
  width: 48%;
}
.half-field-last {
  float: left;
  width: 48%;
  float: right;
}
.gane-form.billing-form form.contact-us-form {
    display: flex;
}
.form-left {
    width: 49%;
    margin-right: 30px;
    border: 1px solid #eee;
    padding-top: 20px;
}
.form-right {
    width: 49%;
    border: 1px solid #eee;
    padding-top: 20px;
}
.form-title {border-bottom: 1px solid #eeeeee;margin-bottom: 15px;}

.gane-form.billing-form .single-field {
    padding: 0 30px;
}
.gane-form.billing-form .single-field.half-field {
    padding-right: 0;
}
.gane-form.billing-form .single-field.half-field-last {
    padding-left: 0;
}
.gane-form {
    margin-bottom: 30px;
}
.gane-form input {
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.gane-form select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.form-title h4 {
    font-size: 20px;
    padding-left: 30px;
}
.payment-method-contnt {
    padding-left: 30px;
}
.payment-method-contnt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
}
.payment-method-contnt a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(237, 240, 245);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 84px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 62px;
    margin-right: 15px;
    transition: 0.3s;
    margin-bottom: 15px;
}
.payment-method-contnt a:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.payment-method-contnt {
    margin-bottom: 18px;
}
.single-field.one-third {
    width: 32%;
    float: left;
}
.single-field.one-third.last {
    margin-right: 0;
    padding-right: 0;
}
.gane-form input::placeholder {
    text-transform: uppercase;
    font-size: 12px;
}
.form-right button.btn.btn-theme-dark {
    float: right;
    margin-right: 30px;
}
.form-right.checkout {
    padding-bottom: 30px;
}
.form-right.checkout button.btn.btn-theme-dark {
    float: left;
    margin-left: 30px;
}
.section-title.font-s30 h2 {
    font-size: 30px;
    padding-right: 30px;
}
.login-form ul {
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}
.login-form ul li {
    display: inline-block;
}
.login-form ul a {
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-right: -5px;
    line-height: 50px;
    padding: 0 12px;
    margin-bottom: 15px;
}
.login-form ul a i {
    font-size: 20px;
    margin-right: 4px;
}
.login-form .form-left {
    width: 100%;
    padding-bottom: 30px;
}
.login-form .form-left .single-field {
    padding: 0 30px;
}
.login-form .form-left p {
    display: inline-block;
}
.password {
    padding: 0 30px;
}
.password p input {
    margin-right: 5px;
}
.password p {
    font-size: 13px;
    line-height: 25px;
}
.password p:last-child {
    float: right;
}
.password p a {
    text-transform: uppercase;
    color: var(--main-color-one);
    margin-right: 15px;
}
.login-form button.btn.btn-theme {
    margin-left: 30px;
}
a.facebook {
    background-color: #38539B;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.login-form a.twiter {
    background: #64ccf1;
}
.login-form a.google {
    background: #d34836;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login-form ul li:last-child {
    margin-right: 0;
}
.password p.aggri {
    float: none;
}
/*=== Blog post ===*/
/*Sidebar*/
form.blog-shearch-form {
    margin-bottom: 30px;
    position: relative;
    top: -5px;
}
form.blog-shearch-form input {
    width: 100%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 11px;
}
form.blog-shearch-form button.submit {
    border: snow;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.single-popular-post-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.popular-post-thumb {
    width: 58%;
    margin-right: 10px;
}
.popular-post-thumb img {
    border-radius: 5px;
}
.popular-post-content p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0;
}
.popular-post-content {
    width: 64%;
}
.popular-post-content h6 {
    font-size: 14px;
    line-height: 20px;
}
.popular-post-content a:hover h6 {
    color: var(--main-color-one);
}
form.blog-sidebar-select select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
    line-height: 12px;
    border-radius: inherit;
    padding-bottom: 15px;
}
form.blog-select-form {
    display: flex;
    width: 65%;
}
form.blog-select-form select.form-select {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}
.grid-blog {position: absolute;right: 0;top: 0;}

.grid-blog ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.grid-blog ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-top-bar {
    position: relative;
    margin-bottom: 50px;
}
.grid-blog ul li:last-child {
    margin: 0;
}
.grid-blog ul li a:hover {
    color: var(--main-color-one);
}
.holiday .single-blog{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.holiday .single-blog-contents-tags,
.holiday .wedding_blog__contents__title.mt-3,
.holiday .single-blog-contents-title{
    padding: 10px;
}

.single-blog-post {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    border-top-right-radius: 15px;
    border-top-left-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.post-thumbnail {
    margin-bottom: 15px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-thumbnail img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
}
.single-blog-post:hover .post-thumbnail img {
    transform: scale(1.1);
}
.single-post-content-thumb {
    padding: 30px;
    margin: 0 0 40px 0;
}
.post-meta {
    margin-bottom: 5px;
}
.post-meta span {
    color: #999999;
    font-size: 13px;
    position: relative;
    margin-right: 30px;
}
.post-meta span i {
    margin-right: 5px;
}
.post-meta span:before {
    position: absolute;
    content: "/";
    right: -19px;
    top: -10px;
}
.post-meta span:last-child:before {
    display: none;
}
.entry-header h2.entry-title {
    font-size: 25px;
    line-height: 35px;
}
.entry-header a:hover h2.entry-title {
    color: var(--main-color-one);
}

.entry-content {
    margin-bottom: 30px;
}
.isotope_item .entry-content {
    margin-bottom: 15px;
}
.entry-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}
.single-blog-post:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
/*Style 2*/
.single-blog-post.style-2 {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.single-blog-post.style-2 .single-post-content-thumb {
    padding: 0 20px 0 26px;
}
.single-blog-post.style-2 .entry-content {
    margin-bottom: 0;
}
.single-blog-post.style-2 .entry-header h2.entry-title {
    font-size: 22px;
    line-height: 30px;
}
.single-blog-post.style-2 .post-meta span {
    margin-right: 20px;
}
.single-blog-post.style-2 .post-thumbnail img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
}
/*Blog Grid*/
.blog-grid-top-bar {
    display: flex;
}
.blog-grid-top-bar .blog-grid-one, .blog-grid-top-bar .blog-grid-three, .blog-grid-top-bar .blog-grid-tow {
    width: 25%;
    margin-right: 23px;
}
.blog-grid-one select.form-select, .blog-grid-three select.form-select {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.single-blog-post-wrap.grid .entry-header h2.entry-title a {
}
/*=== Blog Single ===*/
.post-date {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: rgb(40, 40, 40);
    width: 86px;
    height: 73px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 12px 0;
}
.post-date h4 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 17px;
    align-items: center;
}
.post-date h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    margin: 0;
}
.single-post-coontent-top {
    background-color: #f5f7fa;
    padding: 50px 30px 25px;
    margin-bottom: 0px;
}
.single-blog-post-wrap.blog-details .post-thumbnail {
    margin-bottom: 0;
    position: relative;
}
.single-author-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.single-author-wrap .author-thumb {
    margin-right: 10px;
    width: 50px;
}
.single-author-wrap .author-thumb img {
    border-radius: 50%;
}
.author-content p {
    font-size: 14px;
    line-height: 4px;
    margin-bottom: 0;
    position: relative;
}
.author-content span {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}
.single-author-wrap .author-content {
    position: relative;
    top: 8px;
}
.author-tag {
    position: absolute;
    right: 0;
    font-size: 10px;
}
.author-tag p {
    background: #e5eaf2;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 26px;
}
.single-post-content-thumb .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post-content-thumb .entry-content ul li a {
    font-size: 14px;
}
.single-post-content-thumb .entry-content ul li a i {
    margin-right: 8px;
}
.single-post-content-thumb .entry-content ul li a:hover {
    color: var(--main-color-one);
}
.quote-single {
    position: relative;
    border: 1px solid #eeeeee;
    padding: 50px 30px 34px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0;
}
.quote-single h4 {
    font-size: 23px;
    position: relative;
    z-index: 2;
}
.quote-single p {
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.quote-single span {
    font-size: 14px;
    text-transform: uppercase;
}
.quote-single:before {
    position: absolute;
    top: 70px;
    left: 9px;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 180px;
    color: #f5f7fa;
    z-index: 1;
}
.next-prev-post-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
.next-prev-post-wrap .post-np {
    background-color: #f5f7fa;
    width: 40%;
    border-radius: 5px;
    padding: 20px 10px 10px 30px;
    margin-bottom: 50px;
}
.next-prev-post-wrap .post-np p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 36px;
    font-style: italic;
}
.next-prev-post-wrap .post-np h5 {
    font-size: 18px;
}
.next-prev-post-wrap .post-np a:hover h5 {
    color: var(--main-color-one);
}
.next-prev-post-wrap .post-np.prev-post {
    left: 0;
}
.next-prev-post-wrap  .post-np.next-post {
    position: absolute;
    right: 0;
}
.feedback-comments-wrap {
    overflow: hidden;
}
.feedback-comments-wrap {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px 20px 20px 30px;
}
.feedback-comments-wrap .feedback h5 {
    font-size: 18px;
    margin-bottom: 0;
}
.feedback-comments-wrap .feedback h4 {
    font-size: 25px;
}
.feedback-comments-wrap .feedback p {
    font-size: 14px;
    line-height: 25px;
    color: #717171;
    font-style: italic;
    margin-bottom: 40px;
}
.user-comments-wrap {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.user-comments-wrap .user-thumb {
    width: 35%;
}
.user-comments-wrap .user-thumb img {
    border-radius: 50%;
}
.user-comments-wrap .user-content p.name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.user-content p.date {
    color: #999999;
    font-size: 13px;
    margin-bottom: 8px;
}
.user-comments-wrap a.reply {position: absolute;right: 0;top: 0;font-size: 12px;text-transform: uppercase;font-weight: 600;}
.user-comments-wrap a.reply i {
    margin-left: 7px;
}
.user-comments-wrap a.reply:hover {
    color: var(--main-color-one);
}
.user-content p.comments {
    margin-bottom: 0;
}
form.user-reply {
    display: flex;
} 
.left-reply {
    width: 35%;
    margin-right: 30px;
}
form.user-reply input {
    height: 50px;
    border: 1px solid #eeeeee;
}
form.user-reply .single-field {
    margin-bottom: 30px;
}
form.user-reply .right-rply {
    width: 60%;
}
form.user-reply .single-field textarea {
    border: 1px solid #eeeeee;
}
.single-blog-post-wrap.blog-details .single-blog-post {
    border: 1px solid transparent;
}

.single-blog-post-wrap.blog-details .single-blog-post .single-post-content-thumb {
    border: 1px solid #eeeeee;
    margin-bottom: 50px;
    border-top: 1px solid transparent;
}
/*=== Contact ===*/
.google-map-area {
    background-color: #f7f7f7;
    width: 100%;
    position: relative;
}
.google-map-wrap {
    position: absolute;
    width: 49%;
    right: 0;
}
.contact-p-contact .single-field input {
    height: 50px;
    border: 1px solid #ececec;
}
.contact-p-contact .single-field textarea {
    border: 1px solid #cecece;
    margin-bottom: 30px;
}
.single-contact {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
    height: 190px;
    overflow: hidden;
}
.contact-content h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 12px;
}
.contact-thumb {
    margin-bottom: 13px;
}
.contact-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.contact-content a {
    font-size: 16px;
    line-height: 25px;
    display: block;
}
.contact-content p a {
    display: inline-block;
}
.contact-content a.chat {
    font-weight: 500;
}
.contact-content a.chat i {
    font-weight: 500;
    position: relative;
    top: 2px;
    right: -4px;
}
.contact-content a:hover {
    color: var(--main-color-one);
}
/*=== 404 ===*/
.error-area {
    position: relative;
}
.error-thumb {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.error-area a.btn.btn-theme {
    margin-top: 20px;
}
/*Product range slider*/
.widget-product-sorting {
  margin-top: 25px;
}
.widget-product-sorting .slider-product-sorting {
  height: 1px;
  border-radius: 0;
  background: #E4E7EB;
  border: 0 !important;
  margin: 0 0px 25px 0;
}
.widget-product-sorting .slider-product-sorting .ui-slider-range {
  background-color: var(--main-color-one);
  height: 1px;
}
.widget-product-sorting .slider-product-sorting .ui-slider-handle {
  height: 11px;
  width: 8px;
  background-color: var(--main-color-one);
  border: 0 !important;
  top: -5px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0;
}
.widget-product-sorting label {
  font-size: 15px;
  letter-spacing: 0.15px;
  color: var(--main-color-one);
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
}
.widget-product-sorting label:focus {
  border: 0;
}
.widget-product-sorting input {
  font-size: 16px;
  letter-spacing: 0.15px;
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.widget-product-sorting input:focus {
  border: 0;
}
.widget-product-sorting button:focus {
  outline: 0;
}
.product-range-detail {
    border: 1px solid #edf0f5;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 3px;
}


.main-menunav ul li a {
    color: var(--nav-text-color);
    font-size: 16px;
    opacity: 1;
    text-decoration:none;
    /*text-transform: uppercase;*/
}
.main-menunav .navbar-nav ul li:hover {
    background: var(--secondary-color);
}
.main-menunav ul li a:hover {
    background: transparent;
    color: var(--button-text-hover-color);
}
.main-menunav ul > li {
    display: inline-block;
    padding: 0;
    position: relative;
}
.main-menunav .navbar-nav {
    display: flex;
    gap: 30px;
}
div#cssmenu ul li > ul {
    display: none;
}

div#cssmenu ul li:hover > ul {
    display: block;
    background-color: #ffffff;
    border-top: 2px solid var(--main-color-one);
    opacity: 1;
    /*padding: 15px 0;*/
    position: absolute;
    transform: translate3d(0px, 20px, 0px);
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 220px;
    z-index: 999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    text-align: left;
    top: 25px;
}

div#cssmenu ul li {
    position: relative;
}
div#cssmenu ul li ul li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 2px 0 2px 12px;
}

div#cssmenu ul li ul li a:hover {
    background: transparent;
    color: var(--main-color-one);
}
div#cssmenu ul li ul li {
    display: block;
}
.payment-image img {
    margin-right: 25px;
}
button.booking-button-two {
    background: var(--main-color-one);
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 10px;
    padding: 0 25px;
    margin-top: 10px;
    border-radius: 4px;
}
button.booking-button-two:hover {
    background: var(--secondcolor);
}
.LoginPopup .modal-content {
    padding: 30px 20px;
}
#RegisterModal button.close, #LoginModal button.close,
#ForgetPasswordformModal .close{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid transparent;
    background: #fff;
    font-size: 30px;
}
.LoginPopup .LoginHeader {
    text-align: center;
    width: 370px;
    margin: 0 auto;
    background: url(../images/red-line.jpg) repeat-x 0 40%;
}
.LoginPopup .LoginHeader .IconDiv {
    background: #fff;
    width: 140px;
    margin: 0 auto;
}
.LoginPopup .LoginHeader .IconDiv img {
    margin: 0 auto;
}
.LoginPopup .LoginHeader h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #0a0a0a;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 0 0;
}

.LoginPopup .LoginFormOuter .LoginForm {
    padding: 15px 50px 20px 50px;
}
.LoginPopup .LoginFormOuter .LoginForm:before {
    background: url(../img/top-arrow.png) no-repeat 0 0;
    width: 55px;
    height: 27px;
    display: block;
    content: "";
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -42px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup {
    position: relative;
}

.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #bfbfbf;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 24px;
    padding-top: 10px;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup input.form-control {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 38px;
    height: auto;
    border-bottom: 1px solid #ddd;
}
.form-control {
    font-size: 12px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.ShowPassword {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 10px;
}
i.ShowPassword, i.ShowPasswordReg, i.ShowPasswordReg1 {
    cursor: pointer;
}
.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginFormOuter .LoginForm a.ForgotPwd {
    font-size: 12px;
    color: #7e7e7e;
}
.LoginPopup .LoginFormOuter .LoginForm button.btn-primary {
    margin: 0;
    padding: 10px 20px;
    border-radius: 0;
    background: #149497;
    border: none;
    outline: none;
    display: block;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomCheckbox {
    margin: 10px 0 0 0;
    padding: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.LoginPopup .LoginWithSocialLnk {
    border-top: 1px dashed #7e7e7e;
    padding: 30px 0;
}
.LoginPopup .LoginWithSocialLnk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.LoginPopup .LoginWithSocialLnk ul li.FaceBook {
    background: #3b5a9a;
    margin-right: 5%;
}

.LoginPopup .LoginWithSocialLnk ul li {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    display: inline-block;
    width: 42%;
}
.LoginPopup .LoginWithSocialLnk ul li a {
    color: #fff;
    font-size: 16px;
}
.LoginPopup .LoginWithSocialLnk ul li a i {
    font-size: 30px;
    margin: 0 15px 0 0;
}

.tourismcoreloginBolck i {
    padding-right: 2px;
}
.LoginPopup .LoginWithSocialLnk ul li.Twitter {
    background: #23aae1;
}
.LoginPopup .DontHaveAccount {
    text-align: center;
    margin: 30px 0 0 0;
}
.LoginPopup .DontHaveAccount p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #252424;
    font-weight: bold;
}
.LoginPopup .DontHaveAccount a.CreateNow {
    display: inline-block;
    color: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    padding: 5px 20px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    background: #fff;
    border-radius: 7px;
}
.LoginPopup .DontHaveAccount a.CreateNow:hover {
    background: var(--main-color-one);
    color: #fff;
}
/* ---------------------------------
REGISTER POP UP
----------------------------------*/
.RegisterPopup .modal-content { 
    padding:30px 20px; 
}
.RegisterPopup button.close { position:absolute; top:20px; right:20px; }
.RegisterPopup .RegisterHeader { text-align:center; width:370px; margin:0 auto; background:url(../img/red-line.jpg) repeat-x 0 40%; }
.RegisterPopup .RegisterHeader .IconDiv { background:#fff; width:140px; margin:0 auto; }
.RegisterPopup .RegisterHeader .IconDiv img { margin:0 auto; }
.RegisterPopup .RegisterHeader h2 { text-transform:uppercase; font-size:22px; color:#0a0a0a; font-weight:bold; padding:0; margin:20px 0 0 0; }
.RegisterPopup .RegisterForm { padding:15px 50px 20px 50px;}
.RegisterPopup .RegisterForm:before { background:url(../images/top-arrow.png) no-repeat 0 0; width:55px; height:27px; display:block; content:""; text-align:center; margin:0 auto; position:relative; top:-42px; }
.RegisterPopup .RegisterForm .CustomRadioBox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm .CustomFormGroup { position:relative; }
.RegisterPopup .RegisterForm .CustomFormGroup svg { position:absolute; left:0; top:0; bottom:0; border-right:1px solid #bfbfbf; width:40px; text-align:center; color:#999999; font-size:24px; padding-top:10px; }
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPassword { 
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 15px;    
}
.RegisterPopup .RegisterForm .CustomFormGroup input.form-control { 
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px 12px 40px;
    height: auto;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.RegisterPopup .RegisterForm .CustomFormGroup select.form-control { border:1px solid #bfbfbf; border-radius:0; font-size:14px; padding:12px 10px 12px 60px; height:auto; }
.RegisterPopup .RegisterForm .CustomCheckbox { margin:10px 0 40px 0; text-align:left;padding: 0;position: relative;}
.RegisterPopup .RegisterForm .CustomCheckbox #Remember-error {
    position: absolute;
    bottom: -20px;
}
.RegisterPopup .RegisterForm .CustomCheckbox label { font-size:12px; line-height:24px; color:#7e7e7e; }
.RegisterPopup .RegisterForm button.btn-primary { margin:20px 0 0 0; padding:10px 20px; border-radius:0; background:#149497; border:none; outline:none; display:block; }
.RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg, .RegisterPopup .RegisterForm .CustomFormGroup i.ShowPasswordReg1 { position:absolute; right:0; top:0; bottom:0; width:40px; text-align:center; color:#999999; font-size:15px; padding-top:10px; }

/**********************************************************************************************************************************/
.modal-backdrop.fade.show {
    opacity: 0 !important;
    z-index: 99999999999999;
    height: auto;
}
.LoginPopup .LoginFormOuter .LoginForm .CustomFormGroup i.Licon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 17px;
}
.RegisterPopup .RegisterForm .CustomFormGroup i.Licon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-top: 17px;
}
body.modal-open .header-area.sticky.navbar-fixed-top {
    height: 700px;
}
button#btn-search-category {
    border-radius: 10px;
    width: 170px;
    margin-left: 30px;
    border: none;
    background-color: var(--main-color-one);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    height: 60px;
}
.proceed-checkout a {
    background-color: var(--main-color-one);
    text-transform: capitalize;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid transparent;
}
table tr td,
table tr th {
    text-transform: capitalize;
}
.cartbox-total .card-body p {
    font-weight: 500;
}
.cartbox-total .card-body span {
    font-weight: 300;
}
.proceed-checkout button {
    background-color: var(--secondcolor);
    text-transform: capitalize;
    padding: 5px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
}
.proceed-checkout button:hover{
    border: 1px solid transparent !important;
}
.include-item {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 10px;
}

.mt-80 {
    margin-top: 80px;
}
.nav-link img.drop-shadow {
    height: 105px;
    width: 105px;
}

.section-padding {
    padding: 90px 0 0 0;
}

/*About Us Section Homepage*/
.about figure img {filter: drop-shadow(2px 4px 6px black);width: 100%;border-radius: 14px;}

.about figure {margin-left: -55px;position:relative;}

.about .about-contents {
    padding: 30px;
}

.about .about-contents span {
    color: #787777;
    font-style: italic;
    font-size: 16px;
}

/*.about .about-contents h1 {*/
/*    font-size: 43px;*/
/*    line-height: 1.3;*/
/*}*/

.about .about-contents h1:first-letter {
    color: var(--main-color-one);
}
.about figure .btn {
     position: absolute;
     top: 50%;
     width: 80px;
     height: 80px;
     right: -79px;
     background-color: red;
     animation-timeline: auto;
     animation-range-start: normal;
     animation-range-end: normal;
     padding: 0px;
     border-radius: 50%;
     border-width: 1px;
     border-style: solid;
     border-color: transparent;
     border-image: initial;
     animation: 1500ms ease 0s infinite normal none running glowing;
     transform: translate(-50%, -50%);
}

@-webkit-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@-moz-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@-o-keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

@keyframes glowing {
  from{box-shadow:0px 0px 5px #fff,0px 0px 5px #dc143c;}
  to{box-shadow:0px 0px 20px #fff,0px 0px 20px #dc143c;}
}

.about figure .btn i {
    font-family: 'FontAwesome';
    font-style: initial;
    font-size: 25px;
}



/*Best Selling Tours Homepage*/
.portfolio-area .single-portfolio {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.portfolio-area .single-portfolio .portfolio-link {
    display: none;
}

.portfolio-area .single-portfolio .portfolio-text {
    padding: 0 20px;
    margin-bottom: 25px;
}

.portfolio-area .single-portfolio img {
    height: 273px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 0 20px 0;
}
.portfolio-area .single-portfolio .portfolio-text h4 {
    text-transform: uppercase;
}

.selling-tips-wrap .single-selling-tips {
    padding: 6rem 0 0 0;
}
.faq-area .faqaside-wrap {
    padding: 4rem 0 0 0;
}
.selling-tips-area .single-adventure .day-level {
    display: flex;
    gap: 10px;
}

.selling-tips-area .single-adventure .day-level img {
    height: 40px;
    object-fit: contain;
}

.selling-tips-area .single-adventure .day-level ul {
    list-style: none;
    padding: 0;
}
.selling-tips-area .owl-nav {
    display: block !important;
}
.featuredpackage-sl .owl-nav {
    display: block !important;
}

.featuredpackage-sl .owl-nav button,
.selling-tips-area .owl-nav button{
    background: var(--main-color-one) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    margin: 0 -10px;
    border-radius: 50%;
}
.trip-itinery .itinerary-titlewrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px 0;
    align-items: end;
}

.trip-itinery .itinerary-titlewrap .expand-itinerary {
    display: flex;
}
.trip-itinery .itinerary-titlewrap .expand-itinerary  .expand-btn {
    background: var(--main-color-one);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.trip-itinery .itinerary-titlewrap .expand-itinerary  .collapse-btn {
    background: var(--secondcolor);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.trip-itinery .itinerary-titlewrap .expand-itinerary a {
    color: #fff;
    height: fit-content;
    padding: 0 25px;
    font-size: 14px;
    cursor: pointer;
}
.trip-itinery .accordion h5 a {
    width: 100%;
    display: block;
}

.trip-itinery .accordion h5 a i {float: right;margin-top: 5px;}

.trip-itinery .card {
    margin: 0 0 20px 0;
}
.trip-itinery .card-header {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.trip-table tbody .hiden-box{
    display: none;
}
 
 header.sticky .login-cart {
    margin: 10px 0 0 0;
}

.client-testimonial button {
    padding: 0;
}

.client-testimonial .active img {
    filter: drop-shadow(2px 4px 6px black);
}

.client-testimonial button img {
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    filter: grayscale(1);
    margin: 0 0 40px 0;
}

.client-testimonial button.active {
    background: #fff !important;
}

.client-testimonial .tab-pane {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;padding: 30px;border-radius: 10px;position: relative;}
.client-testimonial .tab-pane:before {
    content: '\f10e';
    font-family: 'PhpDebugbarFontAwesome';
    position: absolute;
    right: 30px;
    font-size: 50px;
    opacity: 0.2;
}
.client-testimonial .tab-content {
    margin: 0 0 0 50px;
}
.client-testimonial .flex-testimonials .nav-pills {
    flex: 0 0 30%;
    flex-direction: row !important;
    justify-content: space-around;
}
.about .modal-body {
    padding: 0;
    background: #000;
}
.about .modal {
    background: #000c;
}
.navigation-area ul.menu-level-2{
    position: absolute;
}
.navigation-area ul.menu-level-3{
    right: -220px;
    margin: -40px 0 0 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
}
.about-contents-wrap .card {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #f1f1f1;
}
.contact-thumb img {
    height: 40px;
    object-fit: contain;
}
.contact-card .contact-p-contact {
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 7px;
}
.contact-card .section-title {
    margin-top: 35px;
}
.sigle-adv-sidebar .tag-list-link {
    border: 1px solid #ddd;
    font-size: 16px;
    color: #717171;
    padding: 5px;
    border-radius: 4px;
}
.next-prev-post-wrap .post-np:nth-child(1) p:before {
    content: '\f060';
    font-family: "FontAwesome";
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
}

.next-prev-post-wrap .post-np:nth-child(2) p:after {
    content: '\f061';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
}
#gallery .item img {
    height: 350px;
    object-fit: cover;
}
.post-thumbnail figure {
    overflow: hidden;
}
.blog-area .post-thumbnail {
    position: relative;
    margin: 0;
}
.blog-area .single-post-content-thumb {
    margin: 0;
    padding: 20px;
}
.blog-area .post-thumbnail .post-meta {
    position: absolute;
    bottom: 11px;
    left: 30px;
    background-color: rgb(40, 40, 40);
    width: 84px;
    height: 80px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-area .post-thumbnail .post-meta span i {
    display: none;
}

.blog-area .post-thumbnail .post-meta span {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.faq-accordion .accordion-item h2{
    font-family: 'Roboto', sans-serif !important;
}

.testimonial-sl .clientreview-wrap {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 14px;
    position: relative;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 90px;
    background: var(--main-color-one);
    color: #fff;
}
.testimonial-sl .clientreview-wrap h5,
.testimonial-sl .clientreview-wrap h6{
    color: #fff;
}
.testimonial-sl .clientreview-wrap img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -95px;
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
}

.testimonial-sl .clientreview-wrap:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    bottom: 130px;
    font-size: 105px;
    opacity: 0.2;
}
#scrollUp i:before {
    content: '\f062';
    font-family: 'FontAwesome';
}
.testimonial-sl .owl-nav button {
    background: var(--main-color-one) !important;
    color: #fff !important;
}
.section-title p {
    margin: 0;
    font-size: 16px;
}
.selling-tips-wrap .single-selling-tips p {
    font-size: 18px;
}
.trip-table tbody .empty-cellbook {
    height: auto;
}
.inclution-area .trip-include .nitro-offscreen {
    background: #1987543b;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
    list-style: none;
}

.holiday .trip-include ul{
    background: #1987543b;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
    list-style: none;
}
.holiday .trip-include ul li,
.holiday .trip-exclude ul li{
    padding: 10px 5px;
    display: flex;
}

.holiday .trip-include ul li span{
    margin-left: 5px;
}

.inclution-area .trip-include .nitro-offscreen li:before,
.holiday .trip-include ul li:before{
    content: '\f14a';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}

.inclution-area .trip-exclude .nitro-offscreen,
.holiday .trip-exclude ul{
    background: #dc354530;
    list-style: none;
    border-radius: 4px;
    padding: 20px;
    margin: 0;
}

.inclution-area .trip-exclude .nitro-offscreen li:before,
.holiday .trip-exclude ul li:before{
    content: '\f057';
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 10px;
}
.appline-right .single-achevment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.alpine-left-content {
    padding: 3rem 0 0 0;
}
.trip-table table {
    margin: 0;
}
.sin-sis-alpine-wrap .single-alpine li i {
    color: #FF9800;
}
.inclution-area .row .col-md-4 .map-popup {
    padding: 0;
    margin: 4.2rem 0 30px 30px !important;
}
.modal {
    background: #000000d6;
}
.section-title h2 {
    margin: 0;
}
.Itinerary.Area {
    padding: 0 0 40px 0;
}
.footer-contact li span{
    color: #fff;
    font-size: 16px;
}

.footer-contact li i {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 9px;
}
.footer-payment p:nth-child(1) img {
    background: #fff;
    padding: 3px;
}

.testimonial-sl2 .owl-nav {
    color: #fff;
    z-index: 125;
}
.faq-area .accordion-item button:after {
    display: none;
}
.faq-area .accordion-item button {
    background: var(--main-color-one);
    color: #fff;
    position: relative;
}
.faq-area .accordion-item button i {
    font-family: 'FontAwesome';
    font-style: normal;
    position: absolute;
    right: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.footer-contact li {
    margin: 0 0 20px 0;
}
.testimonial-sl2 .item img {
    height: 290px;
    object-fit: cover;
    border-radius: 20px
}
.footer-area .footer-social i {
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}
.contact-widget .footer-social li img {
    height: 17px;
    filter: brightness(0) invert(1);
}
.footer-area .payment-wrap {
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 25px;
    margin: 0 0 60px 0;
}

.footer-area .payment-wrap h3 {
    color: #fff;
    font-size: 17px;
}

.footer-area .payment-wrap img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    max-width: max-content;
    margin-right: 15px;
}
.footer-area .payment-wrap img:last-child {
    margin: 0;
}
header.header-area.style-2 .header-top-left p {
    font-size: 14px;
    color: #fff;
    animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
  from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
  to{text-shadow:0px 0px 20px #fff,0px 0px 20px #614ad3;}
}
.faq-area .faq-collapse {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 0;
    align-items: baseline;
}

.faq-area .faq-collapse .btn {
    border-radius: 0;
    padding: 0px 10px;
    font-size: 14px;
}

.faq-area .faq-collapse  .faq-expand {
    background: var(--secondcolor);
}
.faq-area .faq-accordion {
    margin: 16px 0 0 0;
}
.slider-area {
    position: relative;
}

.slider-area .find-adventure-form {
    position: absolute;
    bottom: 13rem;
    z-index: 1;
    width: 80%;
    left: 10%;
}

.slider-area .find-adventure-form form {
    display: flex;
}
.slider-area .find-adventure-form .form-select {
    position: relative;
}

.slider-area .find-adventure-form label.error {
    position: absolute;
    bottom: 0;
    font-size: 14px;
}
.cart-table .EditCancelmks .btn-danger {
    border: 1px solid transparent;
}
.cartpbox .coupon-carttotals {
    margin: 0 0 20px 0;
}
.BreadCrumbSec .EditCartRight a {
    background: var(--main-color-one);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
}
#editModal .Editcartpage .row span {
    font-size: 17px;
}

#editModal .Editcartpage .SubmitBtnmksf input {
    background: var(--main-color-one);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

#editModal .modal-header .close {
    background: var(--main-color-one);
    color: #fff;
    border: 1px solid transparent;
    padding: 5px;
    line-height: 1;
    border-radius: 4px;
}
.footer-area .quick-link-widget {
    text-align: center;
}
.footer-area .footerpayment-icons {
    justify-content: flex-end;
}
.footer-area .quick-destinations img {
    height: 325px;
    object-fit: contain;
    width: 100%;
}
.contact-widget .footer-social li {
    margin-top: 15px;
}
.trip-info-wrap ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.trip-info-wrap ul li img {
    height: 30px;
    object-fit: contain;
    margin-right: 5px;
}
.trip-info-wrap ul li strong {
    margin-right: 5px;
}

.trip-info-wrap ul li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
.highlighArea .alpine-left-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.highlighArea .alpine-left-content h2 {
    color: #fff;
}
.sin-sis-alpine-wrap .single-alpine {
    background: #f1f1f1;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


#destination-error,#activity-error{
    display:none !important;
}

.trip-itinery .accordion-item button {
    background: var(--main-color-one);
    color: #fff;
    position: relative;
    padding-right: 30px;
}
.trip-itinery .accordion-item button i {
    font-family: 'FontAwesome';
    font-style: normal;
}
.single-adventure figure {
    position: relative;
}

.holiday .single-adventure figure .tour {
    position: absolute;
    bottom: -10px;
    background: #000000bd;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 5px;
    left: 0;
    border-top-right-radius: 5px;
}
.holiday .highlighArea .alpine-left-content p {
    line-height: 1.8;
    color: var(--paragraph-color) !important;
}

.inquiry-formpackage {
    border: 1px solid #ddd;
    padding: 15px;
    margin-left: 30px;
    border-radius: 4px;
    position: sticky;
    top: 10px;
}
.inquiry-formpackage form label {
    font-size: 14px;
    font-weight: 500;
}

.inquiry-formpackage form label span {
    color: #da0505;
}
.inquiry-formpackage form .btn {
    padding: 10px 20px !important;
    display: inline-block;
}

.inquiry-formpackage form textarea {
    margin: 0 0 10px 0;
    height: auto;
}
.inquiry-formpackage form h4 {
    margin: 0;
}
.appline-right h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
.trip-table tbody .empty-cellbook input {
    width: 35%;
    text-align: center;
}

.trip-table tbody .empty-cellbook .form-group {
    text-align: left;
}
.trip-table tbody .empty-cellbook .payment-nepal-opt {
    display: flex;
    gap: 10px;
    align-items: center;
}
#swal2-content:after {content: '.';}
/*.faq-area .faq-collapse .faq-expand:hover,*/
/*.trip-itinery .itinerary-titlewrap .expand-itinerary .expand-btn:hover,*/
/*.trip-itinery .itinerary-titlewrap .expand-itinerary .expand-btn:hover{*/
/*    background: var(--main-color-one);*/
/*}*/
.swal2-confirm {
    padding: 15px 30px;
    line-height: 1;
}
.trip-itinery .itinerary-titlewrap .expand-itinerary .collapse-btn {
    background: var(--secondary-color) !important;
}
.cartpbox .coupon-carttotals h5 {
    font-family: 'Roboto', sans-serif !important;
    background: var(--main-color-one);
    color: #fff;
}
.cart-table thead {
    background: var(--main-color-one);
    color: #fff;
}
#cancelModal .modal-footer button {
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    padding: 15px 15px;
    line-height: 0;
}

#cancelModal .modal-footer .yesbutton {
    background: #146c43;
}

#cancelModal .modal-footer .nobutton {
    background: #dc3545;
}
.single-blog-post .entry-header h4,
.single-blog-post-wrap.grid .entry-header h2.entry-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.blog-area .single-blog-post .post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cart-table {border-radius: 7px;}
.blog-details .single-blog-post {
    margin: 0;
}
.blog-details .post-thumbnail img {
    height: auto !important;
}
.blog-area .popular-post-content h6 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    color: var(--main-color-one);
}
.blog-area .popular-post-thumb {
    flex: 0 0 35%;
}
.blog-area .popular-post-content {
    flex: 0 0 65%;
}
.blogsdetails-inner {
    border: 1px solid #ddd;
    margin: -1px 1px 40px 1px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.activities-box .include-item {
    padding: 0;
}
.activities-box .include-icon {
    position: relative;
}

.activities-box .include-icon .include-text {
    position: absolute;
    bottom: 0;
    background: #000000bd;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px;
    border-top-right-radius: 5px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.activities-box .include-icon .include-text h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.activities-box .include-icon .include-text p {
    font-size: 14px;
}
.LoginPopup .LoginFormOuter .LoginForm .form-group p {
    text-align: right;
}

.LoginPopup .LoginFormOuter .LoginForm .form-group p a {
    color: var(--main-color-one);
}
.LoginForm btn-login {
    width: 100%;
    display: block;
}
#loginform .btn-login {
    display: block;
    width: 100%;
}
.RegisterHeader img {
    display: none;
}
.menu-parent > ul > li > ul,
.menu-parent > ul > li > ul > li > ul{
    position: absolute;
    right: -220px;
    top: -22px !important;
}
.menu-parent > ul > li a,
.menu-parent > ul > li > ul li a,
.menu-parent > ul > li > ul > li > ul li a {
    text-transform: capitalize !important;
}
.single-gallery img {
    height: 250px;
    object-fit: cover;
}
.inquiry-formpackage form .g-recaptcha {
    margin: 0 0 10px 0;
}
.faq-area .accordion-item button.show {
    position: relative;
}
.activities-box img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.photogallery_MKS img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin: 0 0 25px 0;
    border-radius: 7px;
}

/*Pagination*/
 
      .pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .pagination .fa {
        font-family: "Font Awesome 6 Brands";
    }
    .pagination button {
        background-color: #ddd;
        color: white;
        padding: 0px 12px;
        margin: 0 5px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .pagination button:hover {
        background-color: #0c86d7;
    }

    .pagination button:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
    }

    .pagination button.active {
        background-color: var(--main-color-one);
    }
    .accordion-button::after,
    .about-adventure-area .section-title,
    .top-mainheader .icon{
        display: none;
    }
    
    .holiday .top-mainheader .icon{
        display: block !important;
    }
    
    /*Team-Page*/
    .team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  height: 150px;
  object-fit: cover;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
      color: var(--main-color-one);
    font-size: 16px;
    margin: 0 2px;
    font-family: 'PhpDebugbarFontAwesome';
    font-style: normal;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

.team .row .col-lg-6 {
    margin-bottom: 25px;
}
.contact-card .contact-p-contact .g-recaptcha {
    margin: 15px 0;
}
.contact-p-contact textarea {
    height: 110px;
}
.faq-singlepage p {
    margin-right: 3rem;
}
#cssmenu > ul > li > a i {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 100;
}
#cssmenu > ul > li > ul li a i {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 100;
}
#cssmenu ul li > ul li {
    border-bottom: 1px solid #ddd;
}

#cssmenu ul li > ul li:last-child {
    border: none;
}

.login-cart .userDropdown {
    background: #fff !important;
}

/*UserDashboard*/
.Dashboadboxmks .Leftdashboard ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--main-color-one);
    margin-bottom: 30px;
    border-radius: 4px;
}

.Dashboadboxmks .Leftdashboard ul li a {
    color: #fff;
    display: block;
    opacity: 0.8;
    font-size: 16px;
}

.Dashboadboxmks .Leftdashboard ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #ffffffd4;
}

.Dashboadboxmks .Leftdashboard ul .active a {
    opacity: 1;
    position: relative;
}
.Dashboadboxmks .Leftdashboard ul .active a:after {
    content: '\f105';
    font-family: 'PhpDebugbarFontAwesome';
    font-weight: 100;
    position: absolute;
    right: 0;
}
.Dashboard .Dashboadboxmks .RightConDashmks {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 7px;
    margin: 0 0 40px 0;
}

.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal .form-group {
    margin-bottom: 20px;
}

.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal input[type=submit] {background: var(--main-color-one);color: #fff;border: 1px solid transparent;border-radius: 4px;}
.Dashboard .Dashboadboxmks .RightConDashmks .form-horizontal .btn-file {
    background: #f1f1f1;
    margin: 20px 0;
    color: #000;
    text-align: left;
}

.about-companyinfo {
    display: flex;
    gap: 20px;
}

.about-companyinfo .company-image img {border-right: 1px solid #ddd;padding-right: 20px;}

.about-companyinfo .company-info {
    flex: 0 0 60%;
    height: 280px;
    margin: 0 0 40px 0;
    overflow: hidden;
    position: relative;
}
.about-companyinfo .company-info .more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: var(--main-color-one);
    font-weight: 500;
}
.about-companyinfo .show-height {
    height: auto;
}
.about-companyinfo .company-info .more:after {
    content: '\f101';
    font-family: 'FontAwesome';
}

.no-results h4 {
    text-transform: capitalize;
}

.no-results img {
    height: 150px;
    object-fit: contain;
    margin: 0 0 30px 0;
    opacity: 0.9;
}
.globalSearchContent {
    display: flex;
    gap: 20px;
}

.globalSearchContent span {
    font-size: 13px;
    color: var(--main-color-one);
    line-height: 1.5;
    display: block;
    margin: 0 0 10px 0;
}

.globalSearchContent img {
    flex: 0 0 20%;
    width: 25%;
    margin: 0;
    object-fit: cover;
}

.globalSearchContent .entry-header h6 {
    color: var(--main-color-one);
    font-size:16px;
}


.search-all {
    margin: 0;
}
.search-all h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.search-all .searchcontents-all {
    flex-direction: column-reverse;
}

.search-all .searchcontents-all .nav {
    width: 100%;
    border: 1px solid #ddd;
    align-items: center;
    padding: 0 15px;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.search-all .searchcontents-all .nav button {
    border-right: 1px solid #ddd;
    border-radius: 0;
    color: #222;
    padding-left: 35px;
    padding-right: 35px;
}
.search-all .searchcontents-all .nav h6 {
    font-size: 14px;
    color: #222;
    opacity: 0.8;
    margin-right: 5px;
    margin-bottom: 0;
    padding-right: 20px;
}

.search-all .searchcontents-all .nav .active {
    color: #222;
    font-weight: 500;
    background: #f1f1f1;
}

.search-all .searchcontents-all .nav .allpills {
    border-left: 1px solid #ddd;
}
.search-results h4 {
    font-size: 18px;
    padding: 0 0 10px 0;
}

.main-menunav .navbar-nav .menu-item-has-children > .menuArrow::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.main-menunav .navbar-nav li > ul {
    position: absolute;
    width: 220px;
    display: none;
    background: #fff;
    padding: 10px 0;
    border-top: 4px solid var(--main-color-one);
    border-bottom: 4px solid var(--main-color-one);
}
.overview-container p, .overview-container p span {
    color: #000000bd !important;
    font-size: 14px;
    line-height: 2.1;
}


.main-menunav .navbar-nav li > ul > li > ul {
    position: absolute;
    left: 220px;
    top:0;
    display: none;
    /*margin-top: -35px;*/
    width:220px;
    background: #fff;
    border-top: 4px solid var(--main-color-one);
    border-bottom: 4px solid var(--main-color-one);
}
.main-menunav .navbar-nav li > ul > ul > li a {
    line-height: 1.3;
    padding: 8px 0px 8px 10px;
}
.childsubMenu:after{
    transform: rotate(275deg);
    position: absolute;
    right: 10px;
    top: 46%;
}
.main-menunav .navbar-nav li > ul > li > ul > li a:after{
    transform: rotate(270deg);
    position: absolute;
    right: 10px;
    top: 50%;
}
.main-menunav .navbar-nav li > ul > li > ul > li {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.main-menunav .navbar-nav li > ul > li > ul > li:last-child {
    border-bottom: none;
}


.main-menunav .navbar-nav ul li {
    width: 100%;
    display: block;
    border-bottom:1px solid var(--body-color);
}
.main-menunav .navbar-nav ul li a {
    color: #222;
    padding: 0 5px;
    display: block;
    width: 100%;
    position: relative;
}

.main-menunav .navbar-nav ul {
    padding: 0;
    list-style: none;
    border-radius: 4px;
}


.navbar-toggler {
    position: relative;
    padding: 0;
    border: 1px solid transparent;
}
.navbar-toggler:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.main-menunav .navbar-nav > li:hover .main-menunav .navbar-nav > li > ul {
    display: block !important;
}
.navbar-toggler:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 35px;
}
.main-menunav .navbar-nav > li > ul > li >:hover .main-menunav .navbar-nav li > ul > li > ul {
    display: block !important;
}
.main-menunav .dropdown-menu li a {
    display: block;
    padding: 0 10px;
}


/*.holiday .parallax-content{*/
/*    background: var(--section-background-color);*/
/*}*/

.holiday .parallax-content h3{
    color: var(--heading-color-two);
}

.holiday .parallax-content p{
    color: var(--paragraph-color-two);
}


.holiday .parallax-content form input{
    width:100%;
    padding: 10px;
    border-radius: 25px
}

.holiday .parallax-content form button{
    margin-top: 10px;
    padding: 6px;
    background: var(--button-color);
    color: var(--button-text-color);
    border: none;
    border-radius: 10px;
}

.holiday .parallax-content form button:hover{
    background: var(--button-hover-color);
    color: var(--button-text-hover-color);
}

/*CUSTOM CSS*/

.holiday .section-title .title,
.holiday .section-title .tittle,
.holiday .section-tittle .tittle{
    color: var(--heading-color);
}

.holiday h4.single-why-contents-title{
    color: var(--paragraph_color);
}

.holiday p.single-why-contents-para.mt-3{
    color: var(--paragraph-color);
}

.holiday .footer-area .footer-tittle .footerTittle
{
    color: var(--paragraph-color) !important;
}

.holiday p.pera,
.holiday .singleTestimonial-global .testiPera .pera,
.holiday .listingStyle .listItem,
.holiday .listingStyle a{
      color: var(--paragraph-color);
}

.holiday .faq-contents .faq-item .faq-title,
.holiday .faq-contents .faq-item .faq-panel .faq-para,
.holiday .faq-question-title,
.holiday .form-group label,
.holiday .custom-form .single-input .form--control, .custom-form .single-input .form-control, .custom-form .form-group .form--control, .custom-form .form-group .form-control,
.holiday .wedding_blog__contents__title.mt-3,
.holiday h4.single-blog-contents-title.mt-3,
.holiday .small-tittle .tittle,
.holiday .catTittle,
.holiday .contactUs .input-form input,
.holiday .popularServices-global .itemsCaption .itemsTittle,
.holiday .activities-info p{
          color: var(--paragraph-color);
}

.holiday .custom_submit_form_button,
.holiday a.holiday_cmn_btn.btn_bg_1.cmn-btn-outline3,
.holiday button.query_submit_button,
.holiday .searchBox-wrapper .search-box .input-form .icon,
.holiday .barberShop__shop__cart,
.holiday .holiday_footer-widget .footer_tenant_newsletter_submit{
    background: var(--button-color);
    color: var(--button-text-color);
    border:none;
}

.holiday .custom_submit_form_button:hover,
.holiday a.holiday_cmn_btn.btn_bg_1.cmn-btn-outline3:hover,
.holiday button.query_submit_button:hover,
.holiday .barberShop__shop__cart:hover,
.holiday .holiday_footer-widget .footer_tenant_newsletter_submit:hover{
    background: var(--button-hover-color);
    color: var(--button-text-hover-color);
    border:1px solid var(--button-color);
}

.holiday .holiday_footer-widget .footer-tittle .footer-pera p,
.holiday .copy-right-area p,
.holiday .holiday_footer-widget .footer-tittle .footerTittle,
.holiday .holiday_footer-widget .footer-tittle .listing .listItem a,
.holiday .footer-area .footer-tittle .listing-info .listItem .singleLinks2,
.holiday .footer-area .footer-tittle .listing-info .listItem .singleLinks2 .icon{
    color: var(--footer-text-color) !important;
}

.holiday .copy-right-area a{
    color: var(--button-color);
}

.holiday .agro-newsletter h3,
.holiday .agro-newsletter p{
    color: var(--paragraph-color-two);
}

.holiday .agro_banner .sliderArea .slider-items .slider-contents {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translate(-50%, -50%);
}

.holiday .agro_banner .slick-slide img{
    width:100%;
    object-fit:cover;
}

.holiday .adventure-details-area{
    padding-top:200px;
}


.holiday .ArticlePage.deatinationdetails-page .destination_titleMKS h3,
.holiday .ArticlePage.deatinationdetails-page .destination_titleMKS p{
    text-align: center;
}

.holiday .main-menunav .navbar-nav ul li{
    padding: 10px 0;
}

.holiday .breadcrumb-area{
    background: var(--main-color-one);
}

.holiday .breadcrumb-area .breadcrumb-contents{
    flex-direction: column !important;
    justify-content:center !important;
}

.holiday .breadcrumb-area .breadcrumb-contents h1{
    padding-left: 20px;
    font-size: 36px !important;
}
.holiday .arrowStyleThree .prev-icon{
    left: -35px;
    top: 50%;
}

.holiday .arrowStyleThree .next-icon{
    right: -20px;
    top: 50%;
}

.holiday .agro_banner .arrowStyleThree .next-icon{
    right: 0 !important;
    top: 25% !important;
}

.holiday .agro_banner .arrowStyleThree .prev-icon{
    left: 0 !important;
    top: 25% !important;
}

.holiday .single-blog-contents-title{
    font-size: 16px;
}

.holiday .holiday_footer-widget .footer-widget .footer-tittle .listing,
.holiday .holiday_footer-widget .footer-widget .footer-tittle .listing-info{
    padding: 0px;
}

.holiday .footer-area .footer-tittle .listing-info .listItem .singleLinks2 i{
    color: var(--footer-text-color);
    background: none;
}

.holiday #FeaturedDestinationMks .country-name h4 a{
    color: #fff;
}


.holiday .viewAllPackagesBtn{
    display: flex;
    justify-content: center;
}

.holiday .parallax-container.agro .box-ordered{
    margin: 50px 0;
}

.holiday .parallax-container.agro h4.title-style-1{
    font-size: 16px;
    font-weight: 500;
}  

.holiday .parallax-container.agro .box-icon-modern .box-icon-modern-header .box-icon-modern-svg img{
    width: 100px;
    object-fit: cover
}

.holiday .parallax-container.agro .box-icon-modern .box-icon-modern-title .title-style-1{
    font-size: 18px;
    font-weight: 500;
}

.holiday .parallax-content .box-icon-modern{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s all ease-in;
    height: 180px;
    width: 100%;
    margin: 5px 0;
}

.holiday .about-contents p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif !important;
    color: var(--paragraph-color);
    text-align: justify;
}

.holiday .viewAllPackageBtn{
    display: flex;
    justify-content: center;
}

.holiday .section-tittle p{
    color: var(--paragraph-color);
}

.holiday .bannerForm{
    position: absolute;
    bottom: 15px;
    width: 65%;
}

.holiday .bannerForm form{
    display: flex;
    flex-direction: row;
    justify-content:center;
}

.holiday .accordion-collapse.show::before{
    background: none;
}





/*New Codes*/

.holiday-demo5 .top-header {
    background: var(--main-color-one);
}

.holiday-demo5 .top-header ul li a {
    color: #fff;
    font-size: 13px;
}

.holiday-demo5 .mid-header .menu-large {
    display: flex;
    align-items: center;
    gap: 90px;
}

.holiday-demo5 .mid-header .menu-large .expert img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.holiday-demo5 .mid-header .menu-large .menu .fa-bars {
    font-size: 28px;
}

.holiday-demo5 .top-header .top-mainheader .info-modal {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.holiday-demo5 .top-header .top-mainheader .login-cart {
    padding: 0;
}

.holiday-demo5 .top-mainheader .topheader-login {
    background: #3E4738;
    padding: 15px;
}

.holiday-demo5 .header-top-left ul {
    line-height: 0;
}

.holiday-demo5 .mid-header {
    background: #f1f1f1;
}

.holiday-demo5 .main-menunav img {
    height: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.holiday-demo5 .mid-header .navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 80px;
}

.holiday-demo5 .mid-header .menu-large span {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.holiday-demo5 .mid-header .menu-large .menu #menularge span {position: relative;top: -5px;text-transform: uppercase;margin-left: 5px;}

.holiday-demo5 .megamenu-aside {position: fixed;left: 0;background: #fff;z-index: 999;top: 0;height: 100vh;overflow-y: auto;visibility: hidden;opacity: 0;width: 0;transition: 0.2s ease-in;}

.holiday-demo5 .megamenu-asideshow {
    visibility: visible;
    opacity: 1;
    width: 100%;
    overflow-x: hidden;
}

.holiday-demo5 .megamenu-aside .row .col-md-4 {
    padding: 40px;
}

.holiday-demo5 .megamenu-aside #close-menu {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 21px;
    cursor: pointer;
}

.holiday-demo5 .megamenu-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 .megamenu-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li {
    flex: 0 0 24%;
    position: relative;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: var(--secondcolor);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li a:hover i {
    opacity: 1;
    visibility: visible;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li img {
    border-radius: 7px;
}

.holiday-demo5 .megamenu-aside .menuaside-fixed ul {
    display: flex;
    flex-direction: column;
}

.holiday-demo5 .megamenu-aside .menuaside-fixed ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
}

.holiday-demo5 .megamenu-aside .menu-social {
    margin: 40px 0 0 0;
}

.holiday-demo5 .megamenu-aside .featured-gallery {
    margin: 30px 0 0 0;
}

.holiday-demo5 .megamenu-aside .featured-gallery h4 {
    padding: 20px 0 10px 0;
    font-size: 21px;
}

.holiday-demo5 .megamenu-aside .menu-social ul li a {
    background: #293222;
    color: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.holiday-demo5 .megamenu-aside .menu-destinations h4 {font-size: 21px;padding: 20px 0 10px 0;}

.holiday-demo5 .megamenu-aside .menu-guides h4 {
    font-size: 21px;
    padding: 20px 0 10px 0;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure {
    position: relative;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003d;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: end;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure img {
    border-radius: 4px;
    transition: 0.5s ease-in;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure:hover img {
    transform: scale(1.1);
    border-radius: 4px;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a i {
    font-size: 12px;
    display: inline-block;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a i {
    display: inline-block;
    position: relative;
    left: 5px;
    top: -5px;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap {
    display: flex;
    margin: 0 0 20px 0;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap img {height: 70px;width: 70px;object-fit: cover;margin-right: 15px;}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap .guide-contents h6 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap .guide-contents p {
    transition: color 0.3s ease;
    font-size: 13px;
    line-height: 20px;
    margin: 0px 6px 0px 0px;
    color: #252d1f;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap img {
    width: 164px;
    height: 108px;
    margin-right: 20px;
    border-radius: 5px;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap {
    display: flex;
    margin: 0 0 20px 0;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap h5 {
    color: #14141E;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap .posted-date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
    font-weight: 100;
}

.holiday-demo5 .megamenu-aside .menu-notes {
    background: #E3530D;
    padding: 20px;
    border-radius: 5px;
    margin: 40px 0 0 0;
}

.holiday-demo5 .megamenu-aside .menu-notes .noteswrapper {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
}

.holiday-demo5 .megamenu-aside .menu-notes .noteswrapper p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.holiday-demo5 .megamenu-aside .row .col-md-4:nth-child(2) {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.holiday-demo5 .megamenu-aside .padding-row {
    padding: 30px 0 50px 0;
}

.holiday-demo5 .mid-header .menu-large .menu  #menularge {
    display: inline-block;
    cursor: pointer;
}

.holiday-demo5 .top-header .top-mainheader .login-cart .listItem a {
    margin: 0 10px;
}

.holiday-demo5 .top-header .top-mainheader .login-cart .listItem a:last-child {
    margin-right: 0;
}

.holiday-demo5 .megamenu-aside #close-menu img {
    height: 28px;
    width: 28px;
}

/*Banner Section*/

.holiday-demo5 .thumb_shape::before {
    display: none;
}

.holiday-demo5 .thumb_shape .agency_banner__single__content {
    position: absolute;
    top: 30%;
    left: 41%;
    /*transform: translate(-50%, -50%);*/
    height: 350px;
    width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.holiday-demo5 .thumb_shape .agency_banner__single__content:hover {
    animation: bouncebubble infinite 5s;
}

.holiday-demo5 .mainbg-banner img {
    animation: continuousZoom 10s linear infinite; /* Adjust timing as needed */
    height: 93vh;
    width: 100%;
    object-fit: cover;
}

@keyframes continuousZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2); /* Adjust scale as needed */
    }
}

.holiday-demo5 .sliderArea .slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    margin: 0;
}

.holiday-demo5 .sliderArea .slick-dots li button {
    border: 1px solid transparent;
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    border-radius: 50%;
    font-size: 0;
}

.holiday-demo5 .sliderArea .slick-dots li button:before {
    content: '';
    height: 4px;
    width: 4px;
    background: #000;
    position: absolute;
    border-radius: 50%;
}

.holiday-demo5 .sliderArea .slick-dots .slick-active button {background: #000 !important;}

.holiday-demo5 .sliderArea .slick-dots .slick-active button:before {
    background: #fff;
}


.holiday-demo5 .bannercontents-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.holiday-demo5 .bannercontents-info h2 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.holiday-demo5 .bannercontents-info p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.holiday-demo5 .agency_banner_main__thumb .btn-wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.holiday-demo5 .agency_banner_main__thumb .btn-wrapper a {
    background: #fff;
    border: 1px solid transparent;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px !important;
}

.holiday-demo5 .agency_banner__single__content,
.holiday-demo5 .bannercontents-info,
.holiday-demo5 .btn-wrapper {
    display: none;
}

.holiday-demo5 .searchform-home {
    background: var(--main-color-one);
    margin: -67px 0 0 0;
    padding: 68px 0 60px 0;
}

.holiday-demo5 .searchform-home h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: 0 0 40px 0;
}

.holiday-demo5 .searchform-home form {
    display: flex;
}

.holiday-demo5 .searchform-home form select {
    background: transparent;
    border: 1px solid #3E4738;
    color: #fff;
    border-radius: 0;
    border-right: 1px solid transparent;
    padding: 20px 20px 20px 40px;
}

.holiday-demo5 .searchform-home form select:focus {
    outline: none;
    box-shadow: none;
}

.holiday-demo5 .searchform-home form button {
    background: var(--secondcolor);
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 30px 0px 30px;
    font-weight: 600;
    flex: 0 0 10%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.holiday-demo5 .searchform-home .form-text {
    padding: 40px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: 0;
}

.holiday-demo5 .searchform-home .form-text:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 44%;
    left: 0;
    top: 79%;
    background: rgba(255, 255, 255, 0.3);
}

.holiday-demo5 .searchform-home .form-text:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 44%;
    right: 0;
    top: 79%;
    background: rgba(255, 255, 255, 0.3);
}

.holiday-demo5 .searchform-home form .select-wrapper {
    width: 100%;
    position: relative;
}

.holiday-demo5 .searchform-home form .select-wrapper i {
    position: absolute;
    left: 19px;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.holiday-demo5 .searchform-home form .select-wrapper:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.holiday-demo5 .adventure-grid-area .section-tittle h1:before,
.holiday-demo5 .adventure-grid-area .section-tittle h1:after{
    display: none;
}

.holiday-demo5 .adventure-grid-area .single-adventure {
    background: #f5f5f5;
    border-bottom: 5px solid #293222;
    border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration {
    display: flex;
    gap: 10px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration i {
    color: var(--secondcolor);
    margin-right: 8px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration p {
    color: #222;
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package .del-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #222;
    margin: 0;
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package .price {
    color: var(--secondcolor);
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .adventure-content h6 {
    font-size: 20px;
}

.holiday-demo5 .adventure-grid-area .single-adventure img {
    height: 395px;
}

.holiday-demo5 .adventure-grid-area {
    position: relative;
}

.holiday-demo5 .adventure-grid-area:before {
    content: '';
    background: url("https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/suedamerika.svg");
    position: absolute;
    top: 0;
    right: 70px;
    height: 900px;
    width: 533px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.holiday-demo5 .adventure-grid-area .single-adventure .crown {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--secondcolor);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holiday-demo5 .adventure-grid-area .single-adventure .discount-percentage {
    position: absolute;
    background: var(--secondcolor);
    color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    top: 13px;
    left: -4px;
    z-index: 11;
    border-radius: 4px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .discount-percentage:before {
    content: '';
    background: #E3530D;
    height: 32px;
    width: 5px;
    position: absolute;
    top: -5px;
    left: 0px;
    border-radius: 10px;
    z-index: -3;
}

.holiday-demo5 .top-picks {
    background-image: url(https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/texture.jpg);
    padding-bottom: 60px;
}

.holiday-demo5 .top-picks .section-title {
    margin: 0;
    padding: 0 0 20px 0;
}

.holiday-demo5 .top-picks .section-title h2 {
    font-size: 40px;
}

.holiday-demo5 .top-picks .section-title p {
    font-size: 16px;
    color: #222;
}

.holiday-demo5 .top-picks .toppicks-wrap {
    display: flex;
}

.holiday-demo5 .top-picks .toppicks-wrap figure {
    flex: 0 0 55%;
    margin: 0;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents {
    flex: 0 0 45%;
    background: var(--main-color-one);
    padding: 80px 50px;
    position: relative;
    z-index: 999;
}

.holiday-demo5 .top-picks .toppicks-wrap figure img {
    height: 430px;
    width: 100%;
    object-fit: cover;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents h3 {
    color: #fff;
    font-size: 40px;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents p {
    color: #fff;
    font-size: 16px;
    margin: 1rem 0;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn a {
    font-size: 16px;
    letter-spacing: 1px;
    fill: #E3530D;
    color: #E3530D;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 40px 20px 40px;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn {
    margin: 40px 0 0 0;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn a:hover,
.holiday-demo5 .video-section .videos-buttons a:hover,
.holiday-demo5 .cta_2 .ctawrapper .btn-box a:hover{
    background: #3E4738;
    color: #fff;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents:before {
    content: '';
    background-image: url('https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/explorers.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.holiday-demo5 .video-section {
    background: var(--main-color-one);
}

.holiday-demo5 .video-section .video-title h2 {
    color: #fff;
    margin: 0;
}

.holiday-demo5 .video-section .video-title p {
    color: #fff;
}

.holiday-demo5 .video-section .video-title {
    padding: 60px 0 0 0;
    border-bottom: 1px solid #3E4738;
    margin: 0 0 30px 0;
}

.holiday-demo5 .video-section .video-thumb #play-now {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.holiday-demo5 .video-section .videos-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 20px 50px 60px 50px;
}

.holiday-demo5 .video-section .videos-buttons a {
    padding: 20px 40px 20px 40px;
    font-family: "Nova Bold", Sans-serif;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #E3530D;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.holiday-demo5 .travel-info .tavrl-title {
    text-align: center;
}

.holiday-demo5 .travel-info {
    padding: 60px 0;
}

.holiday-demo5 .travel-info .tavrl-title h2 {
    font-size: 40px;
    position: relative;
}

.holiday-demo5 .travel-info .tavrl-title h2:after {
    content: '';
    height: 5px;
    width: 5%;
    background: var(--secondcolor);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.holiday-demo5 .travel-info .tavrl-title p {
    margin: 40px 0 0 0;
}

.holiday-demo5 .travel-info .travel-lists {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.holiday-demo5 .travel-info .travel-lists li {
    flex: 0 0 27%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 40px;
}

.holiday-demo5 .travel-info .travel-lists li i {
    margin-right: 15px;
    color: var(--secondcolor);
    transition: 0.2s ease-in;
}

.holiday-demo5 .travel-info .travel-lists li a {
    color: #222;
    transition: 0.2s ease-in;
}

.holiday-demo5 .travel-info .travel-lists li a:hover {
    color: var(--secondcolor);
}

.holiday-demo5 .travel-info .travel-lists li a:hover i {
    color: #222;
}

.holiday-demo5 .holiday5-testimonial {
    background: url(https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/forest.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial {
    background: transparent;
    border: 1px solid transparent;
    text-align: center;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote i {
    color: var(--secondcolor);
    font-size: 50px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .pera {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient {
    justify-content: center;
    margin: 25px 0 0 0;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientText .clientName {
    color: #FFB81C;
    font-size: 20px;
    font-weight: 600;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientText .clinetDisCrip {
    color: #fff;
    font-size: 14px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientImg {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    max-width: 70px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientImg img {
    height: 70px;
    width: 70px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote {
    margin: 0 0 40px 0;
}

.holiday-demo5 .cta_2 {
    background-repeat: no-repeat;
    background-size: cover;
}

.holiday-demo5 .cta_2 .ctawrapper {
    width: 25%;
    background: var(--main-color-one);
    text-align: center;
}

.holiday-demo5 .cta_2 .ctawrapper .btn-box a {
    background: #fff;
    color: var(--secondcolor);
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
    display: inline-flex;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.5s ease-in;
}

.holiday-demo5 .cta_2 .ctawrapper .btn-box {
    padding: 0 0 40px 0;
    margin: 150px 0 0 0;
}

.holiday-demo5 .cta_2 .ctawrapper h4 {
    color: #fff;
    font-size: 24px;
    padding: 28px 0px 7px;
}

.holiday-demo5 .cta_2 .ctawrapper p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 7px 0 0 0;
}

.holiday-demo5 .cta_2 .ctawrapper img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.holiday-demo5 .partners-area h2 {
    text-align: center;
    font-size: 40px;
    padding: 60px 0 0 0;
}

.holiday-demo5 .partners-area ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.holiday-demo5 .partners-area ul li {
    margin-right: 120px;
}

.holiday-demo5 .partners-area ul li:last-child {
    margin: 0;
}

.holiday-demo5 .footer-area,
.holiday-demo5 .copy-right-area{
    background: #292929;
    color: #fff;
}

.holiday-demo5 .footer-area ul li a {
    color: #fff;
}

.holiday-demo5 footer .top-footer {
    text-align: center;
    border-bottom: 1px solid #FFFFFF30;
    padding-bottom: 70px;
}

.holiday-demo5 .copy-right-area {
    /*border-top: 1px solid #FFFFFF30;*/
    padding: 30px 0;
}

.holiday-demo5 .copy-right-area p {
    font-size: 13px;
    color: #fff;
}

.holiday-demo5 .footer-area .footer-links {
    padding: 70px 0;
}

.holiday-demo5 .footer-area .footer-tittle .footerTittle {
    color: #fff;
}

.holiday-demo5 .footer-area .listing,
.holiday-demo5 .footer-area .listing-info{
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 #videoModal .modal-dialog {
    max-width: 1200px;
}

.holiday-demo5 #videoModal .modal-dialog iframe {
    width: 100% !important;
    height: 675px !important;
}

.holiday-demo5 #videoModal .modal-dialog .modal-content {
    background: #000;
}

.holiday-demo5 #videoModal #close-modal {
    position: absolute;
    right: 4%;
    color: #fff;
    font-size: 20px;
    top: 2%;
    cursor: pointer;
}

.holiday-demo5 .searchform-home form select option {
    background: #f1f1f1;
    color: #222;
    padding: 11px 8px;
    font-size: 13px;
    transition: 0.2s ease-in;
}

.holiday-demo5 .searchform-home form select option:hover {
    background: transparent;
    color: var(--secondcolor);
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu {
    z-index: 5;
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu li {
    padding: 0;
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu li a {
    line-height: 1.3;
}

.holiday-demo5 .breadcrumb-padding {
    display: none;
    position: initial;
}

.holiday-demo5 .bradcumb-area {
    position: relative !important;
}

/*.holiday-demo5 .hotel-details-area {*/
/*    padding: 0;*/
/*}*/

.holiday-demo5 .bradcumb-area:before {
    content: '';
    background: #00000075;
}

.holiday-demo5 .appline-right ul .tripGallery:last-child {
    display: none;
}

.holiday-demo5 .Itinerary {
    padding: 65px 0 0 0 !important;
}

.holiday-demo5 .inclution-area .accordion-collapse:before {
    display: none;
}

.holiday-demo5 .adve-detail-area {
    padding: 60px 0;
}

.holiday-demo5 .highlighArea .alpine-left-content {
    box-shadow: none;
    margin: 30px 0 0 0;
}

.holiday-demo5 .blogArea-global .post-date {
    color: #fff;
}

.holiday-demo5 .blogArea-global .blog-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.holiday-demo5 .singleBlog-global .blogCaption .cartTop li a {
    background: #808080;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.holiday-demo5 .blogDetails .capImg {
    position: relative;
}

.holiday-demo5 .blogDetails .capImg .listItmes {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

.holiday-demo5 .blogDetails .singleBlog-details ul {
    margin: 0;
    padding: 0;
}

.holiday-demo5 .singleBlog-details .blogCaption .cartTop li:first-child a {
    background: #808080;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.holiday-demo5 .searchBox-wrapper .search-box .input-form .icon {
    background: var(--main-color-one);
}

.holiday-demo5 .blogDetails .col-xxl-8 .justify-content-between .footer-social {
    margin: 0;
}

.holiday-demo5 .blogDetails .login-form h4 {
    background: var(--main-color-one);
    color: #fff;
    padding: 10px 10px;
    font-size: 21px;
}

.holiday-demo5 .blogDetails .login-form form .forgetpassword-blog {
    text-align: right;
    font-size: 14px;
}

.holiday-demo5 .blogDetails .login-form form .forgetpassword-blog a {
    color: var(--main-color-one);
}

.holiday-demo5 .blogDetails .login-form form .createac-login {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.holiday-demo5 .blogDetails .login-form form .createac-login a {
    background: var(--main-color-one);
    color: #fff;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    border-radius: 4px;
}

.holiday-demo5 .blogDetails .login-form form .btn-wrapperlogin {
    padding: 0 0 0 30px;
}

/*from style css*/
/*New Codes*/

.holiday-demo5 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.holiday-demo5 .top-header {
    background: var(--main-color-one);
}

.holiday-demo5 .top-header ul li a {
    color: #fff;
    font-size: 13px;
}

.holiday-demo5 .mid-header .menu-large {
    display: flex;
    align-items: center;
    gap: 90px;
}

.holiday-demo5 .mid-header .menu-large .expert img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.holiday-demo5 .mid-header .menu-large .menu .fa-bars {
    font-size: 28px;
}

.holiday-demo5 .top-header .top-mainheader .info-modal {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    padding-left: 50px;
}

.holiday-demo5 .top-header .top-mainheader .login-cart {
    padding: 0;
}

.holiday-demo5 .top-mainheader .topheader-login {
    background: #3E4738;
    padding: 15px;
    padding-right: 50px;
}

.holiday-demo5 .header-top-left ul {
    line-height: 0;
}

.holiday-demo5 .mid-header {
    background: #f1f1f1;
}

.holiday-demo5 .main-menunav img {
    height: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.holiday-demo5 .mid-header .navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 80px;
}

.holiday-demo5 .mid-header .menu-large span {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.holiday-demo5 .mid-header .menu-large .menu #menularge span {position: relative;top: -5px;text-transform: uppercase;margin-left: 5px;}

.holiday-demo5 .megamenu-aside {position: fixed;left: 0;background: var(--main-color-one);z-index: 999;top: 0;height: 100vh;overflow-y: auto;visibility: hidden;opacity: 0;width: 0;transition: 0.2s ease-in;color: #fff;}

.holiday-demo5 .megamenu-asideshow {
    visibility: visible;
    opacity: 1;
    width: 100%;
    overflow-x: hidden;
}

.holiday-demo5 .megamenu-aside .row .col-md-4 {
    padding: 40px;
}

.holiday-demo5 .megamenu-aside #close-menu {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 21px;
    cursor: pointer;
}

.holiday-demo5 .megamenu-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 .megamenu-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li {
    flex: 0 0 24%;
    position: relative;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: var(--secondcolor);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li a:hover i {
    opacity: 1;
    visibility: visible;
}

.holiday-demo5 .megamenu-aside .featured-gallery .gallery li img {
    border-radius: 7px;
}

.holiday-demo5 .megamenu-aside .menuaside-fixed ul {
    display: flex;
    flex-direction: column;
}

.holiday-demo5 .megamenu-aside .menuaside-fixed ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menuaside-fixed ul .menu-item-has-children .sub-menu {
    display: none;
}

.holiday-demo5 .megamenu-aside .menu-social {
    margin: 40px 0 0 0;
}

.holiday-demo5 .megamenu-aside .featured-gallery {
    margin: 30px 0 0 0;
}

.holiday-demo5 .megamenu-aside .featured-gallery h4 {
    padding: 20px 0 10px 0;
    font-size: 21px;
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menu-social ul li a {
    background: #293222;
    color: #fff;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.holiday-demo5 .megamenu-aside .menu-destinations h4 {font-size: 21px;padding: 20px 0 10px 0;     color: #fff;}

.holiday-demo5 .megamenu-aside .menu-guides h4 {
    font-size: 21px;
    padding: 20px 0 10px 0;
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure {
    position: relative;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000003d;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: end;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure img {
    border-radius: 4px;
    transition: 0.5s ease-in;
    height: 150px;
    object-fit: cover;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure:hover img {
    transform: scale(1.1);
    border-radius: 4px;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a i {
    font-size: 12px;
    display: inline-block;
}

.holiday-demo5 .megamenu-aside .menu-destinations .menudestination-wrap figure a i {
    display: inline-block;
    position: relative;
    left: 5px;
    top: -5px;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap {
    display: flex;
    margin: 0 0 20px 0;
    gap: 20px;
    align-items: center;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-right: 0;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap .guide-contents h6 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap .guide-contents p {
    transition: color 0.3s ease;
    font-size: 13px;
    line-height: 20px;
    margin: 0px 6px 0px 0px;
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap img {
    width: 164px;
    height: 108px;
    margin-right: 0;
    border-radius: 5px;
}

.holiday-demo5 .megamenu-aside .menu-highlights h4 {
    color: #fff;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap {
    display: flex;
    margin: 0 0 20px 0;
    gap: 20px;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap h5 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}

.holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap .posted-date {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
    font-weight: 100;
}

.holiday-demo5 .megamenu-aside .menu-notes {
    background: #E3530D;
    padding: 20px;
    border-radius: 5px;
    margin: 40px 0 0 0;
}

.holiday-demo5 .megamenu-aside .menu-notes .noteswrapper {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
}

.holiday-demo5 .megamenu-aside .menu-notes .noteswrapper p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.holiday-demo5 .megamenu-aside .row .col-md-4:nth-child(2) {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.holiday-demo5 .megamenu-aside .padding-row {
    padding: 30px 0 50px 0;
}

.holiday-demo5 .mid-header .menu-large .menu  #menularge {
    display: inline-block;
    cursor: pointer;
}

.holiday-demo5 .top-header .top-mainheader .login-cart .listItem a {
    margin: 0 10px;
}

.holiday-demo5 .top-header .top-mainheader .login-cart .listItem a:last-child {
    margin-right: 0;
}

.holiday-demo5 .megamenu-aside #close-menu img {
    height: 28px;
    width: 28px;
}

/*Banner Section*/

.holiday-demo5 .thumb_shape::before {
    display: none;
}

.holiday-demo5 .thumb_shape .agency_banner__single__content {
    position: absolute;
    top: 30%;
    left: 41%;
    /*transform: translate(-50%, -50%);*/
    height: 350px;
    width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.holiday-demo5 .thumb_shape .agency_banner__single__content:hover {
    animation: bouncebubble infinite 5s;
}

.holiday-demo5 .mainbg-banner img {
    animation: continuousZoom 10s linear infinite; /* Adjust timing as needed */
    height: 93vh;
    width: 100%;
    object-fit: cover;
}

@keyframes continuousZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2); /* Adjust scale as needed */
    }
}

.holiday-demo5 .sliderArea .slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    margin: 0;
}

.holiday-demo5 .sliderArea .slick-dots li button {
    border: 1px solid transparent;
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    border-radius: 50%;
    font-size: 0;
}

.holiday-demo5 .sliderArea .slick-dots li button:before {
    content: '';
    height: 4px;
    width: 4px;
    background: #000;
    position: absolute;
    border-radius: 50%;
}

.holiday-demo5 .sliderArea .slick-dots .slick-active button {background: #000 !important;}

.holiday-demo5 .sliderArea .slick-dots .slick-active button:before {
    background: #fff;
}


.holiday-demo5 .bannercontents-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.holiday-demo5 .bannercontents-info h2 {
    /*font-size: 100px;*/
    font-size: 59px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.holiday-demo5 .bannercontents-info p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.holiday-demo5 .agency_banner_main__thumb .btn-wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.holiday-demo5 .agency_banner_main__thumb .btn-wrapper a {
    background: #fff;
    border: 1px solid transparent;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px !important;
}

.holiday-demo5 .agency_banner_main__thumb .btn-wrapper a:hover {
    background: #000;
    color: #fff;
}

.holiday-demo5 .agency_banner__single__content,
.holiday-demo5 .bannercontents-info,
.holiday-demo5 .btn-wrapper {
    display: none;
}

.holiday-demo5 .searchform-home {
    background: var(--main-color-one);
    margin: -68px 0 0 0;
    padding: 68px 0 60px 0;
}

.dashboard-right .btn-wrapper {
    display: block;
}

.holiday-demo5 .searchform-home h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: 0 0 40px 0;
}

.holiday-demo5 .searchform-home form {
    display: flex;
}

.holiday-demo5 .searchform-home form select {
    background: transparent;
    border: 1px solid #3E4738;
    color: #fff;
    border-radius: 0;
    border-right: 1px solid transparent;
    padding: 20px 20px 20px 40px;
}

.holiday-demo5 .searchform-home form select:focus {
    outline: none;
    box-shadow: none;
}

.holiday-demo5 .searchform-home form button {
    background: var(--secondcolor);
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 30px 0px 30px;
    font-weight: 600;
    flex: 0 0 10%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.holiday-demo5 .searchform-home .form-text {
    padding: 40px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: 0;
}

.holiday-demo5 .searchform-home .form-text:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 44%;
    left: 0;
    top: 79%;
    background: rgba(255, 255, 255, 0.3);
}

.holiday-demo5 .searchform-home .form-text:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 44%;
    right: 0;
    top: 79%;
    background: rgba(255, 255, 255, 0.3);
}

.holiday-demo5 .searchform-home form .select-wrapper {
    width: 100%;
    position: relative;
}

.holiday-demo5 .searchform-home form .select-wrapper i {
    position: absolute;
    left: 19px;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.holiday-demo5 .searchform-home form .select-wrapper:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.holiday-demo5 .adventure-grid-area .section-tittle h1:before,
.holiday-demo5 .adventure-grid-area .section-tittle h1:after{
    display: none;
}

.holiday-demo5 .adventure-grid-area .single-adventure {
    background: #f5f5f5;
    border-bottom: 5px solid #293222;
    border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration {
    display: flex;
    gap: 10px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration i {
    color: var(--secondcolor);
    margin-right: 8px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .location-duration p {
    color: #222;
    font-size: 12px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package .del-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #222;
    margin: 0;
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package .price {
    color: var(--secondcolor);
}

.holiday-demo5 .adventure-grid-area .single-adventure .price-package {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .adventure-content h6 {
    font-size: 17px;
}

.holiday-demo5 .adventure-grid-area {
    position: relative;
}

.holiday-demo5 .adventure-grid-area:before {
    content: '';
    background: url("https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/suedamerika.svg");
    position: absolute;
    top: 0;
    right: 70px;
    height: 900px;
    width: 533px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.holiday-demo5 .adventure-grid-area .single-adventure .crown {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--secondcolor);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holiday-demo5 .adventure-grid-area .single-adventure .discount-percentage {
    position: absolute;
    background: var(--secondcolor);
    color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    top: 13px;
    left: -4px;
    z-index: 11;
    border-radius: 4px;
}

.holiday-demo5 .adventure-grid-area .single-adventure .discount-percentage:before {
    content: '';
    background: #E3530D;
    height: 32px;
    width: 5px;
    position: absolute;
    top: -5px;
    left: 0px;
    border-radius: 10px;
    z-index: -3;
}

.holiday-demo5 .top-picks {
    background-image: url(https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/texture.jpg);
    padding-bottom: 60px;
}

.holiday-demo5 .top-picks .section-title h2 {
    font-size: 40px;
}

.holiday-demo5 .top-picks .section-title p {
    font-size: 16px;
    color: #222;
}

.holiday-demo5 .top-picks .toppicks-wrap {
    display: flex;
}

.holiday-demo5 .top-picks .toppicks-wrap figure {
    flex: 0 0 55%;
    margin: 0;
}

.holiday-demo5 #whatsapp-chat-btn {
    z-index: 3;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents {
    flex: 0 0 45%;
    background: var(--main-color-one);
    padding: 80px 50px;
    position: relative;
    z-index: 2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.holiday-demo5 .top-picks .toppicks-wrap figure img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents h3 {
    color: #fff;
    font-size: 40px;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents p {
    color: #fff;
    font-size: 16px;
    margin: 1rem 0;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn a {
    font-size: 16px;
    letter-spacing: 1px;
    fill: #E3530D;
    color: #E3530D;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 40px 20px 40px;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn {
    margin: 40px 0 0 0;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents .toppicks-btn a:hover,
.holiday-demo5 .video-section .videos-buttons a:hover,
.holiday-demo5 .cta_2 .ctawrapper .btn-box a:hover{
    background: #3E4738;
    color: #fff;
}

.holiday-demo5 .top-picks .toppicks-wrap .toppics-contents:before {
    content: '';
    background-image: url('https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/explorers.svg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.holiday-demo5 .video-section {
    background: var(--main-color-one);
}

.holiday-demo5 .video-section .video-title h2 {
    color: #fff;
    margin: 0;
}

.holiday-demo5 .video-section .video-title p {
    color: #fff;
}

.holiday-demo5 .video-section .video-title {
    padding: 60px 0 0 0;
    border-bottom: 1px solid #3E4738;
    margin: 0 0 30px 0;
    width: 100%;
}

.holiday-demo5 .video-section .video-thumb {
    position: relative;
    width: 100%;
}

.holiday-demo5 .video-section .video-thumb #play-now {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.holiday-demo5 .video-section .videos-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 20px 50px 60px 50px;
}

.holiday-demo5 .video-section .videos-buttons a {
    padding: 20px 40px 20px 40px;
    font-family: "Nova Bold", Sans-serif;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #E3530D;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    font-weight: 600;
    transition: 0.5s ease-in;
}

.holiday-demo5 .travel-info .tavrl-title {
    text-align: center;
}

.holiday-demo5 .travel-info .tavrl-title h2 {
    font-size: 40px;
    position: relative;
}

.holiday-demo5 .travel-info .tavrl-title h2:after {
    content: '';
    height: 5px;
    width: 5%;
    background: var(--secondcolor);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.holiday-demo5 .travel-info .tavrl-title p {
    margin: 40px 0 0 0;
}

.holiday-demo5 .travel-info .travel-lists li {
    flex: 0 0 27%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 40px;
}

.holiday-demo5 .travel-info .travel-lists li i {
    margin-right: 15px;
    color: var(--secondcolor);
    transition: 0.2s ease-in;
}

.holiday-demo5 .travel-info .travel-lists li a {
    color: #222;
    transition: 0.2s ease-in;
}

.holiday-demo5 .travel-info .travel-lists li a:hover {
    color: var(--secondcolor);
}

.holiday-demo5 .travel-info .travel-lists li a:hover i {
    color: #222;
}

.holiday-demo5 .holiday5-testimonial {
    background: url(https://wordpress.nexusnova.co.ke/backcountry/wp-content/uploads/2024/07/forest.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial {
    background: transparent;
    border: 1px solid transparent;
    text-align: center;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote i {
    color: var(--secondcolor);
    font-size: 50px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .pera {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient {
    justify-content: center;
    margin: 25px 0 0 0;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientText .clientName {
    color: #FFB81C;
    font-size: 20px;
    font-weight: 600;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientText .clinetDisCrip {
    color: #fff;
    font-size: 14px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientImg {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    max-width: 70px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientImg img {
    height: 70px;
    width: 70px;
}

.holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote {
    margin: 0 0 40px 0;
}

.holiday-demo5 .cta_2 {
    background-repeat: no-repeat;
    background-size: cover;
}

.holiday-demo5 .cta_2 .ctawrapper {
    width: 25%;
    background: var(--main-color-one);
    text-align: center;
}

.holiday-demo5 .cta_2 .ctawrapper .btn-box a {
    background: #fff;
    color: var(--secondcolor);
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
    display: inline-flex;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.5s ease-in;
}

.holiday-demo5 .cta_2 .ctawrapper .btn-box {
    padding: 0 0 40px 0;
    margin: 150px 0 0 0;
}

.holiday-demo5 .cta_2 .ctawrapper h4 {
    color: #fff;
    font-size: 24px;
    padding: 28px 0px 7px;
}

.holiday-demo5 .cta_2 .ctawrapper p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding: 7px 0 0 0;
}

.holiday-demo5 .cta_2 .ctawrapper img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.holiday-demo5 .partners-area h2 {
    text-align: center;
    font-size: 40px;
    /*padding: 60px 0 0 0;*/
    margin: 0 0 30px 0;
}

.holiday-demo5 .partners-area ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

/*.holiday-demo5 .partners-area ul li {*/
/*    margin-right: 120px;*/
/*}*/

.holiday-demo5 .partners-area ul li:last-child {
    margin: 0;
}

.holiday-demo5 .footer-area,
.holiday-demo5 .copy-right-area{
    background: #292929;
    color: #fff;
}

.holiday-demo5 .footer-area ul li a {
    color: #fff;
}

.holiday-demo5 footer .top-footer {
    text-align: left;
    border-bottom: 1px solid #FFFFFF30;
    padding-bottom: 70px;
    display: flex;
    gap: 20px;
    padding-top: 75px;
}

.holiday-demo5 .copy-right-area {
    padding: 10px 0;
    text-align: center;
    position: initial;
}

.holiday-demo5 .copy-right-area p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.holiday-demo5 .footer-area .footer-links {
    padding: 70px 0;
}

.holiday-demo5 .footer-area .footer-tittle .footerTittle {
    color: #fff;
}

.holiday-demo5 .footer-area .listing,
.holiday-demo5 .footer-area .listing-info{
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 #videoModal .modal-dialog .modal-content {
    background: #000;
}

.holiday-demo5 #videoModal #close-modal {
    position: absolute;
    right: 4%;
    color: #fff;
    font-size: 20px;
    top: 2%;
    cursor: pointer;
}

.holiday-demo5 .searchform-home form select option {
    background: #f1f1f1;
    color: #222;
    padding: 11px 8px;
    font-size: 13px;
    transition: 0.2s ease-in;
}

.holiday-demo5 .searchform-home form select option:hover {
    background: transparent;
    color: var(--secondcolor);
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu {
    z-index: 5;
    padding: 0;
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu li {
    padding: 0;
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu li a {
    line-height: 1.3;
    padding: 10px 5px;
    background: var(--main-color-one);
    color: #fff;
    font-weight: 400;
    /*transition: 0.2s ease-in;*/
}

.holiday-demo5 .main-menunav .navbar-nav .menu-item-has-children .sub-menu li a:hover {
    color: var(--button-color);
}

.holiday-demo5 .breadcrumb-padding {
    display: none;
    position: initial;
}

.holiday-demo5 .bradcumb-area {
    position: relative !important;
}

.holiday-demo5 .bradcumb-area:before {
    content: '';
    background: #00000075;
}

.holiday-demo5 .appline-right ul .tripGallery:last-child {
    display: none;
}

.holiday-demo5 .Itinerary {
    padding: 60px 0 0 0 !important;
}

.holiday-demo5 .inclution-area .accordion-collapse:before {
    display: none;
}

.holiday-demo5 .highlighArea .alpine-left-content {
    box-shadow: none;
    margin: 30px 0 0 0;
}

.holiday-demo5 .blogArea-global .post-date {
    color: #fff;
}

.holiday-demo5 .blogArea-global .blog-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.holiday-demo5 .singleBlog-global .blogCaption .cartTop li a {
    background: #808080;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.holiday-demo5 .blogDetails .capImg {
    position: relative;
}

.holiday-demo5 .blogDetails .capImg .listItmes {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    width: 135px;
    left: 0;
    border-top-right-radius: 7px;
}

.holiday-demo5 .blogDetails .singleBlog-details ul {
    margin: 0;
    padding: 0;
}

.holiday-demo5 .singleBlog-details .blogCaption .cartTop li:first-child a {
    background: #808080;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.holiday-demo5 .searchBox-wrapper .search-box .input-form .icon {
    background: var(--main-color-one);
}

.holiday-demo5 .blogDetails .col-xxl-8 .justify-content-between {
    margin-top: 30px;
    /*background: #f1f1f1;*/
    /*padding: 5px 0 10px 0;*/
    /*border-radius: 7px;*/
    align-items: center;
}

.holiday-demo5 .blogDetails .col-xxl-8 .justify-content-between .footer-social {
    margin: 0;
}

.holiday-demo5 .blogDetails .login-form h4 {
    background: #f1f1f1;
    color: #222;
    padding: 10px 10px;
    font-size: 21px;
}

.holiday-demo5 .blogDetails .login-form form .forgetpassword-blog {
    text-align: right;
    font-size: 14px;
}

.holiday-demo5 .blogDetails .login-form form .forgetpassword-blog a {
    color: var(--main-color-one);
}

.holiday-demo5 .blogDetails .login-form form .createac-login {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.holiday-demo5 .blogDetails .login-form form .createac-login a {
    background: var(--main-color-one);
    color: #fff;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    border-radius: 4px;
}

.holiday-demo5 .blogDetails .login-form form .btn-wrapperlogin {
    padding: 0 0 0 30px;
}

.holiday-demo5 footer .top-footer .footer-abt {
    width: 35%;
    text-align: left;
}

.holiday-demo5 footer .top-footer .useful-info {
    width: 17%;
}

.holiday-demo5 footer .top-footer .useful-links {
    width: 18%;
}

.holiday-demo5 footer .top-footer .footer-blogs {
    width: 30%;
}

.holiday-demo5 footer .top-footer h5 {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.holiday-demo5 footer .top-footer .footer-abt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 30px 0 0 0;
}

.holiday-demo5 footer .top-footer ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.holiday-demo5 footer .top-footer .footer-blogs .footer-blog-thumb {
    display: flex;
    margin: 0 0 10px 0;
    align-items: flex-start;
    gap: 20px;
}

.holiday-demo5 footer .top-footer .footer-blogs .footer-blog-thumb img {
    width: 30%;
    object-fit: contain;
}

.holiday-demo5 footer .top-footer .footer-blogs .footer-blog-thumb .footerblog-contents {
    width: 70%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.holiday-demo5 footer .top-footer .footer-blogs .footer-blog-thumb .footerblog-contents h6 {
    color: #fff;
}

.holiday-demo5 footer .top-footer .footer-blogs .footer-blog-thumb .footerblog-contents .posted-date {
    font-size: 12px;
    color: #adadad;
}

.holiday-demo5 footer .top-footer .useful-info ul li,
.holiday-demo5 footer .top-footer .useful-links ul li{
    margin: 0 0 10px 0;
}

.holiday-demo5 footer .top-footer .useful-info ul li a,
.holiday-demo5 footer .top-footer .useful-links ul li a{
    font-size: 14px;
    transition: 0.2s ease-in;
}

.holiday-demo5 footer .top-footer .useful-info ul li a:hover,
.holiday-demo5 footer .top-footer .useful-links ul li a:hover{
    color: #E3530D;
}

.holiday-demo5 footer .top-footer .useful-links ul li,
.holiday-demo5 footer .top-footer .useful-info ul li{
    position: relative;
}

.holiday-demo5 footer .top-footer .useful-links ul li:before,
.holiday-demo5 footer .top-footer .useful-info ul li:before{
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: #E3530D;
    font-size: 12px;
    margin-right: 5px;
}

.holiday-demo5 footer .top-footer .footer-abt ul li a i {
    background: #E3530D;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.holiday-demo5 .video-section .video-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.holiday-demo5 .video-section .video-thumb:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000094;
    position: absolute;
    top: 0;
}

.holiday-demo5 .partners-area ul li img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.holiday-demo5 .partners-area {
    padding-bottom: 40px;
}

.holiday-demo5 .agency_banner .sliderArea .btn-wrapper a {
    color: #fff;
    background: var(--secondcolor);
    border: 1px solid var(--secondcolor);
}

.holiday-demo5 .agency_banner .sliderArea img {
    border-radius: 10px;
}

.holiday-demo5 .agency_banner .sliderArea {
    height: auto;
}

.holiday-demo5 .mid-header .main-menunav {
    justify-content: space-between;
}

.holiday-demo5 .mid-header .main-menunav .collapse-navbar {
    display: flex;
    width: 100%;
}

.holiday-demo5 #header {
    height: auto !important;
}

/*.holiday-demo5 .trip-include h2 {*/
/*    font-size: 24px;*/
/*}*/

.holiday-demo5 .include-exclude-wrap h4 {
    font-size: 18px;
    font-weight: 500;
}

.holiday-demo5 .include-exclude-wrap ul {padding: 0;}

.holiday-demo5 .include-exclude-wrap {
    margin: 20px 0 0 0;
    padding: 20px;
    border-radius: 7px;
}

.holiday-demo5 .include-exclude-wrap ul li {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.holiday-demo5 .trip-include .include-exclude-wrap {
    background: #19875412;
}

.holiday-demo5 .trip-exclude .include-exclude-wrap {
    background: #dc354514;
}

.holiday-demo5 .trip-include .include-exclude-wrap ul li:before {
    content: '\f14a';
    font-family: 'Font Awesome 6 Free';
    margin-right: 5px; 
    color: #198754;
}

.holiday-demo5 .trip-exclude .include-exclude-wrap ul li:before {
    content: '\f2d3';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #dc3545;
}

.holiday-demo5 .trip-itinery .accordion-item button {
    background: #f1f1f1;
    color: #808080;
    position: initial;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}

.holiday-demo5 .inquiry-formpackage {
    background: #fff;
}

.holiday-demo5 .trip-table,
.holiday-demo5 .trip-table thead{
    background-color: #ffffff;
}

.holiday-demo5 .trip-table th p {
    color: #808080;
}

.holiday-demo5 .sin-sis-alpine-wrap .single-alpine {
    background: var(--main-color-one);
    border: 1px solid transparent;
}

.holiday-demo5 .sin-sis-alpine-wrap .single-alpine h4,
.holiday-demo5 .sin-sis-alpine-wrap .single-alpine h3 {
    color: #fff;
}

.holiday-demo5 .attraction-slider .prev-icon {
    left: -20px;
    font-size: 21px;
}

.holiday-demo5 .attraction-slider .next-icon {
    right: -20px;
    font-size: 21px;
}

.holiday-demo5 .Checkout-area form .barberShop__bookingInfo__billing .btn_wrapper button {
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
}

.holiday-demo5 .Checkout-area form .barberShop__bookingInfo__billing .btn_wrapper button:hover {
    background: transparent;
    color: var(--main-color-one);
}

.holiday-demo5 .Checkout-area form .strong.color-one {
    color: var(--main-color-one);
}

.holiday-demo5 .registerArea .btn-wrapper,
.holiday-demo5 .loginArea .btn-wrapper{
    display: block;
}

.holiday-demo5 .registerArea .btn-wrapper button,
.holiday-demo5 .loginArea .btn-wrapper button{
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
}

.holiday-demo5 .registerArea .btn-wrapper button:hover,
.holiday-demo5 .loginArea .btn-wrapper button:hover{
    background: transparent;
    color: var(--main-color-one);
    border: 1px solid var(--main-color-one);
}

.holiday-demo5 .registerArea {
    margin: 0 0 40px 0;
}

.holiday-demo5 .section-tittle .tittle .color,
.holiday-demo5 .passRemember .forgetPassword .forgetPass,
.holiday-demo5 .form-Wrapper .checkWrap2 a{
    color: var(--main-color-one);
}

.holiday-demo5 .blogDetails .blog-img .posted-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00000066;
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 4px;
}

.holiday-demo5 .blogDetails .related-blogs {
    padding: 60px 0 36px 0;
}

.holiday-demo5 .blogDetails .login-form button {
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
}

.holiday-demo5 .blogDetails .login-form button:hover {
    color: var(--main-color-one);
    background: transparent;
}

.holiday-demo5 .adventure-details-area .appline-right {
    margin: 20px 0 0 0;
    position: sticky;
    top: 10px;
    background: #fff;
    box-shadow: none;
    padding: 45px 30px 0 30px;
}

.holiday-demo5 .footer-area .simplePresentCart {
    border: 1px solid transparent;
    padding: 0;
    margin: 0;
}

.holiday-demo5 .footer-area .simplePresentCart h4 {
    color: #fff;
    font-size: 16px;
}

.holiday-demo5 .footer-area .simplePresentCart .itemsCaption h5 a {
    color: #fff;
    font-size: 13px;
}

.holiday-demo5 .footer-area .simplePresentCart .popularServices-global {
    align-items: flex-start;
    gap: 0;
}

.holiday-demo5 footer .top-footer .col-sm-8:first-child {
    width: 35%;
}

.holiday-demo5 footer .top-footer .col-sm-8:nth-child(2) {
    width: 17%;
}

.holiday-demo5 footer .top-footer .col-sm-8:nth-child(3) {
    width: 18%;
}

.holiday-demo5 footer .top-footer .simplePresentCart {
    width: 30%;
}

.holiday-demo5 .nord-footer .footer-widget.widget h4 {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.holiday-demo5 .nord-footer .footer-widget.widget ul li a {
    font-size: 14px !important;
}

.holiday-demo5 .nord-footer .footer-widget.widget ul li a:before {
    content: '\f192';
    font-family: 'FontAwesome';
    margin-right: 5px; 
    font-size: 12px;
    color: var(--secondcolor);
}

.holiday-demo5 .nord-footer .footer-social .social {
    background: var(--secondcolor);
    color: #fff;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    position: initial;
}
.holiday-demo5 .nord-footer .footer-social .social i {
    position: initial;
}
.holiday-demo5 .nord-footer .footer-social {
    display: flex;
}

.holiday-demo5 .footer-tittle .footer-logo {
    max-width: 180px;
    margin: 0 !important;
}

/*.holiday-demo5 .adve-detail-area .slick-slider,*/
/*.holiday-demo5 .adve-detail-area .slick-list,*/
/*.holiday-demo5 .adve-detail-area .slick-track,*/
/*.holiday-demo5 .adve-detail-area .single-adventure,*/
/*.holiday-demo5 .adve-detail-area .slick-slide{*/
/*    position: initial !important;*/
/*}*/

.holiday-demo5 .footer-tittle .footer-pera {
    margin: 0 !important;
}


.holiday-demo5 .footer-tittle .footer-pera .pera {
    margin: 0;
}

.holiday-demo5 .footer-tittle .footer-pera p:nth-child(2) {
    margin: 0 0 15px 0;
}

.holiday-demo5 .footer-tittle .footer-pera p:nth-child(2) span {
    font-size: 16px !important;
}

.holiday-demo5 .nord-footer .main-logo {
    text-align: center;
    margin: 0 0 60px 0;
}

.holiday-demo5 .searchform-home form .range-slider {
    border: 1px solid #3E4738;
    border-right: 1px solid transparent;
    position: relative;
}

.holiday-demo5 .searchform-home form .range-slider .range-label {
    color: #fff;
    display: block;
    padding: 20px 20px 15px 40px;
    margin: 0;
}

.holiday-demo5 .searchform-home form .range-slider .rangeslider-content {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    /*transition: 0.4s ease-in;*/
}

.holiday-demo5 .searchform-home form .range-slider .rangeslider-content-show {
    visibility: visible;
    opacity: 1;
}

.holiday-demo5 .book-table table thead tr th p {
    font-weight: 700;
}

.holiday-demo5 .adventure-details-area .appline-right .tripGallery .owl-nav {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in;
}

.holiday-demo5 .adventure-details-area .appline-right .tripGallery:hover .owl-nav{
    visibility: visible;
    opacity: 1;
}

.holiday-demo5 .adventure-details-area .appline-right .tripGallery .owl-nav button {
    background: var(--main-color-one);
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.holiday-demo5 .deatinationdetails-page .destinationdetails-description,
.holiday-demo5 .deatinationdetails-page .destinationdetails-wrap{
    background: #fff;
    padding: 20px;
    border-radius: 7px;
}

.holiday-demo5 .deatinationdetails-page .destinationdetails-description h3,
.holiday-demo5 .deatinationdetails-page .destinationdetails-wrap h3{
    text-align: center;
    margin: 0 0 15px 0;
}

.holiday-demo5 .deatinationdetails-page .destinationdetails-description p,
.holiday-demo5 .deatinationdetails-page .destinationdetails-wrap p{
    text-align: center;
}

.holiday-demo5 .pagination .page-item.active .page-link {
    background: var(--main-color-one);
}

.holiday-demo5 .contactArea .singleContact h5 a {
    font-size: 14px !important;
    margin: 0 !important;
}

.holiday-demo5 .contactArea .singleContact p {
    font-size: 12px !important;
}

.holiday-demo5 .contactArea .singleContact .icon {
    height: 50px;
    width: 50px;
    background: var(--main-color-one);
}

.holiday-demo5 .blogArea-global figcaption .btn {
    background: var(--main-color-one) !important;
    color: #fff !important;
    font-size: 14px;
}

.holiday-demo5 .singleBlog-global .blog-img .post-date {
    left: 0;
    height: auto;
    width: auto;
}

.searchform-home form button {
    background: var(--button-color) !important;
}

.holiday-demo5 .blog-content-area .blog-img .posted-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 5px;
    border-top-right-radius: 7px;
}

.holiday-demo5 .blog-content-area .blogCaption a span {
    background: #808080;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.holiday-demo5 .blog-content-area .blogCaption .pera {
    font-size: 14px;
    color: #222;
}

.holiday-demo5 .blog-content-area .blogCaption h3 {margin: 0 !important;}

.holiday-demo5 .blog-content-area .widget-area-wrapper .popularServices-global,
.holiday-demo5 .blogDetails .popularServices-global{
    align-items: flex-start;
}

.holiday-demo5 .blog-content-area .widget-area-wrapper .popularServices-global .itemsImg,
.holiday-demo5 .blogDetails .popularServices-global .itemsImg {
    margin-right: 0;
}

.holiday-demo5 .blog-content-area .widget-area-wrapper .popularServices-global .itemsCaption,
.holiday-demo5 .blogDetails .popularServices-global .itemsCaption {
    margin: 10px 0 0 0;
}

.holiday-demo5 .dashboard-right .parent h2 {
    background: var(--main-color-one);
    color: #fff;
    padding: 10px 20px;
    font-size: 21px;
    margin: 0;
}

.holiday-demo5 .dashboard-right .parent form {
    border: 1px solid #ddd;
    padding: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.holiday-demo5 .dashboard-right .parent form label {
    font-size: 14px;
    font-weight: 700;
}

.holiday-demo5 .singleBlog-global .blogCaption .tittle:hover {
    color: var(--main-color-one);
}

.holiday-demo5 .megamenu-asideshow .menuaside-fixed ul > .menu-item-has-children {
    position: relative;
}

.holiday-demo5 .megamenu-asideshow .menuaside-fixed ul > .menu-item-has-children:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 12px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.holiday-demo5 .agency_banner {
    background: var(--main-color-one);
}

.holiday-demo5 .agency_banner .agency_banner__single__content h2,
.holiday-demo5 .agency_banner .agency_banner__single__content p{
    color: #fff;
}

.holiday-demo5 .mid-header .menu-large .expert a {
    display: flex;
}

.holiday-demo5 .mid-header .menu-large .expert a .whatsapp-right-cont .text-big {
    font-size: 18px;
}

.holiday-demo5 .mid-header .menu-large .expert a .whatsapp-right-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.holiday-demo5 .mid-header .menu-large .expert a .whatsapp-right-cont .text-big {
    font-size: 18px;
}

.holiday-demo5 .mid-header .menu-large .expert a figure {
    margin: 0;
    height: 55px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.holiday-demo5 .mid-header .menu-large .expert a figure img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.holiday-demo5 .opened-child-menu .sub-menu {
    display: flex !important;
}

.holiday-demo5 .mid-header .menu-large .expert a .whatsapp-right-cont span.text-small {
    font-size: 12px;
    font-weight: 400;
}

.holiday-demo5 .opened-child-menu .sub-menu .menu-item-has-children:after {
    display: none !important;
}

.holiday-demo5 .opened-child-menu .sub-menu {
    background: var(--main-color-one);
}

.holiday-demo5 .opened-child-menu .sub-menu li a {
    color: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #FFFFFF10;
    display: block;
    font-weight: 400 !important;
    transition: 0.4s ease-in;
}

.holiday-demo5 .opened-child-menu .sub-menu li a:hover {
    color: var(--secondcolor);
}

/*.holiday-demo5 .deatinationdetails-page .btn-wrappertoggle {*/
/*    display: none;*/
/*}*/
.holiday-demo5 .cta_2 .ctawrapper .cta_2-txt p a {
    color: #fff;
}
.holiday-demo5 .cta_2 .ctawrapper .cta_2-txt p a:hover {
    color: var(--secondcolor);
}

.bookingtop-breadcrumb ul {
    padding: 0;
    display: flex;
    gap: 5px;
}

.bookingtop-breadcrumb ul li {
    font-style: italic;
    color: #808080;
    font-size: 14px;
}

.Checkout-area .barberShop__bookingInfo__billing__inner .btn_wrapper button {
    color: #fff;
}

.nordextreme-com .aboutCaption .infoWrapper .singleInfo::before {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 1px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    color: #fff;
}

.nordextreme-com .aboutCaption .infoWrapper .singleInfo::after {
    content: '';
    height: 25px;
    width: 25px;
    background: var(--main-color-one);
    position: absolute;
    left: -36px;
    top: 4px;
    border-radius: 50%;
}

.nordextreme-com .ourBranding-global {
    padding: 0;
}

.nordextreme-com .ourBranding-global .client-single {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 7px;
}

.blogDetails .widget-area-wrapper {
    position: sticky;
    top: 10px;
}

.nordextreme-com .singleBlog-global .blogFooter {
    display: none;
}

.nordextreme-com .services-thumb h1:before,
.nordextreme-com .services-thumb h1:after{
    display: none;
}

.nordextreme-com .services-thumb .box-ordered .box-icon-modern {
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    /*height: 150px;*/
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nordextreme-com .services-thumb .box-ordered .box-icon-modern h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 0;
    color: #808080;
}

.nordextreme-com .featured-destinations .container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}

.nordextreme-com .featured-destinations .container .section-tittle h1:before,
.nordextreme-com .featured-destinations .container .section-tittle h1:after{
    display: none;
}

.nordextreme-com .single-attraction-two-contents {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.nordextreme-com .featured-destinations .container .single-attraction-two,
.nordextreme-com .featured-destinations .container .single-attraction-two .single-attraction-two-thumb,
.nordextreme-com .featured-destinations .container .single-attraction-two .single-attraction-two-thumb img{
    border-radius: 0;
}

.activityArea .container {
    max-width: 100%;
    padding: 0 50px;
}

.activityArea .container .camp-hi-content p,
.activityArea .container h1:before,
.activityArea .container h1:after,
.holiday-demo5 .aboutArea h2:before,
.holiday-demo5 .aboutArea h2:after,
.holiday-demo5 .teamArea-global h2:before,
.holiday-demo5 .teamArea-global h2:after,
.nordextreme-com .ourBranding-global h1:before,
.nordextreme-com .ourBranding-global h1:after,
.why-us h1:before,
.why-us h1:after{
    display: none;
}

.holiday-demo5 .aboutArea .listing {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 7px;
}

.holiday-demo5 .aboutArea .listing li {
    margin: 0;
}

.holiday-demo5 .aboutArea .listing li .title {
    color: #808080;
    font-size: 16px;
}

.holiday-demo5 .why-us .whyus-wrap {
    background: #f1f1f1;
    padding: 20px;
    height: 275px;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 7px;
    transition: 0.5s ease-in;
    border: 1px solid transparent;
}

.holiday-demo5 .why-us .whyus-wrap h4 {
    font-weight: 500;
    margin: 10px 0 10px 0px;
}

.holiday-demo5 .why-us .whyus-wrap p {
    margin: 0;
}

.holiday-demo5 .why-us .whyus-wrap:hover {
    background: #fff;
    border: 1px solid #ddd;
}

.nordextreme-com .top-thumbnails {
    margin: -110px 0 0 0;
    position: relative;
}

.holiday-demo5 .featured-destinations .prev-icon {
    left: -35px;
}

.holiday-demo5 .featured-destinations .next-icon {
    right: -35px;
}

.holiday-demo5 .deatinationdetails-page .single-adventure {
    position: relative !important;
}

.holiday-demo5 .adventure-details-area .appline-right .tripGallery .owl-nav .owl-prev {
    left: -15px;
}

.holiday-demo5 .adventure-details-area .appline-right .tripGallery .owl-nav .owl-next {
    right: -15px;
}

.holiday-demo5 .inclution-area {
    padding: 60px 0 0 0;
}

.holiday-demo5 .inclution-area .read-more {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: var(--secondary-color);
    font-weight: 600; 
}

.content-short {
    height: 215px;
    overflow: hidden;
}

.related-packages-single .text-center { 
    margin: 0 0 30px 0;
}

#galleryModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
}

#galleryModal .owl-nav .owl-prev {
    position: absolute;
    left: -300px;
}

#galleryModal .owl-nav .owl-next {
    position: absolute;
    right: -300px;
}

#galleryModal .owl-nav button {
    background: rgba(30,30,30,.6);
    color: #fff;
    border-radius: 4px;
    padding: 0;
    height: 38px;
    width: 38px;
}

.modal-open .footer-social,
.modal-open .inquiry-formpackage { 
    display: none !important;
}

.trip-itinery .accordion-collapse.show {
    position: initial;
}


.nordextreme-com .Checkout-area .checkout-single {
    padding: 0;
}

.nordextreme-com .Checkout-area .checkout-single h4 {
    background: var(--main-color-one);
    color: #fff;
    padding: 10px;
    font-size: 21px;
}

.nordextreme-com .Checkout-area .checkout-single .checkout-contents {
    padding: 30px;
    padding-top: 0;
}

.nordextreme-com .Checkout-area .checkout-single .checkout-contents label {
    font-size: 14px;
    font-weight: 600;
}

.nordextreme-com .Checkout-area .checkout-single .checkout-contents input,
.nordextreme-com .Checkout-area .checkout-single .checkout-contents select{
    font-size: 14px;
    border: 1px solid #ddd;
}

.nordextreme-com .Checkout-area .bookingtop-breadcrumb h1 {
    font-size: 26px;
}

.nordextreme-com .Checkout-area .bookingtop-breadcrumb h1 span {
    color: var(--secondcolor);
}

.nordextreme-com .Checkout-area .bookingtop-breadcrumb {
    margin: 0 0 20px 0;
}

.nordextreme-com .barberShop__bookingInfo__billing a {
    color: #222;
}

.nordextreme-com .bookingdetails-aside ul li {
    font-size: 14px !important;
    padding: 0 0 15px 0 !important;
}

.nordextreme-com .bookingdetails-aside ul li:last-child {
    padding: 0 !important;
}

.nordextreme-com .bookingdetails-aside .checkout-flex-list a b {
    font-weight: 400;
    color: #808080;
    text-decoration: underline;
}

.nordextreme-com .Checkout-area .checkout-single .checkout-contents .margin-options {
    margin: 20px 0 0 0;
}

.galleryArea-global .tab-menu-global ul {
    padding: 0;
}

.galleryArea-global .tab-menu-global ul li .active {
    background: var(--main-color-one) !important;
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
}

.galleryArea-global .tab-menu-global ul li a {
    padding: 15px 65px;
    font-size: 16px;
    border-radius: 4px;
}

.galleryArea-global .tab-menu-global ul li .active:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: var(--main-color-one);
    position: absolute;
    bottom: -35px;
    font-size: 45px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.singleGallery-global h2 span {
    font-weight: 400;
}

.nordextreme-com .singleTeam-global .teamCaption .client-information,
.nordextreme-com .aboutArea .about-caption p.aboutTopCap{
    color: #808080;
    font-size: 14px;
}

.holiday-demo5 .trip-table,
.related-packages-single .single-adventure {
    margin: 0;
}

.nordextreme-com .alpine-left-content {
    padding: 10px 0 0 0;
}

.holiday-demo5 .tittle:before,
.holiday-demo5 .tittle:after{
    display: none;
}

.dashboard-right .btn-wrapper button {
    background: var(--main-color-one);
    border-radius: 4px;
    color: #fff !important;
    margin: 0;
    padding: 10px 20px !important;
    margin: 0 !important;
    text-transform: capitalize;
}

.dashboard-right .btn-wrapper button:hover {
    background: var(--main-color-one);
}

/*.main_success_message {*/
/*    position: fixed;*/
/*    top: 40%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    z-index: 1050;*/
/*    width: 400px;*/
/*    padding: 15px;*/
/*    text-align: center;*/
/*    background: #00800085;*/
/*}*/

.main_success_message p {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}

.main_success_message .close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.checkout-single .checkout-title {
    margin: 0 !important;
}

.nordextreme-com .destination-details-breadcrumb .bradcumb-area .text-center {
    display: none;
}

.package-informations .extra-info {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 7px;
}

.package-informations .extra-info br {
    display: none;
}

.highlighArea .alpine-left-content ul li {list-style: disc;margin: 0 0 10px 0;font-size: 14px;color: #808080;}

.dis-alpine .single-alpine h3 span,
.holiday-demo5 .sin-sis-alpine-wrap .single-alpine p{
    color: #fff !important;
}

.include-exclude-wrap button {
    background: transparent;
    color: var(--main-color-one);
    margin: 0 !important;
    padding: 0 !important;
}

.login-page .btn-wrapper button,
.register-page .btn-wrapper button{
    background: var(--button-color) !important;
    transition: 0.4s ease-in;
}

.login-page .btn-wrapper button:hover,
.register-page .btn-wrapper button:hover {
    background: var(--button-hover-color) !important;
    color: #fff !important;
}

.top-header .top-mainheader .login-cart ul li span {
    color: #fff;
}

.dashboard-right .dashboard-promo .single-order .single-order-contents h2 {
    background: transparent;
}

.dashboard-right .parent table thead {
    background: var(--main-color-one);
}

.dashboard-right .parent table thead tr th {
    color: #fff;
    font-weight: 400;
}

.main-menunav .navbar-nav ul li:last-child {
    border: none;
}

/*Responsive*/

@media (max-width: 1765px){
    #galleryModal .owl-nav .owl-prev {
        left: -250px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -250px;
    }
}

@media (max-width: 1650px){
    #galleryModal .owl-nav .owl-prev {
        left: -200px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -200px;
    }
}

@media (max-width: 1580px){
    #galleryModal .owl-nav .owl-prev {
        left: -165px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -165px;
    }
}

@media (max-width: 1500px){
    #galleryModal .owl-nav .owl-prev {
        left: -115px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -115px;
    }
}

@media (max-width: 1400px){
    #galleryModal .owl-nav .owl-prev {
        left: -85px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -85px;
    }
}

@media (max-width: 1345px){
    #galleryModal .owl-nav .owl-prev {
        left: -55px;
    }
    #galleryModal .owl-nav .owl-next {
        right: -55px;
    }
}

@media (max-width: 1280px){
    #galleryModal .owl-nav .owl-prev {
        left: 0;
    }
    #galleryModal .owl-nav .owl-next {
        right: 0;
    }
}

@media screen and (max-width: 1600px){
    .holiday-demo5 .adventure-grid-area .single-adventure img {
        height: 320px;
    }
    .holiday-demo5 .holiday5-testimonial {
        height: 90vh;
    }
    .holiday-demo5 .cta_2 .ctawrapper .btn-box {
        margin: 20px 0 0 0;
    }
    .holiday-demo5 .bannercontents-info h2 {
        font-size: 51px;
    }
}

@media screen and (max-width: 1400px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 444px;
    }
    .holiday-demo5 .bannercontents-info h2 {
        font-size: 44px;
    }
    .holiday-demo5 .adventure-grid-area .single-adventure img {
        height: 260px;
    }
    .holiday-demo5 .travel-info .travel-lists li {
        flex: 0 0 25%;
    }
    .holiday-demo5 .partners-area ul li {
        margin-right: 30px;
    }
    .holiday-demo5 .thumb_shape .agency_banner__single__content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .holiday-demo5 .thumb_shape .agency_banner__single__content:hover{
        animation: none !important;
    }
}

@media screen and (max-width: 1310px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 492px;
    }
}

@media screen and (max-width: 1200px){
    .holiday-demo5 .mid-header .menu-large {
        gap: 20px;
    }
    .holiday-demo5 .adventure-grid-area .single-adventure img {
        height: 260px;
    }
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 645px !important;
    }
    .main-menunav .navbar-nav {
        gap: 15px;
    }
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 518px;
    }
    .holiday-demo5 .bannercontents-info h2 {
        font-size: 36px;
    }
    .holiday-demo5 .travel-info .travel-lists li {
        flex: 0 0 23%;
    }
    .holiday-demo5 .holiday5-testimonial .singleTestimonial .pera {
        font-size: 16px;
    }
    /*.holiday-demo5 .mainbg-banner img {*/
    /*   height: 70vh; */
    /*}*/
}

@media screen and (max-width: 1078px){
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: 544px;
    }
}

@media screen and (max-width: 992px){
    .holiday-demo5 .navbar-toggler:after {
        color: #222;
    }
    .nordextreme-com .services-thumb .box-ordered .box-icon-modern {
        margin: 0 0 20px 0;
    }
    .dashboard-left-content .close-bars {
        display: none;
    }
    .holiday-demo5 .contactArea .contact_form {
        margin: 25px 0 0 0;
    }
    
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 500px !important;
    }
    .holiday-demo5 .thumb_shape .agency_banner__single__content {
        height: 289px;
        width: 289px;
    }
    .holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap,
    .holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap{
        flex-direction: column;
    }
    .holiday-demo5 .megamenu-aside .menu-guides .menu-guides-wrap img,
    .holiday-demo5 .megamenu-aside .menu-highlights .featured-blogwrap img{ 
        height: auto;
        width: 100%;
    }
    .holiday-demo5 .megamenu-aside .featured-gallery .gallery li {
        flex: 0 0 100%;
    }
    .holiday-demo5 .main-menunav .navbar-nav {
        display: none;
    }
    .holiday-demo5 .bannercontents-info h2 {
        font-size: 28px;
    }
    .holiday-demo5 .inquiry-formpackage {
        margin-left: 0;
        margin-top: 60px;
    }
    .holiday-demo5 .adventure-details-area .appline-right {
        margin: 40px 0 0 0;
    }
    .holiday-demo5 .top-picks .toppicks-wrap figure img {
        height: auto;
    }
    .holiday-demo5 .mid-header .main-menunav .collapse-navbar {
        width: auto;
    }
    .holiday-demo5 .top-picks .toppicks-wrap {
        display: flex;
        flex-direction: column;
    }
    .holiday-demo5 .travel-info .travel-lists li {
        flex: 0 0 21%;
    }
    .holiday-demo5 .travel-info .travel-lists li i {
        margin-right: 5px;
    }
    .holiday-demo5 .travel-info .travel-lists li a {
        font-size: 12px;
    }
    .holiday-demo5 .top-picks .toppicks-wrap .toppics-contents {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px){
    header.header-area.style-2 .login-cart ul {
        justify-content: flex-start;
    }
    .holiday-demo5 .top-picks .section-title h2,
    .holiday-demo5 .travel-info .tavrl-title h2,
    .holiday-demo5 .partners-area h2{
        font-size: 36px;
    }
    .footer-payments-wrap {
        display: flex;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column;
    }
    .overview-packagedetails .btn {
        padding: 10px 20px !important;
        font-size: 14px;
    }
    .holiday-demo5 footer .top-footer {
        padding-top: 30px;
    }
    .holiday-demo5 .top-picks .toppicks-wrap .toppics-contents h3 {
        font-size: 24px;
    }
    .holiday-demo5 .bradcumb-area {
        height: 400px;
    }
    .holiday-demo5 .single-alpine h3 {
        font-size: 14px;
    }
    .holiday-demo5 .trip-include-exclude .trip-exclude {
        margin: 30px 0 0 0;
    }
    .holiday-demo5 .single-alpine h4 {
        font-size: 18px;
    }
    .holiday-demo5 .holiday5-testimonial {
        height: 100%;
    }
    .holiday-demo5 .single-alpine p {
        line-height: 1.5;
        font-size: 12px;
    }
    .nordextreme-com .featured-destinations .container,
    .nordextreme-com .travellers-reviews .container,
    .nordextreme-com .activityArea .container{
        padding: 0 20px !important;
    }
    /*.holiday-demo5 .mainbg-banner img {*/
    /*    height: 55vh;*/
    /*}*/
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 400px !important;
    }
    .holiday-demo5 .bannercontents-info {
        width: 100%;
    }
    .holiday-demo5 .partners-area ul li img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0;
    }
    .holiday-demo5 .video-section .video-title,
    .holiday-demo5 .video-section .video-thumb{
        width: 100%;
    }
    .nordextreme-com .travellers-reviews .section-tittle {
        margin: 0;
    }
    .holiday-demo5 .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .holiday-demo5 .thumb_shape .agency_banner__single__content {
        height: 219px;
        width: 219px;
    }
    .holiday-demo5 footer .top-footer .col-sm-8,
    .holiday-demo5 footer .top-footer .simplePresentCart{
        width: 100% !important;
    }
    .holiday-demo5 .video-section .videos-buttons {
        justify-content: center;
    }
    .holiday-demo5 .cta_2 .ctawrapper {
        width: 50%;
    }
    .holiday-demo5 .bannercontents-info h2 {
        font-size: 34px;
    }
    .holiday-demo5 .partners-area ul li {
        margin-right: 10px;
    }
    .holiday-demo5 .top-header .top-mainheader .login-cart .listItem a {
        margin: 0 5px;
    }
    .holiday-demo5 .travel-info .travel-lists {
        flex-direction: column;
    }
    .holiday-demo5 .travel-info .travel-lists li a {
        font-size: 14px;
    }
    .holiday-demo5 .travel-info .travel-lists li {
        flex: 0 0 100%;
        margin: 0;
    }
    .holiday-demo5 .searchform-home form {
        flex-direction: column;
        gap: 20px;
    }
    .holiday-demo5 .searchform-home form button {
        padding: 15px 30px 15px 30px;
    }
    .holiday-demo5 .searchform-home .form-text {
        padding: 20px 0 0 0;
    }
    .holiday-demo5 .searchform-home h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .holiday-demo5 .searchform-home form select {
        border-right: 1px solid #3E4738;
    }
    .holiday-demo5 .holiday5-testimonial .singleTestimonial .pera {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
    .holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote i {
        font-size: 20PX;
    }
    .holiday-demo5 .holiday5-testimonial .singleTestimonial .icon-blockquote {
        margin: 0;
    }
    .holiday-demo5 .holiday5-testimonial .singleTestimonial .testimonialClient .clientText .clientName {
        font-size: 15px;
    }
    .holiday-demo5 footer .top-footer {
        flex-wrap: wrap;
    }
    .holiday-demo5 footer .top-footer .footer-cols {
        width: 100%;
    }
    .holiday-demo5 footer .top-footer h5 {
        margin: 0 0 10px 0;
    }
} 

@media (max-width: 600px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 320px !important;
    }
}

@media screen and (max-width: 576px){
    .holiday-demo5 .top-header .top-mainheader .info-modal {
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }
    .section-tittle .tittle {
        font-size: 31px !important;
    }
    .holiday-demo5 .megamenu-aside .featured-gallery img {
        height: auto;
    }
    .holiday-demo5 .tripGallery .item img {
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
    }
    .holiday-demo5 .megamenu-aside .featured-gallery .gallery li {
        margin: 0 0 15px 0;
    }
    .holiday-demo5 .megamenu-aside .featured-gallery .gallery li:last-child {
        margin: 0;
    }
    .holiday-demo5 .trip-table th p {
        margin: 0;
        font-size: 12px;
    }
    .holiday-demo5 .adventure-details-area .appline-right {
        padding: 20px;
    }
    .holiday-demo5 .sin-sis-alpine-wrap .single-alpine {
        margin: 0 0 20px 0;
    }
    .holiday-demo5 .mid-header .menu-large .expert a figure {
        margin-right: 0;
        height: auto;
        width: auto;
    }
    .holiday-demo5 .footer-area .footer-associated {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .nordextreme-com .section-tittle,
    .nordextreme-com .section-tittle p{
        margin: 0;
    }
    .holiday-demo5 .footer-area .footer-associated ul {
        display: flex;
        padding: 0;
        list-style: none;
        gap: 10px;
    }
    .holiday-demo5 .top-picks .section-title h2,
    .holiday-demo5 .travel-info .tavrl-title h2,
    .holiday-demo5 .partners-area h2{
        font-size: 24px;
    }
    /*.holiday-demo5 .mainbg-banner img {*/
    /*    height: 40vh;*/
    /*}*/
    .holiday-demo5 .mid-header .menu-large .expert a figure img {
        height: 30px;
        width: 30px;
    }
    .holiday-demo5 .mid-header .menu-large .menu .fa-bars {
        font-size: 20px;
    }
    .holiday-demo5 .mid-header .menu-large .expert a .whatsapp-right-cont .text-big {
        font-size: 14px;
    }
    .holiday-demo5 .top-picks .toppicks-wrap .toppics-contents h3 {
        font-size: 21px;
    }
    .testimonial-area .arrowStyleTow .slick-arrow {
        height: 30px;
        width: 30px;
        line-height: 30px;
        top: -25px;
    }
    .holiday-demo5 .top-mainheader .contact-head ul {
        gap: 5px;
        /*flex-direction: column;*/
    }
    .holiday-demo5 .main-menunav img {
        height: 35px;
    }
    .holiday-demo5 .top-mainheader .contact-head ul li {
        text-align: center;
    }
    .holiday-demo5 .trip-info-wrap ul li {
        width: 100%;
    }
    .holiday-demo5 .trip-itinery .itinerary-titlewrap .expand-itinerary a {
        padding: 0 10px;
    }
    .holiday-demo5 .mid-header .menu-large span {
        font-size: 11px;
    }
    .holiday-demo5 .mid-header .menu-large .expert img {
        height: 25px;
        width: 25px;
    }
    /*.holiday-demo5 .bannercontents-info h2 {*/
    /*    font-size: 18px;*/
    /*}*/
    .holiday-demo5 .thumb_shape .agency_banner__single__content {
        height: 135px;
        width: 135px;
    }
    .holiday-demo5 .adventure-grid-area .single-adventure img {
        width: 100%;
        height: auto;
    }
    .holiday-demo5 .top-header .top-mainheader .info-modal .contact-head {
        margin: 0 0 15px 0;
    }
    .holiday-demo5 .header-area.style-2 .login-cart ul {
        justify-content: center;
    }
    .holiday-demo5 .mid-header .main-menunav {
        justify-content: space-between;
        /*padding-bottom: 10px;*/
    }
    .holiday-demo5 .mid-header .menu-large {
        justify-content: space-between;
        width: 100%;
        gap: 15px;
    }
    .holiday-demo5 .mid-header .menu-large .menu #menularge span {
        margin: 0;
    }
    /*.holiday-demo5 .main-menunav img {*/
    /*    height: 50px;*/
    /*}*/
    /*.holiday-demo5 .mid-header .main-menunav .collapse-navbar {*/
    /*    width: 100%;*/
    /*}*/

}

@media (max-width: 540px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 280px !important;
    }
}

@media (max-width: 470px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 240px !important;
    }
}

@media (max-width: 420px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 212px !important;
    }
}

@media (max-width: 380px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 190px !important;
    }
}

@media (max-width: 340px){
    .holiday-demo5 #videoModal .modal-dialog iframe {
        height: 165px !important;
    }
}