:root {
    --body-bg: #0e0d0c;
    --theme-color:#493821;
    --title-color: #493821;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
    "Oswald", sans-serif;
    --body-font:
    "Oswald", sans-serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color:#ededed;
    margin: auto;
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--title-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--body-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;    
    right: 30px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}
.motion {
    animation: move_1 3s infinite ease-in-out;
}

@keyframes move_1 {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {

        transform: translateY(-8px);
    }
}
@keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes lts {
    50%{
        transform: translateX(30px);
    }
}
.about-icon{
    animation: lts 3s linear infinite;
    float: right;
    border-radius: 10px;
}
  .about-left-side P{
        margin-bottom: 50px;
  }
  .secondary-button:hover::before {
    left: 0;
    top: 0;
    width: 10%;
    background: var(--theme-color);
}
  .secondary-button::before {
    position: absolute;
    content: '';
    top: 50%;
    background: rgba(255, 255, 255, 0.993);
    left: 100%;
    top: 0;
    width: 10%;
    height: 100%;
    transition: all 0.6s;
}
 /* css */

.header-links ul li a{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.header-links ul li a p{
    margin-bottom: 0px;
}
.header-layout {
    padding: 0px;
}
.header-layout1 {
    z-index: 99;
    /* background: #493821; */
    position: relative;
    top: -8px;
}
.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
}
.nav-link:hover{
    background-color: #fff;
    color: #000;
    transition: 700ms;
}
.header-top {
    padding-bottom: 10px;
    background: transparent;
}
.header-link1 {
    float: right;
}
.main{
    position: relative;
    background-image: url(../images/banner1.jpg);
}
.main-bg{
    padding: 200px 0px;
    background: #0000003d;
}
.main-right-heading img{    
    border-radius: 20px;
}

.tabs{
    background: #493821;
    padding: 8px 100px;
}
.primary-button{
    font-size: 18px;
    padding:10px 28px;
    display: inline-block;
    color: #e7e5e5;
    border: none;
    border-radius: 8px;
    border: 1px solid #fff;
}
.primary-button:hover{
    background-color: #fff;
    color: #000 !important;
    transform: scale(1);
    transition: 800ms;

}
.secondary-button {
    padding: 10px 28px 10px 28px;
    color: #333 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
    font-weight: 400;
    border: 1px solid #ccc;
}
.logo1{
    display: block !important;
}
.logo2{
    display: none !important;
}
.button-bg{
    align-items: center;
    display: flex;
}
.main-right-side h3{
     font-size: 52px;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 2px;
}
.main-right-side a{
    margin: 40px 0px;
}
.about-left-side h4{
    font-size: 38px;
    color: var(--title-color);
    font-weight: 600;
    text-transform: uppercase;
}
.about-left-side p{
    font-size: 17px;
    color: #000;
}
.humburger{
    background-color: #fff !important;
    margin-bottom: 4px;
}
.humburger:focus{
   box-shadow: none !important;
}
.nav-item a:hover{
    color: var(--body-color) !important;
}
.header-links ul li a:hover{
    color: var(--theme-color) !important;
}

.footer-menu ul li a:hover{
    color:var(--title-color) !important;
    letter-spacing: 2px;
}
.header-icon img{
    width: 25px;
    height: 25px;
}
.header-links ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header-slider{
    position: relative;
    top: -48px;
}
.nw-link{
    display: block !important;
}
.nw-link li{
     padding: 8px 0px;
}
.fa-icon {
    background: #493821;
    padding: 10px 16px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px #493821;
    margin-right: 15px;
    height: 50px;
    width: 50px;
    color: #fff;
}
.fa-icon1 {
    background: #493821;
    padding: 8px 18px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px #493821;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    color: #fff;
}
.about-us-right h3 {
    color: #000;
    font-size: 28px;
    margin: 30px 0px;
}
.about-us-right h4{
    color: var(--theme-color);
    font-size: 46px;
}
.about-us-right p{
    color: var(--theme-color);
    font-size: 18px;
}
.about-us-img img{
    border-radius: 10px;
}
.center-bg{
    background-image: url(../images/banner-2-mask1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -97px;
    padding: 25px;
    z-index: 9;
}
.header-slider-title{
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%; 
    content: '';  
    text-align: center;
}
.header-slider-title h3{
    color: #fff;
    font-size: 48px;
    line-height: 58px; 
}
.header-slider-title a{
    text-align: center;
    margin-top: 50px;
}
.tour-page{
    background-image: url(../images/banner4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.address {
    margin-left: 67px;
}
.tour-page-bg{
    padding: 60px 0px;
    background-color: #000000bd;
}
.section-title-wrapper h3{
    color: #fff;
    font-size: 48px;
    margin-bottom: 50px;
}
.section-title-wrapper h6{
    color: #fff;
    font-size: 23px;
}
.activity-style-two {
    position: relative;
}
.activity-style-two .activity-content {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: absolute;
    left: 20px;
    bottom: 0px;
}
.activity-title-wrap h5 a{
    color: #fff !important;
    font-size: 19px;
}
.activity-title-wrap p{
    color: #fff !important;
    font-size: 19px;
}
.activity-thumb.image-overly {
    margin-bottom: 40px;
}
.activity-style-two .activity-thumb img {
    width: auto;
    border-radius: 10px;
    min-height: 242px;
}
.activity-style-two:hover .activity-thumb a::before {
    opacity: 0;
}
.image-overly a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(28, 31, 57, 0) 17.61%, #0D1B2A 100%);
}
.activity-style-two:hover .activity-thumb a::after {
    opacity: 1;
}
.image-overly a::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 108, 228, 0) 0%, rgba(104, 59, 59, 0.623) 100%);
}
.offer-style-five {
    position: relative;
}
.offer-style-five::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 57, 53, 0.685);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.offer-style-five .offer-thumb {
    border-radius: 8px;
}
.offer-style-five .offer-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 30px;
    z-index: 5;
}
.offer-style-five .offer-content p {
    font-size: 18px;
    color:#fff;
    font-weight: 600;
}
.offer-style-five:hover::before {
    opacity: 0;
}
.offer-style-five::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;   
    background-color: rgba(88, 57, 53, 0.685);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.offer-style-five:hover::after {
    opacity: 1;
}
.offer-style-five::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 61, 0.8);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
}
.offer-style-five .offer-title {
    font-size: 28px;
    color: #fff;
}
.tour-para{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
/* .Health-page{
   background-color: #493821;
} */
.Health-page-bg{
    padding: 100px 0px;
}
.Health-page-bg h4{
    color: #000000;
    font-size: 32px;
}
.Health-page-bg p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.about-page{
    padding: 30px 0px 60px 0px;
}
.about-heading{
    color: #000;
}

.health-image img{
    border-radius: 15px;
    text-align: center;
}
.health-image{
    text-align: center;
}
.testimonials{
    background-image: url(../images/banner1.jpg); 
}
.testimonials-page{
    padding: 80px 0px;   
}
.copyright-text {
    font-size: 14px;
    background: #f2f2f2;
    margin-bottom: 0px;
    padding-top: 10px;
}
.footer-page{
    padding-top: 80px;
}
.footer-menu1 ul li{
    padding: 8px 0px ;
}
.footer-menu ul li{
    padding: 5px 0px;
}
.footer-menu1 {
    float: right;
}
.footer-menu1 ul li a{
    color: #000;
    font-size: 16px;
   display: flex;
   align-items: center;
}   
.footer-menu1 ul li a p{
   margin-bottom: 0px;
}
.footer-menu ul li a{
    color: #000;
    font-size: 17px;
    margin-left: 10px;
}
.copyright-text a{
    color:var(--theme-color);
}
.google-icon{
    max-width: 130px;
    height: auto;
}
.trending-page-bg{
    padding: 60px 0px;
}

.cta-style-four {
    position: relative;
}
.cta-content {
    background: #fff;
}

.tour-content-tag{
    margin: 11px 0px;
}
.tour-content {
    padding: 10px;
    background-color: #ffffff;
}
.tour-content h3{
    color: #000000;
    font-size: 26px;
}
.tour-content h5{
    color: #000000;
    font-size: 18px;
    margin-bottom: 40px;
}
.section-title-wrapper h4{
    color: #ffffff;
    font-size: 38px;
    font-family: 400;
    margin-bottom: 30px; 
}
.cta-content h3 {
    color: #000000;
    font-size: 26px;
    padding: 10px 10px;
}
.Health-page {
    background: #ebebeb;
}
.item {
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 12px;
}
.testimonials-page h3{
    color: var(--theme-color);
    font-size: 48px;
    font-family: 500;
    margin-bottom: 40px;
}
.cta-content h5{
    font-size: 18px;
    padding-left: 10px;
}
.page_wrapper{
    padding: 60px 0px;
    background-color: #fff;
}
/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #000000d9;
    padding: 80px 0px;
}
.breadcrumb_heading{
    color: #fff;
    font-size: 48px;
    font-family: var(--title-font);
}
.bread_first_item {
    color: #fff;
}
.breadcrumb-area{
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------ breadcrum -------*/
.about_page_side h4 {
    color: #000;
    font-size: 28px;
    font-family: var(--body-font);
    letter-spacing: 1px;
}
.about_page_side p {
    color: var(--theme-color);
    font-size: 17px;
    font-family: var(--body-font);
    font-weight: 500;
}
.form-input{
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #000;
    background-color: #eeeeee;
}
/* .form-page {
    border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
} */
.contact-title{
    font-size: 32px;
    font-weight: 400;
    font-family: var(--theme-color);
}
.contact-address{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.contact-us-list-links h4{
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-us-list-links1 , .form-page {
     box-shadow: 1px 1px 4px 1px var(--theme-color);
     padding: 30px;
    border-radius: 6px;
}
.contact-us-list-links ul li {
    font-size: 18px;
    padding: 5px 0px;
    padding: 20px;
    text-align: center;
    background: #493821;
    margin: 10px 0px;
    border-radius: 5px;
}
.contact-us-list-links ul li i {
    margin-right: 10px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 11px 12px;
    font-size: 17px;
}
.contact-us-list-links ul li a {
    color: #ffffff;
    justify-content: center ;
}
.blog-box img{
    border-radius: 10px;
}
.blog-box h3{
    font-size: 28px;    
    color: #000;
    margin: 5px 0px;
}
.blog-box p{
    color: #474747;
    font-size: 18px;
    margin: 10px 0px;
    letter-spacing: 0.5px;
}
.terms-box h4{
    color: #000;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 5px;
    
}
.terms-box p{
    color: #474747;
    font-size: 17px;    
    font-weight: 400;
    margin-bottom: 40px;
}
.terms-box div{
    padding: 20px;
    margin: 40px 0px;
    box-shadow: 0px 3px 6px 0px #ddd;
    border-radius: 8px;
    border-bottom: 1px solid var(--theme-color);
}
.post {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 10px 5px;
    box-shadow: 1px 1px 4px 1px #ddd;
}
.post-image a img{
    max-width: 100px;
    height: auto;
    border-radius: 4px;
    margin-right: 20px;
}
.post a h6{
    color: #000;
    font-size: 17px;
}
.forn-input{
    width: 100%;
    outline: none;
    padding: 10px;
    margin:10px 0px;
    border: 1px solid var(--theme-color);
    background-color: #f4f4f4;
    border-radius: 4px;
}
.form-group textarea{
    width: 100%;
    height: 140px;
    padding: 0px 8px;
    border: none;
    background-color: #f4f4f4;
    border-radius: 5px;
}
.group-title h4{
    font-size: 28px;
    color: #000;
}
.more-posts{
    margin: 20px 0px;
}
.prev-post {
    color: #000;
}
.next-post {
    color: #000;
}
.sidebar-title h3{
    font-size: 28px;
    color: #000;
}
.sidebar {
    margin-top: 0px;
}
.post a h6:hover {
    color: var(--theme-color);
}
.group-title h4:hover {
    color: var(--theme-color);
}
.blog-box h3:hover {
    color: var(--theme-color);
}
.blog-box a{
    color: var(--theme-color);
    letter-spacing: 1.5px;
}
.tour-package-box {
    margin: 30px 20px 20px 0px;
    box-shadow: 1px 1px 4px 1px #ddd;
}
.tour-package-box h4{
    padding: 10px 20px;
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 400;
}
.tour-package-box p{
    padding: 0px 20px 10px 20px;
    font-size: 17px;
    color: #474747;
    font-weight: 400;
}
.tour-package-box1{
    text-align: center;
    margin-bottom: 35px;
}
.tour-package-box1 h4 {
    font-size: 32px;
    color: #000;
    font-weight: 400;
    margin: 25px 0px;
}
.tour-package-box1 p {
    font-size: 19px;
    color: #474747;
    font-weight: 400;
    margin: 10px 0px;
}
.itinerary-text {
    box-shadow: 1px 1px 4px 1px #ccc;
    padding: 10px 20px;
    width: 100%;
}
.itinerary-text p {
    font-size: 19px;
    color: #474747;
    font-weight: 400;
    margin: 0px;
}
.days h6 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0px;
}
.days span {
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
    margin: 15px 0px;
}
.days{
    background-color: var(--theme-color);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 110px;
}
.inclusion{
    margin: 40px 0px;
}
.inclusion h4{
    color: #000;
    font-size: 32px;
    font-weight: 400;
}
.inclusion p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.inclusion h6{
    color: #000;
    font-size: 28px;
    font-weight: 400;
}

.seo-none{ display:none; }