

h1 {   
    font-size: 1.9rem;
    line-height: 35px
}

h2 {
   
font-size: 1.7rem;
   
line-height: 30px;
}

h3 {
  
font-size: 1.125rem;
  
line-height: 26px
}

h4 {
   
font-size: 1.3rem;
   
line-height: 38px
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Google Sans", sans-serif;
}

.eventsection, .mapsection, .partner-area, .Train_Safari_bg,.current-projects, .cuisine, .reivew, .current-projects,.package-section, .whatsnew, .topthings, .shareexperiance {
    padding: 50px 0;
    position: relative
}

.header-top-contact,.header-top-left {
    padding: 39px 0 10px
}

.header-top-contact ul li:last-child a,.login-form ul li:last-child,.navigation-bg,.slide-content .find-adventure-form input[type="date"] {
    margin-right: 0
}

.gene-nav .menu>li ul,.header-top-left>ul>li ul {
    background-color: var(--white);
    border-top: 2px solid var(--orange);
    opacity: 0;
    visibility: hidden
}

.widget-product-sorting input,.widget-product-sorting label {
    letter-spacing: .15px;
    background: 0 0;
    margin-bottom: 0;
    border: 0
}

.destination-page,.destination-page li,.eco-image li,.eventflow>li,.facility li,.gallery li,.leader ul li,.nerist li,.schedule>div {
    box-sizing: border-box
}

.cart-area td,.newgallery li {
    vertical-align: middle
}

a {
    color: var(--dark);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

a,a>* {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

a,a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit
}

.widget-product-sorting button:focus,:focus {
    outline: 0
}

input[type="button"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="submit"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,select:focus,textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--light)
}

.sticky .navigation-area,.trip-table .table>:not(:last-child)>:last-child>*,.trip-table thead {
    border-bottom: none
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: inherit
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #3c368c;
    background: -webkit-linear-gradient(to left,#00c6ff,#0072ff);
    background: linear-gradient(to left,#00c6ff,#0072ff);
    position: absolute
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0
}

.cube-folding span {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: inline-block
}

.cube-folding span::before {
    content: "";
    background-color: #3c368c;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -moz-animation: 2.5s linear infinite both folding;
    -webkit-animation: 2.5s linear infinite both folding;
    animation: 2.5s linear infinite both folding
}

.cube-folding .leaf2 {
    -moz-transform: rotateZ(90deg) scale(1.1);
    -ms-transform: rotateZ(90deg) scale(1.1);
    -webkit-transform: rotateZ(90deg) scale(1.1);
    transform: rotateZ(90deg) scale(1.1)
}

.cube-folding .leaf2::before,.cube-folding .leaf3::before {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background-color: var(--yellow)
}

.cube-folding .leaf3::before {
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.cube-folding .leaf3 {
    -moz-transform: rotateZ(270deg) scale(1.1);
    -ms-transform: rotateZ(270deg) scale(1.1);
    -webkit-transform: rotateZ(270deg) scale(1.1);
    transform: rotateZ(270deg) scale(1.1)
}

.cube-folding .leaf4 {
    -moz-transform: rotateZ(180deg) scale(1.1);
    -ms-transform: rotateZ(180deg) scale(1.1);
    -webkit-transform: rotateZ(180deg) scale(1.1);
    transform: rotateZ(180deg) scale(1.1)
}

.cube-folding .leaf4::before {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    background-color: #3c368c
}

.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center
}

.cube-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 90px;
    height: 6px;
    background-color: rgb(0 0 0 / .1);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    -moz-animation: 0.5s infinite alternate shadow;
    -webkit-animation: 0.5s infinite alternate shadow;
    animation: 0.5s infinite alternate shadow
}

.cube-wrapper .loading,.header-top-left>ul>li a {
    color: var(--white);
    font-size: 0.875rem;
    position: relative
}

.cube-wrapper .loading {
    letter-spacing: 1px;
    display: block;
    top: 25px;
    z-index: 2;
    -moz-animation: 0.5s infinite alternate text;
    -webkit-animation: 0.5s infinite alternate text;
    animation: 0.5s infinite alternate text
}

.about-ex-content,.current-projects .container,.navigation-area,.overlay-bg,.overlay-bg-2,.overlay-bg-3,.overlay-bg-4,.overlay-bg-5,.shareexperiance .container {
    position: relative;
    z-index: 1
}

.overlay-bg-2::before,.overlay-bg-3::after,.overlay-bg-4::before,.overlay-bg-5::before,.overlay-bg::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.overlay-bg::before {
    background-color: rgb(218 221 198 / .74)
}

.overlay-bg-2::before {
    background-color: rgb(0 0 0 / .4)
}

.overlay-bg-3::after {
    background-color: rgb(0 0 0 / .3)
}

.overlay-bg-4::before {
    background-color: rgb(0 0 0 / .6)
}

.overlay-bg-5::before {
    background-color: rgb(0 0 0 / .5)
}

.breadcrumb,.gene-nav .menu li.mega-col li a:hover,.home-blog-area.style-2,.navigation-bgheader.header-area.style-2,.sticky.navbar-fixed-top .navigation-bg,header.header-area.style-2 .navigation-bg {
    background-color: #fff0
}

.single-slide.overlay-bg-2:before {
    z-index: 1
}

.about-area .section-title h2,.about-area h2,.home-blog-area .section-title h2,.joyride-section-2 .section-title h2 {
    color: var(--titlecolor)
}

.section-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2
}

.section-title p.title {
    margin-bottom: 0;
    line-height: 30px;
    color: var(--orange);
    font-size: 1.1em
}

.section-title h1 {
    font-size: 49px;
    line-height: initial;
    margin-bottom: 0
}

.Prsrls-list li a,.Prsrls-list span,.content-text h1 span,.process-style-one-item .thumb .datevent span,.section-title h2 span,.single-adventure.style-2,.single-slide-content h2 span {
    display: block
}

#map-section .title h1,.about-single-expart:hover .about-ex-content h4,.breadcrumb li>a,.breadcrumb>.active,.download-file:hover a,.download-file:hover i,.download-file:hover span,.funfact-area.style-3 .single-fact:hover p,.funfact-area.style-3 .single-fact:hover span,.pricing-block .btn-box a:hover,.section-title.white h2,.section-title.white p,.section-title.white p.title,.services-area ul li:hover h6,.services-area ul li:hover p,.single-about-adventure:hover .about-ad-content h4,.single-about-adventure:hover .about-ad-content p,.single-quick-icon:hover p,.sticky .gene-nav ul.menu>li>a,.tourist-corner .section-title h2,.tourist-corner .section-title p,section.services-area ul li.active h6,section.services-area ul li.active p {
    color: var(--white)
}

header.header-area.absulate-header {
    position: absolute;
    width: 100%;
    z-index: 3
}

header.header-area.style-2 .header-top-contact,header.header-area.style-2 .header-top-left {
    padding: 18px 0 12px
}

.bradcumb ul,.copy-payment ul,.grid-blog ul,.header-top-contact ul,.header-top-left ul,.leader ul,.login-cart ul,.single-alpine ul,.single-post-content-thumb .entry-content ul,.widget.contact-us ul,.widget.quick-destinations ul,.widget.quick-link-categories ul,.widget.quick-link-widget ul,form.adventure-select-form.style-2 .view-grid ul,ul.widget-activities,ul.widget-catagories,ul.widget-destination {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-top-contact ul li,.header-top-left>ul>li {
    display: inline-block;
    position: relative
}

.header-top-left>ul>li a {
    margin-right: 20px
}

.header-top-left>ul>li ul {
    box-shadow: var(--box-shadow-md);
    width: 80px;
    transition: 0.3s;
    position: absolute;
    z-index: 2;
    transform: translate3d(0,10px,0)
}

.gene-nav .menu li,.gene-nav .menu>li ul {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s
}

.header-top-left>ul>li ul li a {
    padding: 5px 10px;
    color: var(--header-top)
}

.adventure-content a:hover h5,.adventure-content a:hover h6,.bradcumb ul li a:hover,.gene-nav .menu>li:hover>a,.guide-content ul li a:hover,.header-top-contact ul li a:hover,.header-top-left>ul>li a:hover,.header-top-left>ul>li ul li a:hover,.login-cart ul li a:hover,.product-cart-tbl-content a:hover,.product-cart-tbl-content a:hover h6,.sigle-adv-sidebar h4 span,.single-guide .guide-content a:hover h4,.single-post-blog .post-blog-content a:hover h4,.view-grid ul li a:hover,.view-grid ul li.active a,.widget.contact-us ul li a:hover,.widget.quick-destinations ul li a:hover,.widget.quick-link-categories ul li a:hover,.widget.quick-link-widget ul li a:hover,a.more:hover,nav.gene-nav li.active>a {
    color: var(--orange1)
}

.header-top-left>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0)
}

.header-top-left>ul>li>a:before {
    position: absolute;
    top: -8px;
    right: -12px
}

.header-top-contact {
    float: right
}

.header-top-contact ul li:before {
    top: 1px;
    right: 6px;
    font-size: 0.875rem;
    color: var(--white)
}

.header-top-contact ul li a {
    font-size: 0.875rem;
    color: var(--white);
    margin-right: 25px
}

.header-top-contact ul li a i {
    margin-right: 6px;
    position: relative;
    top: 1px
}

.afternone:before,.find-adventure-form form select:last-child,.header-top-contact ul li:last-child:before,.hidden,.instagram .eapps-instagram-feed-title-container,.post-meta span:last-child:before,.primarymenu .navbar-nav .dropdown-menu>li>a .sub-arrow,.sticky.navbar-fixed-top .header-top-contact,.sticky.navbar-fixed-top .header-top-left,.subscribe-area.style-2:after,.subscribe-area.style-2:before,.subscribe-area.style-3:after,footer.footer-area.style-2:before,footer.footer-area.style-3:before,span#ContentPlaceHolder_Body_lblMes:empty {
    display: none
}

.breadcrumb {
    justify-content: center
}

.breadcrumb>li+li::before {
    color: var(--white);
    content: unset
}

.breadcrumb li {
    padding: 3px 6px;
    color: var(--white);
    font-size: .85em
}

.site-logo {
    padding: 0
}

.gene-nav .menu li.mega-col li a,header.header-area.style-2 .site-logo {
    padding: 5px 0
}

header.header-area.style-2 .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.header-border.sticky .navigation-area,header.header-area.style-2.sticky .navigation-area {
    border: 0
}

header.header-area.style-2.sticky.navbar-fixed-top {
    height: 92px
}

.password p.aggri,header.header-area.style-2 .login-cart ul {
    float: none
}

header.header-area.style-2 .navigation-area {
    border-top: 1px solid var(--lightblue);
    border-bottom: 1px solid var(--lightblue)
}

header.header-area.style-2.header-border .navigation-area {
    border-top: 1px solid var(--gray1);
    border-bottom: 1px solid var(--gray1)
}

.navigation-bg {
    background-color: var(--dark);
    margin-left: 0
}

.main-menu-wrap,.mean-container a.meanmenu-reveal,.password p:last-child,.right-cart-btn,.single-total p:last-child,a.btn.btn-theme.float-right,ul.widget-catagories li span,ul.widget-destination li span {
    float: right
}

nav.gene-nav ul li:last-child a {
    padding-right: 10px
}

.gane-form.billing-form .single-field.half-field,.gene-nav>ul.menu>li:last-child,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: 15px
}

.gene-nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.gene-nav .menu li {
    position: relative;
    transition: 0.3s;
    list-style: none
}

.gene-nav .menu li a {
    color: var(--gray);
    display: block;
    font-size: 1rem
}

.contact-content p a,.copy-payment ul li,.current-projects .nav li,.gane-pagination ul li,.gene-nav .menu>li,.gene-nav ul.menu,.guide-content ul li,.login-cart ul li,.login-form .form-left p,.login-form ul li,.owl-dot,.single-alpine ul li,.view-grid ul li,.widget.contact-widget ul li,form.adventure-select-form.style-2 .view-grid ul li,ul.widget-activities li {
    display: inline-block
}

.gane-form.billing-form .single-field.half-field-last,nav.gene-nav ul.menu>li:first-child>a:first-child {
    padding-left: 0
}

.gene-nav .menu>li {
    padding: 0
}

.gene-nav ul.menu>li>a {
    color: var(--white);
    font-size: 15px;
    opacity: 1;
    padding: 8px 10px;
    text-transform: uppercase
}

.absolute-header .navigation-area .gene-nav ul.menu>li>a,.navigation-area.dark .gene-nav ul.menu>li>a {
    color: var(--secondary)
}

.absolute-header .navigation-area .gene-nav ul.menu>li:hover>a,.navigation-area.dark .gene-nav .menu>li:hover>a,.sticky .gene-nav .menu>li:hover>a {
    background: 0 0;
    color: var(--orange1)
}

.gene-nav .menu>li:last-child>ul ul {
    left: auto;
    right: 100%
}

.gene-nav .menu>li ul {
    padding: 15px 0;
    position: absolute;
    -webkit-transform: translate3d(0,20px,0);
    -ms-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    transition: 0.3s;
    width: 220px;
    z-index: 999;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    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(--orange1)
}

.gene-nav .menu>li>ul>li>ul {
    left: 100%;
    padding: 10px;
    top: 0
}

.gene-nav .menu .mega-menu ul,.gene-nav .menu>li:hover>ul {
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.gene-nav .menu>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.gene-nav .menu>li:hover .mega-menu ul,.gene-nav .menu>li>ul>li:hover>ul {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible
}

li.icon a i {
    padding-right: 6px
}

.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,.whatsnew-list li:hover .newsdata {
    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: #fff0;
    border-top: none;
    left: auto;
    -webkit-transform: translate3d(0,0,0);
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-method-contnt a:hover,.single-adventure:hover,.single-fact:hover {
    box-shadow: var(--box-shadow-md)
}

.gene-nav .menu li.mega-col li {
    display: block;
    width: 100%;
    padding: 0
}

.mega-menu .title {
    color: var(--gray-dark);
    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 {
    margin-left: 9px
}

.gene-nav .menu li ul li.has-dropdown>a::after {
    right: 18px;
    top: 36px
}

.gene-nav .menu>li>ul.mega-menu::before {
    left: 57%;
    margin-left: -4px
}

.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
}

#playPauseBtn {
    position: absolute;
    left: 70px;
    z-index: 5;
    border: 1px solid #000000b5;
    background-color: rgb(0 0 0 / .67);
    color: var(--white);
    border-radius: 50%;
    height: 48px;
    width: 48px;
    text-align: center;
    bottom: 10px;
    left: 70px
}

.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
}

.login-cart {
    width: 100%;
    padding: 39px 0
}

.login-cart ul li a {
    font-size: 1rem;
    color: var(--white)
}

.login-cart ul li a i {
    margin-right: 6px
}

.login-cart ul li.cart-mega {
    float: right;
    padding-right: 30px
}

header.header-area {
    z-index: 1000;
    position: absolute;
    height: auto;
    width: 100%;
    background-color: rgb(0 0 0 / .29);
    padding: 5px 0
}

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: auto;
    padding-top: 0;
    background-color: #273646;
    box-shadow: 0 0 20px rgb(0 0 0 / .2)
}

.other-logo {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    padding: 4px 10px;
    top: 80px;
    z-index: 3
}

.about-adventure-area,.error-area,.header-area.sticky,.single-adventure.style-2 ul.review .advanture-thumb,.single-slide,.slide-thumb,.slider-area,.videobnr {
    position: relative
}

.other-logo img {
    height: 67px;
    margin: 6px
}

.header-area.sticky {
    z-index: 999;
    width: 100%
}

.videobnr {
    overflow: hidden;
    max-height: 100vh
}

.videobnr #bannervideo {
    width: 100vw;
    position: relative;
    top: -50px;
    height: auto
}

.slide-thumb {
    overflow: visible;
    height: 1001px;
    margin-bottom: 30px
}

.grid-blog ul li:last-child,.schedule>div h4,.single-acivement ul li:last-child,.single-adventure.style-2 ul.review .advanture-thumb img,.slide-thumb.shape-2 {
    margin: 0
}

.slide-content {
    position: absolute;
    top: 55%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.single-slide-content {
    display: block;
    margin-bottom: 1px
}

.single-slide-content h1 {
    color: var(--white);
    font-size: 5.625rem;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 110px
}

.single-slide-content h2 {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 300;
}

.single-slide-content h2 strong {
    font-weight: 700
}

.find-adventure-form,.policies li,section.services-area ul li.active .sinfo {
    padding: 0 10px
}

.find-adventure-form input[type="date"],.find-adventure-form select {
    width: 25%;
    height: 60px;
    border: 0;
    font-size: 0.875rem;
    color: #282828;
    padding: 0 5px 0 20px;
    border-radius: 0;
    background-color: var(--white);
    margin-bottom: 30px;
    border-right: 1px solid #cacaca
}

.acivement-wrap,.adventure-select form.adventure-select-form,.blog-grid-top-bar,.flex-div,.gane-form.billing-form form.contact-us-form,.single-inclution,.single-slide-content .find-adventure-form form,.trip-fifo-tow,.trip-info-wrap,form.user-reply {
    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
}

.find-adventure-form input[type="submit"] {
    margin: auto;
    text-align: center
}

.slide-thumb:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-size: contain;
    z-index: 1
}

.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
}

.slide-controls .owl-nav button {
    font-size: 1.563rem;
    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: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    width: 60px;
    z-index: 1
}

.slide-controls .owl-nav button.owl-next {
    left: auto;
    right: 10px
}

.slide-controls .owl-nav button i {
    border: 2px solid var(--orange);
    border-radius: 50%;
    display: block;
    height: 50px;
    line-height: 48px;
    margin: 5px;
    width: 50px;
    color: var(--orange);
    background-color: #f6f6f6;
    transition: 0.3s
}

.gane-pagination ul li a:hover,.gane-pagination ul li.active a,.slide-controls .owl-nav button i:hover,.trip-table td.button a.btn-bor:hover,a.btn.border-theme:hover {
    background-color: var(--orange);
    color: var(--white)
}

.single-guide:hover .about-guide,.slide-controls:hover .owl-nav button {
    opacity: 1;
    visibility: visible
}

.wrapper.home-2 .slide-controls .owl-nav button {
    top: 55%
}

.owl-dots {
    bottom: -30px;
    position: absolute;
    text-align: center;
    width: 100%
}

.slider-area .owl-dots {
    bottom: 60px
}

.logo-wrap .owl-dots {
    bottom: -54px
}

.testimonial-area .owl-dots {
    bottom: -30px
}

.owl-dots .owl-dot span {
    background: 0 0;
    display: inline-block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    border-radius: 30px;
    margin: 5px 7px
}

.about-adventure-area:after,.about-background,.home-blog-area,.subscribe-area,.trip-date-area,.trip-date-area:before,footer.footer-area.style-2 {
    background-repeat: no-repeat
}

.owl-dots .owl-dot,.slide-controls .owl-dots .owl-dot {
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s,-webkit-box-shadow 0.3s;
    height: 12px;
    margin: 0 5px;
    position: relative;
    width: 12px
}

.owl-dots .owl-dot span,.slide-controls .owl-dots .owl-dot span {
    background-color: var(--orange);
    height: 10px;
    left: -5px;
    position: absolute;
    top: -3px;
    width: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.owl-dots .owl-dot.active span,.slide-controls .owl-dots .owl-dot.active span {
    padding: 20px 0
}

.owl-nav button {
    border-radius: 50%;
    text-align: center
}

.owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #f6f6f7;
    line-height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s
}

.next-prev-post-wrap .post-np.prev-post,.owl-nav button.owl-prev {
    left: 0
}

.owl-nav button.owl-next {
    right: 0;
    left: auto
}

.owl-item.active .single-slide-content h1 {
    -webkit-animation: 2.5s ease-in-out fadeInUp;
    animation: 2.5s ease-in-out fadeInUp
}

.owl-item.active .single-slide-content h2 {
    -webkit-animation: 3.5s ease-in-out fadeInUp;
    animation: 2.5s ease-in-out fadeInUp
}

.owl-item.active .single-slide-content .find-adventure-form {
    -webkit-animation: 3s ease-in-out fadeInUp;
    animation: 3s ease-in-out fadeInUp
}

#scrollUp {
    background: var(--orange);
    bottom: 3px;
    color: var(--white);
    font-size: 1rem;
    height: 35px;
    line-height: 55px;
    right: 2px;
    width: 35px;
    padding: 11px;
    text-align: center
}

.single-quick-icon {
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s
}

.single-blog-post:hover,.single-partner:hover,.single-post-blog:hover,.single-quick-icon:hover {
    box-shadow: var(--box-shadow-md);
    border: 1px solid #fff0
}

.single-quick-icon.style-2:before,.single-quick-icon.style-3:before,.single-quick-icon: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-adventure,.single-quick-icon,.single-quick-icon.style-3 {
    border: 1px solid var(--bordercolor1);
    background-color: var(--white)
}

.single-quick-icon:before,a.btn.btn-theme-dark:hover,button.btn.btn-theme-dark:hover {
    background-color: var(--orange1)
}

.single-quick-icon:hover:before {
    width: 100%;
    height: 100%
}

.single-fact .fact-info,.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: 1rem;
    transition: 0.3s;
    line-height: 20px
}

.about-single-expart:hover .about-ex-thumb img,.single-about-adventure:hover .about-ad-thumb img,.single-fact:hover img,.single-quick-icon:hover img {
    filter: brightness(0) invert(1)
}

.single-quick-icon.style-2 {
    width: 174px
}

.single-quick-icon.style-2 .quick-icon-content {
    width: 100%;
    padding: 0 8px
}

.single-post-content-thumb .entry-content ul li a,.single-quick-icon.style-2 .quick-icon-content p,ul.widget-catagories li {
    font-size: 0.875rem
}

.single-quick-icon.style-2:before,a.btn.btn-theme.blue-2:hover,button.btn.btn-theme.blue-2:hover,input.btn.btn-theme.blue-2:hover {
    background-color: var(--indigo)
}

.funfact-area.style-3 .single-fact:hover,.single-quick-icon.style-3:before,.style-3 .widget.contact-widget ul li a:hover,.subscribe-area.style-3 form.subscribe-form button,a.btn.btn-theme.blue:hover,button.btn.btn-theme.blue:hover,input.btn.btn-theme.blue:hover {
    background-color: var(--info)
}

.about-area {
    width: 100%;
    position: relative;
    min-height: 450px;
    clear: both
}

.about-background {
    background-image: url(../img/aboutbg.png);
    background-size: 100%;
    background-position: bottom center
}

.about-bg {
    width: 48.6%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .2
}

.adventure-area,.single-camp-hi,footer.footer-area {
    position: relative;
    overflow: hidden
}

.about-bg.style-2 {
    right: 0;
    left: auto;
    top: 0
}

.about-bg.style-3 {
    top: 60px
}

.single-adventure {
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px
}

.single-adventure img {
    margin-bottom: 21px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%
}

.adventure-content {
    padding: 0 20px;
    margin-bottom: 25px
}

.adventure-content h5,.adventure-content h6 {
    margin-bottom: 0;
    transition: 0.5s;
    text-transform: capitalize
}

.adventure-content h6 {
    margin-bottom: 12px;
    color: #174833
}

.adventure-content p {
    font-size: 0.875rem;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 92px
}

.adventure-content p.tour {
    font-size: 0.75rem;
    margin: 0;
    text-transform: uppercase
}

.entry-content,.gane-form,.selling-tips-wrap,.sigle-adv-sidebar,.single-adventure.style-2 .adv-thumb-item ul li,.single-camp-hi,.single-fact,.single-guide,.single-partner,.single-post-blog,.table-btn a.btn.border-theme,form.user-reply .single-field {
    margin-bottom: 30px
}

.adventure-content h4,.feedback-comments-wrap .feedback h4 {
    font-size: 1.563rem
}

.adventure-content p.price {
    font-size: 1.563rem;
    font-weight: 600;
    margin-top: 18px;
    display: inline
}

.adventure-content h4 small,.adventure-content p small {
    font-size: 0.875rem;
    font-style: italic
}

.adventure-content p small {
    font-weight: 400
}

.adventure-content h4 small {
    margin-left: 5px;
    font-weight: 300
}

.selling-tips-wrap .owl-nav button {
    position: absolute;
    bottom: -5px;
    top: inherit;
    border: 1px solid var(--bordercolor1)!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: var(--white);
    background-color: var(--orange1)
}

.single-camp-hi {
    border-radius: 10px
}

.funfact-area.style-2:before,.single-camp-hi:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: ""
}

.single-camp-hi:before {
    width: 100%;
    background-color: rgb(0 0 0 / .4);
    border-radius: 10px;
    z-index: 1
}

.single-camp-hi img {
    transition: 0.3s;
    transform: scale(1);
    width: 100%
}

.camp-hi-content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 2
}

.camp-hi-content a h4 {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 25px;
    margin-bottom: 0
}

.about-area p strong,.camp-hi-content a:hover h4 {
    color: var(--indigo)
}

.bradcumb h1,.bradcumb ul li {
    color: var(--white)
}

.camp-hi-content p,.guide-content ul li a,footer.footer-area .widget p {
    color: var(--white);
    font-size: 0.875rem
}

.eco-image li .district-thumb:hover .thumb-img img,.single-camp-hi:hover img {
    transform: scale(1.2)
}

.funfact-area,.single-fact {
    position: relative;
    background-color: rgb(218 221 198 / .74)
}

.single-fact {
    border: 1px solid #191919;
    border-radius: 10px;
    background-color: rgb(0 0 0 / .302);
    height: 174px;
    transition: 0.5s
}

.fact-info p,.fact-info span {
    color: var(--white);
    transition: 0.3s
}

.fact-info p {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0
}

.fact-info img {
    transition: 0.5s;
    display: block;
    margin: 0 auto 10px
}

.fact-info span.counter {
    margin-right: 5px;
    font-weight: 700
}

.single-fact:hover,.widget.contact-widget ul li a:hover {
    background-color: var(--orange);
    border: 1px solid #fff0;
    border-radius: 0 15px 0 15px
}

.funfact-area.style-2,.subscribe-area {
    background-image: none;
    position: relative
}

.subscribe-area {
    background-image: url(../img/subscribe.png);
    background-size: 100%;
    background-position: bottom right;
    background-color: #e0efff;
    padding-bottom: 90px
}

.funfact-area.style-2:before {
    width: 400%;
    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
}

.funfact-area.style-3 {
    background-image: url(../img/bg/funfact-3.png)
}

.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: rgb(255 255 255 / .8)
}

.funfact-area.style-3 .fact-info p,.funfact-area.style-3 .fact-info span {
    color: #282828
}

.subscribe-no-image {
    position: relative;
    background-image: none;
    background-size: unset;
    background-position: unset
}

.about-camping-arrea,.bradcumb-area,.home-blog-area,.trip-date-area {
    background-size: cover
}

.about-camping-arrea,.bradcumb-area,.home-blog-area {
    background-position: center
}

.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.style-3 {
    position: relative;
    background-image: url(../img/bg/subscribe3.png);
    background-size: cover;
    background-position: top center
}

.subscribe-area.style-3:before {
    background-image: url(../img/bg/subscribe3.png);
    bottom: 0;
    background-position: center
}

.subscribe-area form.subscribe-form input {
    background-color: var(--white);
    border: 0;
    height: 63px;
    padding-left: 20px;
    font-size: 0.875rem;
    width: calc(100% - 200px);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .14)
}

.appline-right,.cart-area table.table thead,.trip-table thead {
    box-shadow: var(--box-shadow-md)
}

.subscribe-area form.subscribe-form button {
    border: 0;
    height: 63px;
    width: 200px;
    margin-left: -5px;
    padding: 0;
    font-size: 15px;
    color: var(--white);
    background-color: #ff3067;
    transition: 0.3s;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.eco-image li .district-thumb:hover .btn,.subscribe-area form.subscribe-form button:hover {
    background-color: #282828
}

.subscribe-area.style-2 .subscribe-thumb {
    margin-bottom: 35px
}

.home-blog-area {
    position: relative;
    background-color: #fdf8f2;
    background-image: url(../img/forestbg.jpg)
}

.home-blog-area .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: var(--white);
    margin: 0 auto;
    width: 70%;
    height: 100%;
    top: 10px;
    z-index: -5;
    filter: blur(8px);
    -webkit-filter: blur(25px)
}

.home-blog-area.style-2:before {
    background-image: url(../img/bg/blog2.png);
    height: 100%;
    z-index: -1;
    bottom: inherit;
    top: 0
}

.home-blog-area.style-3:before {
    background-image: url(../img/bg/blog-s-3.png);
    bottom: -9px
}

.single-post-blog {
    position: relative;
    transition: 0.5s
}

.single-post-blog .post-date {
    background-color: var(--white);
    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: 1.563rem;
    font-weight: 700;
    margin: 0;
    line-height: 16px
}

.single-post-blog .post-date p span {
    font-size: 0.875rem;
    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: 1.25rem;
    line-height: 28px;
    margin-bottom: 5px
}

.single-post-blog .post-thumbnail,.style-2 .single-post-blog .post-blog-content h4 {
    margin-bottom: 25px
}

.Prsrls-list li p img {
    width: auto
}

#map-svg,.Prsrls-list li img,.current-projects div#myTabContent,.single-post-blog .post-thumbnail img {
    width: 100%
}

.single-post-blog .post-blog-content p {
    font-size: 0.875rem;
    line-height: 31px
}

.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: 0.813rem;
    color: #999;
    display: inline-block;
    margin-right: 20px
}

.home-blog-area.style-3 {
    background-color: #f9f4ee
}

.single-guide,.single-post-blog {
    border: 1px solid var(--bordercolor1);
    border-radius: 10px;
    background-color: var(--white)
}

.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: rgb(0 0 0 / .7);
    transition: 0.5s
}

.guide-content ul {
    margin: 0;
    padding: 3px 20px 13px;
    list-style: none
}

.single-guide:hover .guide-content ul {
    padding-bottom: 0
}

.guide-content ul li a {
    margin-right: 12px
}

.about-guide p {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 24px;
    padding: 0 20px
}

.about-guide {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.5s
}

.single-guide .guide-thumb img {
    position: relative;
    transition: 0.5s;
    transform: scale(1);
    width: 100%
}

.single-guide .guide-content a h4 {
    color: var(--white);
    margin-bottom: 0;
    font-size: 1.563rem;
    line-height: 25px;
    padding: 0 20px
}

.single-guide .guide-content p.title {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 23px 20px 0
}

.single-guide:hover .guide-content {
    height: 240px
}

.single-guide:hover .guide-thumb img {
    transform: scale(1.3)
}

.single-partner,.widget.contact-widget ul li a {
    border: 1px solid var(--bordercolor1);
    position: relative
}

.single-partner {
    width: 174px;
    height: 160px;
    transition: 0.5s ease-in-out
}

.single-partner img {
    position: absolute;
    left: 50%;
    transition: 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-area {
    padding-bottom: 30px;
    background-color: #083319
}

footer.footer-area video {
    position: absolute;
    right: 0;
    left: 0;
    top: -100px;
    width: 100%;
    opacity: .3;
    z-index: 0;
    height: auto
}

footer.footer-area .sprill {
    position: absolute;
    right: 0;
    left: 0;
    top: -50px;
    width: 100%;
    opacity: 1;
    z-index: 1
}

.services-area .container,.single-about-adventure .about-ad-content,footer.footer-area .container {
    position: relative;
    z-index: 2
}

footer.footer-area.style-2 {
    background-image: url(../img/bg/footer2-bg.jpg);
    padding-bottom: 19px
}

.form-group,.isotope_item .entry-content,.sin-sis-alpine-wrap,.subscribe-area .list-style-two li,footer.footer-area .widget {
    margin-bottom: 15px
}

footer.footer-area.style-2 .widget {
    margin-bottom: 70px
}

footer.footer-area.style-3 .widget {
    margin-bottom: 80px
}

footer.footer-area.style-3 {
    background-image: url(../img/bg/footer3.jpg);
    background-position-x: -50px
}

.copy-right-area.style-2:after,footer.footer-area.style-3:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgb(0 0 0 / .3)
}

footer.footer-area .widget h3 {
    font-size: 1.563rem;
    line-height: 34px;
    color: var(--white);
    margin-bottom: 18px
}

footer.footer-area .widget p {
    line-height: 25px;
    margin-bottom: 42px
}

.widget.contact-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end
}

.widget.contact-widget ul li .fa-twitter::before {
    top: -10px
}

.widget.contact-widget ul li a {
    color: var(--white);
    font-size: 1.3em;
    margin-right: 4px;
    border-radius: 15px 0 15px 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-bottom: 5px;
    padding: 12px
}

.widget.contact-us ul li a,.widget.quick-destinations ul li a,.widget.quick-link-categories ul li a,.widget.quick-link-widget ul li a {
    color: var(--white);
    font-size: 0.875rem;
    line-height: 30px
}

.widget.quick-destinations ul li a i,.widget.quick-link-categories ul li a i,.widget.quick-link-widget ul li a i {
    margin-right: 10px
}

.widget.contact-us ul li a {
    display: inline-flex;
    margin-bottom: 10px
}

.widget.contact-us ul li a i {
    font-size: 1.25rem;
    margin-right: 20px;
    position: relative;
    top: 6px
}

.copy-right-area {
    background-color: #0a0b0d;
    padding: 27px 0;
    position: relative;
    top: 0
}

.copy-right-area.style-3 {
    background-color: #00295a
}

.about-single-expart:before,.single-about-adventure:before {
    height: 100%;
    background-color: var(--orange);
    visibility: hidden;
    content: "";
    transition: 0.3s
}

.copy-right-area.style-2 {
    background-image: url(../img/bg/copyright-bg.jpg);
    position: relative;
    z-index: 1;
    top: -1px
}

.copy-payment ul li a {
    display: block;
    margin-right: 25px
}

.copyright-text p {
    color: var(--white);
    font-size: 0.875rem;
    margin: 0;
    float: right
}

.bradcumb-area {
    min-height: 300px;
    position: relative;
    max-height: 300px;
    overflow: hidden
}

.bradcumb-area img {
    position: relative;
    z-index: -5;
    width: 100%
}

.bradcumb-area.style-1 {
    background: url(../img/dudhwa-national-park_webp.jpg);
    background-size: 100%;
    background-position: center;
}

.bradcumb-area.adventure-1 {
    background-image: url(../img/bg/adventure-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: 65%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.pagination {
    display: table-row;
}

.pagination table tbody td, .pagination table tbody th {
    border: 0px;
}

.pagination table tbody td {
    padding: 5px;
}

.pagination table tbody td span, .pagination table tbody td a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination table tbody td a {
    background-color: #e1903d;
    color: var(--white);
    text-decoration: none;
}

.pagination table tbody td a:hover {
    background-color: rgb(246, 70, 15);
}

.pagination table tbody td:nth-child(2) span {
    background-color: rgb(34 48 54);
    color: var(--white);
}

.bradcumb h1 {
    margin-bottom: 10px;
    text-shadow: 4px 2px 3px #000
}

.bradcumb ul li {
    display: inline-block
}

.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: var(--white)
}

.about-adventure-area:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url(../img/bg/about-right.png);
    width: 375px;
    height: 100%;
    opacity: .3
}

.single-about-adventure {
    border: 1px solid var(--bordercolor1);
    border-radius: 10px;
    padding: 20px 25px;
    background-color: var(--white);
    position: relative;
    margin-bottom: 30px
}

.single-about-adventure .about-ad-thumb {
    margin-bottom: 5px;
    position: relative;
    z-index: 3
}

.single-about-adventure .about-ad-thumb img {
    transition: 0.3s
}

.single-about-adventure .about-ad-content h4 {
    font-size: 1.563rem;
    line-height: 30px;
    margin-bottom: 12px;
    transition: 0.3s
}

.single-about-adventure .about-ad-content p {
    font-size: 1rem;
    line-height: 25px
}

.single-about-adventure:before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    transform: scale(.9);
    z-index: 1;
    opacity: 0
}

.single-about-adventure:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.single-about-feature {
    margin-bottom: 45px
}

.single-about-feature .about-fre-thumb {
    margin-bottom: 10px
}

.about-fre-content h4,.current-projects .owl-theme .owl-nav .owl-next:after,.current-projects .owl-theme .owl-nav .owl-prev:after,.sigle-adv-sidebar h4 {
    font-size: 1.25rem
}

.about-fre-content {
    font-size: 0.875rem;
    line-height: 25px
}

.about-fre-bottom h3 {
    font-size: 35px;
    color: var(--white);
    line-height: 44px
}

.about-free-area {
    background-color: #333230;
    padding-top: 40px
}

.about-fre-bottom h2 {
    color: var(--orange);
    font-size: 50px;
    line-height: 56px
}

.about-fre-bottom {
    margin-bottom: 50px
}

.about-single-expart {
    margin-bottom: 30px;
    border: 1px solid var(--bordercolor1);
    padding: 40px 0 40px 141px;
    align-items: center;
    border-radius: 10px;
    background-color: var(--white);
    position: relative;
    overflow: hidden
}

.about-ex-thumb {
    padding-left: 50px;
    margin-right: 18px;
    position: absolute;
    left: 0
}

.about-ex-content h4 {
    font-size: 1.563rem;
    line-height: 35px;
    transition: 0.3s
}

.about-single-expart:before {
    position: absolute;
    width: 0%;
    left: 0;
    top: 0;
    opacity: 0
}

.about-single-expart:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.adventure-select {
    width: 100%;
    margin-bottom: 50px
}

.adventure-select form.adventure-select-form select {
    border-top: #fff0;
    border-right: #fff0;
    border-left: #fff0;
    margin-right: 30px;
    width: 18%;
    color: #282828;
    font-size: 0.75rem;
    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: 0.75rem;
    color: #282828;
    text-transform: uppercase;
    border-bottom: 1px solid #edf0f5;
    border-top: #ffdead;
    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 a {
    display: block;
    margin-right: 10px;
    font-size: 1.563rem
}

.gane-pagination ul {
    margin: 0;
    padding: 0;
    list-style: noe
}

.gane-pagination ul li a {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 0.875rem;
    color: #222;
    line-height: 44px;
    margin-right: 5px;
    margin-bottom: 10px
}

ul.widget-destination li input[type="checkbox"] {
    margin-right: 15px;
    border: 10px solid #edf0f5
}

ul.widget-destination li i {
    font-size: 35px;
    margin-right: 15px;
    position: relative;
    top: 7px
}

ul.widget-destination li {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 8px
}

ul.widget-activities li a {
    margin-bottom: 15px;
    display: block;
    margin-right: 26px
}

ul.widget-catagories li input {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.show-result-text p,.single-inclution .inclution-content 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%
}

.single-adventure.style-2 ul.review {
    margin-bottom: 2px;
    padding: 0;
    list-style: none
}

.single-adventure.style-2 ul.review li {
    display: inline-block;
    font-size: 0.875rem
}

.single-adventure.style-2 .advanture-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.single-adventure.style-2 .adv-thumb-item {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    background-color: rgb(44 44 44 / .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;
    box-shadow: 0 0 20px rgb(0 0 0 / .29)
}

.single-adventure.style-2 .adventure-content {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: 0;
    min-height: 292px
}

.single-adventure.style-2 .adventure-content .btn-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 15px 15px
}

.single-adventure.style-2 .adv-thumb-item ul li:first-child {
    margin-top: 17px
}

.current-projects .section-title p,.list-style-two li:last-child,.single-adventure.style-2 .adventure-content h6,.single-blog-post.style-2 .entry-content,.user-content p.comments {
    margin-bottom: 0
}

form.adventure-select-form button.search {
    border-radius: 10px;
    width: 170px;
    margin-left: 30px;
    border: 0;
    background-color: var(--orange);
    color: var(--white);
    font-size: 15px;
    transition: 0.3s
}

.single-alpine h4 {
    font-size: 1.25rem;
    margin-bottom: 8px
}

.single-alpine h3 {
    font-size: 30px;
    color: var(--orange);
    margin-bottom: 0
}

.alpine-info-wrap,.alpine-left-content p,.current-projects .section-title {
    margin-bottom: 40px
}

.appline-right {
    padding: 45px 30px;
    border-radius: 20px
}

.alpine-info-wrap {
    border-bottom: 1px solid var(--bordercolor1);
    padding-bottom: 30px
}

.alpine-info-wrap h4 {
    margin-bottom: 20px
}

.trip-content-one,.trip-info-one p {
    font-size: 1rem;
    font-weight: 700
}

.trip-info-one {
    display: flex;
    margin-right: 60px
}

.login-form button.btn.btn-theme,.trip-content-two {
    margin-left: 30px
}

.home::before,.single-total p.normal,.trip-content-two p {
    font-weight: 400
}

.alpine-info-wrap h4,.single-acivement h4 {
    font-size: 1.25rem;
    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:last-child {
    margin-left: 45px
}

.single-acivement ul li span {
    display: block;
    font-size: 0.813rem;
    text-transform: uppercase
}

.single-acivement ul li img {
    display: block;
    margin: 5px auto
}

.inclution-wrap {
    border: 1px solid var(--bordercolor1);
    padding: 30px 10px 15px 30px;
    margin-bottom: 30px;
    border-radius: 10px
}

.single-inclution .inclution-thumb {
    width: 21%
}

.single-inclution .inclution-content {
    margin-left: 11px
}

.inclution-content h4 {
    margin: 0;
    font-size: 1.563rem;
    line-height: 35px
}

.trip-date-area {
    position: relative;
    background-image: url(../img/bg/table-bg.jpg);
    background-position: top
}

.trip-date-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 112px;
    bottom: -2px;
    background-image: url(../img/bg/table-shap.png);
    left: 0
}

.cart-area table.table thead,.trip-table thead {
    height: 70px;
    line-height: 70px
}

.trip-table th p {
    line-height: 30px;
    width: 200px
}

.trip-table {
    background-color: var(--white);
    margin-bottom: 30px;
    padding: 0
}

.trip-table thead tr {
    padding-left: 30px
}

.trip-table tbody tr {
    border-bottom: 1px solid #eee;
    height: 70px;
    font-size: 0.875rem;
    color: #282828;
    font-weight: 400;
    line-height: 70px
}

.trip-table tbody tr:last-child {
    border-bottom: 1px solid #fff0
}

.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(--orange1)
}

.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: var(--white)
}

.adv-details-wrap-2 {
    height: 1200px;
    position: relative
}

.bradcumb-area.adventure-details-2 {
    height: inherit
}

.adv-details-wrap-content {
    position: absolute;
    top: 50%;
    background: var(--white);
    width: 100%;
    transform: translateY(-50%)
}

.cart-area table.table,form.user-reply .single-field textarea {
    border: 1px solid #eee
}

.cart-area th p {
    line-height: 25px;
    width: 220px
}

.cart-area table.table thead tr {
    border-bottom: 2px solid #eee
}

.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
}

.product-cart-close {
    margin-right: 15px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: var(--white);
    border: 1px solid #edf0f5;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.product-cart-close a {
    font-size: 0.813rem;
    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: 1rem;
    font-weight: 700;
    line-height: 25px
}

.product-cart-tbl-content p {
    line-height: 25px;
    font-size: 0.875rem;
    margin: 0
}

.product-cart-tbl-content a {
    line-height: 24px;
    font-size: 0.813rem;
    text-decoration: underline
}

.product-cart-close a:hover {
    color: var(--white);
    background-color: #282828
}

.product-cart-tbl-content>a {
    text-decoration: none
}

.quickview-quality .cart-plus-minus {
    display: inline-block;
    height: 44px;
    padding: 0;
    position: relative;
    width: 130px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px
}

.quickview-quality .cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: 0.3s;
    width: 24px
}

.quickview-quality .cart-plus-minus .qtybutton.dec {
    height: 34px;
    top: 12px;
    left: 4px;
    font-weight: 600;
    font-size: 0.875rem
}

.quickview-quality .cart-plus-minus .qtybutton.inc {
    height: 34px;
    top: 12px;
    right: 4px;
    font-weight: 600;
    font-size: 0.875rem
}

.quickview-quality .cart-plus-minus input.cart-plus-minus-box {
    background: 0 0;
    border: 0;
    color: #262626;
    font-size: 0.875rem;
    height: 46px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    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%
}

.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 #eee;
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-left: 1px solid #fff0;
    font-size: 0.75rem;
    text-transform: uppercase;
    width: 270px;
    margin-right: 16px
}

a.btn.border-theme {
    border: 1px solid var(--orange);
    padding: 19px 50px;
    border-radius: 10px
}

a.btn.btn-theme-dark,button.btn.btn-theme-dark {
    background: #282828;
    border-radius: 10px;
    padding: 19px 50px;
    color: var(--white);
    margin-right: 8px
}

a.btn.btn-theme,button.btn.btn-theme,input.btn.btn-theme {
    background: var(--orange);
    color: var(--white);
    border-radius: 5px
}

a.btn.btn-theme.blue,button.btn.btn-theme.blue,input.btn.btn-theme.blue {
    background: var(--indigo)
}

a.btn.btn-theme.blue-2,button.btn.btn-theme-2.blue,input.btn.btn-theme.blue-2 {
    background: var(--info)
}

a.btn.btn-theme:hover,button.btn.btn-theme:hover,input.btn.btn-theme:hover {
    background-color: #154833
}

.single-total {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 20px
}

.single-total p {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 700
}

.single-total.total {
    border-top: 1px solid #fff0;
    margin-bottom: 30px
}

.single-field {
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    width: 100%
}

.single-field>input {
    border: 1px solid;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
    background-color: var(--white)
}

.single-field>textarea {
    border: 1px solid var(--white);
    height: auto;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 17px;
    background-color: var(--white)
}

.gane-form input,.gane-form select.form-select,form.blog-shearch-form input {
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-left: 1px solid #fff0
}

.form-title,.gane-form input,form.blog-shearch-form input {
    border-bottom: 1px solid #eee
}

.single-field input::placeholder,.single-field textarea::placeholder {
    color: #656565
}

.single-field input::-webkit-focus,.single-field textarea::-webkit-focus {
    color: var(--orange1)
}

.single-field input:-ms-focus,.single-field textarea:-ms-focus {
    color: var(--orange1)
}

.single-field input::-ms-focus,.single-field textarea::-ms-focus {
    color: var(--orange1)
}

.contact-content a:hover,.entry-header a:hover h2.entry-title,.grid-blog ul li a:hover,.next-prev-post-wrap .post-np a:hover h5,.popular-post-content a:hover h6,.single-field input[focus],.single-field textarea[focus],.single-post-content-thumb .entry-content ul li a:hover,.user-comments-wrap a.reply:hover {
    color: var(--orange1)
}

.half-field {
    float: left;
    width: 48%
}

.half-field-last {
    width: 48%;
    float: right
}

.form-left,.form-right {
    width: 49%;
    border: 1px solid #eee;
    padding-top: 20px
}

.form-left {
    margin-right: 30px
}

.form-title {
    margin-bottom: 15px
}

.gane-form.billing-form .single-field,.login-form .form-left .single-field,.password,.single-post-content-thumb {
    padding: 0 30px
}

.gane-form input {
    border-radius: 0
}

.gane-form select.form-select {
    font-size: 0.75rem;
    text-transform: uppercase;
    padding-bottom: 15px
}

.form-title h4 {
    font-size: 1.25rem;
    padding-left: 30px
}

.payment-method-contnt {
    padding-left: 30px;
    margin-bottom: 18px
}

.payment-method-contnt p {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 25px
}

.payment-method-contnt a {
    border: 1px solid #edf0f5;
    border-radius: 5px;
    background-color: var(--white);
    width: 84px;
    height: 65px;
    display: inline-block;
    text-align: center;
    line-height: 62px;
    margin-right: 15px;
    transition: 0.3s;
    margin-bottom: 15px
}

.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 a {
    height: 50px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--white);
    display: block;
    margin-right: -5px;
    line-height: 50px;
    padding: 0 12px;
    margin-bottom: 15px
}

.login-form ul a i {
    font-size: 1.25rem;
    margin-right: 4px
}

.login-form .form-left {
    width: 100%;
    padding-bottom: 30px
}

.password p input,.post-meta span i,.testimonial .owl-nav .owl-next {
    margin-right: 5px
}

.password p {
    font-size: 0.813rem;
    line-height: 25px
}

.password p a {
    text-transform: uppercase;
    color: var(--orange);
    margin-right: 15px
}

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
}

form.blog-shearch-form {
    margin-bottom: 30px;
    position: relative;
    top: -5px
}

form.blog-shearch-form input {
    width: 100%;
    padding-bottom: 11px
}

form.blog-shearch-form button.submit {
    border: snow;
    background-color: #fff0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem
}

.blog-grid-one select.form-select,.blog-grid-three select.form-select,form.blog-select-form select.form-select,form.blog-sidebar-select select.form-select {
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    border-left: 1px solid #fff0
}

.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: 0.75rem;
    line-height: 25px;
    margin-bottom: 0
}

.popular-post-content h6 {
    font-size: 0.875rem;
    line-height: 20px
}

form.blog-sidebar-select select.form-select {
    border-bottom: 1px solid #eee;
    font-size: 0.75rem;
    line-height: 12px;
    border-radius: inherit;
    padding-bottom: 15px
}

form.blog-select-form {
    display: flex;
    width: 65%
}

form.blog-select-form select.form-select {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-right: 15px
}

.grid-blog,.user-comments-wrap a.reply {
    position: absolute;
    right: 0;
    top: 0
}

.grid-blog ul li {
    display: inline-block;
    margin-right: 10px
}

.blog-top-bar {
    position: relative;
    margin-bottom: 50px
}

.single-blog-post {
    border: 1px solid var(--bordercolor1);
    border-radius: 10px 15px 10px 10px;
    background-color: var(--white);
    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)
}

.single-blog-post:hover .post-thumbnail img {
    transform: scale(1.1)
}

.post-meta {
    margin-bottom: 5px
}

.post-meta span {
    color: #999;
    font-size: 0.813rem;
    position: relative;
    margin-right: 30px
}

.post-meta span:before {
    position: absolute;
    right: -19px;
    top: -10px
}

.entry-header h2.entry-title {
    font-size: 1.563rem;
    line-height: 35px
}

.entry-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px
}

.post-date h3,.post-date h4 {
    line-height: 17px;
    color: var(--white)
}

.single-blog-post.style-2 {
    display: flex;
    align-items: center
}

.single-blog-post.style-2 .post-thumbnail {
    width: 52%;
    margin-bottom: 0
}

.single-blog-post.style-2 .single-post-content-thumb {
    width: 65%;
    padding: 0 20px 0 26px
}

.single-blog-post-wrap.grid .entry-header h2.entry-title,.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-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 #eee
}

.post-date {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #282828;
    width: 86px;
    height: 64px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 12px 0
}

.post-date h4 {
    font-size: 1.563rem;
    margin-bottom: 5px;
    align-items: center
}

.post-date h3 {
    font-size: 15px
}

.single-post-coontent-top {
    background-color: #f5f7fa;
    padding: 50px 30px 25px;
    margin-bottom: 0
}

.author-content p,.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,.user-comments-wrap .user-thumb img {
    border-radius: 50%
}

.author-content p {
    font-size: 0.875rem;
    line-height: 4px
}

.author-content span {
    font-size: 0.813rem;
    line-height: 18px;
    color: #999
}

.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 li a i {
    margin-right: 8px
}

.quote-single {
    position: relative;
    border: 1px solid #eee;
    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: 0.875rem;
    text-transform: uppercase
}

.quote-single:before {
    position: absolute;
    top: 70px;
    left: 9px;
    font-size: 180px;
    color: #f5f7fa;
    z-index: 1
}

.next-prev-post-wrap {
    position: relative;
    display: flex
}

.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: 0.875rem;
    line-height: 36px;
    font-style: italic
}

.next-prev-post-wrap .post-np h5 {
    font-size: 18px
}

.next-prev-post-wrap .post-np.next-post {
    position: absolute;
    right: 0
}

.feedback-comments-wrap {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px 20px 20px 30px
}

.feedback-comments-wrap .feedback h5 {
    font-size: 18px;
    margin-bottom: 0
}

.feedback-comments-wrap .feedback p {
    font-size: 0.875rem;
    line-height: 25px;
    color: #717171;
    font-style: italic;
    margin-bottom: 40px
}

.user-comments-wrap {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.user-comments-wrap .user-thumb {
    width: 35%
}

.user-comments-wrap .user-content p.name {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal
}

.user-content p.date {
    color: #999;
    font-size: 0.813rem;
    margin-bottom: 8px
}

.user-comments-wrap a.reply {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600
}

.user-comments-wrap a.reply i {
    margin-left: 7px
}

.left-reply {
    width: 35%;
    margin-right: 30px
}

form.user-reply input {
    height: 50px;
    border: 1px solid #eee
}

form.user-reply .right-rply {
    width: 60%
}

.single-blog-post-wrap.blog-details .single-blog-post {
    border: 1px solid #fff0
}

.single-blog-post-wrap.blog-details .single-blog-post .single-post-content-thumb {
    border: 1px solid #eee;
    margin-bottom: 50px;
    border-top: 1px solid #fff0
}

.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 var(--bordercolor1)
}

.contact-p-contact .single-field textarea {
    border: 1px solid #cecece;
    margin-bottom: 30px
}

.single-contact {
    border: 1px solid var(--bordercolor1);
    border-radius: 10px;
    padding: 50px 50px 35px;
    margin: 35px 0 27px
}

.contact-content h4 {
    font-size: 1.563rem;
    line-height: 32px;
    margin-bottom: 12px
}

.contact-thumb {
    margin-bottom: 13px
}

.contact-content p {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 0
}

.contact-content a {
    font-size: 1rem;
    line-height: 25px;
    display: block
}

.contact-content a.chat {
    font-weight: 500
}

.contact-content a.chat i {
    font-weight: 500;
    position: relative;
    top: 2px;
    right: -4px
}

.error-thumb {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0
}

.error-area a.btn.btn-theme {
    margin-top: 20px
}

.widget-product-sorting {
    margin-top: 25px
}

.widget-product-sorting .slider-product-sorting {
    height: 1px;
    border-radius: 0;
    background: #e4e7eb;
    border: 0!important;
    margin: 0 0 25px
}

.widget-product-sorting .slider-product-sorting .ui-slider-range {
    background-color: var(--orange);
    height: 1px
}

.widget-product-sorting .slider-product-sorting .ui-slider-handle {
    height: 11px;
    width: 8px;
    background-color: var(--orange);
    border: 0!important;
    top: -5px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0
}

.widget-product-sorting label {
    font-size: 15px;
    color: var(--orange);
    line-height: 1
}

.food .accordion-item,.widget-product-sorting input:focus,.widget-product-sorting label:focus,section.services-area ul li:last-child .sinfo {
    border: 0
}

.widget-product-sorting input {
    font-size: 1rem;
    line-height: 1;
    text-align: center
}

.product-range-detail {
    border: 1px solid #edf0f5;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 3px
}

.primarymenu .navbar-expand-lg {
    justify-content: right
}

.primarymenu .navbar-collapse {
    flex-grow: inherit
}

.dropdown-menu .has-submenu:after {
    position: absolute;
    right: 8px;
    top: 10px
}

.primarymenu {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    width: 100%;
    left: 0;
    right: 0
}

.primarymenu .navbar {
    padding-bottom: 0;
    padding-top: 0
}

.primarymenu .navbar-nav>li>a {
    padding: 28px 15px;
    color: var(--white);
    font-weight: 700!important;
    transition-duration: 0.3s;
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

.primarymenu .navbar-nav>li.show>a,.primarymenu .navbar-nav>li>a:hover {
    color: var(--yellow)
}

.primarymenu .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: var(--white);
    box-shadow: 20px 20px 25px rgb(0 0 0 / .5);
    border: 0
}

.primarymenu .navbar-nav .dropdown-menu>li>a {
    color: var(--dark);
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed var(--bordercolor);
    font-weight: 400
}

.mega-dropdown-menu>li ul>li>a {
    font-size: .85em
}

.primarymenu .navbar-nav .dropdown-menu>li.show>a,.primarymenu .navbar-nav .dropdown-menu>li>a:hover {
    background-color: #ece6e5!important;
    color: #f23012!important
}

.mega-dropdown {
    position: static!important
}

.mega-dropdown ul {
    list-style: none;
    margin: 15px 0 0 24px;
    padding: 0
}

.mega-dropdown-menu {
    width: 85%!important;
    padding: 20px!important;
    left: 0!important;
    right: 0!important;
    max-width: 100%!important;
    margin: 0 auto!important;
    column-count: 3
}

.eventswrap,.higlight,.inbner,.mega-dropdown-menu>li ul,.things,.welcome-slide {
    list-style: none;
    margin: 0;
    padding: 0
}

.highlight_menu {
    background-color: var(--orange);
    border-radius: 4px 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / .3);
    padding: 12px 12px 12px 50px!important;
    background-image: url(../img/flight-icon_w.png);
    background-position: 12px;
    background-repeat: no-repeat;
    background-size: 35px;
    max-width: 240px;
    line-height: 21px;
    position: relative;
    text-align: right;
    color: var(--white);
    font-weight: 700!important;
    transition-duration: 0.3s;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 2px
}

.dudhwamap,.eventtab .nav li button,.eventtab .tab-content {
    box-shadow: 0 0 25px rgb(0 0 0 / .18)
}

.highlight_menu:hover {
    color: var(--teal)!important;
    background: url(../img/flight-icon.png) 12px/35px no-repeat var(--white)
}

.list-style-two {
    position: relative;
    margin-bottom: 15px;
    list-style: none;
    padding: 0
}

.img-right,.leader ul li {
    overflow: hidden;
    margin-bottom: 20px
}

.list-style-two li {
    position: relative;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 35px;
    line-height: 1.8em
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    color: var(--green);
    font-size: 1.25rem
}

.schedule .colm-4 span,.schedule .colm-5 .price {
    font-size: 1.3em;
    font-weight: 700
}

.leader ul li {
    background-color: var(--gray-dark);
    padding: 12px;
    height: auto;
    border-radius: 20px 50px
}

.leader ul li img {
    border-radius: 14px 37px;
    max-height: 112px;
    margin: 0 auto 10px;
    display: block;
    border: 3px solid var(--orange);
    box-shadow: 0 0 20px rgb(0 0 0 / .17)
}

.foot-content,.schedule>div {
    text-align: center
}

.leader ul li h4,.leader ul li p {
    text-align: center;
    line-height: initial
}

.leader ul li h4 {
    color: #164832;
    font-size: 1.05em;
    margin-top: 1px;
    margin-bottom: 3px;
    letter-spacing: inherit
}

.leader ul li p {
    color: var(--dark);
    margin-bottom: 4px;
    font-size: .8em
}

.foot-content {
    background-color: rgb(2 38 15 / .4);
    padding: 15px;
    color: var(--white);
    font-size: .9em;
    line-height: 24px;
    border-radius: 5px
}

.dudhwamap,.eventtab .nav li button,.eventtab .tab-content,.schedule {
    background-color: var(--white)
}

.dudhwamap {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    max-height: 383px;
    border: 10px solid var(--white)
}

.flightbook h2 {
    color: var(--titlecolor);
    margin-bottom: 50px
}

.aeroplane {
    position: absolute;
    width: 130px;
    left: -200px;
    top: 0;
    animation: 15s linear infinite animated_div;
    transform: rotate(-24deg);
    animation-delay: 5s
}

.eventtab .nav li {
    width: 100%;
    padding-bottom: 10px
}

.eventflow.datetime li,.gallery li {
    width: 33.3%
}

.eventtab .nav li button {
    display: block;
    width: 100%;
    text-align: right;
    padding: 15px;
    font-weight: 700;
    color: #333!important
}

.eventtab .nav .nav-item button.active {
    background-color: #462a14;
    color: var(--white)!important
}

.eventtab .nav .nav-item button.active::after {
    content: "";
    position: absolute;
    right: -11%;
    bottom: 16px;
    width: 0;
    height: 0;
    border-top: 13px solid #fff0;
    border-right: 13px solid #fff0;
    border-bottom: 13px solid #fff0;
    border-left: 13px solid #462a14
}

.eventtab .nav,.schedule .colm-2,.schedule .colm-3 {
    width: 20%
}

.eventtab .tab-content {
    width: 80%;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #679b46
}

.img-right {
    float: right;
    max-width: 350px;
    border-radius: 25px 96px;
    margin-left: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / .11);
    border: 6px solid var(--white)
}

.img-left img,.img-left2 img,.img-right img,.img-right2 img {
    max-width: 100%
}

.img-left,.img-left2,.img-right2 {
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / .11);
    overflow: hidden
}

.img-left {
    float: left;
    max-width: 350px;
    border-radius: 80px 0;
    margin-right: 20px;
    border: 8px solid var(--white)
}

.img-left2,.img-right2 {
    max-width: 500px;
}

.img-right2 {
    float: right;
    border-radius: 30px 80px;
    margin-left: 20px;
    border: 6px solid var(--white)
}

.img-left2 {
    float: left;
    border-radius: 80px 0;
    margin-right: 20px;
    border: 8px solid var(--white)
}

.aeroplane2 {
    position: absolute;
    width: 300px;
    left: -90px;
    top: -110px;
    animation: 4s infinite animated_div;
    z-index: 5;
    transform: rotate(-10deg)
}

.schedule {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    align-items: center;
    margin-bottom: 15px
}

.gallery li,.schedule>div {
    padding: 15px
}

.schedule>div p {
    margin: 0;
    color: #6a6a6a
}

.schedule .colm-1 {
    width: 10%;
    padding: 8px
}

.schedule .colm-1 img {
    max-width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    padding: 11px
}

.schedule .colm-4 {
    width: 30%
}

.schedule .colm-4 span small {
    font-size: .7em;
    color: #666
}

.schedule .colm-5 {
    width: 15%
}

.schedule .colm-5 p {
    font-size: .9em
}

.schedule .colm-5 .price {
    color: #679b46
}

.schedule .colm-5 .booknow,.schedule .colm-5 .btn-primary {
    font-weight: 700;
    display: block
}

.schedule .colm-5 .btn {
    padding: 5px;
    width: 100%;
    margin-top: 5px
}

.schedule .colm-6 {
    width: 5%;
    padding: 0
}

.schedule-area {
    position: relative;
    background-color: #fdf8f2;
    padding: 30px 0
}

.bird,.contact-icon,.ecomapbtn,.policies_schemes11 li a:after,.tigers {
    position: absolute
}

.tigers {
    width: 170px;
    bottom: 14px;
    right: -74px;
    z-index: 2
}

.bird {
    width: 96px;
    top: -66px;
    left: 276px;
    z-index: 2
}

.pt-110 {
    padding-top: 110px
}

.ecomapbtn,.functionimg {
    background-color: var(--white)
}

.functionimg {
    padding: 10px
}

.funfact-area .section-title h2 {
    color: #356417
}

.funfact-area .section-title p.title,.inersection-2 .section-title p.title,.inersection-3 .section-title p.title,.inersection-4 .section-title p.title,.joyride-section .section-title h2 {
    color: var(--dark)
}

.counter-box p,.ecomapbtn:hover {
    color: var(--white)
}

.ecomapbtn {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 280px;
    border-radius: 7px 15px;
    padding: 11px 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / .39);
    z-index: 10;
    bottom: 16px;
    border: 3px solid #164732;
    color: #153d2c;
    font-size: 15px
}

.ecomapbtn:hover {
    background-color: #48792a
}

.eco-image,.gallery,.policies_schemes11 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.policies_schemes11 {
    justify-content: center;
    column-gap: 15px;
    margin: 20px auto
}

.gallery li a {
    height: 200px;
    overflow: hidden;
    display: block;
    border-radius: 25px
}

.gallery li img {
    width: 100%;
    min-height: 300px
}

.policies_schemes11 li {
    box-sizing: border-box;
    width: 90%;
    display: table
}

.policies_schemes11 li a span {
    color: #d182b1;
    font-weight: 400;
    font-size: 11px
}

.policies_schemes11 li a small {
    display: inline-grid;
    margin-bottom: 0;
    color: #ef4563;
    text-transform: uppercase
}

.policies_schemes11 li a:before {
    font-family: FontAwesome;
    font-size: xx-large;
    font-weight: 100;
    align-self: flex-end;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    color: #ef4563;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 2s;
    content: "";
    position: absolute;
    left: 10px;
    top: 15%;
    width: 100px;
    height: 100px;
    background: url(../img/pdf2.gif) top left/70%no-repeat;
    padding: 20px;
    opacity: .8
}

.policies_schemes11 li a:hover:after {
    color: #923748;
    background: var(--white)
}

.policies_schemes11 li a {
    overflow: hidden;
    text-align: left;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: var(--box-shadow-md);
    border-radius: 8px;
    padding: 40px 90px;
    margin: 0 25px 25px 0;
    display: grid;
    color: #2b2b2b;
    position: relative;
    background: var(--white);
    width: 100%;
    cursor: pointer
}

.policies_schemes11 li:nth-child(2) a:hover {
    color: var(--white);
    background: #8b40b5;
    border-color: #8b40b5
}

.policies_schemes11 li:nth-child(3) a:hover {
    color: var(--white);
    background: #f15749;
    border-color: #f15749
}

.policies_schemes11 li a:hover:before {
    color: #fbe979
}

.policies_schemes11 li a:after {
    right: 4%;
    top: 33%;
    font-size: 18px;
    transition: 0.3s;
    color: #452f21;
    line-height: 25px;
    background: #d4d4d4;
    padding: 9px 13px;
    border-radius: 50px
}

.policies_schemes11 li:first-child a:after {
    color: var(--white);
    background: #8c40b6;
    border-color: #8c40b6
}

.policies_schemes11 li:nth-child(2) a:after {
    color: var(--white);
    background: #f15e44;
    border-color: #f15e44
}

.policies_schemes11 li:nth-child(3) a:after {
    color: var(--white);
    background: #219bc0;
    border-color: #219bc0
}

.policies_schemes11 li:hover:first-child a:after,.policies_schemes11 li:hover:nth-child(2) a:after,.policies_schemes11 li:hover:nth-child(3) a:after {
    color: var(--white);
    background: #272d38;
    border-color: #272d38
}

.img-eoi {
    float: left;
    max-width: 258px;
    overflow: hidden;
    border-radius: 80px 0;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / .11);
    border: 8px solid var(--white)
}

.text-backgd {
    border: 1px solid #679b46;
    padding: 20px;
    background-color: #f9f9f9
}

.text-backgd h4 {
    color: #356417;
    font-size: 1.25rem
}

.current-projects .section-title h2,.eventtab .tab-content h5,.package-section .section-title h2,.partner-area .section-title h2 {
    color: #164732
}

.contact-icon {
    top: 19px
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff
}

.contact-info {
    color: #262626
}

.contact-info-content h4 {
    margin-bottom: 5px;
    font-size: 19px;
    color: var(--titlecolor)
}

.contact-info-content {
    margin-left: 20px;
    width: 70%
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 60px;
    color: var(--white)
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: var(--orange);
    text-align: center;
    border-radius: 10px 19px;
    border: 3px solid var(--white)
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px
}

.contact-info h3 {
    font-size: 1rem;
    color: #8e3424;
    margin-bottom: 5px;
    font-weight: 700;
}

.tourist-corner {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #eee;
    position: relative;
    background-image: url(../img/tourismcornerbg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed
}

.tourist-corner .section-title {
    text-align: center;
    margin-bottom: 40px
}

.services-area::before,.services-area:after {
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 0;
    content: ""
}

.download-file,.plubication-downloads {
    background: var(--white)
}

.plubication-downloads {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / .18)
}

.plubication-downloads h2 {
    border: 1px solid #f4f4f4;
    background: #164732;
    font-size: 1.25rem;
    color: var(--white);
    padding: 10px 22px;
    margin: 0
}

.download-file {
    border: 2px solid var(--orange);
    box-shadow: 0 0 8px 0 rgb(103 155 70 / .27);
    padding: 0 20px;
    margin: 20px 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s
}

.download-file i {
    color: #fb1212;
    font-size: 22px;
    line-height: 50px
}

.download-file:hover {
    background: var(--orange)
}

.download-file a {
    font-size: 18px;
    font-weight: 700;
    padding-left: 0;
    line-height: 50px;
    color: #154933;
    display: block
}

.download-file span {
    float: right;
    font-size: 0.875rem;
    color: #677078;
    line-height: 50px;
    display: inline-block
}

.plubication-downloads ul {
    padding: 0 30px 4px
}

ul.download-list {
    list-style: none
}

ul.download-list li {
    color: #242424;
    line-height: 1;
    padding: 15px 5px;
    border-bottom: 1px solid #f4f5f8;
    font-weight: 400;
    position: relative
}

.pricing-block:nth-child(3) .icon-box i,.pricing-block:nth-child(3) .price,.review li>.fas,ul.download-list li a:hover {
    color: var(--orange)
}

.pricing-block .features li:last-child,ul.download-list li:last-child {
    border-bottom: 0
}

.plubication-downloads p.download-title {
    font-size: 0.875rem;
    color: #9ea6ae;
    line-height: 1;
    padding: 0 30px
}

ul.download-list li span {
    position: absolute;
    right: 5px;
    font-size: 13px
}

.table tr>td .btn-theme {
    padding: 5px 15px;
    font-size: 0.813rem;
    box-shadow: 0 0 15px rgb(0 0 0 / .15)
}

.btn-xs {
    padding: 3px 8px;
    font-size: 13px
}

.eco-image li {
    padding: 5px;
    width: 33%
}

.eco-image li .district-thumb {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    padding: 15px 15px 45px;
    position: relative;
    min-height: 369px
}

.eco-image li .district-thumb h4 {
    margin-bottom: 0;
}

.eco-image li .district-thumb .thumb-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
    transition-duration: 0.3s
}

.eco-image li .district-thumb .thumb-img img {
    max-width: 100%;
    transform: scale(1);
    transition-duration: 0.3s
}

.eco-image li .district-thumb .btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / .2)
}

.sitephoto li .district-thumb {
    min-height: inherit;
    padding: 5px
}

.sitephoto li .district-thumb .thumb-img {
    height: 140px
}

.nerist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.nerist li {
    width: 50%;
    font-weight: 700;
    padding: 7px 15px;
    background-color: #333;
    color: var(--white)
}

.nerist li:first-child {
    border-right: 2px solid var(--white)
}

.services-area {
    margin-top: 0;
    position: relative;
    z-index: 99;
    display: table;
    width: 100%
}

.services-area:after {
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-color: #eee
}

.services-area::before {
    width: 680px;
    height: 280px;
    left: 0;
    bottom: -108px;
    background-color: #0000000a;
    border-radius: 50%
}

section.services-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 12px 26px rgb(0 0 0 / .08)
}

section.services-area ul li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    padding: 0
}

.services-area h6 {
    font-size: 1rem;
    margin: 10px 0 7px;
    color: #222;
    letter-spacing: 0
}

.services-area p {
    font-size: 0.875rem;
    margin: 0;
    color: #777
}


section.services-area .sinfo {
    position: relative;
    z-index: 99;
    border-right: 1px solid #c8e6c9;
    padding: 20px 13px;
    min-height: 198px;
    cursor: pointer
}

section.services-area .sinfo img {
    position: relative;
    top: -10px;
    height: 57px
}

section.services-area ul li:first-child .sinfo img {
    animation-delay: 0s
}

section.services-area ul li:nth-child(2) .sinfo img {
    animation-delay: 1s
}

section.services-area ul li:nth-child(3) .sinfo img {
    animation-delay: 2s
}

section.services-area ul li:nth-child(4) .sinfo img {
    animation-delay: 3s
}

section.services-area ul li:nth-child(5) .sinfo img {
    animation-delay: 4s
}

section.services-area ul li:after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--teal);
    content: "";
    border-radius: 5px;
    opacity: 0;
    min-height: 240px
}

section.services-area ul li:hover:after {
    height: 236px;
    opacity: 1
}

section.services-area ul li.active:after {
    height: 236px;
    opacity: 1;
    color: var(--white)
}

.aboutus,.pro-hover a {
    text-transform: uppercase
}

.aboutus {
    display: inline-block;
    color: var(--white);
    border-radius: 3px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 0.875rem
}

.facility,.policies {
    display: flex;
    list-style: none
}

.current-projects {
    background: url(../img/current-project-bg.jpg) top center/cover no-repeat;
    overflow: hidden
}

.pro-box h3,.pro-hover {
    z-index: 99;
    padding: 20px
}

.current-projects #adventure {
    position: absolute;
    right: 0;
    left: 0;
    top: -90px;
    width: 100%;
    opacity: 1;
    z-index: 0;
    height: auto
}

.pro-box {
    width: 100%;
    float: left;
    border-radius: 25px;
    overflow: hidden
}

.pro-box h3,.pro-box:after,.pro-hover {
    position: absolute;
    left: 0;
    bottom: 0
}

.pro-hover {
    left: 20px;
    right: 20px;
    background: rgb(255 255 255 / .9);
    bottom: -100%;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out
}

.pro-box:after {
    width: 100%;
    height: 60%;
    content: "";
    background: -moz-linear-gradient(top,transparent 0,transparent 50%,var(--secondary) 100%);
    background: -webkit-linear-gradient(top,transparent 0,transparent 50%,var(--secondary) 100%);
    background: linear-gradient(to bottom,transparent 0,transparent 50%,var(--secondary) 100%)
}

.pro-box h3 {
    color: var(--white);
    font-size: 1.25rem
}

.pro-hover h6 {
    color: #164732;
    margin: 0 0 10px;
    font-size: 18px
}

.pro-hover p {
    font-size: 0.875rem;
    margin: 0 0 5px;
}

.pro-hover a {
    font-weight: 600;
    font-size: 0.75rem;
    color: #ea6f03
}

.pro-box:hover h5,.whatsnew-list li:hover .firsttitle,.whatsnew-list1 li:hover .firsttitle {
    opacity: 0
}

.pro-box:hover .pro-hover {
    bottom: 20px;
    opacity: 1
}

.current-projects .owl-theme .owl-nav [class*="owl-"] {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bordercolor);
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    font-size: 0;
    opacity: 1;
    position: relative;
    color: #333
}

.current-projects .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #66bb6a;
    color: var(--white);
    border-color: #66bb6a
}

.current-projects .nav {
    display: block;
    width: 100%;
    text-align: right;
    margin: 20px 0 0
}

.current-projects .nav-link {
    border: 1px solid var(--bordercolor);
    padding: 0 20px;
    font-size: 0.875rem;
    border-radius: 20px;
    line-height: 33px;
    display: block;
    color: #555
}

.current-projects .nav-link.active,.current-projects .nav-link:hover {
    background: #66bb6a;
    border: 1px solid #66bb6a;
    color: var(--white)
}

.welcome-slide .owl-dots {
    display: none!important
}

.eventswrap .owl-nav,.higlight .owl-nav,.things .owl-nav,.welcome-slide .owl-nav,.whatsnew-list .owl-nav {
    display: block!important
}

.eventswrap .owl-nav button,.higlight .owl-nav button,.things .owl-nav button,.welcome-slide .owl-nav button,.whatsnew-list .owl-nav button {
    background: var(--white)!important;
    box-shadow: 0 0 15px rgb(0 0 0 / .44)
}

.eventswrap .owl-nav .owl-prev,.higlight .owl-nav .owl-prev,.things .owl-nav .owl-prev,.welcome-slide .owl-nav .owl-prev,.whatsnew-list .owl-nav .owl-prev {
    margin-left: -35px
}

.eventswrap .owl-nav .owl-next,.higlight .owl-nav .owl-next,.things .owl-nav .owl-next,.welcome-slide .owl-nav .owl-next,.whatsnew-list .owl-nav .owl-next {
    margin-right: -35px
}

.partner-area {
    padding-bottom: 0
}

.touristcorner {
    padding: 30px 0;
    background: url(../img/patt.png)
}

.footer-area .contact-info-item {
    display: block;
    margin-top: 50px
}

.footer-area .contact-info-icon {
    margin: 0 auto;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 0 0 25px rgb(0 0 0 / .52);
    animation: 5s infinite myshape
}

.footer-area .contact-info-content {
    width: auto;
    margin-left: 0
}

.footer-area .contact-info-content h3 {
    text-align: center;
    color: var(--white);
    font-size: 18px
}

.footer-area .contact-info-content p {
    text-align: center;
    color: var(--white)
}

.policies {
    margin: 10px 0 15px;
    padding: 0;
    justify-content: flex-start
}

.reduce_min-_height {
    min-height: 130px!important
}

.package-section {
    background: url(../img/current-project-bg.jpg) bottom center no-repeat fixed
}

.customtble,.ride-details {
    background-color: var(--white)
}

.package-detail {
    border: 1px solid #bcc8b3;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / .1)
}

.package-detail .pricetag {
    padding: 20px;
    font-size: 28px;
    text-align: center;
    background-color: #e5f4da;
    border-radius: 10px 10px 0 0;
    color: #154933;
    ; font-weight: 800
}

.package-detail .pricetag>span {
    display: block;
    font-size: 1rem;
    color: #0f0f0f8a;
    padding-top: 5px;
    font-weight: 400
}

.package-detail .detail {
    padding: 15px
}

#map-section .title,.eventflow.datetime li>div p,.eventswrap .process-style-one-item .content,.package-detail .detail>p,.serial tr td:first-child,.serial tr th:first-child {
    text-align: center
}

.facility {
    margin: 5px 0;
    padding: 0;
    justify-content: center;
    flex: 0 0 auto
}

.facility li {
    font-size: 0.813rem;
    text-align: center;
    flex: 0 0 auto;
    padding: 0 11px
}

.facility li img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.package-detail .btn {
    padding: 5px 15px!important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 15px
}

.customtble thead th {
    background: #164a34;
    color: var(--white)
}

.joyride-section {
    background-image: url(../img/kumbh-12.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-top: 37px;
    padding-bottom: 40px
}

.ride-details {
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / .3);
    min-height: 272px
}

.ride-details ul>li {
    font-size: 1em
}

.ride-details ul>li>b {
    float: right;
    font-weight: 700
}

.ride-details h4 {
    color: #37601d
}

.joyride-section-2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 160px
}

.corribtn {
    display: inline-block;
    border-radius: 4px;
    padding: 1px 10px;
    color: var(--titlecolor);
    border: 1px solid var(--titlecolor);
    font-weight: 700;
    margin: 0;
    transition-duration: 0.3s
}

.inersection-2,.inersection-3,.inersection-4 {
    padding-top: 37px;
    padding-bottom: 40px;
    position: relative
}

.chargehead,.eventflow>li>div h4,.inersection-2 .section-title h2,.inersection-4 .section-title h2 {
    color: var(--titlecolor)
}

.corribtn:hover {
    background-color: var(--titlecolor);
    color: var(--white)
}

.inersection-2 {
    background-repeat: no-repeat;
    background-position: center bottom
}

.quizbg {
    background-image: url(../img/quiz-2-bg.png);
    background-color: var(--quizbg)
}

.inersection-4 {
    background-color: var(--inersection)
}

.eventflow {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.eventflow>li {
    padding: 15px;
    width: 33%
}

.eventflow>li>div {
    border: 1px dashed var(--bordercolor);
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white)
}

.eventflow.datetime li>div h4 {
    margin-bottom: 10px;
    text-align: center;
    color: #cc5f00
}

.eventflow.datetime li>div {
    min-height: 156px
}

.pricing-block .inner-box {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    box-shadow: 0 20px 40px rgb(0 0 0 / .25);
    padding: 0;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #489958;
    border-radius: 60px 20px 65px
}

.pricing-section {
    position: relative;
    padding: 40px 0 20px;
    overflow: hidden
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #489958;
    text-align: center
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50%0 0;
    background-color: var(--white);
    content: ""
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: var(--white);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    margin: 0 auto;
    padding: 10px
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #489958;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    font-size: 50px;
    color: #489958;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg)
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 0.875rem;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0 5px 30px;
    border-bottom: 1px dashed var(--light)
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #489958;
    margin-top: 15px
}

.pricing-block .features {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1rem;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-top: -8px
}

.pricing-block .features li.false:before {
    color: #e1137b
}

.pricing-block .features li a {
    color: #848484
}

.dList,.pricing-block .btn-box {
    position: relative;
    text-align: center
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 25px;
    color: var(--white);
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid #fff0;
    border-bottom: 2px solid #fff0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.3s
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: 0 0;
    border-radius: 0;
    border-color: #40cbb4
}

.pricing-block:nth-child(2) .icon-box i,.pricing-block:nth-child(2) .inner-box {
    border-color: #1dcad2
}

.pricing-block:nth-child(2) .btn-box a,.pricing-block:nth-child(2) .icon-box {
    background-color: #1dcad2
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: 0 0;
    border-radius: 0;
    border-color: #1d95d2
}

.pricing-block:nth-child(2) .icon-box i,.pricing-block:nth-child(2) .price {
    color: #1dcad2
}

.pricing-block:nth-child(3) .icon-box i,.pricing-block:nth-child(3) .inner-box {
    border-color: var(--orange)
}

.pricing-block:nth-child(3) .btn-box a,.pricing-block:nth-child(3) .icon-box {
    background-color: var(--orange)
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: 0 0;
    border-radius: 0;
    border-color: #ffc20b
}

.coupan:after,.coupan:before {
    width: 20px;
    background-color: var(--white);
    top: 25%;
    position: absolute;
    height: 20px;
    content: ""
}

.eventflow.colm2li>li {
    width: 50%
}

.chargehead {
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #163f2f;
    display: inline-block;
    border-radius: 3px 80px 80px 3px;
    background-color: #edf9f4
}

.contactno,.coupan .code {
    font-weight: 700;
    color: var(--white)
}

.contactno {
    text-align: center;
    font-size: 1.563rem;
    margin: 25px auto 0;
    display: block;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--contactno);
    max-width: 670px;
    outline: var(--bordercolor) double 3px;
    border: 5px solid var(--white)
}

.schedule .colm-5 .price.price-2 {
    font-size: 17px!important;
    color: var(--schedule)!important
}

.schedule.flightprice .colm-5 {
    width: 22%
}

.schedule.flightprice .colm-1 img {
    padding: 3px
}

.arrow-icon {
    position: absolute;
    right: -25px;
    height: 50px;
    top: 40%
}

.coupan {
    position: relative
}

.coupan {
    border-radius: 4px;
    background-color: var(--yellow);
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    overflow: hidden;
    box-shadow: var(--box-shadow-lg);
    font-weight: 600;
    font-size: 13px
}

.coupan:before {
    border-radius: 50%;
    left: -12px
}

.coupan:after {
    border-radius: 50%;
    right: -12px
}

.coupan .code {
    padding: 5px 10px;
    background-color: var(--dark);
    border-radius: 3px
}

.thingsthumb .title,.whatsnew-list li .imagethumb .firsttitle,.whatsnew-list1 li .imagethumb .firsttitle {
    transition-duration: 0.3s;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    padding: 25px 15px 80px
}

.whatsnew {
    background-image: url(../img/whatsnewbg.png);
    background-size: cover;
    background-position: top center
}

.whatsnew .section-title p.title {
    margin-bottom: 0;
    line-height: 30px;
    text-align: center
}

.whatsnew .section-title h2 {
    text-align: center;
    color: #164732
}

.gradientcolor {
    background: #12827e!important;
    background: linear-gradient(90deg,#12827e 0,#1dab80 47%,#faca1e 100%)!important;
    -webkit-background-clip: text!important;
    background-clip: text!important;
    -webkit-text-fill-color: transparent!important
}

.whatsnew-list {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.whatsnew-list li {
    position: relative;
    overflow: hidden;
    border-radius: 25px
}

.whatsnew-list li .imagethumb {
    overflow: hidden;
    height: 380px;
    border-radius: 25px;
    transition-duration: 0.3s
}

.a-thumb,.advanture-thumb,.gallery li a,.imagethumb,.pro-box,.thumb {
    position: relative
}

.a-thumb::before,.advanture-thumb::before,.cuinsevideo::before,.gallery li a::before,.imagethumb::before,.newgallery li a::before,.pro-box::before,.thingsthumb::before,.thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,#fff0 0,rgb(255 255 255 / .3) 100%);
    background: linear-gradient(to right,#fff0 0,rgb(255 255 255 / .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.a-thumb:hover::before,.advanture-thumb:hover::before,.cuinsevideo:hover::before,.gallery li a:hover::before,.imagethumb:hover::before,.newgallery li a:hover::before,.pro-box:hover::before,.thingsthumb:hover::before,.thumb:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s
}

.whatsnew-list li .imagethumb img {
    max-width: 100%
}

.whatsnew-list li .imagethumb:hover img,.whatsnew-list1 li .imagethumb:hover img {
    transform: scale(1.05)
}

.whatsnew-list li .newsdata {
    position: absolute;
    border-radius: 0 25px 25px 0;
    background-color: rgb(255 255 255 / .9);
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 25px;
    transition-duration: 0.3s;
    box-shadow: 0 0 25px rgb(0 0 0 / .3);
    z-index: 5
}

.whatsnew-list li .imagethumb .firsttitle {
    background: var(--dark);
    background: linear-gradient(180deg,transparent 0,rgb(0 0 0 / .71) 53%,rgb(0 0 0 / .96) 100%);
    position: absolute;
    color: var(--white);
    margin: 0 auto;
    opacity: 1;
    height: 70px;
}

.whatsnew-list li .newsdata .second-title {
    line-height: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    font-size: 1.2em;
}
.whatsnew-list li .newsdata p{font-size:90%}

.mapsection {
    background-color: #eee
}

#map-svg path {
    fill: #9ca6b3;
    stroke-width: 0;
    stroke: var(--white);
    cursor: pointer
}

#map-svg .selected,#map-svg image:hover path,#map-svg path:hover {
    fill: var(--teal)
}

#map-section .title::after {
    content: url(../images/headingborder.png);
    height: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

#tooltip {
    dominant-baseline: hanging;
    font-size: 5pt;
    color: #003c72
}

#quicklinks-wrap {
    padding: 25px 0;
    background-color: #003c72
}

.dList h2 {
    font-size: 1.3em;
    color: #003c72;
    margin: 0 auto
}

#map-svg image {
    height: 20px;
    cursor: pointer
}

.eventswrap li {
    border-right: 1px solid #eee
}

.eventswrap li .datevent {
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.eventswrap li:hover .datevent {
    transform: rotateY(180deg)
}

.eventswrap li .process-style-one-item {
    padding: 0 30px;
    display: flex;
    flex-direction: column
}

.process-style-one-item .thumb>img {
    clip-path: polygon(45% 1.33975%,46.5798% .60307%,48.26352% .15192%,50%0,51.73648% .15192%,53.4202% .60307%,55% 1.33975%,89.64102% 21.33975%,91.06889% 22.33956%,92.30146% 23.57212%,93.30127% 25%,94.03794% 26.5798%,94.48909% 28.26352%,94.64102% 30%,94.64102% 70%,94.48909% 71.73648%,94.03794% 73.4202%,93.30127% 75%,92.30146% 76.42788%,91.06889% 77.66044%,89.64102% 78.66025%,55% 98.66025%,53.4202% 99.39693%,51.73648% 99.84808%,50% 100%,48.26352% 99.84808%,46.5798% 99.39693%,45% 98.66025%,10.35898% 78.66025%,8.93111% 77.66044%,7.69854% 76.42788%,6.69873% 75%,5.96206% 73.4202%,5.51091% 71.73648%,5.35898% 70%,5.35898% 30%,5.51091% 28.26352%,5.96206% 26.5798%,6.69873% 25%,7.69854% 23.57212%,8.93111% 22.33956%,10.35898% 21.33975%);
    height: 300px;
    width: 300px;
    margin: auto
}

.process-style-one-item .thumb .datevent {
    position: absolute;
    left: 50px;
    bottom: 10px;
    height: 70px;
    width: 70px;
    text-align: center;
    color: var(--white);
    z-index: 9;
    background: var(--teal);
    border-radius: 50%;
    font-weight: 800;
    line-height: 18px;
    padding-top: 15px
}

.process-style-one-item .thumb .datevent>img {
    height: 40px;
    width: auto;
    margin: 0 auto
}

.process-style-one-item .thumb .datevent::after {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 1px solid var(--white);
    content: "";
    border-radius: 50%;
    opacity: .8
}

.content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.btn-reagular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--orange);
    border-radius: 8px;
    padding: 10px 25px;
    color: var(--white);
    font-weight: 700;
    max-width: 176px;
    margin: 21px auto 0;
    position: relative
}

.pro-hover a:before {
    transform: rotate(-45deg);
    font-weight: 900;
    margin-right: 5px
}

.adventureservice .a-detail a:before {
    margin-right: 5px
}

.adventureservice .a-detail a:before,.btn-reagular:before,.btn-theme:before {
    transform: rotate(-45deg);
    font-weight: 900;
    position: absolute;
    right: 21px
}

.btn-reagular:hover {
    background: #273646;
    color: var(--white)
}

.btn-theme {
    padding-right: 3em
}

.birdsflying {
    position: absolute;
    height: 180px;
    top: 10%;
    right: 0;
    opacity: .5;
    animation: 20s linear infinite moveRight
}

.topthings {
    background-image: url(../img/thingsbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.thingsnav {
    border-bottom: 0;
    margin-bottom: 35px;
    margin-top: 15px;
    justify-content: center
}

.thingsnav li {
    padding-right: 15px
}

.thingsnav .nav-link {
    border-radius: 25px;
    border: 0 solid var(--bordercolor);
    font-weight: 600;
    background-color: #e5f4f0;
    color: #05513a
}

.thingsnav .nav-link:hover {
    background-color: #cde3de
}

.thingsnav .nav-link.active {
    background-color: var(--teal);
    color: var(--white)
}

.thingsthumb {
    overflow: hidden;
    position: relative;
    border-radius: 15px
}

.thingsthumb img,.whatsnew-list li .imagethumb img {
    position: relative;
    z-index: 0;
    transition-duration: 0.3s
}

.thingsthumb:hover img {
    transform: scale(1.08)
}

.thingsthumb .title {
    display: block;
    background: linear-gradient(180deg,#0000 0,rgb(0 0 0 / .76) 53%,rgb(0 0 0 / .96) 100%);
    position: absolute;
    color: var(--white);
    margin: 0 auto;
    height: 90px;
    font-size: 1.1em;
    font-weight: 600
}

.reels {
    background-color: var(--dark);
    max-height: 380px
}

.reels img {
    opacity: .8
}

.aftershape:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    right: 110px;
    top: 15px
}

.reels img.reelsicon {
    position: absolute;
    z-index: 2;
    height: 30px;
    top: 20px;
    right: 20px
}

.shareexperiance {
    background-color: #fbf3ea;
    overflow: hidden
}

.shareexperiance #tigerwalk {
    position: absolute;
    right: 0;
    left: 0;
    top: -100px;
    width: 100%;
    opacity: .2;
    z-index: 0;
    height: auto
}

.counter-box {
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / .2);
    margin: 30px auto;
    background-color: var(--teal);
    color: var(--white)
}

.counter-count {
    color: var(--white);
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 700;
    font-size: 24px
}

.cuinsevideo {
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    margin-left: 50px;
    max-width: 530px;
    box-shadow: 0 0 15px rgb(0 0 0 / .19)
}

.foodbg {
    position: relative
}

.cuinsevideo video,.memoriesvideo video {
    width: 100%;
    border-radius: 30px;
    border: 8px solid var(--white);
    height: auto;
    background-color: var(--white)
}

.food .accordion-button {
    padding: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #164732
}

.foodbg {
    max-width: 100%;
    border-radius: 50px 100px
}

.food .accordion-button:not(.collapsed) {
    color: var(--white)!important;
    background-color: var(--teal);
    box-shadow: none
}

.food .accordion-item:first-of-type .accordion-button {
    border-radius: 3px
}

.subtitle {
    color: #bd600f
}

.reivew {
    overflow: hidden;
    padding-top: 0
}

.reivew::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #e3f3fb;
    margin: 0 auto;
    height: 54%
}

.tm-avg-rating {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--teal);
    margin-left: 15px;
    width: 230px
}

.tm-avg-rating h3 {
    color: var(--teal)
}

.rating-count {
    display: block;
    text-align: center;
    gap: 15px
}

.rating-count .review {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.tm-avg-rating2 {
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 0 20px rgb(0 0 0 / .02)
}

.testimonial {
    list-style: none;
    background-color: #273646;
    border-radius: 20px;
    padding: 30px;
    color: var(--white)
}

.testimonial li {
    min-height: 212px
}

.testimonial li em {
    color: var(--yellow)
}

.pl-45 {
    padding-left: 45px
}

.testimonial .owl-nav {
    position: relative;
    bottom: -30px
}

.testimonial .owl-nav button {
    background: var(--teal)!important;
    box-shadow: 0 0 15px rgb(0 0 0 / .44);
    color: var(--white)!important
}

.testimonial .owl-nav button:hover {
    background: var(--white)!important;
    color: var(--teal)!important
}

.testimonial .owl-nav .owl-prev {
    right: 61px;
    left: auto
}

.downarrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--orange);
    color: var(--white);
    border-radius: 50%;
    line-height: 40px
}

.downarrow i {
    animation: 1.6s cubic-bezier(.445,.05,.55,.95) infinite bounce
}

.destination-page {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.destination-page li {
    width: 25%;
    padding: 15px
}

.instagram {
    position: relative;
    padding-top: 50px
}

.instagram .container-fluid {
    position: relative;
    z-index: 0
}

.instagram:after,.newgallery li .def-head,.newgallery li .overlay {
    position: absolute;
    right: 0;
    z-index: 5;
    left: 0
}

.instagram:after {
    content: "";
    bottom: 0;
    background: var(--white);
    height: 50px
}

.eapps-instagram-feed {
    margin-top: -45px
}

.filter-section {
    background-color: var(--bordercolor1);
    border-radius: 4px;
    margin: 0 0 12px;
    border: 1px dashed var(--bordercolor)
}

.Prsrls-list,.newgallery {
    margin: 0;
    list-style: none
}

.filter-box {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0
}

.filter-box td {
    padding: 10px 5px;
    border: 0
}

.filter-box td label {
    display: block;
    color: #2f2f2f;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 85%
}

.filter-box td .archive,.sitemap ul li a,a.archive {
    color: var(--dark);
    display: block
}

a.archive {
    position: relative;
    text-align: center;
    background: #ec306e;
    color: var(--white);
    padding: 6.5px 15px;
    width: 100%;
    font-weight: 700;
    margin-top: 8px;
    border: 0;
    border-radius: 3px;
    font-size: .9em
}

.filter-box td input[type="text"],.filter-box td select {
    display: block;
    min-width: 100px;
    height: 33px;
    max-width: 100%;
    border: 1px solid var(--bordercolor);
    width: 100%;
    border-radius: 4px;
    padding: 0 8px;
    font-size: .9em;
    background-color: var(--white)
}

.filter-box td .archive {
    padding: 7px 15px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    margin-top: 3px
}

.filter-box td input[type="submit"],.filter-box td input[value="Reset"] {
    display: block;
    padding: 8px 15px;
    width: 100%;
    border: 0;
    color: var(--white);
    border-radius: 4px;
    background: #1e497a;
    font-size: .9em
}

.filter-box td input[disabled=""],.filter-box td input[type="submit"]:active,.filter-box td input[type="submit"]:focus,.filter-box td input[value="Reset"]:active,.filter-box td input[value="Reset"]:focus,.table>tfoot>tr>th {
    background-color: #208c40
}

.filter-box td input[type="submit"]:hover {
    background-color: #0fb33f
}

.filter-box td input[value="Reset"] {
    background-color: #143993
}

.filter-box td input[value="Reset"]:hover {
    background-color: #0b72b0
}

a.archive:hover {
    background: #e81c5f
}

.Train_Safari_bg .list-style-two li,.table>tfoot>tr>th,a.archive:hover {
    color: var(--white)
}

.table>tbody>tr>th,.table>thead>tr>th {
    background-color: #212529;
    color: var(--white)
}

.doc-note {
    padding: 8px;
    font-size: 90%;
    color: #b30202;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ecc1c1
}

.serial {
    counter-reset: Serial;
    border-radius: 5px;
    box-shadow: 0 12px 26px rgb(0 0 0 / .08)
}

.serial tr td:first-child:before {
    content: counter(Serial,decimal) ".";
    counter-increment: Serial;
    font-weight: 700
}

.Prsrls-list,.newgallery {
    display: flex;
    flex-wrap: wrap
}

.newgallery {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    padding: 0 4px
}

.newgallery li {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
    padding: 0 10px
}

.newgallery li img {
    max-width: 100%;
    position: relative;
    width: 100%
}

.newgallery li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: 8px;
    border-radius: 25px
}

.newgallery li .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    background-color: rgb(21 66 32 / .81);
    padding: 30px;
    transition: 450ms ease-out;
    -webkit-transform: rotateY(180deg) scale(.5,.5);
    -moz-transform: rotateY(180deg) scale(.5,.5);
    -ms-transform: rotateY(180deg) scale(.5,.5);
    -o-transform: rotateY(180deg) scale(.5,.5);
    transform: rotateY(180deg) scale(.5,.5);
    opacity: 0
}

.newgallery li .def-head {
    display: block;
    bottom: 0;
    padding: 13px 11px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    transition: 250ms ease-out;
    color: var(--white);
    text-shadow: 1px 1px 1px #403e3e;
    font-weight: 400;
    background-color: #154220;
    border-top: 0 solid var(--white);
    border-bottom: 0 solid var(--white);
    opacity: 1
}

.newgallery li a:hover .overlay {
    -webkit-transform: rotateY(0) scale(1,1);
    -moz-transform: rotateY(0) scale(1,1);
    -ms-transform: rotateY(0) scale(1,1);
    -o-transform: rotateY(0) scale(1,1);
    transform: rotateY(0) scale(1,1);
    opacity: 1
}

.newgallery li a:hover .def-head {
    bottom: -15%;
    opacity: 0
}

.newgallery li .data-content,.newgallery li .heading {
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.newgallery li .heading {
    font-size: 23px;
    color: var(--white);
    font-weight: 700;
    margin-top: 48%
}

.newgallery li .data-content {
    color: var(--white);
    padding-top: 29px;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 16px
}

.adventureservice .a-detail a,.newgallery li .view-page {
    display: inline-block;
    color: var(--white);
    position: relative
}

.adventureservice .a-detail a {
    font-size: .9em;
    border-radius: 4px;
    transition-duration: 0.3s;
    border: 1px dashed var(--schedule);
    background-color: var(--schedule);
    padding: 3px 3em 3px 10px;
    text-transform: capitalize
}

.newgallery li .view-page {
    text-align: center;
    border: 1px solid var(--white);
    margin: auto;
    padding: 5px 10px;
    z-index: 9;
    width: auto;
    border-radius: 25px
}

.Prsrls-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start
}

.Prsrls-list li {
    border: 1px solid #e4e4e4;
    list-style: none;
    padding: 15px;
    text-align: center;
    min-height: 352px!important;
    box-sizing: border-box;
    width: 24.3%;
    padding: 10px!important
}

.Prsrls-list li p {
    text-align: center;
    position: relative;
    background: rgb(255 255 255 / .8);
    border-top: 1px dashed var(--bordercolor);
    padding: 10px;
    margin-bottom: 0;
    color: #7a7a7a
}

.Prsrls-list strong {
    color: var(--dark);
    display: inline-block;
    font-weight: 400;
    margin: 6px 0
}

.readlable,.social_list li {
    margin-bottom: 5px;
    position: relative
}

.Prsrls-list strong .fa {
    color: crimson
}

.Prsrls-list p span {
    font-size: 9pt
}

.Prsrls-list strong i {
    color: #ba2c2c
}

.noeffect {
    border-radius: 0;
    border: 0;
    box-shadow: none
}

.readlable {
    padding: 5px 10px;
    font-size: .9em;
    background-color: #d5e6cb;
    margin-left: -10px;
    display: block;
    border-radius: 0 20px 20px 0;
    color: #3b592d
}

.destifilter {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.destifilter .inputdiv input {
    border: 1px solid var(--bordercolor);
    border-radius: 5px;
    padding: 8px 15px;
    width: 490px
}

.destifilter .title {
    padding: 5px 20px;
    font-size: 1.25rem;
    font-weight: 600
}

.form-group .col-md-4 .btn {
    display: block;
    width: 100%
}

select.form-control {
    appearance: auto!important
}

.form-group label {
    font-weight: 600
}

.facebook_text {
    background: #1877f2
}

.instagram_text {
    background: #e4405f
}

.linkedin_text {
    background: #0a66c2
}

.twitter_text {
    background: #1c2225
}

.social_list li {
    border: 1px solid #d8d8d8;
    padding: 8px 8px 8px 50px;
    border-radius: 140px
}

.social_list li i {
    position: absolute;
    font-size: 18px;
    padding: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    left: 0;
    top: 0;
    color: var(--white)
}

.track,.train {
    position: relative
}

.train {
    z-index: 1;
    animation: 15s linear infinite trainanim;
    bottom: -111px
}

.track {
    z-index: 0;
    bottom: -90px;
    background-image: url(../img/track.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 32px
}

.adventureservice {
    display: flex;
    background-color: var(--white);
    border-radius: 18px;
    box-shadow: 0 10px 20px rgb(8 36 2 / .73);
    position: relative;
    z-index: 100;
    margin-bottom: 25px
}

.adventureservice .a-thumb {
    width: 30%;
    overflow: hidden;
    border-radius: 18px 0 0 18px
}

.adventureservice .a-thumb img {
    max-width: 100%
}

.adventureservice .a-detail {
    width: 70%;
    padding: 15px 0 15px 15px
}

.adventureservice .a-detail h3 {
    font-size: 1.2em;
    margin-bottom: 5px
}

.adventureservice .a-detail a:hover {
    border-color: var(--orange1);
    background-color: var(--orange1);
    color: var(--white)
}

.animal {
    position: absolute;
    z-index: 0
}

.animal-6.animal {
    right: 495px;
    height: 33px;
    bottom: 106px
}

.animal-5.animal {
    right: 200px;
    height: 27px;
    bottom: 113px
}

.animal-4.animal {
    right: 580px;
    height: 26px;
    bottom: 100px
}

.animal-3.animal {
    right: 650px;
    height: 91px;
    bottom: 65px;
    z-index: 0
}

.animal-2.animal {
    right: 296px;
    height: 62px;
    bottom: 60px
}

.animal-1.animal {
    left: 306px;
    height: 44px;
    bottom: 102px
}

.animal-0.animal {
    left: 96px;
    height: 44px;
    bottom: 83px
}

.birdthumb,.tigerthumb {
    position: absolute;
    z-index: 101;
    height: 96px
}

.tigerthumb {
    top: -62px;
    left: 120px;
    height: 87px
}

.birdthumb {
    top: -57px;
    right: 40px
}

.train_safari_table {
    width: 100%;
    background: var(--white);
    -webkit-box-shadow: 0 5px 12px -12px rgb(0 0 0 / .29);
    -moz-box-shadow: 0 5px 12px -12px rgb(0 0 0 / .29);
    box-shadow: 0 5px 12px -12px rgb(0 0 0 / .29);
    text-align: center
}

.train_safari_table thead.thead-primary {
    background: var(--teal)
}

.table>thead>tr>th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.train_safari_table thead th {
    border: 1px dashed var(--white);
    color: var(--white);
    padding: 10px
}

.train_safari_table tbody tr {
    margin-bottom: 10px
}

.train_safari_table tbody td,.train_safari_table tbody th {
    font-size: 0.875rem;
    background: var(--white);
    vertical-align: middle;
    border: 1px dashed var(--secondary);
    font-weight: 700;
    padding: 10px
}

.train_safari_table tbody th.scope {
    background: #e8ebf8;
    border-bottom: 2px solid #e0e5f6
}

.Time_Table {
    background: var(--titlecolor)
}

.card1 {
    display: flex;
    background-color: var(--white);
    border-radius: 18px;
    box-shadow: 0 10px 20px rgb(0 0 0 / .22);
    position: relative;
    z-index: 100;
    padding: 20px;
    margin-bottom: 2em
}

.Train_Safari_bg {
    background-image: url(../img/Train_Safari_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.Train_Safari_bg h2 {
    color: var(--white)!important
}

.whatsnew-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 15px
}

.whatsnew-list1 li {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 1em
}

.whatsnew-list1 li .imagethumb {
    overflow: hidden;
    height: 380px;
    border-radius: 25px;
    transition-duration: 0.3s
}

.whatsnew-list1 li .imagethumb img {
    width: 100%;
    transition-duration: 0.3s;
    position: relative;
    z-index: 0
}

.whatsnew-list1 li .newsdata {
    position: absolute;
    border-radius: 0 25px 25px 0;
    background-color: rgb(255 255 255 / .9);
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    padding: 25px;
    transition-duration: 0.3s;
    box-shadow: 0 0 25px rgb(0 0 0 / .3);
    z-index: 9;
    overflow-y: auto
}

.whatsnew-list1 li .imagethumb .firsttitle {
    background: var(--dark);
    background: linear-gradient(180deg,transparent 0,rgb(0 0 0 / .71) 53%,rgb(0 0 0 / .96) 100%);
    position: absolute;
    color: var(--white);
    margin: 0 auto;
    opacity: 1;
    height: 70px;
    font-size: 1.2em
}

.whatsnew-list1 li .newsdata .second-title {
    line-height: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 1.2em
}

.whatsnew-list1 li:hover .newsdata {
    right: 0
}

.section-title1,.whatsnew-list1 {
    position: relative
}

.section-title1 .btn-theme {
    position: absolute;
    right: -90px;
    top: 50px
}

.section-title1:after {
    content: "";
    height: 90px;
    border: .1px solid #d8d8d8;
    position: absolute;
    z-index: 2;
    right: 14%;
    top: 15px;
    margin: 0 auto;
    opacity: .5
}

.subscribe-area1 {
    background: 0 0
}

.subscribe-area1 .adventureservice {
    box-shadow: 0 10px 20px rgb(200 200 200 / .73)!important
}

.welcome-slide1 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    column-count: 3;
    column-gap: 15px
}

.memoriesvideo,.welcome-slide1 li {
    margin-bottom: 1em
}

.welcome-slide1 .title {
    position: absolute;
    font-size: 15px;
    padding: 5px;
    height: auto
}

.memoriesvideo {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / .19)
}

.profile-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--box-shadow-md);
    text-align: center;
    width: 100%
}

.profile-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: var(--bordercolor1)
}

.profile-details {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    text-align: left
}

.profile-details li {
    margin: .5rem 0;
    text-align: center
}

.inner-content-wrap .form-group.row span {
    color: var(--red);
    font-size: .8em
}

#Bichia_to_Mailani .btn-close,#Mailani_to_Bichia .btn-close {
    position: absolute;
    right: -10px;
    padding: 10px;
    background: var(--red);
    border-radius: 100px;
    top: -10px;
    opacity: 1;
    color: var(--white);
    line-height: 0;
    font-size: 0.75rem;
    border: 5px solid var(--white)
}

.dsize::before,.pdf-size::before,.rar-size::before {
    color: var(--red);
    margin: 0 5px 0 0
}

.table {
    box-shadow: var(--box-shadow-md)
}

.inner-page td ul {
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 0
}

.inner-page td ul li {
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    font-size: .9em;
    padding: 5px 5px 5px 22px
}

.gridrow ul li a {
    color: #004cff
}

.gridrow a {
    display: block;
    margin-bottom: 5px
}

.gridrow img {
    height: 20px
}

.gridheader a {
    color: #fff
}

.gridrow .dsize:before {
    display: none
}

.table2 th,.table2 td {
    border: 1px solid #ddd
}

.notification {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    border: 3px solid #ff8400;
    background-color: var(--white);
    text-align: center;
    font-size: 1.6em;
    color: #ff8400;
    cursor: pointer;
    line-height: 40px
}

.notification>span {
    margin-top: 8px
}

.notification:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff8400;
    border-radius: 3px;
    animation: scale 1.6s linear infinite;
    border-radius: 50%
}

@keyframes scale {
    0%,35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.latestupdate {
    position: absolute;
    bottom: 80px;
    left: 10px;
    width: 250px;
    background-color: rgb(255 255 255 / .91);
    border-radius: 14px;
    box-shadow: 0 0 15px rgb(0 0 0 / .32);
    z-index: 101;
    transition-duration: 0.3s
}

.latestupdate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    scrollbar-width: thin;
    transition-duration: 0.3s;
    max-height: 250px
}

.latestupdate:hover {
    scrollbar-color: #003c4b #fff0
}

.latestupdate ul::-webkit-scrollbar {
    width: 6px
}

.latestupdate ul::-webkit-scrollbar-track {
    background: #fff0
}

.latestupdate ul::-webkit-scrollbar-thumb {
    background: #fff0;
    transition-duration: 0.3s
}

.latestupdate ul:hover::-webkit-scrollbar-thumb {
    background: #501986
}

.latestupdate ul li {
    padding: 5px 11px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    line-height: 23px
}

.latestupdate ul li.title {
    padding: 12px 11px;
    background-color: #ff4800b2;
    border-radius: 10px 10px 0 0;
    border-bottom: 0
}

.latestupdate ul li.title a {
    pointer-events: none;
    color: #fff
}

.latestupdate ul li:last-child {
    border-bottom: 0 solid #ccc
}

.latestupdate ul li a {
    color: #003c4b;
    text-decoration: none
}

.latestupdate:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 10px solid var(--white);
    bottom: -10px;
    left: 22px
}

.latestupdate.hidenews,.latestupdate ul.hidenews {
    display: none
}

.btn-danger {
    color: var(--white);
    background-color: #f98016;
    border-color: #f98016
}


.searchbtn img {
    height: 40px
}

.searchpopup {
    width: 330px
}

.searchpopup .offcanvas-header, .accessibilitypopup .offcanvas-header{
    background-color: #3c9d59;
    padding: 8px 15px
}

.searchpopup .offcanvas-header h5, .accessibilitypopup .offcanvas-header h5 {
    color: var(--white);
    margin-bottom: 0
}

.searchpopup .offcanvas-header button, .accessibilitypopup .offcanvas-header button {
    background-color: rgb(255 255 255 / .18);
    filter: invert(1)
}

.searchpopup .offcanvas-body, .accessibilitypopup .offcanvas-body {
    background-color: #eee
}

.searchpopup .offcanvas-body h5 {
    font-size: 15px
}

.searchbar {
    display: flex;
    margin-bottom: 20px
}

#searchinput {
    width: 80%;
    border: 0;
    padding: 9px 18px;
    border-radius: 4px 0 0 4px
}

.search-btn {
    width: 20%;
    border: 0;
    background-color: #f67c20;
    color: var(--white);
    font-size: 23px;
    border-radius: 0 4px 4px 0
}

.search-result {
    list-style: outside none none;
    padding: 0;
    display: flow-root
}

.search-result li {
    padding: 15px;
    transition: all 0.2s ease 0s;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
    border-radius: 10px;
    background: #fff
}

.search-result .local,.search-result a {
    color: #271def;
    display: block;
    font-size: 1.16em
}

.search-result .local:hover,.search-result a:hover {
    color: #271def!important
}

.search-result span {
    color: #a2892b;
    display: block;
    font-size: .85em
}

.search-result p {
    margin: 5px auto
}

.sitemap {
    margin: 0 15px
}

.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sitemap ul {
    background: url(../img/site_map_ul.gif) 0 -5px repeat-y!important
}

.sitemap ul li {
    background: url(../img/site_map_list.gif) 0 5px no-repeat!important;
    line-height: 16px!important;
    padding: 0 0 0 30px!important;
    margin: 10px 0
}
.sitemap ul li .home::before {
    content: "मुख्य पृष्ठ";
    font-size: var(--font-size);
    font-family: var(--font-sans-serif);
}
.sitemap ul li a {
    border: 1px solid #cccccc3d;
    color: #000 !important;
    display: block;
    padding: 8px 15px;
    border-radius: 5px
}

.sitemap ul li a:hover {
    background-color: #fbcf86;
    border: 1px solid #ed9501;
    color: #000;
    padding-left: 10px;
    text-decoration: none
}

.sitemap ul li ul {
    padding-bottom: 1px
}

.sitemap ul li ul li {
}

.leaders .leaders-profile .leaders-box p {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 19px;
    text-align: center
}

.leader-member-section .explorebg2 {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -36px
}

.leader-member-section .explorebg2 img {
    width: 100%
}

.leaders-profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px
}

.leaders-profile li {
    flex: 1 1 16%;
    box-sizing: border-box
}

.leaders-box {
    background: var(--white);
    text-align: center;
    padding: 0;
    border-radius: 10px;
    transition: transform 0.3s;
    position: relative;
    overflow: visible;
    box-shadow: 0 -20px 26px rgb(0 0 0 / .08);
    padding-top: 3em;
}

.leaders-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    clip-path: polygon(45% 1.33975%,46.5798% .60307%,48.26352% .15192%,50%0,51.73648% .15192%,53.4202% .60307%,55% 1.33975%,89.64102% 21.33975%,91.06889% 22.33956%,92.30146% 23.57212%,93.30127% 25%,94.03794% 26.5798%,94.48909% 28.26352%,94.64102% 30%,94.64102% 70%,94.48909% 71.73648%,94.03794% 73.4202%,93.30127% 75%,92.30146% 76.42788%,91.06889% 77.66044%,89.64102% 78.66025%,55% 98.66025%,53.4202% 99.39693%,51.73648% 99.84808%,50% 100%,48.26352% 99.84808%,46.5798% 99.39693%,45% 98.66025%,10.35898% 78.66025%,8.93111% 77.66044%,7.69854% 76.42788%,6.69873% 75%,5.96206% 73.4202%,5.51091% 71.73648%,5.35898% 70%,5.35898% 30%,5.51091% 28.26352%,5.96206% 26.5798%,6.69873% 25%,7.69854% 23.57212%,8.93111% 22.33956%,10.35898% 21.33975%);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px
}

.leaders-box:hover img {
    transform: scale(1.05)
}

.leaders-box h4 {
    margin: 0;
    font-size: 1.2em;
    color: var(--teal);
}

.leaders-box:hover {
    transform: translateY(-5px)
}

.leader-member-section .explorebg2 {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -36px
}

.leader-member-section .explorebg2 img {
    width: 100%
}

.leader-member-section {
    padding: 90px 0 20px 0px;
}

.whatsnew {
    background: #efefef url(../img/whatsnewbg.png);
    background-size: cover;
    background-position: top center
}

#ContentPlaceHolder_Body_rfv_txtstate {
    color: red
}

.lblmsg {
    color: #357506!important;
    padding: 10px;
    border-radius: 5px;
    background-color: #d7f0c5;
    display: inline-block;
    text-align: center;
    margin: 15px auto;
    width: 98%;
    font-size: 1.4em
}

.mlnk ul {
    -moz-columns: 4 auto;
    -o-columns: 4 auto;
    -webkit-columns: 4 auto;
    columns: 4 auto;
    -ms-columns: 4 auto;
    -khtml-columns: 4 auto;
    float: left
}

.fancybox-thumbs {
    cursor: pointer!important
}

.menu_2 li ul a,.menu_2 li ul a:focus {
    padding: 6px 0!important
}

.grid-stack {
    background: #dadada!important
}

.audiocaptcha {
    max-width: 30px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 6px
}

.highlight {
    color: #ffd601!important
}

.table-responsive {
    overflow-x: auto
}

.sk-ig-profile-bio-container {
    display: none!important
}

.sk-ig-profile-info {
    width: 30%!important
}

body .sk-instagram-feed .instagram-user-root-container {
    align-content: center!important;
    justify-content: center!important
}

.instagram .section-title h2 {
    margin: 0!important
}



.sitemap .policies {
    display: block
}

.tf-tree {
    overflow: auto;
    text-align: center
}

.tf-tree * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.tf-tree ul {
    display: inline-flex
}

.tf-tree li {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2px 5px;
    position: relative
}

.tf-tree li ul {
    margin: 3em 0
}

.tf-tree li li:before {
    border-top: 2px solid #1b55df;
    content: "";
    display: block;
    height: .0625em;
    left: -.03125em;
    position: absolute;
    top: -1.031em;
    width: 100%
}

.tf-tree li li:first-child:before {
    left: calc(50% - 0.03125em);
    max-width: calc(50%+ 0.0625em)
}

.tf-tree li li:last-child:before {
    left: auto;
    max-width: calc(50%+ 0.0625em);
    right: calc(50% - 0.03125em)
}

.tf-tree li li:only-child:before {
    display: none
}

.tf-tree li li:only-child>.tf-nc:before,.tf-tree li li:only-child>.tf-node-content:before {
    height: 16px
}

.tf-tree .tf-nc,.tf-tree .tf-node-content {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 10px 8px;
    font-weight: 700;
    border-radius: 3px;
    color: var(--white);
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    margin-top: 15px
}

.tf-tree .tf-nc p {
    font-weight: 400;
    margin-top: 5px
}

.tf-tree .tf-nc:before,.tf-tree .tf-node-content:before {
    top: -32px
}

.tf-tree .tf-nc:after,.tf-tree .tf-nc:before,.tf-tree .tf-node-content:after,.tf-tree .tf-node-content:before {
    border-left: 2px solid #1b55df;
    content: "";
    display: block;
    height: 32px;
    left: calc(50% - 0.03125em);
    position: absolute;
    width: .0625em
}

.tf-tree .tf-nc:after,.tf-tree .tf-node-content:after {
    bottom: -32px
}

.tf-tree .tf-nc:only-child:after,.tf-tree .tf-node-content:only-child:after,.tf-tree>ul>li>.tf-nc:before,.tf-tree>ul>li>.tf-node-content:before {
    display: none
}

.tf-tree.tf-gap-sm li {
    padding: 0 .6em
}

.tf-tree.tf-gap-sm li>.tf-nc:before,.tf-tree.tf-gap-sm li>.tf-node-content:before {
    height: .6em;
    top: -.6em
}

.tf-tree.tf-gap-sm li>.tf-nc:after,.tf-tree.tf-gap-sm li>.tf-node-content:after {
    height: .6em
}

.tf-tree.tf-gap-sm li ul {
    margin: 1.2em 0
}

.tf-tree.tf-gap-sm li li:before {
    top: -.63125em
}

.tf-tree.tf-gap-sm li li:only-child>.tf-nc:before,.tf-tree.tf-gap-sm li li:only-child>.tf-node-content:before {
    height: .6625em;
    top: -.6625em
}

.tf-tree.tf-gap-lg li {
    padding: 0 1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:before,.tf-tree.tf-gap-lg li>.tf-node-content:before {
    height: 1.5em;
    top: -1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:after,.tf-tree.tf-gap-lg li>.tf-node-content:after {
    height: 1.5em
}

.tf-tree.tf-gap-lg li ul {
    margin: 3em 0
}

.tf-tree.tf-gap-lg li li:before {
    top: -1.53125em
}

.tf-tree.tf-gap-lg li li:only-child>.tf-nc:before,.tf-tree.tf-gap-lg li li:only-child>.tf-node-content:before {
    height: 1.5625em;
    top: -1.5625em
}

.tf-tree li.tf-dotted-children .tf-nc:after,.tf-tree li.tf-dotted-children .tf-nc:before,.tf-tree li.tf-dotted-children .tf-node-content:after,.tf-tree li.tf-dotted-children .tf-node-content:before {
    border-left-style: dotted
}

.tf-tree li.tf-dotted-children li:before {
    border-top-style: dotted
}

.tf-tree li.tf-dotted-children>.tf-nc:before,.tf-tree li.tf-dotted-children>.tf-node-content:before {
    border-left-style: solid
}

.tf-tree li.tf-dashed-children .tf-nc:after,.tf-tree li.tf-dashed-children .tf-nc:before,.tf-tree li.tf-dashed-children .tf-node-content:after,.tf-tree li.tf-dashed-children .tf-node-content:before {
    border-left-style: dashed
}

.tf-tree li.tf-dashed-children li:before {
    border-top-style: dashed
}

.tf-tree li.tf-dashed-children>.tf-nc:before,.tf-tree li.tf-dashed-children>.tf-node-content:before {
    border-left-style: solid
}

.tree_bg1 {
    display: inline-block;
    background: #02a473;
    color: #fff
}

.tree_bg2 {
    background: #eac175;
    color: #000!important
}

.tree_bg3 {
    background: #f77739
}

.tree_bg4 {
    background: linear-gradient(to bottom,#05abe0 0,#87e0fd 100%);
    border: 2px solid #05abe0
}

.tf-nc .list {
    position: relative;
    padding: 5px 5px 5px 40px;
    text-align: left
}

.tf-nc .list:before {
    position: absolute;
    content: "\f169";
    font-family: flaticon;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 1.25rem
}

.orgni {
    border-bottom: 0 solid #dee2e6;
    justify-content: center
}

.orgni button.nav-link {
    font-weight: 700;
    padding: 15px;
    border: 0;
    background-color: #1b55df;
    color: #fff
}

.tab-content>.tab-pane {
    border: 1px solid #e1eaff;
    box-shadow: 0 0 15px rgb(0 0 0 / .1)
}

.orgni button.nav-link.active {
    background-color: var(--white);
    color: #1b55df;
    border: 1px solid #e1eaff;
    border-bottom: 0
}

.things2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.things2 li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 15px
}

.topthings .tab-content>.tab-pane {
    border: 0 solid #e1eaff;
    box-shadow: none
}

.qrmobileapp {
    float: left;
    padding: 8px;
    border-radius: 3px;
    background-color: var(--white);
    max-width: 146px
}

.qrmobileapp img {
    max-width: 100%;
    margin-bottom: 4px
}

.qrmobileapp span {
    display: block;
    color: #0f4f25;
    font-weight: 700;
    line-height: 17px
}



/* ===== Top utility bar ===== */
.topbar {
    background: var(--teal);
    color: #0b7e5c;
    font-size: .82rem;
    padding: 5px 0;
}

.topbar .fluipding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.topbar a {
    color: rgba(255, 255, 255, .92)
}

.topbar a:hover {
    color: var(--white);
    text-shadow: 0 0 12px rgba(255, 255, 255, .5)
}

.topbar .links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.topbar .links > a > img {
    display: inline-block;
    margin-right: 5px;
    max-height: 28px;
}

.topbar .a11y {
    display: flex;
    gap: 6px;
    align-items: center
}
.topbar .a11y .pwdbtn .fa-volume-high {
    transform: rotate(-30deg);
}

.topbar .a11y .pwdbtn {
    min-width: 30px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s var(--ease);
    padding: 0px 5px;
}

.topbar .a11y .pwdbtn > span {
    font-weight: 400;
    font-size: .75rem;
    margin-left: 5px;
}

.topbar .a11y .pwdbtn:hover {
    background: rgba(255, 255, 255, .22)
}

.accessibilitybtn span {
    font-weight: bold;
    padding: 7px 7px;
    transition-duration: .3s;
    display: inline-block;
}

.accessibilitybtn:hover {
    right: 0px;
    background-color: #ec306e;
}

.accessibilitypopup {
    max-width: 310px;
    background-color: transparent;
}

.accessibilitypopup .offcanvas-header h5 {
    color: var(--white);
    margin-bottom: 0px;
}

.accessibilitypopup .offcanvas-header button {
    background-color: rgba(255, 255, 255, 0.18);
    filter: invert(1);
}

.accessibility-tools {
    display: flex;
    flex-wrap: wrap;
}

.accessibility-tools > div {
    box-sizing: border-box;
    padding: 5px;
    width: 50%;
}

.accessibility-tools > div button {
    display: block;
    border: 0px;
    font-weight: 400;
    width: 100%;
    background: var(--white);
    border-radius: 5px;
    padding: 5px;
    border: 0px;
    min-height: 80px;
    line-height: 1.5;
    transition-duration: .3s;
    font-size: 0.85em;
    backdrop-filter: blur(15px);
    border: 1px solid rgb(0 0 0 / 13%);
}

.accessibility-tools > div button:hover {
    background: var(--grad-soft);
}

.accessibility-tools > div button > span {
    display: block;
}

.accessibility-tools > div button > span img {
    height: 25px;
    transition-duration: .3s;
    display: inline-block;
}


.hide-images img {
    display: none !important;
}

.grayscale-images img {
    filter: grayscale(100%) !important;
}

.underline-links a {
    text-decoration: underline !important;
}

.hide {
    display: none;
}
.btn-wrap a {
    margin-bottom: 5px;
}