/* ------------------------
    General
------------------------*/

html {
    overflow-x: hidden;
}

:root {
    --theme-color: #044b7f;
    --secondary-color: #212529;
    --third-color: #FCB040;
    --dark-color: #222;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
    --optionalColor: #333146;
    --title-color: #07294d;
    --blackColor: #262E2E;
    --postcolor: #6a7a83;
    --fontSize: 16px;
    --transition: .5s
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212529;
    overflow-x: hidden;
    font-weight: 400;
}


/* ------------------------
    Typography
------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--dark-color);
    font-family: "Crimson Text", serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 0;
    font-size: 16px;
}


/* ------------------------
    General
------------------------*/

a,
a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: var(--third-color);
    text-decoration: none !important;
}

a,
button,
input {
    outline: medium none !important;
    color: #000
}

*::-moz-selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none;
}

::selection {
    background: var(--theme-color);
    color: var(--white-color);
    text-shadow: none;
}


/* ------------------------
    Transition
------------------------*/

a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.social-icons li:hover a,
.owl-item,
.team-description,
.btn:before,
.btn:after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


/* ------------------------
    Header
------------------------*/

.search-container {
    background-color: white;
    border-radius: 50px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    /* padding: 10px; */
    max-width: 500px;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    /* Start with hidden state */
    transform: translateY(-20px);
    /* Start with an upward offset */
    border: 1px solid #175db0;
    padding-right: 5px;
}

.search-container.visible {
    opacity: 1;
    /* Fade in */
    transform: translateY(0);
    /* Slide into place */
}

.search-container:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.form-control.search-input {
    border: none;
    background: transparent;
    padding-left: 20px;
    font-size: 1rem;
    height: 46px;
}

.form-control.search-input:focus {
    box-shadow: none;
    outline: none;
}

.btn-search {
    background-color: var(--theme-color);
    color: white;
    border-radius: 50px;
    padding: 7px 17px;
    border: none;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background-color: var(--theme-color);
    /* transform: scale(1.05); */
    color: #fff;
}

.search-icon {
    color: #6c757d;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}


/* ======= Navbar style ======= */

.u-header__navbar-link {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    padding-left: 1.281rem;
    padding-right: 1.281rem;
    display: inline-block;
    padding-top: 0.594rem;
    padding-bottom: 0.594rem;
}

.topbarnav [class*="topbarnav-nav-divider"] .list-inline-item+.list-inline-item {
    position: relative;
}

.topbarnav [class*="topbarnav-nav-divider"] .list-inline-item+.list-inline-item .u-header__navbar-link:before {
    content: '';
    background-color: #eee;
    position: absolute;
    width: 1px;
    height: 30px;
    left: -1px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 2.125rem;
    height: 2.125rem;
    padding: 0;
    background: var(--theme-color);
    color: #fff;
}

.btn-icon:hover {
    color: #fff;
    background: var(--secondary-color);
    box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
    border-radius: 100%;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.navbar {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 1px;
    padding-bottom: 3px;
    /* height: 90px; */
}

.navbar .container {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-scroll .container {
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}

.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 21px;
    padding-left: 21px;
    /* font-family: 'Barlow', sans-serif; */
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    color: #1759ad;
}

.navbar .navbar-nav .active {
    color: #1759ad !important;
}

.navbar .navbar-nav .active i {
    color: #2095AE;
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #2095AE;
}

.nav-scroll .navbar-nav .nav-link {
    color: #0f2454;
}

.nav-scroll .navbar-nav .active {
    color: #2095AE !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}

.nav-scroll .logo-img {
    width: 140px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #2095AE;
    margin-bottom: 0;
    padding: 23px 0;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 9px;
    color: #0f2454;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 23px 0;
}

.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
}

.logo {
    padding: 0;
}

.logo-img {
    /* padding: 20px 0; */
    width: 252px;
    text-align: center;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.nav-scroll .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
}

.nav-scroll .navbar-nav .active i {
    color: #2095AE;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0f2454;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #2095AE;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(15, 36, 84, .03);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}


/* Navbar Media Query */

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 7px 0 8px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 21px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 140px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 140px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: #009ce4;
        margin-top: 10px;
        border: none;
        line-height: unset;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #0f2454;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #0f2454 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #2095AE !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: rgba(15, 36, 84, 0.5);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(15, 36, 84, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #2095AE;
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
}

.navbar .megamenu {
    padding: 1rem;
}

.text-theme {
    color: var(--theme-color);
}

.megamenu .nav-pills .nav-link.active,
.megamenu .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 50%;
        margin-top: 0;
        margin: auto;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


/* hero slidewr starts */


/*=======[ 04.  Index Rev Slider Style ]========*/

.rev_slider_wrapper {
    position: relative;
}

.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
    visibility: visible;
    opacity: 1;
    display: none;
}

.rev_slider_wrapper ul li .slider-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rev_slider_wrapper ul li .slider-overlay:before {
    background: rgba(63, 119, 250, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.rev_slider_wrapper ul li .NotGeneric-Title span {
    color: var(--theme-color) !important;
}

.rev_slider_wrapper .zeus.tparrows.tp-leftarrow:before {
    content: "\e824";
    text-indent: 9999px;
}

.rev_slider_wrapper .zeus.tparrows.tp-rightarrow:before {
    content: "\e825";
    text-indent: 9999px;
}

.rev_slider_wrapper .tp-leftarrow,
.rev_slider_wrapper .tp-rightarrow {
    background: var(--theme-color) !important;
    border-radius: 100%;
    height: 72px;
    width: 72px;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.rev_slider_wrapper .tp-leftarrow:before,
.rev_slider_wrapper .tp-rightarrow:before {
    border-radius: 100%;
    height: 36px;
    width: 26px;
    transition: all 0.3s ease-in-out;
    margin: 0px auto;
    margin-top: 18px;
}

.rev_slider_wrapper .tp-leftarrow:before,
.rev_slider_wrapper .tp-leftarrow:before {
    border-radius: 100%;
    height: 36px;
    width: 26px;
    transition: all 0.3s ease-in-out;
    margin: 0px auto;
    margin-top: 18px;
}

.rev_slider_wrapper .tp-leftarrow:before {
    background: url("../images/left-arrow.png") no-repeat center center;
}

.rev_slider_wrapper .tp-leftarrow:hover:before {
    color: var(--white-color);
}

.rev_slider_wrapper .tp-rightarrow:before {
    background: url("../images/right-arrow.png") no-repeat center center;
}

.rev_slider_wrapper .tp-rightarrow:hover:before {
    color: var(--white-color);
}

.rev_slider_wrapper .rev_slider-1 ul li .slider-overlay:before {
    background: rgba(63, 119, 250, 0.1);
}

.rev_slider_wrapper .rev_slider-1 ul li .NotGeneric-Title span {
    color: var(--theme-color) !important;
}

.rev_slider_wrapper .rev_slider-4 ul li .slider-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rev_slider_wrapper .rev_slider-4 ul li .slider-overlay:before {
    background: rgba(56, 74, 94, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.rev_slider_wrapper .rev_slider-4 ul li .NotGeneric-Title span {
    color: var(--theme-color) !important;
}


/* search */


/* search */

button.btn.btn-success.m-0 {
    background: var(--theme-color);
}

input.form-control.border-success {
    border-color: var(--theme-color) !important;
}

:focus {
    box-shadow: unset !important;
}

.nav-search .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 300px;
    left: auto;
    right: 0;
}

.nav-search .dropdown-menu.show {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.booksearch {
    padding: 25px 40px 0 40px;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.booksearch_form .form-group label {
    font-weight: 600;
    font-size: 15px;
    color: #f8f9fa;
}

.booksearch_form .form-group .form-field {
    position: relative;
    display: block;
}

.booksearch_form .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
}

.booksearch_form .form-group .form-control {
    padding: 7px;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 55 px !important;
    font-size: 14px;
    border: none !important;
    color: #000 !important;
    /* background: var(--white-color)!important; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 5 px;
}

.rev_slider_wrapper {
    height: 50em !important;
    box-shadow: unset;
}

.rev_slider {
    height: 50em !important;
    box-shadow: unset;
}

@media (min-width: 768px) {
    .booksearch {
        margin-top: -116px;
    }
}

.btn-get-started {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background-color: var(--theme-color);
    display: inline-block;
    text-decoration: none!important;
    border: 0;
    cursor: pointer;
}

.btn-get-started:hover {
    background: var(--secondary-color)!important;
    color: #fff !important;
}


/* section title */

.sectiontitle {
    position: relative;
    font-size: 38px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    margin-top: 0;
    font-weight: 800;
    color: var(--theme-color);
    /* font-family: 'Signika', 'Montserrat', 'Montserrat', cursive; */
    text-transform: uppercase;
    font-family: "Crimson Text", serif;
}

.sectiontitle:after {
    content: '';
    background-color: var(--secondary-color);
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}

.sectiontitle:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    width: 12px;
    height: 12px;
    margin-left: -5px;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
    background-color: var(--secondary-color);
}

.sectiontitle small {
    display: block;
    font-size: 17px;
    line-height: 30px;
    text-transform: initial;
    color: var(--secondary-color);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

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

.newdestinations {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 26em;
}

.newdestinations img {
    /* height: 100%; */
    height: 26em;
    object-fit: cover;
    ob: top 26%;
}

.tours1 .newdestinations img,
.destination1 .newdestinations img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.newdestinations .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #2095AE;
}

.category a {
    color: #fff;
}

.newdestinations .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}

.newdestinations .con h5 a {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.newdestinations .con p,
.newdestinations .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.newdestinations:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.newdestinations:hover .con {
    bottom: 0;
}

.newdestinations:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.newdestinations .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}

.permalink a {
    color: #fff;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}


/* Festival packages */

.trip-of-month {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    background: #000;
    z-index: 1
}

.trip-of-month h3 {
    font-size: 32px;
    color: #fff;
}

.trip-of-month::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/budha.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: .5
}

.trip-of-month .main-header {
    margin-top: 80px;
    margin-bottom: 80px
}

.trip-of-month .main-header h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 800
}

.trip-of-month .trip-of-month-btn {
    font-size: 16px;
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 12px 55px;
    color: #fff;
    margin-top: 70px;
    display: inline-block
}

.trip-of-month .trip-of-month-btn:hover {
    text-decoration: none;
    background-color: #044b7f;
    border: solid 1px #044b7f
}


/* tour packages */

.tour-single {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border: 1px solid #e8e9ec;
    border-radius: 2px;
}

.tour-single figure figure {
    position: relative;
}

figure {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.arrow-ribbon {
    background: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 13px;
    text-transform: uppercase;
}

.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -12px;
    border-top: 20px solid transparent;
    border-right: 12px solid rgba(0, 0, 0, 0.3);
    border-bottom: 20px solid transparent;
    width: 0;
}

.tour-single img {
    height: 226px;
    object-fit: cover;
    object-position: 50% 22%;
}

.tour-badge {
    float: right;
}

.tour-single .tour-details {
    padding: 25px 30px;
}

.tour-single .tour-details h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 0 0 15px 0;
    line-height: 25px;
}

.tour-single .tour-details h3 a {
    color: inherit;
    color: #444444;
}

.tour-single .tour-details p.tour-duration span {
    color: var(--theme-color);
    display: inline-block;
    padding-right: 5px;
    font-size: 11px;
}

.tour-desc {
    margin: 0;
    font-size: 16px;
}

.tour-meta {
    padding: 15px 30px;
    border-top: 1px solid #ebecea;
    font-size: 14px;
    display: table;
    width: 100%;
    background: #fafafa;
}

.tour-single .tour-rating {
    display: table-cell;
    float: left;
}

.tour-single .tour-rating ul {
    margin-bottom: 0;
}

.tour-single .tour-rating ul li {
    display: inline-block;
}

.tour-single .tour-rating ul li i {
    color: var(--theme-color);
    font-size: 12px;
}

.tour-single .tour-rating ul li:last-child {
    font-size: 13px;
    display: block;
}

.tour-price {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.5px;
    text-align: right;
}

.tour-price .sale-price {
    font-size: 14px;
}

.strike-through {
    color: var(--theme-color);
    text-decoration: line-through;
}

p.tour-duration {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    /* background: rgb(13 110 253 / 17%); */
}

.specialpackage {
    background-color: transparent;
    background-image: linear-gradient( 90deg, #00BDBB00 30%, var(--theme-color) 30%);
    padding: 4em 0;
}

.specialpackage .card {
    margin-left: auto;
    width: 1500px;
    background: var(--theme-color);
    border: 0;
}

.specialpackage .card-body h2 {
    font-family: "Raleway", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1em;
    color: #fff;
}

section.specialpackage .card-body {
    padding: 100px 0px 0px 65px;
    width: 80%
}


/* video */


/* Video */

.video-box {
    position: relative;
    border-radius: 5px;
    max-width: 800px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 100px */
}

.video-box .image {
    overflow: hidden;
    /* border-radius: 5px */
}

.video-box .image img {
    object-fit: cover;
    -moz-transition: .5s;
    transition: .5s;
    height: 31em;
}

.video-box .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #fe4a55;
    border-radius: 50%;
    color: #fff
}

.video-box .video-btn:after,
.video-box .video-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #fe4a55
}

.video-box .video-btn:before {
    -webkit-animation: ripple 2s linear infinite;
    -moz-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-box .video-btn:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    -moz-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.video-box .video-btn:hover {
    color: #fff;
    background-color: #221638
}

.video-box .video-btn:hover:after,
.video-box .video-btn:hover:before {
    border-color: #221638
}

.video-box:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

section.specialpackage h6 {
    width: max-content;
    background: var(--theme-color);
    color: #fff;
    padding: 4 px;
    font-weight: 600;
}

.enqnow {
    background: var(--theme-color);
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-moz-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.topcategories_left .card {
    margin: 0px 0px -1px -1px;
    border-radius: 0;
}


/* popular packages */

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.small-gutters>[class*=col-] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.special_packages a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.special_packages a img {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    height: 15em;
    width: 100%;
    object-fit: cover;
}

.special_packages a .wrapper {
    width: 100%;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 20px 20px;
}

.special_packages a .wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.special_packages a .wrapper p {
    color: #fff;
    opacity: 0;
    margin: 0;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transform: translateY(20px) translateZ(0);
    -moz-transform: translateY(20px) translateZ(0);
    -ms-transform: translateY(20px) translateZ(0);
    -o-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.special_packages a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.special_packages a:hover h2 {
    -webkit-transform: translateY(-5px) translateZ(0);
    -moz-transform: translateY(-5px) translateZ(0);
    -ms-transform: translateY(-5px) translateZ(0);
    -o-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

.special_packages a:hover p {
    opacity: .8;
    transition-delay: .2s;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    -o-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}


/* blog */

.blog_section .card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}

.blog_section .card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.blog_section .card:hover .backgroundEffect {
    bottom: 0;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: var(--theme-color);
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
    0% {
        height: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }
    50% {
        height: 80px;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%
    }
    75% {
        height: 160px;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%
    }
    100% {
        height: 320px;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }
}

.blog_section .card .pic {
    position: relative
}

.blog_section .card .pic img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.blog_section .card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 77px;
    background-color: var(--theme-color);
    color: white;
    position: absolute;
    bottom: 0px;
    transition: all ease;
    /* gap: 0; */
}

.blog_section .card .date .day {
    font-size: 14px;
    font-weight: 600
}

.card .date .month,
.card .date .year {
    font-size: 10px
}

.blog_section .card .text-muted {
    font-size: 14px !important;
}

.blog_section .card:hover .text-muted {
    color: #fff !important
}

.blog_section .card .content p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.blog_section .card .content {
    padding: 0 20px
}

.blog_section .card .content:hover p {
    color: #fff;
}

.blog_section .card .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: var(--theme-color);
    border-radius: 25px;
    font-size: 12px;
    border: none
}

.blog_section .card:hover .content .btn {
    background: #fff;
    color: var(--theme-color);
    box-shadow: #0000001a 0px 3px 5px
}

.blog_section .card .content .btn .fas {
    font-size: 10px;
    padding-left: 5px
}

.card .content .foot .admin {
    color: var(--theme-color);
    font-size: 12px
}

.blog_section .card:hover .content .foot .admin {
    color: #fff
}

.blog_section .card .content .foot .icon {
    font-size: 12px
}


/* footer */

.msn_footer {
    background: var(--theme-color);
    padding: 30px 30px;
}

.msn_footer h5 {
    color: #fff;
    margin-bottom: 22px;
    font-weight: 500;
}

.payMent {
    /*background: #fff;*/
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 0;
}

.partners img {
    padding: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
}

.partners ul {
    background: #fff;
    padding: 10px;
    display: inline-block;
}

.social img {
    height: 3em;
    cursor: pointer;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.social img:hover {
    webkit-transform: translateY(-.625em);
    -moz-transform: translateY(-.625em);
    -ms-transform: translateY(-.625em);
    transform: translateY(-.625em);
}

.usefullinks h6 {
    color: #fff;
}

.usefullinks li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.contact-info p {
    font-size: 16px;
    color: #fff;
}

.usefullinks li i {
    letter-spacing: 8px;
    font-weight: 500;
}

.usefullinks li a:hover {
    margin-left: 5px;
}

.footer_menu ul a {
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 28px;
}

.footer_menu {
    margin-top: 17px;
}

.content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.msn_footer hr {
    border-top: 1px solid #ccc;
}

.usefullinks ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}

ul {
    list-style: none;
}


/* breadcrumb */

.bg-background-color.bg-background-color-blue:before {
    background: rgb(113 103 255 / 0%) !important;
    border-radius: 0;
}

.bg-background-color:before {
    background-color: rgba(113, 103, 255, 0.92) !important;
}

.msn_maintext:before {
    z-index: -1;
}

.msn_head h1 {
    color: #fff !important;
}

.msn_maintext:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
}

.cover-image {
    background-size: cover !important;
    position: relative;
    width: 100%;
}

.position_absoulte {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    z-index: 1;
}

.position_absoulte i {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: #fff;
    line-height: 50px;
}

.page-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600 !important;
    line-height: 2.5rem;
}

.page-header .breadcrumb-item a {
    color: #312d65;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #312d65;
    opacity: 0.3;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.3);
    content: "/";
}

.pt-10 {
    padding: 7em 0;
    color: #fff;
    z-index: 1;
}


/* tabs */

.leftbar .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #1759ad !important;
    border-bottom: 4px solid #dc3545 !important;
}

.leftbar .nav-fill .nav-item .nav-link,
.leftbar .nav-justified .nav-item .nav-link {
    width: 100%;
    color: #000
}

.leftbar .nav-tabs .nav-link {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important
}

.leftbar .nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #60D0FF;
    color: #fff;
    font-weight: 600;
}

.leftbar .nav-link {
    height: 77px;
    font-size: 15px;
    background-color: #1955a9;
    font-weight: 600;
    color: #fff !important;
}

.leftbar .nav-link:hover {
    border: none
}

.leftbar .nav-link:focus {
    outline: none
}

.leftbar .nav-tabs .nav-item.show .nav-link,
.leftbar .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.mt-4.tab_content p {
    font-size: 14px;
    color: #000;
}

.trip_details span {
    color: var(--theme-color);
}

.trip_details {
    border-bottom: 1px solid #EFEFED;
    min-height: 60px;
    padding: 15px 15px 13px;
    margin: 0;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
}

.col-md-6.trip_details:nth-child(2n+1) {
    border-right: 1px solid #EFEFED;
    padding: 0;
}


/* iteneries */

.myprg {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    /* padding-top: 20px; */
    color: #333;
}

.myprg:after {
    color: var(--theme-color);
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: var(--theme-color);
    content: " ";
    width: 50px;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.prof_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    color: green;
}

.prof_list li {
    color: #000;
    display: flex;
    font-size: 14px;
}

.close_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: red;
}

.close_list li {
    color: #000;
    display: flex;
    font-size: 14px;
}

.btn_book {
    background-color: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
    padding: 6px 15px 6px;
    letter-spacing: 0;
    font-weight: 700;
    margin-right: 15px;
    border-radius: 3px;
}

.pb-50 {
    padding-bottom: 50px;
}

.icon-md i {
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.icon-md i {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 1.5rem;
    background-color: var(--theme-color);
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn_enquiry {
    background-color: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
    padding: 6px 15px 6px;
    letter-spacing: 0;
    font-weight: 700;
    margin-right: 15px;
    border-radius: 3px;
}

.round li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f111" !important;
    margin-right: 5px;
    color: #000;
    font-size: 8px;
}

.heading-color {
    color: #202124;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}


/* about us */

.ser_inner img {
    margin-right: 4px;
    font-size: 30px;
    background: var(--theme-color);
    padding: 7px;
    color: rgb(255, 255, 255);
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.ser_inner h4 {
    margin-left: 15px;
    margin-right: 14px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: rgb(42, 42, 42);
    position: relative;
    transition: all 0.5s ease 0s;
}


/* tinyslider */

.control {
    list-style: none;
}

.control li {
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 20px;
    border-radius: 50%;
    cursor: pointer;
}

.control li:hover {
    background: #000;
}

.control li.prev {
    left: 20px;
}

.control li.next {
    right: 20px;
}

.tns-nav {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tns-nav button {
    height: 13px;
    width: 8px;
    background-color: #a5a5a5;
    border: none;
    margin-left: 7px;
    border-radius: 50%;
}

.tns-nav .tns-nav-active {
    background-color: black;
}


/* country page */

.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.opacity-3 {
    opacity: .3 !important;
}

.card .card-img-overlay {
    z-index: 2;
}

.countryslide {
    border-radius: 1rem 1rem 0rem 0;
}

@media (min-width: 576px) {
    .h-sm-600px {
        height: 600px !important;
    }
}

.h-400px {
    height: 600px !important;
    border-radius: 0;
}

@media only screen and (min-width: 1600px) {
    .feature-block {
        font-size: 1em;
        padding: 20px 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .feature-block {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.feature-block {
    background: #00497d;
    z-index: 9;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    position: relative;
    border-radius: 0 0rem 1rem 1rem;
    border-top: 1px solid #fff;
}

.feature-block ul {
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 1600px) {
    .feature-block ul li {
        padding: 20px 10px;
    }
}

.feature-block li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    position: relative;
    font-family: "Poppins", sans-serif;
    text-align: center;
    border-right: 1px solid #7b8794;
}

.feature-block li:last-child {
    border: none;
}

.feature-block li a {
    display: block;
    height: 100%;
    color: #fff;
}

@media only screen and (min-width: 1600px) {
    .feature-block .ico {
        font-size: 45px;
    }
}

.feature-block .ico {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto 10px;
    transition: top 0.2s linear;
    font-size: 25px;
    line-height: 1;
}

.featureCard.innerone:before {
    content: close-quote;
    /* background: rgb(0 73 125 / 40%); */
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
}

img {
    object-fit: cover;
}

.bg-accent {
    background: rgba(74, 67, 196, .05);
}

.featureCard.innerone {
    position: relative;
    height: 100%;
    z-index: 0
}

.featureCard.innerone .featureCard__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.featureCard.innerone .featureCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.featureCard.innerone .featureCard__image:after {
    content: "";
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(5, 7, 60, 0), #05073c);
    opacity: .5;
    z-index: 1
}

.featureCard.innerone .featureCard__content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px
}

@media (max-width: 991px) {
    .featureCard.innerone .featureCard__content {
        padding: 40px
    }
}

@media (max-width: 767px) {
    .featureCard.innerone .featureCard__content {
        padding: 30px
    }
}

.featureCard.innerone .featureCard__content button {
    margin-top: 90px
}

@media (max-width: 991px) {
    .featureCard.innerone .featureCard__content button {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .featureCard.innerone .featureCard__content button {
        margin-top: 30px
    }
}

.button {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.object-fit-contain {
    object-fit: contain;
}

.nepalabout::before {
    content: "";
    position: absolute;
    background-image: url(../images/map1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* overflow: hidden; */
    opacity: 0.7;
}

.py-120 {
    padding: 120px 0 150px 0;
}

.nepalabout {
    background: #c7ebfa4d;
}

.border-20 {
    border-radius: 1rem;
}

header {
    z-index: 9999 !important;
}

.activitiesdetails.sticky-top {
    top: 78px;
    z-index: 9;
}

.right_sidebar.sticky-top {
    z-index: 1;
    top: 83px;
}


/* accordins */

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.accordion.accordion-icon .accordion-header .accordion-button:before {
    content: "";
    background: var(--bs-gray-800) !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion.accordion-icon .accordion-header .accordion-button {
    background: transparent;
    font-size: inherit;
    border: none;
    padding-right: 2rem;
}

.accordion.accordion-bg-light .accordion-button {
    background-color: var(--bs-light) !important;
    color: var(--bs-gray-800) !important;
}

.accordion .accordion-button {
    text-align: left;
}

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.accordion.accordion-icon .accordion-header .accordion-button:after {
    content: "";
    background: var(--bs-gray-800) !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b0a12'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.luxurymain {
    background: url(../images/luxury.png) repeat no-repeat center top;
    padding-top: 100px;
    background-size: cover;
}

.singleswiper .swiper {
    width: 100%;
    height: 100%;
}

.singleswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.singleswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleswiper .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.singleswiper .swiper-slide {
    background-size: cover;
    background-position: center;
    /* height: 16em; */
}

.singleswiper .mySwiper2 {
    width: 100%;
}

.singleswiper .mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
}

.singleswiper .mySwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
}

.singleswiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.singleswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 7em;
    object-fit: cover;
}

.mySwiper2 img {
    height: 25em !important;
    object-fit: cover;
}

.bhutanblock .feature-block li {
    display: block;
}

.bhutanblock .feature-block ul {
    display: block;
    columns: 2;
}

@media(max-width:767px) {
    .tp-simpleresponsive img {
        height: 12em !important;
    }
    .tp-revslider-mainul,
    .tp-revslider-slidesli {
        height: 12em !important;
    }
    .rev_slider_wrapper {
        height: 12em !important;
        box-shadow: unset;
    }
    .sectiontitle {
        position: relative;
        font-size: 28px;
    }
    .feature-block li {
        display: block;
    }
    .feature-block ul {
        display: block;
        columns: 2;
    }
    .activitiesdetails.sticky-top {
        top: 97px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.bhutanbanner img,
.bhutanbanner .countryslide {
    border-radius: 1rem !important;
}

.h-200 {
    height: 288px;
}

button.btn.btn-lg.btn-primary.mb-0 {
    background: #00497d;
    border-color: #00497d;
}


/* new css */

.blog-entry-meta-divider {
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin: 0px 1rem;
    background-color: rgb(217, 225, 233);
    vertical-align: middle;
}

.text-reset {
    color: #64748b;
}

.text-body-tertiary:hover {
    color: var(--theme-color) !important;
}

.tags .btn {
    padding: 6px !important;
    font-size: 12px;
    font-weight: 400;
}

.divider.top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cg class='n2-ss-divider-end'%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.25' d='M1920,0,0,120,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.5' d='M1920,0,0,80,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' d='M1920,-2,1920,0,0,40,0,-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    transform: scaleX(-1);
}

.divider.bottom {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cg class='n2-ss-divider-end'%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.25' d='M1920,0,0,120,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' opacity='0.5' d='M1920,0,0,80,0,0z'%3E%3C/path%3E%3Cpath fill='RGBA(255,255,255,1)' d='M1920,-2,1920,0,0,40,0,-2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 120px;
    transform: scaleX(1) scaleY(-1);
}

.divider {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

.bg-soft-orange {
    background-color: rgb(96 143 200 / 19%) !important;
}

.list-group-item {
    padding: 0.425rem 0px;
    border: none !important;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.bg-fade {
    background: rgb(254, 250, 239);
}

.widget {
    background: #EFF2F5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.widget .widget-title {
    color: #031F4B;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.widget .recent-post-img {
    margin-right: 20px;
}

.widget .recent-post-img img {
    width: 100px;
    border-radius: 10px;
}

.widget .recent-post-bio h6 {
    font-size: 18px;
}

.widget .recent-post-bio span {
    font-size: 14px;
}

.widget .recent-post-bio h6 a:hover {
    color: #1759ad;
}

.profile-wrap {
    /* background-color: rgb(250, 250, 250); */
    text-align: center;
    padding: 30px;
    /* border: 2px dashed rgb(221, 221, 221); */
}

.profile-wrap h3 {
    font-size: 22px;
}

.profile-wrap .profile {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.profile-wrap span {
    display: block;
    font-size: 12px;
    color: rgb(153, 153, 153);
    margin-top: 5px;
    line-height: initial;
}

.title-wrapper .title {
    margin-top: -6px;
    line-height: 1.3;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
    font-size: 3.125rem;
    font-weight: 600;
    color: rgb(4, 115, 234);
}

.testimonials p {
    font-size: 16px;
}

.profile-wrap1 h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: initial;
    font-weight: 700;
    color: var(--theme-color);
    margin-top: 10px;
}

.profile-wrap1 span {
    display: block;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.mymessage {
    background-color: rgb(250, 250, 250);
    text-align: center;
    padding: 30px;
    border: 2px dashed rgb(0 73 125);
}

.background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.background-color,
.background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
    will-change: background-color;
}

.background-color {
    background-color: #000;
}

.z-1 {
    z-index: 1;
}


/* new css */

@keyframes movel {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes grow {
    0% {
        transform: scale(1);
        opacity: 0
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(2);
        transform-origin: bottom;
        opacity: 0
    }
}

.dmcwave img {
    position: absolute;
    bottom: 0;
    width: 100%
}

.dmcwave-animate-1 {
    width: 200%!important;
    animation: movel 100s infinite ease
}

.dmcwave-animate-2 {
    animation: grow 3s infinite ease
}

.dmcwave-animate-3 {
    animation: grow 60s infinite ease
}

.countryslide img {
    transition: 10s ease-out;
    transform: scale(1.1);
}

.swiper-slide-active img {
    transform: scale(1);
}

.newheight {
    height: 15.1rem;
    overflow-y: auto;
}

.newheight p {
    font-size: 14px;
}

.text-heading {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu.newheight {
    left: calc(100% + 0px) !important;
    box-shadow: unset;
}


/* new slider */

.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 800px;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* padding-top: 120px; */
    background: rgb(23 93 176 / 50%);
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 307px;
    }
}

.header-carousel .header-carousel-item img {
    -webkit-animation: kenburns-top 5s ease-out infinite both;
    animation: kenburns-top 5s ease-out infinite both;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}


/* .header-carousel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(180deg, rgba(255, 255, 255, .01) 84.9%, #fff 100%);
} */


/* new style Add css from here*/

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgba(0, 150, 255, 1.00);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s ease 0s;
}

.back-to-top.show {
    display: flex;
}

.newdestinations img {
    /* height: 100%; */
    height: 26em;
    object-fit: cover;
    width: 100%;
}

.mt-4.tab_content .lh-1 span {
    background: #3064a5;
    /* padding: 1rem; */
    border-radius: 100%;
    height: 32px;
    width: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mt-4.tab_content span i {
    /* line-height: 4px; */
    color: #fff;
    flex-grow: 0;
    position: relative;
}

.table>:not(caption)>*>* {
    padding: 15px;
}

@media(max-width: 767px) {
    .page-header {
        display: block;
    }
}