ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* start custom styling  */

.mynav {
    transition: all 1s;
    background: transparent;
}

.fixed-top {
    background: #8b9018;
    transition: all 1s;
}

.site-logo img {
    transition: all 1s;
}

.fixed-top .site-logo img {
    width: 90px;
    transition: all 1s;
}

.logo2 {
    width: 172px !important;
}

.fixed-top .mynav {
    padding-top: 17px;
    margin-bottom: 15px !important;
}


/* Side Enqiry button */

.sideEnq {}

.sideEnq {
    position: fixed;
    top: 47%;
    transform: rotate(-90deg);
    right: -47px;
    background: #8b9018;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
}

.sideEnq a {
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}

.sideEnq a:hover {
    /* background: #aa905e; */
}

.enq-fix-btn:after {
    animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

@keyframes effect {
    0% {
        opacity: 1;
        top: -1%;
        left: -100%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.5s, 0.5s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 1;
        top: -1%;
        left: 100%;
        transition-property: left, top, opacity;
    }
}


/* End  enquire Form Section */


/* Start modal popup  */


/* End of modal popup  */

.btn1 {
    background: #8b9018;
    padding: 15px 24px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
}

.btn1:hover {
    background: #fcdb5a;
    color: #222;
}


/* End side enquiry form details */


/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    background: #252323;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #fff;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
    outline: 0 !important;
}


/* End of mobile fixed footer section contact btn  */


/* Facts
================================================== */

.facts {
    padding: 70px 0;
    background: url(../img/trekking.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
    background-position: bottom;
}

.virtualSec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5;
}

.virtualbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.virtualbox a {
    color: #fff;
}

.virtualbox a:hover {
    color: #f9ae17;
}

.facts:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(34 34 34 / 92%);
}

.facts:hover .virtualSec {
    opacity: 1;
    transition: all 0.5;
}

.intro-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.intro-title .title-head {
    font-size: 34px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #f9ae17;
}

.facts .intro-title {
    color: #fff;
    margin-top: 0;
}

.facts .btn-dark {
    margin-top: 15px;
}

.fact-text {
    padding-top: 10px;
}

.facts-wrapper .ts-facts {
    color: #fff;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.facts-wrapper .ts-facts:nth-child(4) {
    border-right: 0;
}

.facts-wrapper .ts-facts .ts-facts-icon i {
    font-size: 35px;
}

.facts-wrapper .ts-facts .ts-facts-content .ts-facts-num {
    color: #f9ae17;
    font-size: 60px;
    margin: 10px 0 0;
    font-weight: 100;
}

.facts-wrapper .ts-facts .ts-facts-content .ts-facts-title {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    background: #8b9018;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #fff;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 13px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
    outline: 0 !important;
}
.col-xs-6 {
    width: 50%;
}


/* End of mobile fixed footer section contact btn  */


@media (max-width: 1024px){
    .sideEnq, .callbtn {
    display: none !important;
}
}


/*   START RESPONSIVE STYLING*
============================================*/

@media(max-width:767px) {
    .mob-mt-30 {
        margin-top: 30px;
    }
    .mob-mb-30 {
        margin-bottom: 30px;
    }
    main p {
        font-size: 18px;
    }
    .imgdektop {
        display: none;
    }
    .imgtab {
        display: none;
    }
    .imgmob {
        display: block;
    }
    h2 {
        font-size: 6vw;
        text-align: center;
    }
    .simple-text-block {
        padding: 40px 20px !important;
    }
    .timeline .__item {
        text-align: center;
    }
    #footer .footer__item {
        text-align: center;
    }
    .section-heading .__title {
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .tab-mb-30 {
        margin-bottom: 30px;
    }
    .section-heading .__title {
        font-size: 40px;
    }
    .simple-banner--style-1 {
        position: relative;
        color: #fff;
    }
    .simple-banner--style-1 h2 span {
        color: #fff;
    }
    .simple-banner--style-1:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000009e;
    }
    .__title {
        font-size: 33px;
    }
    .imgdektop {
        display: none;
    }
    .imgtab {
        display: block;
    }
    .imgmob {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .heading1 {
        font-size: 33px;
    }
}

@media(min-width:992px) {
    .imgdektop {
        display: block;
    }
    .imgtab {
        display: none;
    }
    .imgmob {
        display: none;
    }
}