





@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;

}
.btn {
    background: var(--maincolor);
    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;
    outline: none;
}
.form-search-overlay button {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 19px;
    bottom: 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: 18px 0 12px;
}
.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: #ffffff;
    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(--maincolor);
    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(--maincolor);
}
.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(--maincolor);
    
}
.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: #fff;
    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(--maincolor);
}
.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(--maincolor);
}
 .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(--maincolor);
     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(--maincolor);
}
 .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(--maincolor);
}
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(--maincolor);
}
.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;
}
.holiday .agro-newsletter h3,.holiday .agro-newsletter p {
    color: #fff;
}

.holiday .agro-newsletter .row {
    position: relative;
}

.holiday .agro-newsletter .row input {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.holiday .agro-newsletter .row form {
    background: #ffffff8a;
    padding: 0;
    border-radius: 20px;
    width: 80%;
    margin-left: auto;
}
 .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(--maincolor) !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(--maincolor);
     border-radius: 50%;
     display: block;
     height: 50px;
     line-height: 48px;
     margin: 5px;
     width: 50px;
     color: var(--maincolor);
     background-color: #f6f6f6;
     transition: 0.3s;
}
 .slide-controls .owl-nav button i:hover {
     background-color: var(--maincolor);
     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(--maincolor);
  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(--maincolor);
}
.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(--maincolor);
}
 p.tour {
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    background: var(--maincolor);
    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;
    width: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
}
.adventure-content h4 {
    font-size: 25px;
}
.adventure-content p.price {
    font-size: 21px;
    font-weight: 600;
    margin-top: 18px;
    display: inline;
    color: var(--maincolor);
}
.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;
}
/*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(--maincolor);
}
/*=== Camping and Highking ===*/
.single-camp-hi {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.single-camp-hi:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0 0 0 / 21%);
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}
.single-camp-hi img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.camp-hi-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.camp-hi-content a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    position: relative;
}

.camp-hi-content a h4 {
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px;
}
/*.camp-hi-content a:hover h4 {*/
/*    color: #5a68ef;*/
/*}*/
.camp-hi-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}
.single-camp-hi:hover img {
    transform: scale(1.2);
}
/*=== 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(--maincolor);
    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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
    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%;
}
.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;
}
.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(--maincolor);
}
/*=== 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(--maincolor);
    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(--maincolor);
    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(--maincolor);
    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(--maincolor);
}
.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(--maincolor);
    color: #ffffff;
}
/*Advanture 2*/
.sigle-adv-sidebar {
    margin-bottom: 30px;
}
.sigle-adv-sidebar h4 {
    font-size: 20px;
}
.sigle-adv-sidebar h4 span {
    color: var(--maincolor);
}
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(--maincolor);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
}

form.adventure-select-form button.search:hover {
    background-color: var(--maincolor);
}
.single-alpine h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.single-alpine h3 {
    font-size: 30px;
    color: var(--maincolor);
    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;
    background: #fff;
}
.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: relative;
    background-image: url(../img/bg/background-booking.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.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(--maincolor);
}
.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(--maincolor);
    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(--maincolor);
}
.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(--maincolor);
    padding: 19px 50px;
    border-radius: 10px;
}
a.btn.border-theme:hover {
    background-color: var(--maincolor);
    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(--maincolor);
}
a.btn.btn-theme, button.btn.btn-theme, input.btn.btn-theme {
    background: var(--maincolor);
    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(--maincolor);
}
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(--maincolor);
}
.single-field input:-ms-focus {
  color: var(--maincolor);
}
.single-field input::-ms-focus {
  color: var(--maincolor);
}
.single-field input[focus] {
  color: var(--maincolor);
}
.single-field textarea::placeholder {
  color: #656565;
}
.single-field textarea::-webkit-focus {
  color: var(--maincolor);
}
.single-field textarea:-ms-focus {
  color: var(--maincolor);
}
.single-field textarea::-ms-focus {
  color: var(--maincolor);
}
.single-field textarea[focus] {
  color: var(--maincolor);
}
.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(--maincolor);
    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(--maincolor);
}
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(--maincolor);
}
.holiday .single-blog{
    border: 1px solid #ddd;
}
.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(--maincolor);
}

.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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
}
/*=== 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(--maincolor);
  height: 1px;
}
.widget-product-sorting .slider-product-sorting .ui-slider-handle {
  height: 11px;
  width: 8px;
  background-color: var(--maincolor);
  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(--maincolor);
  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(--maincolor);
    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(--maincolor);
}
div#cssmenu ul li ul li {
    display: block;
}
.payment-image img {
    margin-right: 25px;
}
button.booking-button-two {
    background: var(--maincolor);
    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(--maincolor);
    border: 1px solid var(--maincolor);
    padding: 5px 20px;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    background: #fff;
    border-radius: 7px;
}
.LoginPopup .DontHaveAccount a.CreateNow:hover {
    background: var(--maincolor);
    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(--maincolor);
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    height: 60px;
}
.proceed-checkout a {
    background-color: var(--maincolor);
    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(--maincolor);
}
.about figure .btn {
     position: absolute;
     top: 50%;
     width: 80px;
     height: 80px;
     right: 0;
     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(--maincolor) !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(--maincolor);
    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;
}
.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(--maincolor);
    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(--maincolor) !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(--maincolor);
    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(--maincolor);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
}
#editModal .Editcartpage .row span {
    font-size: 17px;
}

#editModal .Editcartpage .SubmitBtnmksf input {
    background: var(--maincolor);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

#editModal .modal-header .close {
    background: var(--maincolor);
    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;
    color: #fff;
    border: 1px solid #ddd;
}

.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(--maincolor);
    color: #fff;
    position: relative;
    padding-right: 30px;
}
.trip-itinery .accordion-item button i {
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-style: normal;
}
.single-adventure figure {
    position: relative;
}

.holiday .single-adventure figure .tour {
    position: absolute;
    bottom: auto;
    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: 7px;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.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(--maincolor);*/
/*}*/
.trip-itinery .itinerary-titlewrap .expand-itinerary .collapse-btn:hover {
    background: var(--secondcolor);
}
.swal2-confirm {
    padding: 15px 30px;
    line-height: 1;
}
.cartpbox .coupon-carttotals h5 {
    font-family: 'Roboto', sans-serif !important;
    background: var(--maincolor);
    color: #fff;
}
.cart-table thead {
    background: var(--maincolor);
    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(--maincolor);
}
.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(--maincolor);
}
.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(--maincolor);
    }
    .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(--maincolor);
    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(--maincolor);
    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(--maincolor);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(--maincolor);
    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(--maincolor);
    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(--maincolor);
    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(--maincolor);
    border-bottom: 4px solid var(--maincolor);
}
.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(--maincolor);
    border-bottom: 4px solid var(--maincolor);
}
.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;
}
.main-menunav .navbar-toggler i {
    color: #fff;
    font-size: 35px;
}

/*.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 .breadcrumb-border {
    border-top: none;
}

.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,
.footer-area .footer-tittle .listing .listItem .singleLinks
{
    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(--maincolor);
    color: var(--button-text-color);
    border:1px solid transparent;
}
.holiday .singleContact .icon-wrap .icon{
    background: var(--maincolor);
}
.holiday .footer-social .social {
    color: var(--maincolor);
}
.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(--gray-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;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.holiday #FeaturedDestinationMks .fdimg {
    border-radius: 10px;
}
.holiday .viewAllPackagesBtn{
    display: flex;
    justify-content: center;
}
.holiday .cta_2 h4 {
    font-size: 14px !important;
    font-style: italic;
    margin: 0 !important;
    letter-spacing: 2px !important;
    text-transform: capitalize !important;
}
.holiday .cta_2 p {
    font-size: 16px !important;
    text-align: justify;
}

.holiday .cta_2 .btn-box {
    padding: 0 !important;
}
.holiday .parallax-container.agro .box-ordered{
    margin: 50px 0;
}
.holiday .cta_2 img {
    height: 400px !important;
}
.holiday .attraction-area .attraction-item button {
    background: transparent;
    border: 1px solid transparent;
}
.holiday .attraction-area .attraction-item button:hover {
    color: #fff !important;
}
.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 .viewAllPackageBtn{
    display: flex;
    justify-content: center;
}

.holiday .section-tittle p{
    color: var(--paragraph-color);
}

.holiday .bannerForm{
    position: absolute;
    bottom: 180px;
    width: 65%;
}

.holiday .bannerForm form{
    display: flex;
    flex-direction: row;
    justify-content:center;
}

.holiday .accordion-collapse.show::before{
    background: none;
}
.holiday .slider-contents {
    background: #00000073;
    padding: 100px 0 0 0;
}
.holiday .slider-contents-overlay {
    display: none !important;
}
.holiday .slider-contents-main span {
    font-size: 24px;
    text-transform: capitalize;
}

.holiday .slider-contents-main h2 {
    font-size: 50px;
}

.holiday .slider-contents-main a {
    display: none;
}
.holiday .main-navigation {
    background: #0000004a;
}
.holiday .site-logo img {
    padding: 0 0;
    height: 75px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.holiday .section-tittle p {
    color: var(--light-color) !important;
}
.holiday .parallax-container .parallax-content {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.holiday .parallax-container .parallax-content:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #0000007a;
    position: absolute;
    top: .0;
    left: 0;
}
.holiday .cta_2 {
    background-attachment: fixed;
}
.holiday .parallax-container .parallax-content .box-icon-modern-svg img {
    height: 50px;
    object-fit: contain !important;
}

.holiday .parallax-content .box-icon-modern {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
.holiday .sub-menu {
    background: #262626 !important;
    border-top: none !important;
}

.holiday .sub-menu li a {
    color: #fff !important;
    opacity: 0.8;
}
.holiday .sub-menu li a:hover {
    background: #262626 !important;
    opacity: 1;
}
.holiday .header-top-left {
    padding: 0 !important;
}

.holiday .header-top-left .header-cart {line-height: 0;}

.holiday #header .top-mainheader {
    padding: 9px 0;
}
.holiday .blog-area .single-blog-thumbs span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    background: #000;
    color: #fff;
    border-top-right-radius: 7px;
}

.holiday .blog-area .single-blog-thumbs span:before {
    display: none;
}

.holiday .blog-area .single-blog-thumbs span a {
    color: #fff;
}

.holiday .blog-area .single-blog-thumbs span i {
    color: #fff;
}
.holiday .single-blog .single-blog-contents-tags {margin: 0 !important;padding: 0 10px;}

.holiday .single-blog h3 {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.holiday .single-blog h4 {
    margin: 0 !important;
}
.holiday .faq-question-form textarea {
    height: 125px !important;
}
.holiday .single-blog .single-blog-contents span a,
.holiday .blogArea-global .blogCaption .cartTop li a,
.blog-content-area .blogCaption .content{
    color: #808080;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.holiday .singleBlog-global .blog-img img {
    height: 285px;
    object-fit: cover;
}
.holiday .sin-sis-alpine-wrap .single-alpine {
    background: #fff;
}
.holiday .trip-include-exclude ul {
    padding-left: 10px !important;
}
.holiday .bradcumb-area .bradcumb li a {
    color: #fff;
}
.holiday .servicesDiscription-global .capImg .singleBlog-details {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 140px;
    height: auto;
    border-radius: 0;
    border-top-right-radius: 7px;
    padding: 5px 0 5px 10px;
    background: #000000b0;
}

.holiday .servicesDiscription-global .capImg .singleBlog-details ul {
    margin: 0;
    padding: 0;
}
.blogArea-global .post-date {
    color: #fff;
    left: 0;
    width: 125px;
    height: auto;
    border-radius: 0;
    border-top-right-radius: 7px;
    padding: 5px 0;
    background: #000000b0;
}

.blogArea-global .blogCaption h3 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
.holiday .blogDetails .login-form {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.holiday .popularServices-global {
    gap: 0;
}

.holiday .agro-newsletter .row h3,
.holiday .agro-newsletter .row p{
    color: #fff;
}

.holiday .parallax-content form button:hover {
    background: var(--button-color);
    border: 1px solid transparent;
}
.holiday .trip-itinery .itinerary-titlewrap .expand-itinerary a {
    cursor: pointer;
}
.holiday .faq-page {
    width: 80%;
    margin: 0 auto;
}
.holiday .faqArea-global .faqinquiry-form {
    width: 50%;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 3rem;
}

.holiday .faqArea-global .faqinquiry-form form button {
    background: var(--main-color-one);
    color: #fff;
}
.holiday .custom-container-one .breadcrumb-contents ul li a {
    color: #222;
}
.holiday .singleBlog-global .blog-img .posted-date {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-top-right-radius: 7px;
}

.holiday .singleBlog-global .blog-img .posted-date i {
    margin-right: 5px;
}
.holiday .singleBlog-global .blogCaption h3 {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}

.holiday .singleBlog-global .blogCaption h3 a {
    font-size: 18px;
}
.holiday .related-blogs {
    padding: 50px 0;
}
.holiday .parallax-container .parallax-content .container {
    position: relative;
}
.holiday .packagedetails-spacing {
    padding: 50px 0 !important;
}
.holiday .Itinerary .trip-itinery,
.holiday .trip-include-exclude .section-title{
    margin: 0 !important;
}
.holiday .adve-detail-area {
    padding: 0 0 20px 0;
}
.holiday .singleTestimonial-global {
    background: #fff;
    position: relative;
    margin-top: 40px;
}
.holiday .trip-date-area .book-table {
    margin: 0;
}
.holiday .singleTestimonial-global .clientImg img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    top: 0px;
}
.holiday .agro_banner {
    position: relative;
}

.holiday .agro_banner:before {
    content: '';
    background-image: url('https://www.alchemytravels.com.np/siteassets/img/slider/s3.png');
    bottom: -5px;
    height: 134px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
}
.holiday .agro_banner .sliderArea .slider-items .slider-contents .slider-contents-overlay-relative {
    margin-top: -80px;
}
.holiday .main-menunav .navbar-nav ul li:last-child {
    border: none;
}
.holiday .agro_banner .slick-arrow {
    display: none;
}

.holiday .agro_banner:hover .slick-arrow {
    display: block;
}
.holiday .services-thumb {
    position: relative;
}

.holiday .services-thumb:before {
    content: '';
    background-image: url(https://www.alchemytravels.com.np/siteassets/img/slider/s3.png);
    bottom: -28px;
    height: 134px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
}
.holiday .services-thumb .box-icon-modern {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 6rem 0;
    height: 132px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.holiday .services-thumb .box-icon-modern img {
    height: 50px;
    object-fit: contain !important;
    margin: 0 0 10px 0;
}

.holiday .services-thumb .box-icon-modern h4 {
    font-size: 14px;
    font-weight: 100;
}
.holiday .text-editor-wrap p {
    color: #222;
}
.holiday .teamArea-global {
    padding: 80px 0 0 0;
}
.holiday .searchByTopic .checkWrap {
    padding-left: 25px !important;
}
.holiday .appline-right br {
    display: none;
}
.holiday .activity-detailspage {
    padding: 50px 0 0 0;
}
.holiday .blog-area .single-blog-thumbs img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.holiday .blogDetails p {
    color: #222;
    text-align: justify;
}
.holiday .popularServices-global .itemsCaption h5 a {
    line-height: 1.7;
}
.holiday .blogDetails .login-form .title {
    margin: 0 0 15px 0 !important;
    text-align: left !important;
}
.holiday .fixed-departuresection .activities-wrap .camp-hi-content p {
    height: 60px;
    overflow: hidden;
    margin: 0;
}
.holiday .deatinationdetails-page .destinationdetails-description {
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.holiday .camp-hi-content p:empty {
    display: none !important;
}
.holiday .highlighArea .alpine-left-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}
.holiday .highlighArea .package-highlights {
    color: #222;
}

.holiday .highlighArea .package-highlights ul {
    margin: 0;
    padding: 0 0 0 18px;
}

.holiday .highlighArea .package-highlights ul li {
    margin: 0 0 10px 0;
    list-style: disc;
}

.holiday .highlighArea .package-highlights > div {position: relative;padding: 0 0 0 20px;background: #f1f1f1;}

.holiday .highlighArea .package-highlights > div:before {
    content: '';
    height: 50px;
    width: 4px;
    background: var(--maincolor);
    position: absolute;
    left: 0;
}
.holiday .adventure-details-area .alpine-left-content p {
    color: #222;
}

.holiday .about .about-contents p {
    text-align: justify;
}
.holiday .nav-style-one.nav-color-two .prev-icon,
.holiday .nav-style-one.nav-color-two .next-icon {
    background: var(--gray-color);
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    font-size: 18px;
    height: 45px;
    width: 45px;
}
.holiday .testimonialarea-global .slick-arrow {
    display: none !important;
}
.holiday .testimonialarea-global:hover .slick-arrow {
    display: block !important;
}
.holiday .faq-contents .faq-item .faq-title {background: #f1f1f1;margin: 0;border-radius: 0;}
.holiday .faq-contents .faq-item .faq-title::after {
    right: 15px;
}
.holiday .singleTestimonial-global .clientText {
    text-align: center;
    margin: 2.5rem 0 0 0;
}

.holiday .singleTestimonial-global .clientText .clientName {
    font-size: 21px;
}
.holiday .singleTestimonial-global .feedback p {
    text-align: right;
}
.holiday .singleTestimonial-global .testiPera p {
    margin: 0 0 10px 0;
}
.holiday .singleTestimonial-global .clientText .ratings {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 5px;
    color: #ffa500;
}

.holiday .singleTestimonial-global:before {
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 90px;
    position: absolute;
    top: 27%;
    z-index: 0;
    color: #8080801a;
}

.holiday .singleTestimonial-global:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 3%;
    bottom: 5%;
    font-size: 90px;
    color: #8080801a;
    z-index: 0;
}
.holiday .attraction-area .attraction-item {
    margin-top: 0;
}
.holiday .dashboard-right .parent h2 {
    /*background: #f1f1f1;*/
    padding: 20px;
    font-size: 25px;
    margin: 0;
    /*border: 1px solid #ddd;*/
    border-bottom: 0;
    font-weight: 700;
}

.holiday .dashboard-right .parent form {
    padding: 20px;
    border: 1px solid #ddd;
}
.holiday .change-pwdform .btn-wrapper button {
    background: var(--maincolor);
    color: #fff !important;
    border-radius: 7px;
    margin: 0 !important;
}
.holiday .dashboard-top .author-content .title {
    text-transform: capitalize;
}
.holiday .deatinationdetails-page .destinationdetails-wrap {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.holiday .overview-packagedetails {
    text-align: justify;
}
.holiday .trip-include-exclude h2 {
    margin: 0 0 32px 0px;
}
.holiday .forget-password-section .forget-passwordwrap {
    width: 50%;
    margin: 0 auto;
}

.holiday .forget-password-section .forget-passwordwrap h2 {
    background: #f1f1f1;
    margin: 0;
    padding: 20px;
    font-size: 21px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.holiday .forget-password-section .forget-passwordwrap form {
    padding: 30px;
    border: 1px solid #ddd;
}

.holiday .forget-password-section .forget-passwordwrap form .btn-wrapper button {
    margin: 0 !important;
}
.holiday .section-tittle .tittle:first-letter {
    color: var(--maincolor);
}
.holiday .activity-detailspage .section-title h2,
.holiday .destination-details .section-title h2{
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 30px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 0;
}
.holiday .activity-detailspage .section-title small {
    color: var(--light-color) !important;
}
.holiday .main-menunav .navbar-nav li > ul > li > ul > li {
    border-bottom: none;
}
.holiday .main-menunav .navbar-nav li > ul > li > ul > li > a {
    line-height: 1.3;
    padding: 8px 0px 8px 10px;
}
.holiday .footer-area .footer-logo {
    margin: 0 0 15px 0;
}
.holiday .login-cart .icon a i {
    font-size: 19px;
    cursor: pointer;
}
.holiday .blogDetails .row .col-lg-7 {
    text-align: justify;
    line-height: 1.7;
}
.holiday .abutArea-global1 .aboutCaption-global .pera,
.aboutCaption-global span{
    text-align: justify;
    line-height: 1.7;
    color: #808080;
}
.holiday #FeaturedDestinationMks .DesDesc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
    right: 10px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.holiday #FeaturedDestinationMks .fdbox:hover .country-name h4 a {
    color: #fff;
}
.holiday .cta_2 h1 {
    font-size: 40px !important;
    margin: 0 !important;
}
.holiday .attraction-area h2 {
    display: inline-block;
    font-weight: 700;
}
.holiday .attraction-area h2::first-letter {
  color: var(--maincolor);
}
.holiday .section-tittle .tittle {
    margin-bottom: 10px;
}
.holiday .attraction-area h2:before {
    position: absolute;
    content: "";
    background-image: url(https://a-peak-venture.thulo.com.np/assets/tenant/frontend/themes/img/icon/support-ticketing-tittleShape.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 100%;
    top: -7px;
    right: -55px;
    background-position: 0 0;
    background-size: contain;
}

.holiday .attraction-area h2:after {
    content: 'asdasda';
    position: absolute;
    content: "";
    background-image: url(https://a-peak-venture.thulo.com.np/assets/tenant/frontend/themes/img/icon/support-ticketing-tittleShape2.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 100%;
    top: -15px;
    left: -28px;
    background-position: 0 0;
    background-size: contain;
}
.title::after {
    -webkit-animation: heartbeat 2s infinite alternate;
    animation: heartbeat 2s infinite alternate;
}
 .title::before {
    -webkit-animation-name: des2;
    animation-name: des2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.blog-area .single-blog-contents-title {
    margin: 0 !important;
    padding-top: 0;
}

.holiday .single-blog .single-blog-contents .btn {
    margin: 0 0 20px 10px;
    background: transparent;
    padding: 0;
    color: var(--maincolor);
    font-weight: 600;
}
.holiday .single-blog .single-blog-contents .btn i {
    font-size: 12px;
    margin-left: -3px;
}

.holiday .appline-right {
    position: sticky;
    top: 15px;
}
.holiday .singleBlog-global .blogCaption .btn {
    background: transparent;
    color: var(--maincolor);
    padding: 0;
    font-weight: 600;
}

.holiday .singleBlog-global .blogCaption .btn i {
    font-size: 12px;
}
.holiday .singleBlog-global .blogCaption .pera {
    display: none;
}
.holiday .singleCategories .icon img {
    filter: brightness(0) invert(1);
    height: 45px;
}
.holiday {
    overflow: initial;
}
.holiday .services-thumb .box-icon-modern .box-icon-modern-header {
    padding-top: 20px;
}
.holiday #whatsapp-chat-btn {
    z-index: 999;
}
.holiday .missionArea .section-tittle p {
    display: none;
}

.holiday .missionArea .section-tittle {
    margin: 0;
}
.holiday .aboutCaption-global .tittle {
    font-size: 24px;
    margin: 0;
}
.holiday .singleCategories .icon {
    margin: 0;
}
.footer-widget .footer-social i {
    margin-top: 8px;
}

.breadcrumb-area:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: #00000057;
}

.breadcrumb-area .custom-container-one {
    position: relative;
}

/*Responsive*/
@media screen and (max-width: 992px){
    .holiday .bannerForm {
        position: absolute;
        bottom: 180px;
        width: 90%;
        left: 32px;
    }
    .holiday .header-area.style-2 .login-cart ul {
        justify-content: flex-start;
    }
    .holiday .appline-right {
        margin-top: 50px;
    }
    .holiday .inquiry-formpackage {
        margin-left: 0;
        margin-top: 50px;
    }
    .holiday .slider-contents-main span {
        font-size: 18px;
        text-transform: capitalize;
        line-height: 1.7;
    }
    .holiday .slider-contents-main h2 {
        font-size: 35px;
    }
    .holiday .main-navigation {
        background: #00000094;
    }
    .main-menunav .navbar-nav li > ul > li > ul {
        position: absolute;
        left: 0;
        top: 55px;
        display: none;
        /* margin-top: -35px; */
        width: 100%;
    }
}


@media screen and (min-width: 992px){
    .main-menunav .navbar-nav .menu-item-has-children:hover .sub-menu {
        display: block !important;
    }
    .holiday .menu-item-has-children ul .menu-item-has-children .sub-menu {position: absolute !important;left: 220px;top: 0;visibility: hidden;}

    .holiday .menu-item-has-children ul .menu-item-has-children:hover .sub-menu {
        visibility: visible !important;
    }
}
@media screen and (max-width: 992px){
    .menu-item-has-children .showmenu-ul {
        display: block !important;
        z-index: 999;
    }
    .menu-item-has-children a {
        display: block;
        cursor: pointer;
    }
    .main-menunav .navbar-nav li > ul{
        width: 100%;
    }
    .holiday .services-thumb .box-icon-modern {
        margin: 0 0 20px 0;
    }
    .holiday .alpine-left-content {
        padding: 0;
    }
    .holiday .dis-alpine {
        margin: 0;
    }
    .holiday .top-thumbnails {
        padding-bottom: 30px !important;
    }
    .holiday .highlighArea .mb-40 {
        margin: 0;
        padding: 20px;
    }
}

@media screen and (max-width: 768px){
    .holiday .about figure {
        margin-left: 0;
        position: relative;
    }
    .holiday .cta_2 h1 {
        margin: 10px 0 20px 0 !important;
        line-height: 1.5 !important;
    }
    .holiday .cta_2 p {
        font-size: 16px !important;
        text-align: justify;
        line-height: 1.7 !important;
        margin: 0 0 20px 0 !important;
    }
    .holiday .form-search-overlay button {
        font-size: 17px;
    }
    .holiday .section-tittle .tittle {
        font-size: 35px !important;
    }
    .holiday .forget-password-section .forget-passwordwrap {
        width: 100%;
    }
    .holiday .trip-exclude {
        padding: 50px 0 0 0;
    }
    .holiday .faqArea-global .faqinquiry-form {
        width: 100%;
    }
    .holiday .bannerForm {
        position: initial;
        bottom: 180px;
        width: 90%;
        left: 32px;
    }
    .faqArea-global .collapse-wrapper .accordion-header .accordion-button {
        padding: 20px;
        font-size: 18px;
    }
    .agro-newsletter h3,
    .agro-newsletter p{
        text-align: center;
    }
    .holiday .about figure .btn {
        right: 50%;
    }
    .holiday .about .about-contents .section-tittle {
        text-align: center;
        margin: 0;
    }
    .holiday .about .about-contents {
        padding: 30px 0;
    }
    .holiday .agro-newsletter .row form {
        width: 100%;
    }
    .holiday .view-grid {
        width: 100%;
    }
}

@media screen and (max-width: 576px){
    .holiday .bannerForm form {
        flex-direction: column !important;
        gap: 10px;
    }
    .holiday .abutArea-global1 .aboutCaption-global {
        margin-top: 20px;
    }
    .holiday .DotStyleTwo .slick-dots {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .holiday .abutArea-global1 .container {
        padding-bottom: 0 !important;
    }
    .holiday .attraction-area h2:before{
        display: none;
    }
    /*.holiday{*/
    /*    overflow: hidden;*/
    /*}*/
    .holiday .slick-arrow {
        display: flex !important;
        visibility: visible !important;
        opacity: 2 !important;
        justify-content: center;
        align-items: center;
    }

    .holiday .form-Wrapper {
        padding: 30px;
    }
    .holiday .top-mainheader .contact-head ul {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .holiday .trip-itinery .itinerary-titlewrap {
        align-items: flex-start;
        flex-direction: column;
    }
    .holiday .password-div {
        flex-direction: column;
        align-items: flex-start;
    }
    .holiday .trip-info-wrap ul li {
        width: 100%;
    }
    .holiday .bannerForm {
        background: #ffffff52;
        padding: 20px;
        border-radius: 10px;
    }
    .holiday .slider-contents-main span {
        display: none;
    }
    .holiday .top-mainheader {
        flex-direction: column;
        gap: 10px;
    }
    .holiday .sin-sis-alpine-wrap .single-alpine {
        margin: 0 0 20px 0;
    }
}
