@font-face {
    font-family: 'AzoSans-Black';
    src: url('AzoSans-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'AzoSans-Regular';
    src: url('AzoSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Azo Sans';
    src: local('Azo Sans Light'), local('Azo-Sans-Light'),
        url('AzoSans-Light.woff2') format('woff2'),
        url('AzoSans-Light.woff') format('woff'),
        url('AzoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }




:root {
  --sh-bg-main: #f0f0f0;
  --sh-txt: #333;
  --sh-tex-2: #666;
}


body {
  font-family: Arial, sans-serif;
  background-color: var(--main-bg-color);
  margin: 0;
  padding: 0;
}


h1 {
  color: var(--sh-txt);
}

p {
  color: var(--sh-tex-2);
  line-height: 1.6;
}


.destination-card a {
    text-decoration:none;
    color: #212529;
}

.destination-card a:hover {
    color: #c3d4ad;
}


#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

#back-to-top.btn{
       background: #c3d4ad;
    border: 1px solid #c3d4ad;
    color: #6b240b;
    box-shadow: 0px 3px 6px 0px #48484840;
    z-index:9999;
}

/*HEADER*/
header .logo-div img {
     width: 142px;
     height: 119px;
     padding:10px;
}

header .header-div {
display: flex;
align-items: center;
padding: 0 5%;
    gap: 50px;
    justify-content: space-between;
}


header .header-div nav ul {
        display: flex;
    margin: 0;
    gap: 37px;
    font-size: 17px;
    list-style: none;
}

header .header-div nav ul li a {
    color: #5d5d5d;
    font-size: 17px;
    text-decoration: none;
    font-weight: 800;
}

header .header-div nav ul li a.active {
    color:#6b240b;
        font-weight: 700;
}


.contact-div {
    text-align:right;
}

.contact-div .tel {
    color: #bbb;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
        
}

.contact-div .mail{
        display: block;
    color: #6b240b;
    font-size: 16px;
    font-weight: 800;
        text-decoration: none;
}

header .header-div ul li {
    color: #5d5d5d ;
    font-family: "Mulish", sans-serif;
}

header .btn-div a{
    border: 2px solid #6b240b;
    color: #6b240b;
    padding: 9px 10px 9px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 37px;
        border-radius: 50px;
        text-decoration:none;
        transition:all ease .3s;
}

header .btn-div a:hover {
    background-color: #6b240b;
    color:#fff;
}

/*HERO BANNER*/
.sht-hero-banner {
    position:relative;
}

.sht-hero-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    background-color:#000;
    height:100%;
    width:100%;
    opacity:.3;
}

.inr-cont-hero {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    width:100%;
    padding: 0 5%;
}

.inr-cont-hero h1{
    font-family: AzoSans-Black;
        line-height: 1;
    font-size: 169px;
    font-weight: 600;
    text-transform: uppercase;
        color: #c3d4ad;
}


.inr-cont-hero h2{
    display: block;
    font-size: 30px;
    margin: 16px 0px 30px 10px;
    line-height: 1;
    color: #c3d4ad;
}

.inr-cont-hero p{
    font-size: 38px;
    margin: -15px 0px 30px 10px;
       color: #ffffff;
}

.hero-btn-div a{
    color: #6b240b;
    background-color: #fff;
    border: 2px solid #6b240b;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 40px;
    transition:all ease .3s;
}

.hero-btn-div a:hover {
    background-color: #6b240b;
    color: #fff;
}

.hero-btn-div{
        display: flex;
    gap: 40px;
        align-items: center;
}

.hero-rev-div {
        align-items: center;
    display: flex;
    flex-direction: column;
}

.hero-rev-div span{
    color:#fff;
}

.hero-rev-div img{
        width: 78px;
}

.hero-line-bar{
        background: #6b240b;
    color: #fff;
    padding: 20px 5%;
    z-index: 1;
    position: relative;
    font-size: 18px;
}

/*FOOTER*/

footer .main-footer{
    padding: 50px 5% 0px 5%;
    background: #3f1b0f;
}


footer .footer-logo img {
    width: 150px;
    height: 150px;
    filter: brightness(0) invert(1);
}

.footer-middle {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.col-part-imgs img{
        max-width: 45%;
}

.col-part-imgs{
        display: flex;
    flex-wrap: wrap;
    gap:20px;
        align-items: center;
    justify-content: center;
}
.footer-middle h4{
    position:relative;
    color: #fff;
    font-size: 18px;
    font-family: 'Mulish';
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 2.5;
}
.footer-middle h4:after {
    content: "";
    display: block;
    width: 48px;
    border-bottom: 2px solid #c3d4ad;
}
.footer-middle ul{
    padding: 12px 0px;
    list-style: none;
}

.footer-middle ul li a{
    position:relative;
    color: #978f8f;
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: capitalize;
}
.footer-middle ul li a:hover{
    color: #c3d4ad;
    transition: left 1s linear;
}
.footer-middle ul li a:hover li{
    transform: translate(3px, 0px) !important;
    transition:0.8s;
}

.footer-middle p{
    color: #978f8f;
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: capitalize;
    margin-top: 25px;
}
.footer-middle .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
.footer-middle .foo-new-in {
    position: relative;
    width: 100%;
    margin-top: 35px;
}
.footer-middle .foo-new-in .form-control {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Mulish';
    padding: .375rem .75rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #212529;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid #c3d4ad;
    border-radius:3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer-middle .foo-new-in input.sub-bt {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 72%;
    padding: 11px 22px;
    color: #3f1b0f;
    background: #c3d4ad;
    border: none;
    border-radius: 3px;
}
.footer-middle .foo-new-in h5 {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-family: 'Mulish';
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 2.5;
    margin-top: 28px;
}
.footer-middle .foo-new-in .susd-social {
    display: flex;
}
.footer-middle .foo-new-in .susd-social li{
    padding-right:6px;
}
.footer-middle .quick-links:before{
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 7px;
    position: absolute;
    content: "";
    height: 100%;
    top: 0px;
    margin-left: -30px;
}


.contactInfo .phone {
        color: #bbb;
    font-size: 26px;
    text-decoration: none;
}

.contactInfo .mail {
        display: block;
    color: #6b240b;
        font-size: 23px;
    font-weight: 800;
    text-decoration: none;
}

.end-footer a,.end-footer ul{
    text-decoration:none;
    color:#fff;
}

.end-footer {
    background-color:#3f1b0f;
    padding:30px 5%;
}
.end-footer .cop-si-sec {
    width: 100%;
    display: flex;
    justify-content: end;
}
.end-footer .cop-si-sec a.cop-bt-pes {
    color: #3f1b0f;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mulish';
    text-transform: capitalize;
    background: #c3d4ad;
    padding: 9px 15px;
    border-radius: 3px;
    margin-right: 15px;
}
.end-footer .cop-si-sec img{
     width: 30% !important;
}
.end-footer ul li{
  color:#978f8f;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Mulish';
    text-transform: capitalize;  
}
.end-footer ul{
        list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin:0;
}


.hp-about-us {
    padding:80px 0 0 0;
}

.hp-about-us h2{    
    font-family: 'Azo Sans';
    font-size: 58px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}

.hp-about-us p{
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    line-height: 30px;
}

.hp-about-us .abt-us-rht-wing{
    padding: 0 30px;
}

.hp-about-us .abt-btn{
        display: flex;
    gap: 36px;
    margin-top: 30px;
}

.hp-about-us .abt-btn a{
    color: #6b240b;
    background-color: #fff;
    border: 2px solid #6b240b;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 40px;
    transition:all ease .3s;
}

.hp-about-us .abt-btn a:hover {
    background-color: #6b240b;
    color: #fff;
}


.hp-about-us .abt-btn .readmore-btn{
    background-color: #6b240b;
    color:#fff;
    
}

.hp-about-us .abt-btn .readmore-btn:hover{
    color: #6b240b;
    background-color: #fff;
}

.about-part-img {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.about-part-img img{
         width: 70px;
}

.hp-exprienece {
    padding:80px 0;
}

.mail-title {
    text-align:center;
    position:relative;
    margin-bottom:20px;
}

.mail-title h2{
    font-family: 'AzoSans-Regular';
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
        display: flex;
    align-items: center;
    flex-direction: column;
    gap:20px;
}

.mail-title h2:before {
    content:"";
    background-image: url(../images/sight-favcion.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
}
.mail-title p{
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
}

.exp-single-box{
        padding: 30px;
    border: 1px solid #ccc;
        text-align: center;
            margin-top: 40px;
}

.exp-single-box span{
        color: #6b240b;
    font-size: 25px;
    padding-top: 30px;
    display: inline-block;
}

.exp-single-box a{
        text-decoration: none;
    color: #7b856d;
}
.hp-destinaions {
    background-color: #f5f5f0;
    padding: 80px 15%;
}

.hp-desti-single-box {
       text-decoration: none;
    margin-top: 20px;
    display: block;
}

.hp-desti-single-box h5{
        font-size: 21px;
    margin-top: 8px;
    color: #6b240b;

}

.hp-desti-single-box img {
    border-radius:12px;
}

.hp-desti-single-box:hover img{
        filter: contrast(95%) brightness(120%);
}

.hp-destinaion-boxes {
    padding-top:20px;
}

.hp-tg-team{
    padding: 100px 0;
    background-color:#c3d4ad;
    overflow:hidden;
}



.avatar-cloud .avatar, .popover{
    box-shadow: 0 2px 6px rgba(0,21,64,.15), 0 10px 20px rgba(0,21,64,.1);
    margin: 1rem;
}

.avatar {
    border-radius: 50%;
    height: 4rem;
    width: 4rem
}

.avatar[data-toggle=popover] {
    cursor: pointer
}

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

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatars-list {
    align-content: center;
    display: flex;
    justify-content: center
}

.avatars-list .avatar {
    border: 2px solid #fff
}

.avatars-list .avatar+.avatar {
    margin-left: -1.5rem
}

.avatars-list .avatar-sm+.avatar-sm {
    margin-left: -1rem
}

.avatar-initials {
    align-items: center;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    font-size: 1.25rem;
    font-weight: 500;
    justify-content: center
}

.avatar-cloud {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top:80px;
}

.hp-tg-team .mail-title h2:before {
    filter:brightness(0) invert(1);
}

.hp-tg-team .mail-title h2,.hp-tg-team .mail-title p{
        color: #fff;
}

.hp-tg-team .btn-more a{
    border: 2px solid #6b240b;
    color: #6b240b;
    padding: 12px 24px 9px 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 46px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .3s;
    display: inline-block;
    margin-top: 40px;
}

.hp-tg-team .btn-more a:hover {
    background-color: #6b240b;
    color: #fff;
}

.hp-tg-team .btn-more{
    text-align: center;
}

.author-card-header {
    margin-bottom: 1rem;
    text-align: center
}

.author-card-link {
    font-size: .875rem;
    font-weight: 500;
    margin-top: .25rem
}

.author-card-link a {
    color: #5d6498
}

.author-card-link img {
    height: 20px;
    margin-right: .25rem;
    width: 20px
}

.partner-popover-header {
    margin-bottom: 1rem;
    text-align: center
}

.partner-popover-logo {
    border-radius: 50%;
    height: 80px;
    margin-bottom: .5rem;
    width: 80px
}

.why-us-hp .mail-title{
    text-align:left;
}

.why-us-hp .mail-title h2{
        align-items: start;
}

.why-us-hp {
    padding:80px 0;
}

.why-us-uls {
       list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:25px;
    padding-top: 30px;
}
.why-us-uls li {
    flex:0 0 48%;
}

.why-us-uls-snp h4:before{
    height: 22px;
    width: 22px;
    content: "";
    position: relative;
    background-image: url(https://26326763.fs1.hubspotusercontent-eu1.net/hubfs/26326763/New%20Site%20Files/checkmark-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
        display: block;
}

.why-us-uls-snp h4 {
     display: flex;
    font-size: 19px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    color: #12161f;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: 17px;
    gap: 11px;
    font-family: 'AzoSans-Regular';
}

.rgt-wing-why-us {
    width:100%;
    position:relative;
}

.rgt-wing-why-us-innr{
    position: absolute;
    top: 50%;
    left: 50px;
       width: 49%;
    transform: translate(0, -50%);
}

.rgt-wing-why-us-innr h3{
    font-size:50px;
}

.rgt-wing-why-us-innr h3 span {
    color:#c3d4ad;
}

.rgt-wing-why-us-innr h3,.rgt-wing-why-us-innr p {
    color:#fff;
}
.rgt-wing-why-us:before {
    content:"";
    background:#000;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.4;
    
}

.pkg-span-div{
    background: #6b240b;
    color: #fff;
}
.pkg-span-div ul{
    padding: 7px 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin:0;
}

.pkg-span-div ul li i {
    margin-right:10px;
}

.pkg-cont-div{
        background: #f8f8f8;
    padding: 1.6rem;
    color: #454545;
}

.pkg-cont-div h3{
        font-size: 25px;
    padding-bottom: 10px;
    
}

.pkg-cont-div p {
    margin:0;
}

.sing-hp-pkgs a {
    text-decoration:none;
}

.sing-hp-pkgs{
       transform: scale(.96);
       transition:all ease .4s;
       margin-top:30px;
}

.sing-hp-pkgs:hover {
    transform: scale(1);
}

.hp-pkgs .mail-title {
    padding-bottom:20px;
}

.tailor-made-safari {
    width: 100%;
    margin-top: 80px;
    position: relative;
    background-attachment: fixed;
    background-position:left;
}

.tailor-made-safari img{
        height: 80vh;
    object-fit: cover;
}

.tailor-made-safari:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.4;
}

.tailor-made-inner-div {
    padding: 50px 0px;
    position: relative;
    top: 60%;
    width: 60%;
    padding: 11% 5%;
    z-index: 1;
}

.tailor-made-inner-div h2{
    font-family: AzoSans-Black;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.tailor-made-inner-div p {
           color: #fff;
    font-size: 20px;
    margin-top:20px;
}

.tailor-made-inner-div a{
    border: 2px solid;
    color: #3f1b0f;
    padding: 19px 40px 40px 40px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 55px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .3s;
    margin-top: 30px;
    display: inline-block;
    background: #fff;

}
.tailor-made-inner-div a:hover{
    background: #fff;
    color: #6b240b;
    border:2px solid #6b240b !important;
}

.testimonial {
    margin-top:80px;
}

.testimonial-center-div {
    background-image:url(../images/textimo.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    padding:150px 200px;
}

.testi-inner-card {
       background: #fff;
        padding: 50px;
    text-align: center;
}

.testi-inner-card img{
        padding-bottom: 15px;
}

.testi-inner-card .top-testi-div h3{
    font-size: 21px;
}

.middle-slider-testi.owl-carousel .item{
    padding:30px 0;
}
.middle-slider-testi.owl-carousel .item p {
    min-height:100px;
}

.middle-slider-testi.owl-carousel .owl-nav{
        position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.middle-slider-testi.owl-carousel .owl-nav .owl-next {
        float: right;
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: -161px;
}

.middle-slider-testi.owl-carousel .owl-nav .owl-prev {
        float: left;
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-left: -161px;
}
.news-lett {
    padding: 50px 0;
    border-top: 1px solid #ccc;
    margin-top: 80px;
    overflow: hidden;
}

.news-lett .container{
        position: relative;
    padding-bottom: 50px;
}

.news-lett .container:after{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height:7px;
    position: absolute;
    content: "";
    bottom: 0px;
}
.nl-left-eing {
    text-align:center;
    border-right: 1px solid #000;
        padding: 30px 20px;
}

.nl-rht-eing {
    text-align:center;
    border-left: 1px solid #000;
        padding: 30px 50px;
            margin: 0 0 0 -1px;
}

.nl-left-eing h4{
        font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
    margin: 0 0 15px;
    color: #363635;
}

.nl-left-eing p{
        font-size: 17px;
    color: #414141;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 0;
}

.nl-left-eing input{
        border: 1px solid #000;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
    border-right: 0;
    width: 100%;
}
.nl-left-eing button{
    width: 44%;
    font-size: 18px;
    height: 50px;
    border-radius: 0 30px 30px 0;
    -webkit-appearance: none;
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 8px 20px;
    transition: all .5s ease 0s;
    line-height: 1.3;
    margin-left: -35px;
}

.nl-left-eing form{
        display: flex;
    width: 56%;
    margin: 0 auto;
}

.nl-rht-eing ul{
       margin: 20px auto 30px;
    text-align: center;
    padding: 0 0 15px;
    border-bottom: solid 1px #000;
    width: 80%;
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.nl-rht-eing h3{
    font-size: 24px;
    font-weight: 400;
}

.nl-rht-eing ul li{
        width: 100px;
    padding: 0;
}

.nl-rht-eing ul li a{
        color: #2a2a2a;
    font-size: 30px;
}


/*Destination css*/
section.destination-banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100px;
    left: 0;
}
.banner-content h1 {
     color: #fff;
    text-transform: uppercase;
    font-size: 74px;
    letter-spacing: 10px;
    /* font-family: AzoSans-Black; */
    text-shadow: 0 0 2px rgba(0,0,0,1);
}
.best-tab {
    width: 100%;
    padding: 20px 0px;
}
.row.best-tab-garo {
    width: 100%;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #d0c4c4;
    border-bottom: 1px solid #d0c4c4;
}
.best-tab-garo .tab-ico {
    text-align: end;
}
.best-tab-garo .tab-ico i{
    font-size: 23px;
    color: #6b240b;
}
.best-tab-garo .tab-para .tab-con h4{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'AzoSans-Regular';
}
.best-tab-garo .tab-para .tab-con p{
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}
.when-to-para {
    padding: 20px 40px;
}
.when-to-go-sec {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
}
.when-to-para h2 {
     font-family: 'Azo Sans';
    font-size: 47px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: left;
}
.when-to-para p{
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.weather-details {
    padding-top: 30px;
}
.wheather-higlists {
    width: 100%;
    display: flex;
}
.wheather-higlists h6 {
    font-size: 18px;
    font-weight: 900;
}
ul.highlist-list {
    display: flex;
    list-style: none;
    position: relative;
}
ul.highlist-list li {
    font-size: 16px;
    font-weight: 500;
    color: #959595;
    padding-right: 29px;
}
ul.highlist-list li img{
    vertical-align: middle;
    padding-right: 4px;
}
.weather-months {
    width: 100%;
    display: flex;
    gap: 7px;
}
.weather-months span {
    width: 50px;
    height: 50px;
    margin: 17px 0px;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 1px 5px #cfb2b2;
}
.weather-months span.excellent {
     background: #72c19b;
}
.weather-months span.good {
     background:#f2ac41;
}
.weather-months span.poor {
     background: #dadada;
}
.when-to-card {
    width: 90%;
    background: #6b240b;
    margin: 0 auto;
    padding: 30px 30px;
    text-align: center;
}
.when-to-card .when-logo img{
    filter: brightness(0) invert(1);
}
.when-to-card h3 {
    font-size: 41px;
    color: #fff;
    padding: 20px 0px;
}
.when-to-card p {
    color: #fff;
    font-size: 19px;
    line-height: 25px;
}
.when-to-card .round-pic img{
    vertical-align: middle;
    width: 25%;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 19px 0px 0px 0px;
}
.when-to-card .round-pic h6.tm-hed {
    font-size: 16px;
    padding: 8px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
}
.when-to-card .round-pic p.para-chat {
    font-size: 17px;
    padding: 0px 47px;
    margin-bottom: 33px;
    font-weight: 500;
    color: #f2e9e9;
}
.when-to-card .round-pic a.quick-call {
    padding: 15px 29px 18px 29px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    color: #6b240b;
    font-weight: 600;
    border: 2px solid #c3d4ad;
    border-radius: 31px;
}
.when-to-card .round-pic a.quick-call:hover{
    background: #c3d4ad;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.5s;
}
.where-to-go-sec {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.where-to-go-sec .where-para {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
 .where-para p{
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 48px;
}
 .where-para h2 {
    font-family: 'AzoSans-Regular';
    font-size: 40px;
    line-height:2;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.where-card {
    width: 100%;
    position: relative;
    overflow:hidden;
}
.where-card-text {
    position: absolute;
    bottom: 0;
    text-align: justify;
}
.where-card-bootom-text {
    width: 100%;
    position: relative;
    background: #fff;
    bottom: -16px;
    padding: 7px 16px;
    display: none;
}
.where-card:hover.where-card-bootom-text{
    max-height: 300px;
    transition-delay: 1s;
}

.where-card-bootom-text  p {
    color: #959595;
    font-size: 16px;
    line-height: 20px;
}
.where-heading {
    width: 70%;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-bottom: 0;
    padding: 10px 168px 18px 33px;
    background: #fff;
    text-align: right;
}

.where-heading a {
    text-decoration: none;
    color: #6b240b !important;
    font-size: 15px;
    font-family: 'AzoSans-Regular';
    font-weight: 600;
}

.where-to-sec {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.where-para {
    width: 65%;
    margin: 0 auto;
    padding: 0px 0px 56px 0px;
}

.where-card {
    width: 100%;
    position: relative;
    margin: 15px 0px;
}
.where-card img{
    width: 100%;
}
.where-text-box {
    width: 100%;
    position: absolute;
    text-align: justify;
    bottom: 0;
}
.where-text-box p{
    font-size: 14px;
    font-family: 'Mulish';
    line-height: 1.3;
    color: #959595;
}
.where-text-heading{
    width: 75%;
   padding: 11px 6px 2px 12px;
    background: #ffff;
    text-align: justify;
}
.where-text-heading h6 a {
    text-decoration: none;
    font-size: 21px;
    color: #000;
    text-transform: capitalize;
}
.where-bottom-text {
    padding: 0 10px;
    background: #fff;
    transition: all ease .7s;
    max-height:0;
}

.where-bottom-text p {
    margin:0;
}
.where-card:hover .where-bottom-text {
max-height:400px;
padding: 15px 10px;

    
    
}
.lodge-sec {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.lodge-card{
    position: relative;
    width: 100%;
}
.lodge-card:hover.lodge-card:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: 2.5s;
}
.lodge-card img{
     width: 100%;
}
.lodge-img-sec {
    width: 95%;
    position: relative;
    margin: 0 auto !important;
}

a.lodge-btn {

    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.lodge-sud-info {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 0%;
    padding: 0px 32px;
    text-align:left;
}
.lodge-sud-info .lodge-para{
    color: #fff;
    font-family: 'Mulish';
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    display: none;
}
.lodge-dt:hover .lodge-sud-info{
     transform: translateY(-10px);
    transition:0.5s;
}
.lodge-dt:hover .lodge-para{
    display: block;
    transition:0.5s;
   
}
.lodge-dt:hover a.lodge-btn{
     color:#c3d4ad; 
     transition:0.5s;
}
.all-destination {
    width: 100%;
    margin: 46px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
}
.lodge-slider-stt{
    width: 100% !important;
    position: relative; 
}

.lodge-sec .lodge-slider-stt .owl-carousel .owl-theme .owl-nav {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 88%;*/
    display:block;
}
.destination-slider {
    width: 100% !important;
    position: relative;
    padding: 0px 0px 100px 33px;
}
.destination-card {
    width: 100%;
    position: relative;
}
.destination-card img{
    width: 100%;
}
.destinatio-info {
    position: absolute;
    width: 60%;
    background: #fff;
    bottom: 0px;
    padding: 30px 13px 30px 25px;
    text-align: justify;
}
.destinatio-info h3{
   font-size: 25px;
    font-family: 'AzoSans-Regular';
    font-weight: 700;
    text-align: left;
}
.destinatio-info p {
    padding: 5px 35px 26px 0px;
    font-size: 16px;
    font-family: 'Mulish';
    line-height: 1.3;
    color: #959595;
    text-align: left;
}
a.destination-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 33px 13px 33px;
    background: #6b240b;
    color: #fff;
    border: 2px solid #6b240b;
    border-radius: 27px;
    margin: 26px 0px 0px 0px;
}
a.destination-btn:hover{
    background: #fff;
    transition: 0.5s;
    color: #6b240b;
    border: 2px solid #6b240b;

}
.destination-slider.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 88%;
    display: flex;
}
.destination-slider.owl-theme .owl-nav button{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: 3px solid #fff !important;
    border-radius: 50%;
}
.destination-slider.owl-theme .owl-nav button span{
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    line-height: 0.5;
}

.destination-package {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}
.package-card {
    width: 100%;
    box-shadow: 2px 2px 23px #ebe3e3;
    margin:12px 0px;
}
.package-card img{
    width: 100%;
}
.pack-shedule {
    width: 100%;
    background: #a39672;
    color: #fff;
    font-size: 15px;
    padding: 13px 0px 4px 0px;
}
ul.shedul-list {
    display: flex;
}
ul.shedul-list li{
  padding-right: 15px;
  list-style: none;
}
.pack-para {
    width: 100%;
    text-align: justify;
    padding: 25px 21px 10px 30px;
    background: #f8f8f8;
    color: #454545;

}
.pack-para p {
    font-size: 14px !important;
}
.mail-title.destination-stt {
    width: 74%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
section.destination-overview-sec {
    width: 100%;
    padding: 70px 0px;
}
section.destination-overview-sec .desti-para h2 {
    font-family: 'Azo Sans';
    font-size: 58px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}
section.destination-overview-sec .desti-para p.desti-bold-para{
    font-weight:bold;
}
section.destination-overview-sec .desti-para p {
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
section.itinerary-overview {
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.itinerary-overview ul.itinary-bred-list {
    list-style: none;
    display: flex;
    padding-left: 0px;
}
.itinerary-overview ul.itinary-bred-list li {
    padding-right: 6px;
}
.itinerary-overview ul.itinary-bred-list a{
     text-decoration: none;
    font-family: 'Mulish';
    font-size: 15px;
    font-weight: 600;
    color: #6b240b;
    text-transform: capitalize;
}
.itinerary-overview ul.itinary-bred-list i.fa.fa.fa-house{
     color: #6b240b !important;
}
.itinerary-overview ul.itinary-bred-list i{
    color: #c3d4ad;
    padding: 0px 3px;
}
/*after tab padding add*/
.details-over-sec div{
        scroll-margin-top: 8rem;
}
.itinary-over-para {
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid #6b240b;
}
.itinerary-overview .itinary-over-para h2 {
    font-family: 'Azo Sans';
    font-size: 47px;
    line-height: 1;
    font-weight: 300;
    padding: 30px 0px;
}
.itinary-over-para .itina-special {
    width: 100%;
    text-align: justify;
    display: flex;
    list-style: none;
    padding-left: 0px;
}
.itinary-over-para .itina-special li {
    border-right: 1px solid #6b240b;
    padding: 0px 30px 0px 17px;
}
.itinary-over-para .itina-special li strong {
    color: #6b240b;
    font-family: "Mulish", sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.itinary-over-para .itina-special li p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.itinerary-overview .itinary-over-para h3 {
    font-family: 'AzoSans-Regular';
    font-size: 18px;
    line-height: 0;
    font-weight: 400;
    color: #6b240b;
    text-transform: capitalize;
}
.itinerary-overview .itinary-over-para p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}
.itinary-div-garo {
    width: 100%;
    border-bottom: 1px solid #6b240b;
    margin: 60px 0px 30px 0px;
}
.itinerary-overview .expert-div {
    width: 100%;
    padding: 29px 0px;
    background:#f5f6f4;
}
.itinerary-overview .expert-div h3 {
    font-family: 'AzoSans-Regular';
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 15px;
}
.itinerary-overview .expert-pic {
    width: 100%;
    padding-left: 15px;
}
.itinerary-overview .expert-para {
    width: 100%;
    text-align: justify;
    padding: 0px 41px 0px 0px;
}
.itinerary-overview .expert-para .name_title h4 {
    font-family: 'AzoSans-Regular';
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}
.itinerary-overview .expert-para .name_title h5 {
    font-size: 16px;
    font-family: 'Azo Sans';
    font-weight: 600;
}
.itinerary-overview .expert-para .name_title p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.itinerary-overview .expert-para .exp-call i{
       color: #6b240b;
    font-size: 22px;
    padding-right: 11px;
}
.itinerary-overview .expert-para .exp-call strong {
    color: #6b240b;
    font-family: 'AzoSans-Regular';
    font-size: 13px;
    font-weight: 700;
}
.itinerary-overview .expert-para .exp-call {
    margin: 25px 0px;
}
.itinerary-overview .expert-para .exp-call a {
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 15px;
    color: #c3d4ad;
    font-weight: 800;
    padding-left: 9px;
}
.expert-para a.exp-res {
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 12px;
    color: #fff;
    background: #6b240b;
}
.expert-para a.exp-res:hover{
    background:#fff;
    color:#6b240b;
    transition:0.5s;
}
.itinery-include {
    width: 100%;
    padding: 44px 0px 0px 0px;
}
.itinery-include h3{
   font-family: 'AzoSans-Regular';
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.itinery-include ul.include-list {
    list-style: none;
    padding-left: 0px;
}
.itinery-include ul.include-list i{
    color: #6b240b;
    font-size: 20px;
    padding-right: 8px;
}
.itinery-include ul.include-list li {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}
.itinery-Exclude{
    width: 100%;
    padding: 44px 0px 0px 0px;
}

.itinery-Exclude h3 {
    font-family: 'AzoSans-Regular';
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.itinery-Exclude ul.exclude-list i {
    color: #c3d4ad;
    font-size: 20px;
    padding-right: 8px;
}
.itinery-Exclude ul.exclude-list {
    list-style: none;
    padding-left: 0px;
}
.itinery-Exclude ul.exclude-list li {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}
.day-by-day-iti{
    width: 100%;
    padding: 44px 0px 0px 0px;
}
.day-by-day-iti h3 {
   font-family: 'AzoSans-Regular';
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.day-by-day-iti button.accordion-button {
    background: #fff;
    color: #6b240b;
    font-size: 19px;
    font-family: 'Mulish';
    font-weight: 400;
    border: 1px solid #6b240b;
    margin: 7px 0px;
    border-radius: 5px;
    outline: none !important;
}
.day-by-day-iti .accordion-item {
    border: none;
}.day-by-day-iti .accordion-button:active{
        z-index: 3;
    background: #6b240b !important;
    color: #fff !important;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.day-by-day-iti .accordion-button:focus {
    z-index: 3;
    background: #6b240b !important;
    color: #fff !important;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.day-by-day-iti .iner-acco-pic-sec {
    width: 100%;
    padding: 5px 0px 25px 0px;
}
.day-by-day-iti .accordion-body p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
}
.lets-make-iti-sec {
    width: 100%;
    background: #c3d4ad;
    padding: 43px 60px;
    text-align: center;
}
.lets-make-iti-sec h4{
    font-family: 'AzoSans-Regular';
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.lets-make-iti-sec p {
    color: #6b240b;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
}
.lets-make-iti-sec span {
    font-size: 19px;
    font-family: 'Azo Sans';
    font-weight: 600;
    text-transform: capitalize;
}
.lets-make-iti-sec a {
    font-size: 18px;
    text-decoration: none;
    font-family: 'Mulish';
    font-weight: 500;
    color: #6b240b;
}
.lets-make-iti-sec a:hover{
    color:#fff;
    transition:0.5s;
}
.lets-make-iti-sec a.call-to-itinary {
    padding: 10px 10px;
    background: #6b240b;
    color: #fff;
    margin-left: 21px;
}
.lets-make-iti-sec a.call-to-itinary:hover{
    background:#fff;
    color:#6b240b;
    transition:0.5s;
}

.itinerary-overview .quick-link-box {
    width: 100%;
    background:#f5f6f4;
    padding: 18px 0px;
}
.itinerary-overview ul.quick-lin-lis {
    list-style: none;
}
.itinerary-overview ul.quick-lin-lis li a {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: justify;
    text-decoration: none;
    padding-left: 12px;
}
div.right-iti-tab{
    width: 100%;
    border-left:1px solid #6b240b;
    padding-left: 40px;
    position: sticky;
    top:126px;
   
}
.quick-link-box h3 {
    font-family: 'AzoSans-Regular';
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    padding: 5px 29px;
    color: #6b240b;
}
.itinerary-overview .iti-map-sec {
    width: 100%;
    padding: 40px 0px 0px 0px;
}
.itinerary-overview .iti-map-sec h3 {
    font-family: 'AzoSans-Regular';
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.itinerary-overview .boottom-shedule-iti {
    width: 100%;
    padding: 50px 0px;
}
.itinerary-overview .boottom-shedule-iti ul.boot-shedul-list {
    list-style: none;
    text-align: justify;
    padding-left: 0px;
}
.itinerary-overview .boottom-shedule-iti ul.boot-shedul-list li {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
}
.itinerary-overview .boottom-shedule-iti ul.boot-shedul-list li strong{
     color: #6b240b;
}
.itinerary-overview .boottom-shedule-iti p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
}
.itinerary-overview .boottom-shedule-iti ul.boot-shedul-list  li h4 {
    font-family: 'AzoSans-Regular';
    font-size: 20px;
    font-weight: 600;
    color: #6b240b;
}
.itinerary-overview .boottom-shedule-iti .boot-shedul-call i {
    color: #6b240b;
    font-size: 22px;
    padding-right: 11px;
}
.itinerary-overview .boottom-shedule-iti .boot-shedul-call strong {
    color: #6b240b;
    font-family: 'AzoSans-Regular';
    font-size: 13px;
    font-weight: 700;
}
.itinerary-overview .boottom-shedule-iti .boot-shedul-call a {
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 15px;
    color: #c3d4ad;
    font-weight: 800;
    padding-left: 9px;
}
.boottom-shedule-iti .boot-shedul-btn{
    width: 100%;
    margin-top: 15px;
    text-decoration: none;
    font-family: 'Mulish';
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0px;
    color: #fff;
    background: #6b240b;
}
.boottom-shedule-iti .boot-shedul-btn a {
    text-decoration: none;
    color: #fff;
}
.boottom-shedule-iti .boot-shedul-btn:hover{
    background:#fff;
    transition:0.5s;
}
.boottom-shedule-iti .boot-shedul-btn:hover a{
       color: #6b240b;
       transition:0.5s;
}
.boot-shedul-call {
    margin-bottom: 25px;
}

/*NATIONAL PARK CSS*/

section.national-about {
    width: 100%;
    padding: 100px 0px 40px 0px;
    text-align: justify;
}
section.national-about .nat-about-map {
    width: 100%;
}
section.national-about .nat-overview-sec {
    width: 100%;
    padding: 0px 20px;
}
section.national-about .nat-overview-sec h2 {
    font-family: 'AzoSans-Regular';
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 28px;
    color: #6b240b;
    text-align: left;
    text-transform: capitalize;
}
section.national-about .nat-overview-sec h4 {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #6b240b;
}
section.national-about .nat-overview-sec p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
}
.highlits-sec {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 50px 0px;
    background-position: center;
    background-attachment: fixed;
    padding: 0 0 113px;
}
.details-high-sec{
     width: 100%;
    display: flex;
    padding: 100px 0px;
    z-index: 1;
}
.hight-para {
   width: 100%;
    padding: 15px 44px;
    text-align: left;
}
.hight-para a.red-mo {
    color: #d64614 !important;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
}
.hight-para h3 {
    font-family: 'AzoSans-Regular';
    font-size: 41px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 28px;
    color: #fff;
    text-transform: capitalize;
}
.hight-para p {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}
.high-card-para {
    position: relative;
    width: 100%;
}
.high-card {
    position: absolute;
    width: 25%;
    margin-left: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #6b240c;
    top:20%;
}
.card-migra {
    position:relative;
    width: 100%;
    padding: 430px 26px 9px 17px;
}
.high-card img{
    width: 100%;
}
.high-card-para h3 {
    font-family: 'AzoSans-Regular';
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
}
.high-card-para h4.subtitle-hight {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.highlits-sec::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.6;
}
.high-card-para::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.3;
}
section.how-to-visit-sec {
    width: 100%;
    background-repeat: repeat;
    padding: 100px 69px;
    margin: 60px 0px;
}
section.how-to-visit-sec .visit-con-sec{
    width: 100%;
}
.how-to-visit-sec h4 {
    color: #6b240b;
    font-family: "Mulish", sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.how-to-visit-sec p {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}
.how-to-visit-sec .visit-pic-sec {
    width: 100%;
    height: 100%;
     height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.how-to-visit-sec .visit-pic-sec img{
     width: 100%;
     text-align:left;
}
section.wild-life-sec {
    width: 100%;
    margin: 100px 0px;
    text-align: center;
}
section.wild-life-sec  .wild-cont-sec {
    width: 60%;
    margin: 0 auto;
}
section.wild-life-sec  .wild-cont-sec .wild-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5%;
    box-shadow: 1px 3px 27px #e7e1e1;
}
section.wild-life-sec  .wild-cont-sec .wild-box:hover img{
    transform: scale(1.3);
    transition:0.5s;
}
section.wild-life-sec  .wild-cont-sec .wild-box h4.wild-link-hed {
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 22px;
    font-size: 20px;
    font-family: 'Mulish';
    font-weight: 700;
    color: #fff;
}
section.national-activi-sec {
    width: 100%;
}
section.national-activi-sec .nat-acti-box {
     width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 25px;
}
section.national-activi-sec .nat-acti-box:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#000;
    opacity:0.4;
}
section.national-activi-sec .nat-acti-box:hover:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#000;
    opacity:0.4;
}
section.national-activi-sec .nat-acti-box .act-box-con-sec {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    padding: 0 43px;
}
section.national-activi-sec .nat-acti-box .act-box-con-sec h4 {
    font-size: 20px;
    font-family: 'Mulish';
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
section.national-activi-sec .nat-acti-box .act-box-con-sec p {
    font-size: 14px;
    font-family: 'Mulish';
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}
section.national-activi-sec .nat-acti-box:hover img{
    transform: scale(1.2);
    transition:0.5s;
}
section.african-land-sec {
    width: 100%;
}
section.african-land-sec .over-land-des {
    width: 85%;
    margin: 0px auto;
    padding: 50px 0px;
    text-align: center;
}
section.african-land-sec .over-land-des  h2 {
    font-family: 'Azo Sans';
    font-size: 31px;
    line-height: 1.6;
    font-weight: 800;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #401b0e;
}
section.african-land-sec .over-land-des  p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    padding: 0px 89px;
}
section.african-land-sec .over-land-box {
     width: 100%;
    text-align: center;
    margin: 0px 0px 75px 0px;
}
section.african-land-sec .over-land-box h3 {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #401b0e;
}
section.african-land-sec .over-land-box img{
    vertical-align: middle;
    width: 36%;
    margin-top:10px;
}
section.african-land-sec .box-box-pix img{
    vertical-align: middle;
    width:22% !important;
    margin-top:10px;
}

section.african-land-sec .over-land-box p {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
section.africa-full-sec {
    width: 100%;
    position: relative;
    background: #6c2b14;
    margin: 0px 0px 50px 0px;
}
section.africa-full-sec:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,45,86,0);
    border-top-color:#6c2b14;
    border-width: 30px;
    margin-left: -30px;
}
section.africa-full-sec  .full-sop {
    width: 100%;
    text-align: center;
    padding: 6px 0px;
}
section.africa-full-sec  .full-sop h3 {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.3px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff;
}
section.africa-full-sec  .full-sop hr {
    margin: 0 auto;
    color: #fff;
    width: 88px;
    border: 0;
    border-top: 2px solid;
    opacity:1;
}

section.africa-full-sec  .full-sop p {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    padding-top: 17px;
    font-weight: 400;
    line-height: 1.5;
}
section.all-africa-des {
    width: 100%;
    padding: 100px 0px 0px 0px;
}
.col-aff-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom:20px;
}
.col-aff-box img{
    width:100%;
}
.col-aff-box .col-box-con {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(0%, -50%);
}
.col-aff-box .col-box-con h5 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Azo Sans';
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
.col-aff-box:hover h5{
    color:#c3d4ad;
    transform: translate(0px, -8px);
    transition:0.5s;
    text-shadow:none;
}
.col-aff-box:hover:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background:#000;
    opacity:0.3
    
}

/*AFRICAN SAFARI LANDING CSS*/
section.top-des-sout-tab {
    width: 100%;
    padding: 50px 0px;
}
section.top-des-sout-tab .south-best-tab {
    width: 100%;
    position: relative;
    border: 1px solid #6c2b14;
}
.south-best-tab h2.top-bar-sec {
    position: absolute;
    top: -10px;
    left: 39%;
    background: none;
    background: white;
    padding: 0px 15px;
    font-size: 11px;
    font-family: 'Mulish';
    font-weight: 600;
    text-transform: uppercase;
    color: #6c2b14;
}
.south-best-tab ul.best-tab-list {
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 45px 0px;
}
.south-best-tab ul.best-tab-list li {
    padding: 0px 10px;
}
.south-best-tab ul.best-tab-list li a.best-bt{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.3px;
    font-weight: 800;
    font-family: 'Mulish';
    color: #6c2b14;
    padding: 13px 20px;
    border: 1px solid #000;
    border-radius: 5px;
}
.south-best-tab ul.best-tab-list li a.best-bt:hover{
    background:#e9f1de;
    border:1px solid #6c2b14;
    transition:0.6s;
}
section.all-main-des {
    width: 100%;
    position: relative;
    padding: 10px 0px 0px 0px;
}
section.all-main-des h3 {
    text-align: center;
    font-family: 'Azo Sans';
    color: #6c2b14;
    font-size: 30px;
    font-weight: bold;
    line-height: 2.5;
}
section.all-main-des .main-box-all {
   width: 100%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
    border: none !important;
    box-shadow: 0px 0px 15px #d7c7c7;
}
section.all-main-des .main-box-all:hover{
    box-shadow: 0px 0px 150px #d7c7c7;
    transition:0.8s;
}
.main-box-pi .pico-box:hover img{
    width:100%;
    transform: scale(1.2);
    transition: 0.5s;
}
.main-box-pi .pico-box {
    width: 100%;
    overflow: hidden;
}
.main-box-pi .pico-box img{
    width:100%;
}
section.all-main-des .main-box-all .main-box-pi {
    width: 100%;
    position: relative;
    overflow: hidden;
}
ul.all-main-top-lis {
    text-decoration: none;
    list-style: none;
    display: flex;
    position: absolute;
    top: 21px;
    left: 3px;
}
ul.all-main-top-lis li img{
    width: 90% !important;
    padding-left: 148px;
}
h4.boottom-hed-title {
    position: absolute;
    top:25%;
    left: 0;
    padding: 0px 37px;
    color: #fff;
    font-family: 'Mulish';
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
}
ul.all-main-top-lis li.list-bynt {
    background: #6c2b14;
    padding: 11px 15px 0px 15px;
    color: #fff;
    font-family: 'Mulish';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 3px;
}
.main-box-pi .row.paro-pia-se {
    width: 100%;
    padding: 36px 0px;
    text-align: justify;
}
.paro-pia-se .con-posgd span {
    font-family: 'Mulish';
    font-size: 20px;
    color: #6c2b14;
}
.paro-pia-se .con-posgd {
    width: 100%;
    padding: 0px 0px 0px 39px;
}
.paro-pia-se .con-posgd p {
    font-size: 15px;
    font-family: 'Mulish';
    line-height: 1.2;
    text-align: left;
}
.main-ffo-sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #6c2b14;
    padding: 8px 0px;
}
.main-ffo-sec  a.top-des-btnp {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Mulish';
    color: #fff;
    font-weight: 500;
}
ul.star-cos-reiw {
    padding: 50px 0px 0px 40px;
    display: flex;
    list-style: none;
}
ul.star-cos-reiw li {
    padding-right: 5px;
}
ul.star-cos-reiw li p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mulish';
}
ul.star-cos-reiw li img{
    vertical-align: middle;
    width: 72%;
}

/*ABOUT US CSS*/
section.who-we-sec {
    width: 100%;
    position: relative;
    padding: 0px 75px;
}
section.who-we-sec .main-full-who {
    width: 100%;
    display: flex;
}
section.who-we-sec .main-full-who .who-we-para {
    width: 75%;
    padding: 100px 0px 100px 80px;
    text-align: left;
}
section.who-we-sec .main-full-who .who-we-pic {
       width: 50%;
    overflow: hidden;
    margin-bottom: -70px;

}
section.who-we-sec .main-full-who .who-we-para h2 {
    font-family: 'AzoSans-Regular';
    font-size: 37px;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 28px;
    color: #6b240b;
    text-transform: uppercase;
}
section.who-we-sec .main-full-who .who-we-para p {
     color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}
.inner-who-paa {
    width: 100%;
    padding: 0px 0px 0px 56px;
    margin-top: 58px;
    border-left: 1px solid #6b240b;
}
.inner-who-paa span {
    color: #959595;
    font-family: "Mulish", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;

}
section.what-we-do {
    width: 100%;
    overflow: hidden;
}
.container.my-info-hero {
     padding: 150px 0px 100px 0px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.what-info-box {
    width: 100%;
    padding: 0px 100px;
}
.what-info-box h5 {
    font-family: 'Mulish';
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 22px;
    color: #6b240b;
    text-transform: uppercase;
}
.what-info-box h6 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'AzoSans-Regular';
    font-weight: lighter;
    line-height: 1.1;
    margin: 20px 0px;
    color: #453939;
    letter-spacing: 1.2px;
}
.what-info-box p {
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
section.people-sec {
    width: 100%;
    position: relative;
    padding: 0px 75px;
}
.peple-main-hero {
    width: 100%;
    display: flex;
}
.people-card-info {
    width: 75%;
    padding: 112px 70px 0px 0px;
    text-align: left;
}
.pleopo-chabi {
    width: 50%;
    overflow: hidden;
    margin-top: -80px;
}
.people-card-info h5 {
    font-family: 'Mulish';
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 22px;
    color: #6b240b;
    text-transform: uppercase;
}
.people-card-info h6 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'AzoSans-Regular';
    font-weight: lighter;
    line-height: 1.1;
    margin: 20px 0px;
    color: #453939;
    letter-spacing: 1.2px;
}
.people-card-info p {
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
a.mentor-btn {
    text-decoration: none;
    font-family: 'Mulish';
    color: #fff;
    font-weight: 500;
    padding: 14px 25px;
    background: #6b240b;
    line-height: 4.8;
    border-radius: 23px;
}
a.mentor-btn:hover{
    color:#c3d4ad;
    transition:0.5s;
}
section.why-choose-sec {
    width: 100%;
    padding: 60px 0px 0px 0px;
}
.why-choo-card-main {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-why-card {
    width: 100%;
    text-align: center;
    margin: 85px 0px;
    background: #b5c99b;
    padding: 35px 18px;
}
.feature-why-card:hover{
    background: #a7624a;
    transform: translate(0px, -15px);
    transition: 0.8s;
    /*transform: rotateY(40deg);*/
}
.feature-why-card:hover h4{
    color:#fff;
    transition: 0.8s;
}
.feature-why-card h4 {
    font-size: 23px;
    text-transform: capitalize;
    font-family: 'AzoSans-Regular';
    font-weight: 500;
    line-height: 1.1;
    margin-top: 19px;
    margin-bottom: 14px;
    color: #000;
}
.feature-why-card p {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
section.specialists-sec {
    width: 100%;
    margin: 85px 0px;
}
.team-mem {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    min-height:350px;
}
.tem-para {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    background: #d8ddd1;
}
.tem-para h4 {
    font-size: 23px;
    font-weight: 500;
    font-family: 'AzoSans-Regular';
}
.tem-para h6 {
    font-size: 15px;
    color: #6b240b;
    font-family: 'Mulish';
    font-weight: 800;
}
.team-mem:hover img{
    transform: scale(1.1);
    transition: all ease .4s;
    box-shadow: 1px 1px 12px #e4d9d9;
}
.team-mem:hover .tem-para{
    background:#efefef;
    transition: all ease .4s;
}
section.super-hero {
    width: 100%;
}
.super-sec {
    width: 100%;
    position: relative;
    display: flex;
}
.super-pic-sec {
    width: 50%;
    
}
.super-cont-sec {
    width: 50%;
    padding: 80px 150px 0px 100px;
    margin-bottom: 100px;
}
.super-cont-sec h4 {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #6b240b;
    font-family: 'AzoSans-Regular';
    text-transform: capitalize;
}
.super-hero .super-cont-sec h4:after{
    content: "";
    display: block;
    padding-top: 5px;
    width: 68px;
    border-bottom: 2px solid #c3d4ad;
}
.super-cont-sec h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1a8ca4;
}
.super-cont-sec p {
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 25px;
}

/*new-sud footer*/
.footer-brand-sec {
    width: 100%;
    padding-bottom: 21px;
    border-bottom: 1px solid #fff;
}
.foot-su-top-sec {
    width: 100%;
    margin-top: 71px;
    margin-bottom: -3px !important;
}
ul.brand-sud-list {
    list-style: none;
    display: flex;
    justify-content: right;
    position: relative;
    bottom: -65px;
}
ul.brand-sud-list li {
    padding-left:5px;
}
ul.brand-sud-list li img {
    width: 80% !important;
}
.abt-us-left-wing {
    width: 100%;
    overflow: hidden;
}
.abt-us-left-wing img{
    width:100%;
}
section.all-africa-des.mar-yop {
    padding: 0 !important;
}
.main-sud-btnt {
    width: 100%;
    text-align: center;
    margin-bottom:90px;
}
.main-sud-btnt a.my-btn-bt {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    padding: 18px 40px 18px 40px;
    background: #6b240b;
    border-radius: 27px;
    margin-bottom: 30px;
}
.main-sud-btnt a.my-btn-bt:hover{
    background: #fff;
    color: #6b240b;
    border: 2px solid #6b240b;
    transition: 0.8s;
}
section.destination-overview-sec.new--disco {
    padding-top: 110px;
}
.main-sud-btnt.top-top-srv {
    margin-top: 90px;
    margin-bottom: 97px;
}
.new-chose-sec.row {
    padding: 100px 0px;
}
.destination-slider-sec.owl-carousel.owl-theme.owl-loaded.owl-drag {
    width: 100%;
    position: relative;
}
.destination-slider-sec.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav {
    width: 100%;
    position: absolute;
    top:40%;
}
.destination-slider-sec.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button.owl-next {
    float: right;
}
.destination-slider-sec.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button{
    width: 60px;
    height: 60px;
    border: 3px solid #fff !important;
    border-radius: 50%;
}
.destination-slider-sec.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav button span {
    font-size: 45px;
    color: #fff;
    position: relative;
    top: -11px;
}
.sticky-menu .header-div{
    position:fixed;
    top: 0;
    z-index:999;
    background:#6b240b;
    width: 100%;
    transition:all .5s;
    box-shadow: 0px 3px 4px 2px #5958583b;
    
}
.sticky-menu .header-div ul li a{
    color:#fff;
}
.sticky-menu .header-div nav ul li a.active {
    color:#c3d4ad;
    font-weight: 700;
}
.sticky-menu .contact-div .tel {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.sticky-menu .contact-div .mail {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.sticky-menu .btn-div a {
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 10px 9px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 37px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .3s;
}
.sticky-menu .logo-div img {
     width: 142px;
    height: 119px;
    background: none;
    filter: brightness(0) invert(1);
    padding: 10px;
}
.menu-btn {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border:3px solid #fff;
}

.menu-btn__burger {
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.menu-btn__burger::before {
    transform: translateY(-16px);
}

.menu-btn__burger::after {
    transform: translateY(16px);
}


.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
    background: #fa00c4;
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
    background: #fa00c4;
}

.menu-btn.open{
    border: 3px solid #fa00c4;
}
.mobile-menu {
    display: none;
}


/*MOBILE MENU HEADER*/

.mobile-menu-list {
    width: 100%;
    position:fixed;
    top:100px;
    left: 0;
    text-align: center;
    background: #6b240b;
    opacity: 0.9;
    padding: 25px 0px;
    display: none;
    z-index:2;
}
.mobile-menu-list ul.all-menu-list {
    position: relative;
    z-index: 1;
    list-style: none;
}
.mobile-menu-list ul.all-menu-list a{
    text-decoration: none;
    font-size:18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    line-height: 2.5;
    color:#fff;
}
.mobile-menu-list ul.all-menu-list a:hover{
    color:#c3d4ad;
    transition:0.55s;
}
.contact-div.mobile-div {
    text-align: center;
    margin: 0px 0px 36px 0px;
}
.btn-div.mooop {
    margin-bottom: 20px;
}
.mobile-div .tel {
    color: #bbb;
    font-size: 16px;
    text-decoration: none;
}
.mobile-div .tel {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
 .mobile-div .mail {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.mooop a {
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 10px 9px 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 37px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .3s;
}
.mooop a:hover{
    color:#6b240b;
    background:#fff;
}
.mooop {
    margin: 35px 0px 16px 0px;
}
section.tailor-main-sec {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 100px 100px;
}
section.tailor-main-sec h2 {
    font-family: 'AzoSans-Regular';
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 28px;
    color: #6b240b;
    text-transform: capitalize;
}
section.tailor-main-sec h4 {
    font-family: 'Azo Sans';
    font-size: 27px;
    line-height: 1;
    font-weight: bolder;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.tailor-form-box {
    width: 70%;
    margin: 0 auto;
}
.form-flide {
    display: flex;
    align-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.form-flide label {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mulish';
    color: #6b240b;
    line-height: 2.5;
}
.form-flide label:after {
    content: "*";
    color: red;
    padding-left: .2em;
}
.form-flide input{
    width: 100%;
    padding: 20px 9px;
    background: #f3f3f3;
    outline: none;
    border-radius: 2px;
    border: none;
}
/*.form-flide select#country{*/
/*    width: 100%;*/
/*    padding: 20px 9px;*/
/*    background: #f3f3f3;*/
/*    outline: none;*/
/*    border-radius: 2px;*/
/*    border: none;*/
/*}*/
.form-flide select#country,
.form-flide select#days,
.form-flide select#service {
    width: 100%;
    padding: 20px 9px;
    background: #f3f3f3;
    outline: none;
    border-radius: 2px;
    border: none;
}

.form-flide textarea#form-field-message {
    width: 100%;
    background: #f3f3f3;
    outline: none;
    border: none;
    border-radius: 2px;
    padding: 10px 10px;
}
.tailor-form-box .Enq-mes-sec {
    width: 100%;
    padding: 39px 0px;
}
.tailor-form-box .Enq-mes-sec button.sumb-btn{
    border: 2px solid #6b240b;
    color: #6b240b;
    padding: 17px 30px 32px 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    max-height: 37px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease .3s;
}
.tailor-form-box .Enq-mes-sec button.sumb-btn:hover{
    background-color: #6b240b;
    color: #fff;
    transition: 0.8s;
}
.when-to-card.travel-guide-call-me {
    padding-left: 40px;
    position: sticky;
    top: 123px;
}
.when-to-card.travel-guide-call-me {
    margin-top: 30px;
}
h3.travel-guide-sub-head {
    font-family: 'AzoSans-Regular';
    font-size: 27px;
    line-height:1.5;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.travel-new-list li {
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
section.wild-life-sec .wild-cont-sec .row{
    justify-content:center
}
.desti-map{
    position: sticky;
    top: 250px;
}
.new-excursion-div p {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}
.new-excursion-div {
    padding-top: 65px;
}

a.mail {
    text-transform: lowercase !important;
}

.over-land-des-ul{
    color: #483939;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    padding: 4px 134px;
}
section.cont-map-addres {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.row.all-rowbox-connystdv {
    display: flex;
    align-items: center;
}
.cont-sight-addres-details {
    width: 100%;
    background: #f3f3f3;
    padding:60px 10px 60px 80px;
}
.adddes-sight-details-sub {
    width: 100%;
    margin-bottom: 40px;
}
.adddes-sight-details-sub h4 {
    width:100%;
    position:relative;
    font-family: 'Azo Sans';
    font-size: 15px;
    line-height: 1;
    font-weight: bolder;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.adddes-sight-details-sub h4:after{
    width: 17%;
    height: 2px;
    background: #6b240b;
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
}
.adddes-sight-details-sub i {
    color: #6b240b;
    padding-right: 15px;
}
ul.new-cont-csocila {
    width: 100%;
    display: flex;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}
.adddes-sight-details-sub i:hover {
    padding-top: 10px;
    transition: 0.8s;
}
.adddes-sight-details-sub a {
    color: #6b240b;
    text-decoration: none;
    line-height: 30px;
}
.adddes-sight-details-sub a:hover{
    color:#a5b690;
    transition: 0.5s;
    transition-behavior: normal;
}

/*filter css*/
 #sightpackages {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line if necessary */
        }
.notfilterbox {
    display: none; /* Hide elements */
        }  
        .modal-backdrop.fade.show {
    display: none !important;
}
div#exampleModal {
    background: #4b403c94;
     padding: 120px 0px;
}