@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700,800");
@font-face {
    font-family: 'ALGER';
    src: url('../fonts/ALGER/ALGER.eot');
    src: local('ALGER'),
    url('../fonts/ALGER/ALGER.woff') format('woff'),
    url('../fonts/ALGER/ALGER.ttf') format('truetype');
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .container {
        max-width: 1250px;
        /*max-width:1110px;*/

    } }

/* Theme default css starts */
html,
body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

.f-left {
    float: left; }

.f-right {
    float: right; }

.fix {
    overflow: hidden; }

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

button {
    cursor: pointer; }

a:focus,
.button:focus {
    text-decoration: none;
    outline: none; }

a:focus,
a:hover {
    color: inherit;
    text-decoration: none; }

a,
button {
    color: inherit;
    outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0; }

.uppercase {
    text-transform: uppercase; }

.capitalize {
    text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #212428;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: initial;
    line-height: 1.4; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit; }

h1 {
    font-size: 40px;
    font-weight: 500; }

h2 {
    font-size: 35px; }

h3 {
    font-size: 28px; }

h4 {
    font-size: 22px; }

h5 {
    font-size: 18px; }

h6 {
    font-size: 16px; }

ul {
    margin: 0px;
    padding: 0px; }

li {
    list-style: none; }

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px; }

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0; }

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400; }

a.btn.btn-primary{
    background-color: #3e505e;
    border-color: #3e505e;
    font-weight: 800;
    color:#ccc;
}
a.btn.btn-primary:hover{
    color:#fff;
    background-color: #0b6623;
    border-color: #0b6623;
}
a.btn.btn-success{
    font-weight: 800;
    color:#ccc;
}
a.btn.btn-success:hover{
    color:#fff;

}

.main-heading{
   margin:2em 0;
}

.main-heading h2, .main-heading h4 span{
    line-height: 18px;
}

.main-heading  h2{
    font-size: 32px;
    font-weight:800;
    color:#0b6623;
}

.main-heading  h2 span{
    display:block;
    font-weight:800;
    font-size:18px;
    color:#eff4f7;
}

.main-heading-light{
    margin:2em 0;
}

.main-heading-light h2, .main-heading-light h4 span{
    line-height: 18px;
}

.main-heading-light  h2{
    font-size: 32px;
    font-weight:800;
    color:#eff4f7;
}

.main-heading-light  h2 span{
    display:block;
    font-weight:800;
    font-size:18px;
    color:#485f70;
}


*::-moz-selection {
    background: #1c1c21;
    color: #ffffff;
    text-shadow: none; }

::-moz-selection {
    background: #1c1c21;
    color: #ffffff;
    text-shadow: none; }

::selection {
    background: #1c1c21;
    color: #ffffff;
    text-shadow: none; }

/* Input Placeholder*/
*::-moz-placeholder {
    color: #1c1c21;
    font-size: 14px;
    opacity: 1; }

*::placeholder {
    color: #1c1c21;
    font-size: 14px;
    opacity: 1; }

/* Utility Classes*/
.fix {
    overflow: hidden; }

.clear {
    clear: both; }

.pos-relative{
    position: relative; }

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}


/*color*/
.grey-bg {
    background: #f7f7fd; }

.white-bg {
    background: #ffffff; }

.black-bg {
    background: #1c1c21; }

.theme-bg {
    background: #0b6623; }
.theme-bg-primary {
    background: #0b6623;
}
.theme-bg-secondary{
    background: #e55e39;
}

.theme-bg-primary-gradient{
    background: #bac0c4;
    background: -moz-linear-gradient(bottom, #bac0c4 0%, #375266 47%, #0b6623 97%);
    background: -webkit-linear-gradient(bottom, #bac0c4 0%,#375266 47%,#0b6623 97%);
    background: linear-gradient(to top, #bac0c4 0%,#375266 47%,#0b6623 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bac0c4', endColorstr='#0b6623',GradientType=0 );
}

.theme-bg-primary-image{
    background-image: url('../img/Backgroundsection2.png');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


.theme-bg-secondary-image{
    background-image: url('../img/section-bg1.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;

}


/*color*/
.white-color {
    color: #ffffff; }

.black-color {
    color: #0b6623; }

.theme-color {
    color: #0b6623; }

blockquote{
    position: relative;
    font-size:2em;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    font-weight:800;
    color:#666;
    width:80%;


    margin:1em auto !important;
    display: flex;
    flex-direction: column;
}


blockquote:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -1em;
    top: 0;
    bottom: 0;
    height: 100%;
    border: 4px solid #444;

}

blockquote a{
    position: relative;
    display: inline-block;
    align-self: end;
    font-weight: 800;
    font-size:20px;
    color:#333;
    margin-right: 2em;


}
blockquote a:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -1.5em;
    top: 40%;
    bottom: 0;
    height: 6px;
    width: 1em;
    background-color: #444;
}



/*Them basic css ends*/

/*header section css starts*/

/*topbar css*/
#topbar{
    background-color: #FFC400;
    padding:0.3em 0;
}

#topbar .topbar__left-content, #topbar .topbar__right-content{
    text-align: center;
}



#topbar .topbar__left-content>div{
    display: inline-block;
}
.topbar__left-content #currency-selector button,.topbar__left-content #currency-selector .dropdown-item{
    font-size: 12px;
}
.topbar__left-content #currency-selector button{
    background-color: transparent;
    border:none;
}

.topbar__left-content #google_translate_element span{
    font-size: 12px;
}

/*social linnks brand color*/
.fab.fa-facebook {
    color: #3b5998;
}
.fab.fa-facebook-official {
    color: #3b5998;
}
.fab.fa-facebook-square {
    color: #3b5998;
}

.fab.fa-facebook-f{
    color: #3b5998;
}

.fab.fa-twitter {
    color: #55acee;
}

.fab.fa-instagram {
    color: #3f729b;
}

.fab.fa-youtube {
    color: #e52d27;
}
.fab.fa-youtube-play {
    color: #e52d27;
}
.fab.fa-youtube-square {
    color: #e52d27;
}

.fab.fa-linkedin {
    color: #0976b4;
}
.fab.fa-linkedin-square {
    color: #0976b4;
}


#logo-section .social-links{

}

#logo-section .social-links a:not(:last-child)
{
    margin-right:1em;
}
#logo-section .social-links a i{
    padding:4px;
    border: thin solid #152d3f;
    font-size: 20px;
}

#logo-section .social-links a i:hover{
    border: thin solid #fff;

}

.call-to-action{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.call-to-action div:first-child
{
    margin-right: 1em;
}

.call-to-action .call-to-action__tripadvisor h4{
    color:darkgreen;

}

.call-to-action .call-to-action__contact p{
    line-height: 0;
}

.call-to-action .call-to-action__tripadvisor p{
    line-height: 0;

}

.call-to-action .call-to-action__contact h4{
    color:#0b6623;
}

.call-to-action .call-to-action__tripadvisor{
    position: relative;
    padding-left:70px;
}

.call-to-action .call-to-action__contact{
    position: relative;
    padding-left:40px;
}

.call-to-action .call-to-action__tripadvisor:before{
    position: absolute;
    top:-10px;
    left:0;
    content: '\f262';
    font-weight: 900;
    font-family: "Font Awesome 5 Brands" ;
    font-size: 50px;
    color:darkgreen;
    margin-right: 10px;
}

.call-to-action .call-to-action__contact:before{
    position: absolute;
    top:-10px;
    left:0;
    content: '\f10b';
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free" ;
    font-size: 50px;
    color: #0b6623;
    margin-right: 10px;
}

/*/topbar css*/


/*logo section css*/

/*logo */
.logo{
    display: table;
    max-width: 200px;
}

.logo-row{
    display: table-row;

}

.logo-row .logo-thumb, .logo-row .logo-text {
    display: table-cell;
    vertical-align:baseline;
    width:50%;

}


.logo-row .logo-thumb{
    margin-bottom: 1em;
}

.logo .logo-text h4 {
    font-family: ALGER, serif;
    font-size:15px;
    font-weight: 600;
    letter-spacing: 2px;
    color:#0b6623;
    margin-bottom: -0.4em;


}


.logo .logo-text h3 {
    font-family: ALGER, serif;
    font-size:22px;
    font-weight: 800;
    letter-spacing: 2px;
    color:#0b6623;
    margin-bottom: -0.4em;

}
.logo .logo-text p{
    font-size: 11px;
    font-weight: 600;
}

#logo-section .form-inline,#logo-section .form-inline .input-group{
   width:100%;
}

#logo-section .form-inline{
    margin-top: 1em;
}


#topbar .header__contact a{
    font-size:14px;
    font-weight: 600;
    color:#444;
}
#topbar .header__contact a:hover{
    color:#000;
}


#topbar .header__contact a i{
    font-size:16px;
    font-weight: 900;
}

.language-translate-links li{
    margin-right: 8px;
}
/*/logo*/

/*main slider code starts*/
.main-slider{
    border-bottom:thin solid #0b6623;
    background-color: #0b6623;
}
.main-slider .item, .main-slider .item figure{
   position:relative;
   height: 400px;
}

.main-slider .item figure{
    height: 400px;
    overflow: hidden;
}

.main-slider .item figure img{
    max-width: none !important;
    height: 100%;
    width: auto;

}

.main-slider .item .caption-block{
    width:60%;
}

.main-slider .item figure img, .main-slider .item .caption-block{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.main-slider .item .caption-block h2{
    font-size:40px;
    font-weight: 800;
}

.main-slider .item .caption-block p{
    font-size:16px;
    font-weight: 600;
}

.main-slider .owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}
.main-slider .owl-theme .owl-nav [class*=owl-prev], .main-slider .owl-theme .owl-nav [class*=owl-next] {
    position: absolute;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    cursor: pointer;
    font-size:50px;
    color:#152d3f;
    padding:0.4em 0.2em;
    top:50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -7px rgba(0,0,0,0.75);

}
.main-slider .owl-theme .owl-nav [class*=owl-prev] {
    left:2%;
}
.main-slider .owl-theme .owl-nav [class*=owl-next]{
    left:82%;
}
.main-slider .owl-theme .owl-nav [class*=owl-prev]:hover, .main-slider .owl-theme .owl-nav [class*=owl-next]:hover{
    background: rgba(0,0,0,0.4);
    color:#ddd;
}

/*main slider code ends*/

/*trip activities menu slider*/
#ta-menu{
    background-color:#0b6623;
    padding-bottom: 1em;
    padding-top:1em;
    -webkit-box-shadow: -1px 10px 40px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 40px -19px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 40px -19px rgba(0,0,0,0.75);
}
.ta-menu-slider{
   list-style: none;
   display: block;
}
.ta-menu-slider .ta-menu-slider-item, .ta-menu-slider .ta-menu-slider-item p {
    margin-bottom:0;
    padding-bottom:0;
}
.ta-menu-slider .ta-menu-slider-item{
    border:thin solid #eee;
    display: inline-block;
    padding:8px;
    text-align: center;
}
.ta-menu-slider .ta-menu-slider-item:not(:last-child){
    margin-right:1em;
}
.ta-menu-slider .ta-menu-slider-item i, .ta-menu-slider .ta-menu-slider-item p{
    font-weight: 600;
    color:#aaa;
}
.ta-menu-slider .ta-menu-slider-item i{
    font-size:24px;
    margin-bottom:0.6em;
}

.ta-menu-slider .ta-menu-slider-item p{
    font-size:16px;
}
.ta-menu-slider .ta-menu-slider-item a{
    display: inline-block;
    width: 100px;
    height:80px;
    padding-top:0.6em;

}
.ta-menu-slider .ta-menu-slider-item:hover *{
    color:#fff;
}
.ta-menu-slider .ta-menu-slider-item *{
    margin:auto;
}
/*trip activities menu slider ends*/

/*header section css ends*/


/*main section css starts*/
main section{
    margin:2em 0;
}

.tripbox,.postbox{
    /*border: thin solid #ccc;*/
    margin-bottom: 2em;
    background-color: #fff;
}

.tripbox__thumb,.postbox__thumb{
    position: relative;
    height: 240px;
    overflow: hidden;
}



.tripbox_portrait__thumb span{
    position: absolute;
    top:78%;
    left:10%;
    padding:1.5em 1em 1em 1em;
    background-color: #0b6623;
    color:#ccc;
    font-weight: bold;
    width:100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;


}



.tripbox__thumb a img,.postbox__thumb a img{
    position:absolute;
    top:50%;
    left:50%;
    max-width: initial;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tripbox_portrait__thumb{
    position: relative;
    height: 250px;
    overflow: hidden;
}

.tripbox_portrait__thumb a img{
    position:absolute;
    top:50%;
    left:50%;
    height:250px;
    max-width:none;
    width:auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.featured-trip .tripbox{
    max-width:387px;
}

.tripbox__text{
    -webkit-box-shadow: inset 0px 0px 88px -33px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 88px -33px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 88px -33px rgba(0,0,0,0.75);
    padding:1em;
    min-height: 212px;
}
.tripbox__text h4 a, .postbox__text h4 a{
    font-weight: 600;
    color: #444;
}

.tripbox__text h4 a:hover, .postbox__text h4 a:hover{
    color:#101010;
}

.tripbox__text-meta .tripbox__text-meta-row{
    width:100%;
    display: table;
    border-top:thin solid #ccc;
    font-weight: 600;
}
.tripbox__text-meta .tripbox__text-meta-row div {
    display: table-cell;
    /*border: thin solid red;*/
    line-height: 16px;
    padding: 0.6em;
    vertical-align: middle;
}

.tripbox__text-meta .tripbox__text-meta-row .currency{
    font-size:26px;
    font-weight: 800;
}

.tripbox__text-meta .tripbox__text-meta-row div i{
    font-weight: 900;
    font-size:18px;
}

.postbox__text-meta ul{
    list-style: none;
}
.postbox__text-meta ul li{
    display: inline-block;
}
.postbox__text-meta ul li:not(:last-child){
    margin-right:1em;
}
.postbox__text{
    min-height: 260px;
}
/*customize trip css*/
.customize-trip{

}
.customize-trip {
    min-height: 20px;
    padding: 2em;
}

.customize-trip form {
    display: table;
    width: 100%}

.customize-trip form .group-form {
    width: 250px;
    padding-right: 15px;
    margin-bottom: 1em;
    position: relative;
}
.customize-trip form .group-form .input-group {
    width: 100%}
.customize-trip form .group-form .input-group .input-group-addon {
    border-radius: 100%;
    border: none;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 18%;
    left: -13px;
    line-height: 30px;
    padding: 0;
    background-color: #5c5a5a;
    color: #fff;
}
.customize-trip form .group-form .input-group .form-control {
    border-radius: 5px;
    border: none;
    height: 45px;
    padding-left: 25px;
    padding-right: 30px;
    text-transform: uppercase;
    background: url(../images/select-caret.jpg) right center no-repeat #fff;
}
.customize-trip form .group-form .input-group .form-control::-ms-expand {
    display: none;
}
.customize-trip form .group-btn {
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    position: relative;
    transition: all .4s ease-in-out;
}
.customize-trip form .group-btn .input-group {
    width: 100%}
.customize-trip form .group-btn .btn {
    height: 45px;
    width: 100%;
    background-color: #344556;
    color: #fff;
    text-transform: uppercase;
    font: 12px robotobold;
    letter-spacing: .03em;
    display: block;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}
.customize-trip form .group-btn .input-group-addon {
    border-radius: 100%;
    border: none;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 18%;
    left: -15px;
    right: auto;
    line-height: 30px;
    padding: 0;
    background-color: #fff;
    color: #314859;
    transition: all .4s ease-in-out;
}

.customize-trip form .group-btn:hover .btn {
    background-color: #fff;
    color: #314859;
}

/*customize tirp ends*/


/*main section css ends*/


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 375px) {

}

@media (min-width: 425px) {
    .main-heading, .main-heading-light{
        margin:2em 0;
    }
    .main-heading h2, .main-heading h4 span, .main-heading-light h2, .main-heading-light h4 span{
        line-height: 20px;
    }

    .main-heading  h2,.main-heading-light h2{
        font-size: 42px;
    }

    .main-heading  h2 span, .main-heading-light h2 span{
        font-size:25px;
    }


}

@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .main-slider .owl-theme .owl-nav [class*=owl-next]{
        left:95%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /*them basic*/
    .tripbox_portrait__thumb{
        height: 380px;

    }

    .logo .logo-text h4 {
        font-size:22px;

    }


    .logo .logo-text h3 {
        font-size:32px;
    }

    .tripbox_portrait__thumb a img{
        height: 100%;
    }
    .tripbox_portrait__thumb span{
        top:85%;
    }
    .main-heading, .main-heading-light{
        margin:3em 0;
    }
    .main-heading h2, .main-heading h4 span, .main-heading-light h2, .main-heading-light h4 span{
        line-height: 25px;
    }

    .main-heading  h2,.main-heading-light h2{
        font-size: 52px;
    }

    .main-heading  h2 span, .main-heading-light h2 span{
        font-size:40px;
    }

    /*main slider code*/
    .main-slider .item figure{
        height: 500px;
    }
    .main-slider .item, .main-slider .item figure{
        height: 500px;
    }

    .main-slider .item figure img{
        width:100%;
        height: auto;
    }

    .main-slider .item .caption-block{
        width:60%;
    }
    /*//main slider code*/

    /*trip activities menu slider*/
    .ta-menu-slider .ta-menu-slider-item i{
        font-size:18px;
    }

    .ta-menu-slider .ta-menu-slider-item p{
        font-size:16px;
    }
    .ta-menu-slider .ta-menu-slider-item a{
        width: 100px;
        height:70px;
        padding-top:0.5em;
    }

    /*trip activities menu slider ends*/

    /*main section css starts*/
    main section{
        margin:4em 0;
    }


    .tripbox{
        /*border: thin solid #ccc;*/
        margin-bottom: 4em;
    }

    .customize-trip form .group-form {
        padding-left: 15px;
        display: table-cell;
    }
    /*main section css ends*/

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}


#mainNav{
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding:0;
    background-color: #fff;
}

#mainNav .navbar-brand{
    max-width: 80%;


}
#mainNav .navbar-toggler{
    color:#000;
    margin-right: 1em;
    font-size:28px;
}
/*#mainNav, #mainNav .logo img{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}*/

.mainnav-fixed-top{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    -webkit-box-shadow: 1px 10px 12px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 12px -6px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 12px -6px rgba(0,0,0,0.75);
    z-index: 900000;
}

#mainNav.navbar-shrink {
    height: 76px;
}
#mainNav.navbar-shrink .logo{
    max-width: 40%;
    max-height: 105px;
}
#mainNav.navbar-shrink .logo-img {
    max-width: 60px!important;
    padding:0 5px 0 0;
}

#navbar ul{
    width: 100%;
    padding:0;
    background-color: #0b6623!important;
    color:#eee!important;
}

#navbar ul.dropdown-menu{
    width: 100%;
    padding:0;
    background-color: #0b6623!important;
    color:#222!important;
    min-width: 250px;

}



#navbar ul li a{
   /*color:#eee!important;*/
   padding-left:1em!important;
}

#navbar ul li a:hover{
    color:#0b6623!important;
    background-color: #eee!important;
}


#navbar ul li.dropdown .dropdown-item{
    color:#eee!important;
    padding-left:1.5em!important;
}



#navbar ul li .dropdown-item:hover{
    color:#0b6623!important;
    background-color: #eee!important;
}

#navbar ul li.dropdown ul.dropdown-menu .li.dropdown .dropdown-item{
    padding-left:2.5em!important;
}

.header__contact .email{
    display:none;
}





@media (min-width: 992px) {


    #mainNav .logo{
        display: none;
    }
    #mainNav {
        background-color:#0b6623!important;
        max-width: 100%;
    }

    #mainNav.mainnav-fixed-top ul.navbar-nav{
        width: 100%;
        padding:0;
        background-color: #fff!important;
        color:#222!important;
    }

    #mainNav.mainnav-fixed-top
    {
        height: 120px;
        padding-top: unset;
        padding-bottom: unset;
        background-color: #fff;
        color: black;
        height: 120px;
        border-bottom: 1px solid rgba(142, 45, 46,0.2);
        z-index: 90000;
    }


    #mainNav.mainnav-fixed-top .logo {
        max-width: 285px;
        display: block;
    }

    #mainNav.navbar-shrink {
        height: 80px;
        background-color: #fff!important;

    }
    #mainNav.navbar-shrink .logo {
        max-width: 156px;
        padding:0 5px 0 0;
    }

    #navbar.navbar-shrink ul.navbar-nav{
        width: 100%;
        padding:0;
        background-color: #FFF ;

    }

    #navbar.navbar-shrink ul.navbar-nav li a{
        color:#eee;
        background-color: #0b6623;

    }
    #navbar.navbar-shrink ul.navbar-nav li a:hover{
        color:#222;
        background-color: #fff;
    }

    #navbar.navbar-shrink ul li a{
        color:#eee;
        padding-left:1em;
    }

    #navbar.navbar-shrink ul li a:hover{
        color:#0b6623;
        background-color: #eee;
    }


    #navbar.navbar-shrink ul li.dropdown .dropdown-item{
        color:#eee;
        padding-left:1.5em;
    }



    #navbar.navbar-shrink ul li .dropdown-item:hover{
        color:#0b6623;
        background-color: #eee;
    }







}

@media(min-width: 767px){
    .header__contact .email{
        display:inline-block;
    }



}

/*find trip*/

.find-trip{
    margin-top:0;
    margin-bottom:0;
}

.find-trip form .group-form .input-group .form-control, .modal .modal-dialog .modal-content form .form-group select, .page-blog__block form .form-group select, .page-contact .form .contact-form .form-group select, .page-customize-trip .form-group select, .page-package-listing .sort-header .form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.find-trip, .find-trip h2 {
    background-color: #004085;
}

.find-trip {
    min-height: 20px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.find-trip form {
    margin-top: -10px;
    display: table;
    width: 100%;
}

.find-trip h2 {
    font-size: 24px;
    font-family: WCManoNegraBta;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 0px;
    border-radius: 5px;
}

.find-trip .fas {
    position: relative;
    left: 7px;
    top: 2px;
}

.find-trip .fa-dollar-sign {
    left: 10px;
}

.find-trip .group-form {
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    position: relative;
}

.find-trip .group-form .input-group {
    width: 100%;
}

.find-trip .group-form .input-group .input-group-addon {
    border-radius: 100%;
    border: none;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 18%;
    left: -15px;
    line-height: 30px;
    padding: 0;
    background-color: #5c5a5a;
    color: #fff;
}

.find-trip .group-form .input-group .form-control {
    border-radius: 5px;
    border: none;
    height: 45px;
    padding-left: 25px;
    padding-right: 30px;
    text-transform: uppercase;
    background: url(../img/select-caret.jpg) right center no-repeat #fff;
}

.find-trip form .group-btn {
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    position: relative;
    transition: all .4s ease-in-out;
}

.find-trip form .group-btn .fas {
    padding-right: 11px;
}

.find-trip form .group-btn .input-group-addon {
    border-radius: 100%;
    border: none;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 18%;
    left: -15px;
    right: auto;
    line-height: 30px;
    padding: 0;
    background-color: #fff;
    color: #f66;
    transition: all .4s ease-in-out;
}

.find-trip form .group-btn .btn {
    height: 45px;
    width: 150px;
    background-color: #D4C200;
    color: black;
    text-transform: uppercase;
    font: 14px robotobold;
    /* letter-spacing: .03em; */
    display: block;
    border-radius: 5px;
    /* transition: all .4s ease-in-out; */
}

.find-trip form .group-btn .btn:hover {
    background-color: #DF6E1E;
}

.find-trip .fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 800px) {
    .find-trip form .group-btn .btn {
        width: 100%;
    }
}


