 Theme Name: TOURLINE - HTML Template */


/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

body {
   font-family: 'Jost', sans-serif;
    
}

p, li, a, button, span, h5, h6 ,h3,h1,h2,h4 {
    font-family: 'Jost', sans-serif !important;

}

/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
.container {
    padding: 0;
}
.nav-item span {
    color: #4dba18;
}

   .header {
        width: 100%;
}
#navbarNav {
    justify-content: center;
    padding: 0 0 0 148px;
}
.navbar-brand img {
    width: 100%;
}
.nav-item {
    font-family: 'Jost';
    padding: 0px 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.nav-item a {
    color: #0000007a;
        text-decoration: none;
}

/*footer*/

.t-footer {
    padding: 0;
}
.img-sec img {
    
    width: 100%;
    height: 224px;
}
.img-sec1 img {
    width: 100%;
}
.call {
    display: -webkit-box;
}
.footer {
    padding: 90px 0 0px 0;
    background: url(../images/head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tourline-help {
    border: 3px dotted;
       padding: 8px 8px;
    border-radius: 12px;
}
.call-img {
    padding: 8px 0;
}
.call-img img {
    width: 21%;
        transform: rotate(6deg);

}
.call-text {
    margin: 0 0 0 -91px;
}
.call-text p {
    font-size: 15px;
    font-family: jost;
}
.heading h4 {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 600;
}
.Contact {
    padding: 18px 10px 76px 10px;
}
.po {
    display: flex;
}
.heading2 {
    padding: 10px 0 11px 0;
    position: relative;
}
.number p {
    font-size: 15px;
}
.number {
    padding: 0 5px 0px 5px;
margin: 0px 0 -10px 0px;
}
.heading2 h4 {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 600;
}
.tour-company h4 {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 600;
    text-transform: uppercase;
}
.list {
    list-style: none;
    padding: 0px 0;
}
.list a {
    color: #000;
        text-decoration: none;

}
.list li {
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 600;
    padding: 16px 0 0 0;
}
.clearfix {
    display: flex;
    list-style: none;
    padding: 0;
}
.clearfix a {
    padding: 6px 6px;
    background: #0e0e79;
    color: #FFF;
    border-radius: 3px;
}
.clearfix li {
    padding: 7px 2px;
}
.mail p {
    font-size: 13px;
    font-family: 'Jost';
    font-weight: 600;
}
.mail {
    padding: 17px 0;
}
.input {
    padding: 0px 0 35px 0px;
}
.input input[type="text"] {
    padding: 12px 7px;
    border-radius: 6px;
    border: none;
}
.button a {
    border: none;
    padding: 14px 17px;
    background: #10cb10;
    color: #FFF;
    border-radius: 7px;
    font-size: 15px;
}

.fullbox {
    text-align: left;
        padding: 10px 43px 100px 43px;
    position: relative;
}

.copy p {
    color: #FFF;
    padding: 10px 0 0px 0;
}
.copy{
   padding: 4px 0;
       background: #0e0e79;
       text-align: center;
}
  .fullbox:before {
    content: "";
    width: 112%;
    height: 1px;
    background: #000;
    display: block;
    left: -56%;
    top:33%;
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotateZ(90deg);
}
.tour-company {
    position: relative;
    padding: 0px 0 11px 0;
}
.tour-company h4:before {
    content: "";
    width: 35%;
    height: 1px;
    background: #000;
    display: block;
    left: 6px;
    top: 27px;
    /* bottom: 0; */
    position: absolute;
}
.heading h4:before {
    content: "";
    width: 28%;
    height: 1px;
    background: #000;
    display: block;
    left: 6px;
    top: 26px;
    position: absolute;
}
.heading {
    padding: 0 0 11px 0;
    position: relative;
}
.heading2 h4:before {
    content: "";
    width: 28%;
    height: 1px;
    background: #000;
    display: block;
    left: 6px;
    top: 35px;
    position: absolute;
}

/*footer-end*/
/*slider*/


.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    width: 100%;
    height: 100%;
}
.po-ab-se {
    z-index: 1;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15em 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 9;
    color: #FFF;
}
.swiper-slide {
    position: relative;
}
.po-ab-se:before {
    height: 600px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 51%);
    z-index: -1;
}
.po-ab-se {
    position: relative;
}
.content-slider h1 {
    padding: 0 0 16px 0;
}



.btnn button:hover {
    background: #FFF;
    color: #1bb51b;
}
a.btnn {
    color: #FFF;
    text-decoration: none;
}
a.btnn:hover {
    background: #FFF;
    color: #1bb51b;
}

.btnn {
    padding: 15px 10px 15px 10px;
    border: none;
    background: #1bb51b;
    color: #FFF;
    border-radius: 7px;
}
.swiper-button-next {
    right: 10px;
    left: auto;
    top: 65%;
}
.swiper-button-prev {
    left: 10px;
    right: auto;
    top: 65%;
}



/*slider-end*/
/*tabing*/
.form-name {
    margin: 0px;
}

.tab {
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
    width: max-content;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}


.tab button:hover {
  background-color: #f1f6fe;
   color: #1f90ee;
}

.tab button.active {
    background-color: #f1f6fe;
    color: #1f90ee;
}
.form-group {
    margin-bottom: 0!important;
}




.tabcontent {
  display: none;
  padding: 16px 0px;
  border: 1px solid #ccc;
  border-top: none;
  background: #f1f6fe;
}

.form-name .input-text.full-width {
    width: 100%;
    height: 45px;
    background: #FFF;
    border: none;
    padding: 0 8px;
    border-radius: 6px;

}

 

select.full-width {
    padding: 0px 8px 0px 8px;
    background: #FFF;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 6px;
}

button.icon-check.full-width {
    width: 100%;
    height: 45px;
    border: none;
    background: #3bc83b;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Jost';
    border-radius: 8px;
}
button.tablinks {
    font-weight: normal;
    background: #2cd32c;
    
    color: #FFF;
    font-weight: 600;
    font-family: 'Jost';
    border-left: 1px solid;
    height: 70px;
}
.tabing {
    margin:auto;
    bottom: -18%;
    width: 84%;
    z-index: 2;
    left: 8%;
}
.po-ab-se {
     
    padding: 6em 0;
   
}

/*tabing-end*/
/*adventure*/
.adventure {
    padding: 90px 0 40px 0;
}
.adventure-head {
    padding: 0px 0 40px 0;
}

.adventure-head h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 10px 0;
    font-family: 'Jost';
}

.adventure-head p {
    text-align: center;
    font-size: 16px;
    font-family: 'Jost';
}
.adventure-section {
    padding: 0 0 20px 0;
}
.dollor {
    position: absolute;
    top: 0;
    right: 34px;
}
.adventure-img {
    margin: 7px 0;
}
.adventure-img img {
    width: 100%;
    height: 400px;
    border-radius: 7px;
}
.dollor span {
    border-radius: 65%;
    border: 1px solid #0e0e79;
    padding: 15px 7px;
    background: #0e0e79;
       font-size: 16px;
    font-weight: 600;
}
.pd-0{
    padding: 0;
    margin: 0;
}

    .dollor a {
        color: #FFF;
            text-decoration: none;

    }
.costarica {
    position: absolute;
    bottom: 34px;
    right: 47px;
    background: #0006;
    width: 92%;
    padding: 10px 18px 10px 18px;
    margin: 0 0 20px 0;
}
.costarica span {
    color: #FFF;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 600;
}
.costarica a {
     color: #FFF;
         text-decoration: none;
}

.costarica h4 {
    font-size: 24px;
    font-family: 'Jost';
    font-weight: 600;
}


/*adventure-end*/
/*activity*/
.activity {
    padding: 30px 0 70px 0;
}

.activity-img {
    width: 133px;
    height: 133px;
    margin: auto;
    padding: 36px 37px;
    background: #695cf0;
    border-radius: 7px;
}
.activity-text {
    padding: 20px 0 0px 0;
}
.activity-text a {
    color: #000;
        text-decoration: none;

}
.activity-text h4 {
    text-align: center;
    font-size: 19px;
    font-family: 'Jost';
    font-weight: 600;
}

    .activity-text p {
        text-align: center;
        font-size: 15px;
        color: #585757;
    }



/*activit-end*/
/*testimonial*/
.rating {
    padding: 0px 0 90px 0;
}

.review1 h6 {
    font-size: 16px;
    font-family: 'Jost';
    color: #7F7045;
}
.review1 img {
    padding: 0 14px 0 0px;
    width: 10%;
}
.review1 h2 {
    font-size: 30px;
    padding: 20px 0 20px 0;
    font-family: 'Jost';
}
.review1 p {
    font-family: 'Jost';
    padding: 0 0 15px 0;
}

.test-rating {
    display: flex;
    list-style: none;
    padding: 0 0px 0px 0px;
    color: gold;
}
.test-rating1 {
    display: flex;
    list-style: none;
    color: gold;
}
.rating1 {
    padding: 0px 0 0 20px;
}
.rating1 h4 {
    font-family: 'Jost';
    font-size: 20px;
padding: 0 0 10px 0;
}
.rating1 p {
    font-family: 'Jost';
    font-size: 17px;
    padding: 0 0 10px 0;
}

.right {
    display: flex;
    padding: 0 0 0 20px;
}

.right img {
    height: 16%;
    border-radius: 31px;
    }
 .owl-nav {
    float: right;
    position: relative;
    bottom: 18rem;
}
   .owl-nav img {
    background: #8fc40c;
    padding: 6px;
    margin: 12px 17px 0 0;
  width: 39px;
}
.owl-nav img:hover{
 background:#7F7045;
}
.right-2 h4 {
    font-size: 18px;
    font-family: 'Jost';
    padding: 4px 0 0 16px;
}
.right-2 p {
    font-size: 13px;
    font-family: 'Jost';
    padding: 0 0 0 16px;
}
.review-rating {
    padding: 15px 0;
       background: #fff;
    /* box-shadow: 18px 9px 13px 18px; */
    border: 1px solid #FFF;
}

.both {
    display: flex;
   
}
.img{

    position: absolute;
    right: 26px;
    bottom: 13px;
}

.testi {
    display: flex;
    padding: 12px 0px 40px 0;
}
.testi h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Jost';
}
.testi-p {
    padding: 0px 0 0px 107px;
}
.testi-p p {
    font-size: 16px;
    font-family: 'Jost';
}
.testimonial {
    padding: 70px 0;
    position: relative;
}


.testimonial:before {
    content: "";
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    bottom: -18%;
    background:#f5f5f5;
    z-index: -1;
}
.owl-stage-outer {
    box-shadow: 0px 0px 2px 0px #00000053;
}
/*testimonial-end*/
/*tourline*/
.tourline {
    padding: 90px 0px;
    background: url(../images/subbanner.png);
        background-color: #04041ca8;
    background-blend-mode: overlay;
}
.t-text {
    padding: 25px 0 0 0;
}
.t-text h3 {
    font-size: 30px;
    font-family: 'Jost';
    font-weight: 600;
    color: #FFF;
    padding: 0 0 12px 0;
}
.t-text p {
    font-size: 15px;
    color: #FFF;
    font-family: 'Jost';
    padding: 12px 0 0px 0;
}
.submit {
    padding: 20px 0 0 0;
}
.submit a:hover {
    background: #FFF;
    color: #0ede0e;
}
.submit a {
    padding: 14px 14px;
    color: #FFF;
    background: #0ede0e;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Jost';
    border: none;
    text-decoration: none;
}
.t-img {
    padding: 0 50px;
}
.modal-body video {
    width: 100%;
    height: 240px;
}

.t-img img {
    width: 100%;
}
.youtube1 img {
    width: 50px;
}
.youtube1 {
    position: absolute;
    top: 45%;
    right: 43%;
}

/*tourline-end*/
/*best-offer*/
.b-offer {
    display: flex;
           padding: 20px 0 50px 0;
}
.b-text {
    padding: 0px 91px 0 95px;
}
.b-text p {
    margin: 0;
}
.b-title {
    padding: 20px 0 0px 0;
}
.b-title h4 {
    font-size: 29px;
    font-weight: 600;
    
}
.show-btnn {
    padding: 20px 0 0 0;
}
.show-btnn a:hover {
    background: #FFF;
    color:#0acb0a ;
}
.show-btnn a {
    padding: 16px 14px;
    background: #0acb0a;
    color: #FFF;
    text-decoration: none;
    border-radius: 8px;
}
.stone-bath-head a {
    color: #000;
    text-decoration: none;
}


.stone-bath {
    display: flex;
}
.stone-bath-head {
    padding: 0 0 0 10px;
}
.uk {
    display: flex;
}
.uk img {
    width: 7%;
    height: 16px;
}
.rating-bath {
    display: flex;
    list-style: none;
    padding: 8px 0px 0 0;
}


li.rating-bath1 {
    color: #000;
}
.rating-bath i.fa.fa-star {
    color: gold;
}
.detail {
    padding: 0 0 0 97px;
}
.detail a {
    padding: 10px 13px;
    color: #FFF;
    background: #0acb0a;
    border: none;
    border-radius: 6px;
    text-decoration: none;
}
.detail a:hover {
    background: #FFF;
    color: #0ede0e;
    border: 1px solid #0ede0e;
}
.uk-text {
    padding: 0px 9px;
    margin: -4px 0 0px 0px;
}
.uk-text span {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Jost';
}


.rating-bath1 {
    padding: 0 0 0 9px;
}
.stone-bath {
    display: flex;
    padding: 12px 12px;
    margin: 0 0 25px 0;
    box-shadow: 0px 0px 3px 0px;
    border-radius: 6px;
        background: #FFF;
}
.stone-bath-head h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #404040;
}
.trip1 ul li{ float:left; width:100%;}
.trip1 ul {
    padding: 0px;
    display: inline-block;
    margin-top: 10px;
}
.m-0 {
    margin: 0px;
}
.top-footer-part img {
    height: inherit !important;
}
.best:before {
    content: "";
    position: absolute;
    width: 55%;
    right: 0;
    top: 0;
    bottom: -18%;
    background: #f5f5f5;
    z-index: -1;
}
.best {
    position: relative;
    padding: 70px 0;
}


/*best-offer-end
/*tour-planning*/
.banner {
    background: url(../images/banner1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
        background-color: #000000a1;
    background-blend-mode: overlay;
}

.banner-tour {
    text-align: center;
    width: 100%;
    padding: 13rem 0;
}
.banner-tour h2 {
    color: #FFFF;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Jost';
        padding: 2rem 0;
}
.tabing1 {
    padding: 90px 0 0 0;
}


/*tour-planning-end*/
/*blog*/
.banner1 {
    background: url(../images/subbanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.pd-0 {
    padding: 0;
}
.blog-img img {
    width: 100%;
}

 
.blog-text h2 {
    font-size: 17px;
    font-weight: 600;
    padding: 0;
}
.blog-text p {
    font-size: 15px;
    font-weight: 400;
}
.comments {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}
.blog-part {
    margin-bottom: 20px;

}
li.nav-item.active a {
    color: #5cbe2d;
    background: transparent !important;
}
li.nav-item.active{
    
    background: transparent !important;
}
    .comments li {
        font-size: 14px;
        padding: 10px 0;
        font-weight: 600;
        margin-right: 20px;
    }
        .comments li:last-child {
            margin-right: 0;
            float: right;
            width: 50%;
            text-align: right;
        }
.blog-head {
    background: #f5f5f5;
    padding: 20px;
     
}
.blog-part1 {
    padding: 0px 15px 0px 0px;
    position: absolute;
    bottom: 3px;
       
}
.blog-part2 {
    position: absolute;
    bottom: 130px;
    padding: 0 14px 0 0;
        
}
.blog {
    padding: 90px 0;
}
 
.btn {
    position: relative;
    left: 45%;
     padding: 86px 0 56px 0;
}
.btn button:hover {
    border: 1px solid #1bb51b;
    color: #1bb51b;
    background: #FFF;
}
.blog-text a {
    color: #000;
    text-decoration: none;
}



.btn a {
    padding: 14px 30px;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    background: green;
    border: none;
    border-radius: 7px;
}
/*blog-end*/
/*what-we-offer*/
.what-we-offer {
    padding: 90px 0;
}

.sub-banner{
      background: url(../images/what.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.banner-what {
    text-align: center;
    width: 100%;
    padding: 13rem 0;
}
.banner-what h2 {
    color: #04044d;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Jost';
    padding: 2rem 0;
}

.what-we-img img {
    width: 100%;
}
.what-we-img {
    width: 133px;
    height: 133px;
    margin: auto;
    padding: 35px 35px;
    background: #695cf0;
    border-radius: 7px;
}
.sale {
    background: url(../images/water.jpg);
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.adventure-sale h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
}
.slider4 .owl-nav {
    float: right;
    position: relative;
    bottom: 0px!important;
}
.costarica1 {
    position: absolute;
    bottom: 34px;
    right: 0px;
    background: #0006;
    width: 100%;
    padding: 10px 18px 10px 18px;
    margin: 0 0 20px 0;
}
.adventure-img1 img {
    width: 100%;
    height: 400px;
    border-radius: 7px;
    }
.slider4 .owl-stage-outer{
    box-shadow: none;
        padding-top: 2em;
}
.costarica1 span {
    color: #FFF;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 600;
}
.costarica1 a {
     color: #FFF;
         text-decoration: none;
}

.costarica1 h4 {
    font-size: 24px;
    font-family: 'Jost';
    font-weight: 600;
}
/*what-we-offer-end*/
/*Neswletter*/
.form-group1 {
    padding: 13px 0;
}
.full-width {
    width: 100%;
    height: 50px;
    padding: 0 0 0 13px;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 0px 0px 1px #000;
}


.news-btnn a {
    padding: 15px 115px;
    background: #4cba17;
    color: #FFF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.news-btnn a:hover{
    background: #FFF;
    color: #4cba17;
    border: 1px solid #4cba17;
}
.news-btnn {
    padding: 23px 0 0 0;
}
.news {
       padding: 30px 40px;
    box-shadow: 0px 0px 3px 0px #000;
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 8px;
}
.newsletter {
    padding: 15px 0 150px 0;
}
.subs-btn {
    border: none;
    padding: 14px 17px;
    background: #10cb10;
    color: #FFF;
    border-radius: 7px;
    font-size: 15px;
}
.adventure-sale p {
    color: #fff;
    font-size: 19px;
}
.destination-img:before {
    content: "";
    position: absolute;
    background: rgb(36 36 36 / 60%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.destination-img {
    position: relative;
    overflow: hidden;
}
.news-letter h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.destination-nation1 a {
    font-size: 18px;
    color: #fff;
}
.grecee {
    width: 100%;
    float: left;
}
.news-letter span {
    font-size: 16px;
    font-weight: 600;
}
.news-letter {
    padding: 0 0 20px 0;
}

/*Newsletter-end*/
/*destination*/
.destination-nation {
    text-align: center;
    position: relative;
    top: -5em;
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}
.destination-nation {
    text-align: center;
}

.destination-img img {
    width: 100%;
}
.desti-nation {
    text-align: center;
    padding: 0px 0 45px 0;
}
.destination {
    padding: 90px 0;
}
.desti-nation h3 {
    font-size: 40px;
    padding: 0 0 20px 0;
    font-weight: 600;
}

.desti-nation p {
    font-weight: 500;
    font-size: 16px;
}
/*destination-end*/
/*destination-main*/
.destination-nation1 {
    position: relative;
    top: -4em;
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}
.destination-nation1 {
    text-align: center;
}

/*destination-main-end*/

/*contact us*/

.contact {
    background: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-color: #00000029;
    background-blend-mode: overlay;
}
.map iframe {
    width: 100%;
}
.country {
    padding: 90px 0;
}
.contact-london h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 40px 0;
}
.contact-london {
    padding: 0 0 40px 0px;
}
.contact-london p {
    font-size: 16px;
    font-weight: 500;
}
.contact-new-york-text span {
    font-size: 14px;
    font-weight: 500;
}

.contact-new-york-img {
    width: 7%;
}

.contact-new-york-img img {
    width: 100%;
}
.contact-new-york {
    display: flex;
    padding: 0px 0px 25px 0px;
}
.contact-new-york-text {
    padding: 2px 40px;
}
.form-tele {
    display: flex;
    padding: 20px 0 20px 0;
}
.tele {
  margin: auto 35%;
    padding: 34px 34px;
       box-shadow: 0px 0px 0px 2px #0000000f;
    background: #e7edef;
    border-radius: 6px;       

}
.messages textarea {
    border-radius: 8px;
    padding: 14px 23px 74px 8px;
    border: none;
    width: 100%;
}
.contact-btnn {
    padding: 20px 11px 20px 11px;
}
button#my-form-button {
    padding: 14px 27px;
    background: #4bbb17;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #262626;
}
.leave {
    padding: 0px 0 20px 20px;
    padding-bottom: 0px;
}
.leave h4 {
    font-size: 24px;
    font-weight: 600;
}
.telephone {
    background: url(../images/tele.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 135px 0;
}

.contact-btnn a {
    padding: 0.5em 14em;
    background: #4cba17;
    color: #FFF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;

    text-decoration: none;
}
.full-width1 {
    width: 100%;
    height: 50px;
    padding: 0 0 0 13px;
    border-radius: 8px;
    border: none;
}
/*contact us-end*/

/*destinations-details*/
.destination-detail {
    padding: 90px 0;
}
.grecee-img img {
    width: 100%;
}
.grecee-img {
    padding: 0px 0 50px 0;
}
.grecee-text h2 {
    font-size: 40px;
    font-weight: 600;
    padding: 0px 0 20px 0;
}
.grecee-text p {
    font-size: 16px;
    font-weight: 500;
}
.grecee-text span {
    font-size: 16px;
    font-weight: 500;
    color: #6edb6e;
}
.spain1 h5 {
    font-size: 18px;
    font-weight: 600;
}
.spain-text span {
    font-size: 17px;
    font-weight: 500;
}

.banner-desti {
    background: url(../images/Rectangle130.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.form-group-detail {
    padding: 13px 0;
}
.search {
    display: flex;
}
.search input[type="text"] {
    background: #d3dee5;
    border: none;
    padding: 17px 5px;
    width: 100%;
}

.search-button img {
    width: 100%;
    height: 40px;
        padding: 4px 4px
}
.search-button {
    background: #4bd04b;
    padding: 7px 6px;
}
.news-btnn1 {
    padding: 19px 0;
}
.news-btnn1 a {
    padding: 17px 72px;
    background: #4cba17;
    color: #FFF;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.news1 {
    background: #d3dee5;
    padding: 11px 26px 11px 26px;
}
.news-letter1 {
    padding: 20px 0;
}


.news-letter1 span {
    font-size: 13px;
    font-weight: 600;
}
.news-letter1 h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.category {
    padding: 70px 0;
}
.category h4 {
    font-size: 27px;
    font-weight: 600;
}
.categories {
    padding:  10px 0;
    list-style: none;
}
.categories li {
    font-size: 17px;
    font-weight: 600;
}
.latest {
    padding: 70px 0;
}
.latest h4 {
    font-size: 27px;
    font-weight: 600;
}
.latest-post-img {
    padding:0 20px 0 0px;
}
.latest-post-img img {
    width: 100%;
    height: 80px;

}
.latest-post {
    display: flex;
    padding: 20px 0;
}

.latest-post-text h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.latest-post-text span {
    font-size: 20px;
    font-weight: 600;
}
.departure {
    padding: 0 20px;
    font-size: 16px;
}

.spain {
    display: flex;
    padding: 17px 0px;
}
.spain-text {
    margin: auto;
}

.grecee-text {
    
}
.form-destination {
    background: #d3dee5;
    padding: 40px 20px 60px 20px;
    border-radius: 10px;
}
.form-desti {
    display: flex;
    padding: 0px 0 20px 0;
}
.full-width-desti {
    padding: 7px 0px 11px 7px;
    border-radius: 8px;
    border: none;
    width: 100%;
}
.messages-desti {
    padding: 20px 15px;
}
.messages-desti textarea {
    border: none;
    border-radius: 8px;
    padding: 12px 8px;
    width: 100%;
}
.contact-btnn1 a {
    padding: 0.5em 18em;
    background: #4cba17;
    color: #FFF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 13px;
}
.enquiry-below h3 {
    font-size: 30px;
    font-weight: 600;
}
.enquiry-below {
    padding: 20px 14px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}



.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*destinations-details-end */
/*blog-detail*/
.blog-detail {
    padding: 90px 0;
    background: #f5f5f5;
}
.photography-img img {
    width: 100%;
}
.search1 {
    display: flex;
    padding: 0px 0 30px 0;
}
.search1 input[type="text"] {
    background: #d3dee5;
    border: none;
    padding: 17px 21px;
}

.blog-detail-text h2 {
    font-size: 25px;
    padding: 0 0 20px 0;
    font-weight: 600;
}
.blog-detail-text p {
    font-size: 16px;
    padding: 20px 0 0px 0;
}
.blog-detail-text span {
    font-size: 17px;
    color: #4fbd1b;
}

.blog-company h4 {
    font-size: 25px;
    font-weight: 600;
    padding: 17px 0px 11px 0;
}
.blog-icon {
    background: #d3dee5;
    margin: 20px 0 0px 0;
        padding: 12px 23px;
}
.clearfix1 a {
    padding: 10px 10px;
    background: #4cba17;
    color: #FFF;
    border-radius: 3px;
}
.clearfix1 {
    display: flex;
    list-style: none;
    padding: 0;
}
.clearfix1 li {
    padding: 4px 4px;
}
.detail-img img {
    width: 100%;
    height: 270px;
}
.detail-img {
    padding: 25px 0;
}
.comment-list {
    background: #FFF;
    padding: 20px 20px;
    list-style: none;
}
.comment-metadata {
    padding: 0 45px;
}
.url {
    padding: 0 9px;
}
.comments-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 0 0;
}
.pd-0 {
    padding: 0;
}
.comment-form-comment label{
    display: block;
}
.comment-respond {
    background: #FFF;
    padding: 30px 35px;
}
.comment-reply-title {
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
}
.comment-notes {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.comment-respond  input {
    padding: 3px 4px;
        border-radius: 6px;
        border: 1px solid gainsboro;
}
textarea#comment {
    border-radius: 6px;
    border: 1px solid gainsboro;
    width: 100%;
    padding: 70px 0;
}
input#submit {
    padding: 9px 17px;
    color: #FFF;
    background: #000;
}
/*blog-detail-end*/
/*tour-planning-detail*/
.trip {
    background: #f5f5f5;
    padding: 90px 0; 
}
.trip-offer img {
    width: 100%;
        height: 520px;
}
.t-a {
    background: #FFF;
    padding: 10px 0;
}
.book {
    display: flex;
    padding: 20px 0 0 0;
}
.trip-enquiry {
    padding: 10px 68px;
}
.book-now {
    padding: 10px 18px;
    background: #000;
}
.book-now a {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}


.trip-offer-head h4 {
    font-size: 30px;
    padding: 0 0 10px 0;
}
.head-text span {
    font-size: 16px;
    color: #323232;
}
.activity {
    list-style: none;
       
}
.head-text {
    padding: 0 0 20px 0;
}

.trip-type {
    padding: 0 0 16px 0;
}
.activity span {
    font-size: 16px;
    font-weight: 600;
}

.keyword {
    display: flex;
        padding: 15px 0 0 0;
}
.link1 {
    padding: 0 0 0 16px;
}
.link1 span {
    color: #cb1313;
}

.hotel-pick {
    list-style: none;
    padding: 0px 20px;
}
.gallery img {
    width: 100%;
}
.gallery {
    margin: 20px 0 0px 0;
}

.messages1 textarea {
    border-radius: 8px;
    padding: 8px 8px;
    border: none;
    width: 100%;
}

.contact-btnn-bangkok a {
    padding: 0.5em 1em;
    background: #4cba17;
    color: #FFF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;

    text-decoration: none;
}
.tabing2 {
    background: #fff;
    padding: 70px 0;
}
.map1 {
    background: #f5f5f5;
}

button.accordion {
    margin: 0 0 20px 0;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
            background: #2cd32c;
    color: #FFF;
}
.tour-planning-detail {
    padding: 0 20px;
}

/*tour-planning-detail-end*/
/*about us*/
.about-img img {
    width: 100%;
        height: 500px;
}
.about-tourline h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 70px 0;
}
.about-tourline span {
    font-size: 19px;
    font-weight: 600;
}
.about-tourline p {
    font-size: 17px;
    padding: 20px 0 0 0;
}
.about-tourline {
    padding: 90px 0 40px 0;
}
.talk a {
    padding: 18px 18px;
    background: #4bbb17;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}
.talk {
    padding: 0 0 100px 0;
}
.video-graphy img {
    width: 100%;
}
.youtube {
    position: absolute;
    left: 50%;
    padding: 12em 0;
}
.youtube img {
    width: 50px;
}
.video {
    padding: 0 0 90px 0;
}

.service-img img {
    width: 100%;
    height: 450px;
}
.about-service {
    padding: 0 0 70px 0;
}
.clean {
    display: flex;
    padding: 0px 0 26px 0;
}
.audio-text {
    padding: 0px 20px;
}
.services-img {
    background: url(../images/pexels.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: aliceblue; */
    background-color: #000000d1;
    background-blend-mode: overlay;
    height: 450px;
    padding: 30px;
    padding-top: 3.5em;
}
.service-text h4 {
    font-size: 25px;
    font-weight: 600;
}
.service-text p {
    font-size: 16px;
    padding: 10px 0 0 0;
}
.service-text h4 {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 10px 0;
}
.service-text span {
    font-size: 16px;
}
.service-text p {
    font-size: 16px;
    padding: 23px 0 0 0;
}
.service-text {
    padding: 16px 0 4px 0;
}
.service-btnn a {
    padding: 16px 22px;
    background: #4cbb17;
    color: #FFF;
    font-size: 22px;
    text-decoration: none;
        font-weight: 500;
}
.service-btnn {
    padding: 52px 0 96px 0;
}
.ornare-text span {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
}
.ornare {
    display: flex;
    margin-bottom:20px;
}
.ornare-text {
    padding: 0 20px;
}
.ornare-text p {
    color: #FFF;
    font-size: 16px;
    padding: 0px;
}

.pd-0{
    padding: 0;
}
.service-combine {
    background: #e4e9ed; 
    padding: 0 30px;
}
.bg-gray {
    background: #e4e9ed;
}
/*about us-end*/
/* Home Two */
/*-------------------------------------------*/
.dropdown-toggle{   color: #0000007a;
text-decoration: none;
font-size: 16px;
    font-weight: 600;
}
.cover-background{
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-img {
    text-align: center;
}
.activity-img2 {
    width: 133px;
    height: 133px;
    margin: auto;
    padding: 36px 37px;
    background: #0acb0a;
    border-radius: 66px;
}
.h-one{
    margin-top: -40px;
}
.why-book{
    padding: 30px;
    background-color: #fff2ea;
}
.expert img {
    padding: 10px;
    width: 15%;
}
.expert {
    display: flex;
}
.expert p{
    color: #5b3b36;
    padding: 20px;
}
.why h2,h4 {
    color: #5b3b36;
    font-weight: 600;
}
.why h6{
    color: #5b3b36;
}
.counter-bg{
    padding: 90px 0;
    background-image: url(../images/counter-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.number-h3 {
    margin-top: 20px;
}
.number-h {
    margin-top: 30px;
}
.testimonial-h2{
    background-image: url(../images/tourist-sitting-scaled-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testi-h2 {
    display: flex;
    padding: 12px 0px 10px 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:transparent;
}
.tabing h1 {
    margin-top: 132px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #5cbe2d!important;
}
