#navbar.absolute .abs-img,
#navbar.fixed .fix-img,
#pencet span,
.bank-detail-desc label,
.form-wrapper a[data-hash],
.has-dropdown:hover .is-dropdown,
.owl-carousel a[data-hash],
.tour-card span,
form a[data-hash] {
    display: block;
}
.btn,
.btn-icon,
.search-bar input {
    height: 40px;
}
.primary-title span.colored-buddha:before,
.primary-title span.white-buddha:before {
    content: "";
    background-image: url("../images/colored-buddha.svg");
    background-size: contain;
    background-position: center;
    position: absolute;
    transform: translateX(-50%);
    padding: 12px;
    background-repeat: no-repeat;
}
#client-slider .owl-item:hover,
#pencet,
.close-button:hover,
.close-video:hover {
    cursor: pointer;
}
#click-menu-wrapper,
#navbar .nav-menu.temp-hide,
.tab-selection {
    opacity: 0;
    visibility: hidden;
}
#click-menu-wrapper.show,
.tab-selection.active {
    visibility: visible;
    opacity: 1;
}
.price-container,
.price-container:after {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn,
.price-container .price span {
    text-align: center;
    text-transform: uppercase;
}
body {
    font-family: "Figtree", sans-serif;
    color: #262322;
    opacity: 0;
}
.condensed {
    font-family: "Figtree", sans-serif;
}
button:focus,
button:focus-within {
    box-shadow: none;
    outline: 0;
}
#navbar .nav-menu ul li a.active,
#navbar .nav-menu ul li a:hover,
#navbar .nav-menu ul.is-dropdown li a.active,
#navbar .nav-menu ul.is-dropdown li a:hover,
.btn:visited,
.primary-color {
    color: #2ca4ad;
}
.primary-bg,
.top-bar {
    background-color: #2ca4ad;
}
.secondary-color,
.term-policy-wrapper a {
    color: #d49f00;
}
.secondary-bg {
    background-color: #d49f00;
}
.grey-bg {
    background-color: #f4f9e9;
}
#logo img {
    height: 75px;
}
input:focus,
input:focus-within {
    outline: 0;
    box-shadow: none;
}
#navbar.fixed {
    background-color: #fff;
    transition: 0.2s ease-in-out;
    top: 0;
}
.fixed #pencet span {
    background-color: #262322;
}
#navbar .nav-menu {
    transition: 0.3s ease-in-out;
}
#navbar .nav-menu ul li a,
.bg-light .btn-filled,
.bg-light .btn-filled:visited,
.btn-filled:visited,
.btn-white:visited,
.btn:visited:hover,
.overlay .primary-title {
    color: #fff;
}
#navbar .search-bar input {
    border-color: #fff;
    color: #fff;
}
#navbar .nav-menu ul.is-dropdown li a,
#navbar.fixed .nav-menu ul li a,
#navbar.fixed .search-bar span {
    color: #262322;
}
#navbar.fixed .search-bar input {
    border-color: #262322;
    color: #262322;
}
#navbar.fixed .search-bar button {
    color: #262322;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#navbar .nav-menu ul li a.active {
    font-weight: 700;
}
#bgvid,
#navbar.absolute .fix-img,
#navbar.fixed .abs-img,
.is-dropdown,
a[data-hash] {
    display: none;
}
.is-dropdown {
    top: 24px;
}
#navbar .search-bar button {
    color: #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#navbar .search-bar button#search-close {
    display: none;
    color: #262322;
    z-index: 999;
}
#navbar .search-bar input.for-mobile {
    border-color: #262322;
    margin-top: 12px;
    width: 100%;
    color: #262322;
}
.slide-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000;
    background: linear-gradient(
        0deg,
        #000 0,
        rgba(117, 117, 117, 0) 50%,
        #000 100%
    );
    opacity: 0.7;
}
.btn,
.contact-top ul li,
.primary-title span {
    display: inline-block;
}
.slider-content h2 {
    text-shadow: 1px 1px 5px #969696;
}
#pencet {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#pencet span {
    background-color: #f8f8ff;
    width: 2em;
    height: 0.1em;
    margin: 0.26em 0;
    transition: 0.4s;
    transform-origin: 0 0;
}
.Diam span:first-child {
    transform: rotate(45deg) translate(1px, -1px);
}
.Diam span:nth-child(2) {
    transform: scaleX(0);
}
.Diam span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 0);
}
.btn {
    font-family: "Figtree Condensed", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    border: 2px solid #2ca4ad;
    padding: 0 26px;
    min-width: 150px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 0;
    color: #2ca4ad;
    transition: 0.3s;
    margin-right: 8px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}
#click-menu-wrapper,
#click-menu-wrapper.show,
#left-side-menu,
#right-side-menu,
.tab-selection {
    transition: 0.3s ease-in-out;
}
.btn:last-child,
.btn:last-of-type {
    margin-right: 0;
}
.btn-filled,
.btn:hover {
    background: #2ca4ad;
    color: #fff;
}
.btn-icon {
    width: 40px;
    font-size: 20px;
    min-width: 0;
    padding: 0;
    line-height: 38px;
}
.btn-lg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}
.btn-icon.btn-lg {
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 24px;
    min-width: 0;
}
.btn-icon.btn-sm {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    min-width: 0;
    padding: 0 0 0 1px !important;
}
.btn-sm {
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    min-width: 0;
}
.play-button,
.play-button-bg {
    width: 90px;
    height: 90px;
    left: -45px;
    bottom: 25px;
}
.btn-white.btn-filled {
    background-color: #fff;
    color: #2ca4ad !important;
    font-weight: 600;
}
.bg-primary .btn,
.btn-white,
.image-bg .btn,
.image-bg .btn:visited {
    color: #fff;
    border-color: #fff;
}
.btn-white:hover,
.image-bg .btn:hover,
.image-bg .btn:visited:hover {
    background: #fff;
    color: #222;
}
.image-bg .btn-filled:visited,
.image-bg .btn.btn-filled {
    border-color: #2ca4ad;
}
.image-bg .btn-filled:hover {
    border-color: #fff;
}
.btn-rounded {
    border-radius: 25px;
}
#about-video,
.play-button {
    border-radius: 50%;
    display: flex;
}
body.btn-rounded .btn {
    border-radius: 25px !important;
}
.bg-light .btn {
    border-color: #222;
    color: #222;
}
.bg-light .btn:visited,
.bg-light .btn:visited:hover,
.btn-white:visited:hover {
    color: #222;
}
.btn.bg-dark {
    color: #fff;
    border-color: #292929;
}
.btn.bg-dark:hover {
    background: #434343;
}
.bg-primary .btn:hover {
    background: #fff;
    color: #2ca4ad;
}
#main-slider .owl-nav button {
    font-size: 60px;
    color: #fefefe;
}
#client-slider .owl-nav .owl-prev,
#main-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    z-index: 1;
}
#client-slider .owl-nav .owl-next,
#main-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 1;
}
.primary-title span.colored-buddha:before {
    width: 32px;
    height: 32px;
    background-color: #fff;
    bottom: -30px;
    left: 50%;
    z-index: 3;
}
.primary-title span.colored-buddha:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #d49f00;
    position: absolute;
    bottom: -17px;
    background-repeat: no-repeat;
    left: 0;
    z-index: 2;
}
.primary-title span.white-buddha:before {
    width: 32px;
    height: 32px;
    bottom: -30px;
    left: 50%;
    z-index: 0;
}
.overlay:before,
.primary-title span.white-buddha:after,
.tour-card .card-content:before,
.tour-card:hover .card-content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}
#about-video,
.play-button {
    background-color: #d49f00;
    z-index: 3;
}
.primary-title span.white-buddha:after {
    height: 2px;
    background-color: #d49f00;
    bottom: -17px;
    background-repeat: no-repeat;
    z-index: 3;
}
.tour-card .card-content {
    z-index: 4;
}
.tour-card .card-content:before {
    bottom: 0;
    height: 0;
    background-color: #fff;
    transition: 0.1s ease-in-out;
    z-index: -1;
}
.tour-card:hover .card-content:before {
    bottom: 0;
    height: 100%;
    background-color: #fff;
    transition: 0.1s ease-in-out;
    z-index: -1;
}
.tour-card .card-content p {
    transition: 0.1s ease-in-out;
    color: #262322;
}
.tour-card:hover .card-content p {
    color: #262322;
    transition: 0.1s ease-in-out;
    text-shadow: none;
}
.play-button {
    align-items: center;
    justify-content: center;
}
#bgvid,
.nav-tabs a.active,
.owl-dot span,
.play-button-bg {
    background-color: #fff;
}
#about-video {
    width: 80px;
    height: 80px;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}
.text-last-center {
    text-align-last: center;
}
.play-button-bg {
    border-radius: 50%;
    z-index: 1;
}
.owl-dot,
.owl-dot span,
.owl-dot.active span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.overlay {
    background-attachment: fixed;
}
.overlay:before {
    top: 0;
    height: 100%;
    background-color: #262322;
    opacity: 0.4;
    z-index: 0;
}
.left-tab {
    max-height: 425px;
}
.left-tab::-webkit-scrollbar {
    width: 5px;
}
.left-tab::-webkit-scrollbar-track {
    background: #2ca4ad;
}
.left-tab::-webkit-scrollbar-thumb {
    background: #d49f00;
}
.left-tab::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.nav-tabs a {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.nav-tabs a.active {
    color: #262322;
}
.owl-dots {
    margin-top: 20px;
}
.owl-dot {
    margin-right: 6px;
}
.owl-dot.active span {
    background-color: #d49f00;
}
.contact-input {
    border-bottom: 2px solid #262322;
    padding: 0 12px;
}
.contact-input:focus {
    border-color: #d49f00;
}
textarea.contact-input:focus {
    outline: 0;
}
.footer {
    background-color: #3c4b52;
}
.footer-logo {
    width: 250px;
}
#click-menu-wrapper,
#click-menu-wrapper.show {
    z-index: 999;
}
#left-side-menu {
    transform: translateX(100%);
}
#click-menu-wrapper.show #left-side-menu,
#click-menu-wrapper.show #right-side-menu {
    transform: translateX(0);
    transition: 0.3s ease-in-out;
}
#right-side-menu {
    transform: translateX(-100%);
}
#bgvid {
    transition: 0.4s ease-in-out;
}
#ab-home-content.hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
#client-slider .owl-item img {
    width: auto !important;
}
#client-slider .owl-item {
    transform: scale(0.75);
    opacity: 0.5;
}
#client-slider .owl-item.center {
    transform: scale(1);
    opacity: 1;
}
#client-slider .owl-nav button {
    font-size: 32px;
    color: #fefefe;
}
.green {
    color: green;
}
.red {
    color: red;
}
.detail-nav-list,
.side-fix-box {
    top: 90px;
}
#scroll-spy-navs li a.active {
    color: #fff;
    background-color: #2ca4ad;
}
.payment-wrapper h2,
.term-policy-wrapper h1:first-of-type,
.term-policy-wrapper h2:first-of-type {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.term-policy-wrapper p {
    margin-bottom: 12px;
}
.term-policy-wrapper h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 6px;
}
.term-policy-wrapper ul {
    padding-left: 48px;
    list-style-type: disc;
    margin-bottom: 12px;
}
@media only screen and (min-width: 1920px) {
    .for-fixed-width,
    .section,
    section.section {
        max-width: 1920px;
        margin: 0 auto;
    }
    #navbar {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 600px) {
    .play-button,
    .play-button-bg {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
    #logo img {
        height: 40px;
    }
    #pencet span {
        background-color: #f8f8ff;
        width: 1.5rem;
        height: 0.1em;
        margin: 0.16em 0;
        display: block;
        transition: 0.4s;
        transform-origin: 0 0;
    }
    .tour-card .card-content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: 0.1s ease-in-out;
        z-index: -1;
    }
    .tour-card .card-content p {
        color: #262322;
        transition: 0.1s ease-in-out;
        text-shadow: none;
    }
    .play-button {
        background-color: #d49f00;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }
    .play-button-bg {
        background-color: #fff;
        z-index: 1;
    }
    #main-slider .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
    #main-slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
    .cost-flex {
        flex-direction: column;
    }
    .detail-nav-list {
        top: 55px;
    }
}
.fixed-right-social {
    top: 92%;
    right: 2%;
    z-index: 99;
    transform: translateY(-50%);
}
.fixed-left-social {
    top: 80%;
    left: 0;
    z-index: 99;
    transform: translateY(-50%);
}
.operator {
    background-color: #2ca4ad;
    color: #fff;
}
.social-fixed li.faceb {
    background-color: #4267b2;
    border: 1px solid #4267b2;
}
.social-fixed li.twit {
    background-color: #00acee;
    border: 1px solid #00acee;
}
.social-fixed li.gmail {
    background-color: #db4a39;
    border: 1px solid #db4a39;
}
.social-fixed li.whats img {
    width: 65px;
}
.social-fixed li.insta {
    background-color: #e95950;
    border: 1px solid #e95950;
}
.social-fixed li.faceb i {
    padding-left: 5px;
}
.social-fixed li {
    padding: 10px 0;
}
.t-operator {
    display: flex;
    justify-content: space-between;
}
.tour-card {
    padding: 0 20px;
}
.inner-tour-package .tour-card {
    padding: 0;
}
.active-mem {
    margin: 20px 0 20px 30px;
}
.active-mem img {
    max-width: 100px;
    margin: 0 25px;
    height: 75px;
}
.operator-text h2.text-2xl {
    font-size: 30px;
}
.operator-text p.text-lg,
.small-nav .small-nav-font {
    font-size: 20px;
}
.footer-bottom h3 {
    padding-top: 25px;
    padding-bottom: 10px;
}
.footer p {
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    .social {
        display: none;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-social {
        padding-top: 15px;
    }
    .contact-top {
        width: 100%;
    }
    .contact-top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }
    .operator-text h2.text-2xl {
        font-size: 25px;
    }
    .operator-text p.text-lg {
        font-size: 18px;
    }
}
@media (max-width: 425px) {
    .active-mem,
    .t-operator {
        display: block;
    }
    .t-operator {
        padding-left: 15px;
        padding-right: 15px;
    }
    .active-mem img {
        max-width: 100px;
        margin: 20px auto;
    }
    .operator-text h2.text-2xl {
        font-size: 23px;
    }
    .operator-text p.text-lg {
        font-size: 16px;
    }
    .fixed-social {
        width: 40px;
    }
    .contact-top ul li span {
        display: none;
    }
    .contact-top ul li i {
        font-size: 21px;
    }
}
.footer-img img {
    width: 80px;
    max-width: none;
}
.footer-text {
    margin-top: auto;
    margin-bottom: auto;
}
#navbar .min-w {
    min-width: 180px;
}
.payment-heading-wrapper {
    margin-bottom: 25px;
}
.e-payment {
    float: right;
}
.payment-body-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.payment-body-wrapper h3 {
    font-size: 22px;
}
.payment-body-wrapper h2 {
    margin-bottom: 0;
}
.bank-detail-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}
.bank-detail-card {
    padding: 25px;
    font-size: 14px;
}
.bank-detail-card label {
    font-weight: 400;
}
.bank-detail-card label span {
    font-weight: 600;
}
.small-nav .small-nav-icon {
    font-size: 2.5rem;
    padding: 10px 0;
}
.footer .line-break {
    border-bottom: 1px solid #fff;
}
.flag-icon {
    width: 30px;
    display: inline-block;
}
.special-offer {
    background-color: red;
    padding: 15px 20px;
    color: #fff;
    position: relative;
    min-height: 100px;
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-title {
    font-size: 20px;
    font-weight: 700;
}
.offer-title {
    color: #000;
    padding: 10px 5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(20deg);
}
.price-container,
.tour-card {
    position: relative;
}
.offer-title .main-offer {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.offer-title .offer-percent {
    font-size: 14px;
    margin-top: -5px;
}
.price-container,
.price-container .price,
.price-container:after,
.price-container:before {
    height: 3em;
    width: 3em;
    background: #fff;
}
.price-container:after,
.price-container:before {
    content: "";
    position: absolute;
}
.price-container {
    margin: 15px 10px;
    top: 0;
    left: 0;
    background-color: #fafafa;
    transform-origin: center;
    transition: 0.3s ease-out;
}
.price-container:before {
    top: 0;
    left: 0;
    transform: rotate(22.5deg);
    z-index: 1;
}
.price-container:after {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    background-color: #eaeaea;
}
.price-container .price {
    padding: 1em 0;
    height: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(-22.5deg);
    z-index: 1;
}
.price-container .price span {
    position: relative;
    z-index: 100;
    display: block;
    color: #000;
    font-size: 12px;
}
.price-container .price span.number {
    font-weight: 700;
    font-size: 14px;
    line-height: 0.9em;
    color: #000;
}
.tour-card .ribbon {
    display: inline-block;
    padding: 10px 9px;
    position: absolute;
    right: 0;
    background-color: #2ca4ad;
    color: #fff;
    top: 0;
    width: 140px;
    min-height: 90px;
    font-size: 13px;
}
.tour-card del {
    font-size: 10px;
}
.tour-card strong {
    font-size: 11px;
}
.active-mem .nepaltt img {
    max-width: 100%;
}
.right-side-footer {
    border-left: 3px solid #eaeaea;
}
