/*

Template Name: Wind Horse Trekking Pvt. Ltd.;

Author Name: Manoj Panta;

Author URI: ;

*/
h1, h2, h3, h4, h5, h6, p, ol, li, ul {

    margin: 0;

    padding: 0;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

li {

    list-style-position: inside;

    list-style: none;

}

body {

    margin: 0;

    padding: 0px;

    color: #1a2027;

    font-size: 16px;

    font-family: 'Poppins', sans-serif;

    line-height: 22px;

    background: #fff;

}

a {

    color: #00783d;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    color: #ffc80b;
}

a:focus {

    text-decoration: none;

    outline: none !important;

}

.strong {

    font-weight: 700;

}

.fa {

    transform: none !important;

}

@font-face {

    font-family: 'myfont';

    src: url('../fonts/Helvetica-CondensedBold.ttf');

}

select, select.form-control {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background: url('../images/dropdown.png') no-repeat 97% 50% #ffffff;

    background-size: 10px 7px;

}

select::-ms-expand {

    display: none;

}

.uppercase {

    text-transform: uppercase;

}

.clear {

    clear: both;

}

.left-float {

    float: left;

}

.right-float {

    float: right;

}

.left-align {

    text-align: left;

}

.center-align {

    text-align: center;

}

.right-align {

    text-align: right;

}

select:focus {

    outline: none;

}

input[type="text"]:focus, input[type="email"]:focus {

    outline: none;

}

.blue {

    color: #1FA2DC;

}

.white {

    color: #fff;

}

.mt_10 {

    margin-top: 10px;

}

.mt_20 {

    margin-top: 20px;

}

.mb_20 {

    margin-bottom: 20px;

}

.pnr {

    padding-right: 0px;

}

.contact_sticky a {

    background: url(../images/contact_sticky.png);
    width: 34px;
    height: 140px;
    top: 40%;
    right: 0px;
    position: fixed;
    z-index: 5;
    background-size: contain;

}
#floating-book-now {
    top: 150px;
    right: -67px;
    position: fixed;
    z-index: 9999;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    padding: 6px 45px;
    background: #00783d;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 5px;
}

/*-- Start Header --*/

.top-header {

    background: #1a2027;

    color: #fff;

    padding: 10px 0;

}

.top-header h1 {

    font-size: 17px;
    background: #581c52;
    height: 100%;
    line-height: 30px;
    font-family: 'myfont';

}

.top-header h1:after {

    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 13px solid #1a2027;
    content: '';
    display: block;
    float: right;

}

.news-header {

    padding: 6px 0;

}

.top-header .owl-theme {

    margin-top: 0px;

}

.top-header a {

    padding: 5px 3px;

    color: #fff;

    border-radius: 0px;
    font-size: 15px;

}

.top-header a.book-btn {

    background: #1a2027;

    height: 43px;

    display: inline-block;

}

.top-header a:hover {

    background: #1184b7;

    color: #fff;

}

.middle-header {

    padding: 0px 0;
    /*position: absolute;*/
    z-index: 9;
    background: #F3F3F3;
    width: 100%;

}

.logo {
    width: 213px;
}

.logo img {

    width: 305px;
    padding-top: 22px;

}

.search-field {

    width: 64%;

    margin-top: 40px;

    float: right;

}

.search-field input[type="text"] {

    width: 100%;
    border: 1px solid #ecf0f1;
    border-right: none;
    height: 35px;
    padding: 0 0 0 10px;
    font-style: italic;

}
.header-search-addon {
    padding: 0;
    background-color: transparent;
    border: unset;
}

.search-field button {

    height: 35px;
    margin-left: -2px;
    border: none;
    color: #fff;
    width: 50px;
    background: #00783d;

}

.search-field button:hover, form input[type="submit"]:hover {

    background: #1a2027;

}

.p_btn a {

    display: block;

    height: 40px;

    line-height: 40px;

    font-weight: bold;

    font-size: 18px;

    color: #fff;

    background: #1FA2DC;

    text-align: center;

    padding: 0 20px;

    border-radius: 10px;

}

.p_btn a:hover {

    background: #1a2027;

}

.toggleMenu {

    display: none;

    padding: 16px 15px;
    width: 100%;

    color: #fff;
    background: url(../images/nav-icon.png) no-repeat 98% center #1a2027;

}

.toggleMenu:hover, .toggleMenu:focus {

    color: #fff;

    text-decoration: none;

    outline: none;

}

.navigation {
    /*position: absolute;*/
    z-index: 99;
    top: 105px;
    width: 100%;
    padding: 5px;
    background-color: #00783d;

}

.nav {

    list-style: none;

}

.nav:before,
.nav:after {

    content: " ";

    display: table;

}

.nav:after {

    clear: both;

}

.nav li a {

    padding: 8px 28px;

    color: #ffffff;
    font-size: 14px;

    display: block;

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;

}

.navigation .nav li > a:hover, .navigation .nav li.active > a {
    color: #fff;
    overflow: hidden;
    background: none;

}

.nav li {

    position: relative;

}

.nav > li {

    float: left;

}

.nav li ul {

    position: absolute;

    left: -9999px;

    min-width: 300px;

    z-index: 10;

    width: 100%;

    background: #00783d;
    margin-top: 0px;

}

.nav > li.hover > ul {

    left: 0;

}

.nav li li a {

    display: block;

    position: relative;

    z-index: 100;

    padding: 10px;

    width: 100%;

    text-transform: none;

}

.nav li li a:hover {

    padding-left: 15px;

}

.fixed {

    position: fixed;

    width: 100%;

    top: 0px;

    background: #00783d;

    z-index: 999;

}

@media screen and (max-width: 900px) {
    #floating-book-now {
        width: 100%;
        bottom: -5px;
        top: unset;
        right: 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
    }
    .navigation {
        background: #00783d;
        z-index: 999;
       /* top: 92px;*/

    }

    .nav {
        width: 100%;
        max-height: 90vh;
        overflow: auto;
    }

    .nav > li, .navigation.right-float {

        float: none;

    }

    .nav > li > .parent {

        background-position: 95% 50%;

    }

    .nav li li .parent {

        background-position: 95% 50%;

    }



    .nav > li.hover > ul, .nav li li.hover ul {

        position: static;

    }

    .nav > li {

        background-position: 96% 55%;

        border-bottom: 1px solid #DADADA;

        overflow: hidden;

    }

    .nav > li > .parent {

        background-position: 96% 55%;

    }

    .nav li ul {

        width: 100%;

    }

    .nav li a {

        padding-top: 0px;

        padding-bottom: 0px;

        line-height: 48px;

    }

    .nav li li a {

        padding-top: 0px;

        padding-bottom: 0px;

    }

}

/*-- End Header --*/

/*-- Start Banner Section --*/

.banner-info, .banner-info .item {

    position: relative;

}

.banner-info .overlay {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.2);*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.banner-info .overlay .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    color: #fff;

}

.banner-info .overlay .content h2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-info .overlay .content p {
    font-size: 19px;
}

.banner-info img {

    height: 79vh;

    object-fit: cover;

    width: 100%;

}

.banner-info .owl-theme, .owl-theme .owl-controls .owl-page span {

    margin: 0px !important;

}

.home-slider .owl-theme .owl-controls {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 4%;

    z-index: 99;

}

.home-slider .owl-theme .owl-controls .owl-page {
    display: block;
    margin: 5px 0;
}

.home-slider .owl-theme .owl-controls .owl-page span {
    background: #1a2027;
    border: 4px solid #00783d;
}

.owl-theme .owl-controls .owl-page {

    margin-right: 10px;

}

.top-deals .owl-theme .owl-controls .owl-page {

    margin-top: 10px;

}

/*-- End Banner Section --*/

/*-- Start Filter Section --*/

.filter-inner {

    float: left;

    width: 100%;

    background: #00783d38;

    padding: 10px 30px 12px;

    margin: -85px 0 0 0;

    position: relative;
    box-shadow: 0px 5px 20px 5px rgb(0, 0, 0.2);
    z-index: 9;
}

.filter-section label {

    font-weight: normal;

    color: #ffffff;

}

.filter-section select {

    clear: both;

    width: 100%;

    height: 36px;

    border: none;

    padding-left: 10px;

    border-radius: 5px;

}

.filter-section input[type="submit"] {

    background: #00783d;

    margin: 27px 0 0;

    height: 36px;

    border: 0px solid #1FA2DC;

    color: #fff;

    width: 100%;

    font-weight: bold;

    text-align: center;

    border-radius: 5px;

}

.filter-section input[type="submit"]:hover {

    border: 3px solid #fff;

    background: transparent;

    border-radius: 5px;

}

/*-- End Filter Section --*/

/*-- Start Content --*/

/*-- Start General --*/

.why-choose {
   /* background: url(../images/circles-light.png);*/
    padding: 50px 0;
    color: #1a2027;
}

.why-choose .heading {
    color: #333;
    margin-bottom: 50px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.big-text {
    color: #ffc80b;
}

.why-choose .sub-heading {
    font-size: 17px;
    color: #fff;
    margin-bottom: 23px;
}

.why-choose .desc {
    color: #fff;
    /*height: 150px;*/
}

.heading {

    color: #1a2027;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 50px;

}

.view-all a {

    display: block;

    padding: 7px 25px;

    color: #fff;

    background: #00783d;

    display: inline-block;

    font-weight: bold;

    border-radius: 20px;

}

.view-all a:hover {

    background: #1a2027;

}

/*-- End General --*/

/*-- Start Why Choose Us --*/

.icon {

    border: 3px dotted #00783d;

    border-radius: 100%;

    height: 65px;

    width: 65px;

    display: inline-block;

    margin-bottom: 20px;

}

.icon .fa {

    font-size: 30px;

    color: #00783d;

    line-height: 70px;

}

.sub-heading {

    margin: 10px 0 0;

    font-weight: 600;

    font-size: 18px;

    color: #2A2E33;

}

/*-- End Why Choose Us --*/

/*-- Start Best Deals --*/
#departure {
    background: #ffffff;
    padding: 50px 0;
}
#departure.tab-pane {
    background: none;
}
.tourmaster-tour-grid {
    /*border: 1px solid #dae0e2ed;*/
    border-radius: 20px;
}
.top-deals,
.video-gallery {

    background: #F3F3F3;
    padding: 50px 0;

}

.grid {
    background: #fff;
    margin-bottom: 15px;
    border-radius:20px;
}

.image-section {
    position: relative;
    background: #cacaca;
}

.image-section a {

    position: relative;

    padding: 0px;

    display: block;

}

.grid img {

    width: 100%;
    height: 210px !important;
    object-fit: cover;
    border-radius:10px 10px 0px 0px;

}

.trip_short_desc {
    /*height: 140px;*/
    padding-top: 13px;
}

.trip_short_desc p {

    color: #1a2027;

    font-size: 14px;

    margin-bottom: 20px;

}

.trip_short_desc .primary-btn {
    color: #fff;
    border: 0;
    box-shadow: none;
    background: #1fa2dc;
    width: 58%;
    padding: 7px;
    margin: 0 auto;
    display: block;
    border-radius: 18px;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}
.trip_short_desc .primary-btn:hover {
    background-color: #1a2027;
}
.image-section a:hover div.trip_short_desc {

    display: inherit;

}

.sticky {

    position: absolute;
    left: 10px;
    color: #fff;
    top: 20px;
    font-size: 15px;
    background: #ff8f00;
    padding: 5px 15px;
    border-radius: 4px;
}

.inner-page .inner-border .sticky {

    font-size: 18px;

}

.info {

    padding: 15px;

    overflow: hidden;

    background: #ffffff;

}

.info a, .name {

    font-size: 18px;

    color: #1a2027;

    font-weight: 700;

    display: block;
    font-family: 'Poppins', sans-serif;

}

.info a:hover {

    color: #dddfe2;

}

.info ul {
    width: 100%;
    display: table;
    clear: both;
    /*background: #581c52;*/
    margin: 10px 0;
}

.info ul li {

    display: inline-block;
    font-size: 15px;
    color: #1a2027;
    font-weight: bold;

}

.info ul li:first-child {

    float: left;

}

.info ul li:last-child {

    float: right;

}

.cross {

    text-decoration: line-through;

    padding-right: 5px;

    border-right: 1px solid #fff;

    margin-right: 5px;

}

/*-- End Best Deals --*/

/*-- Start Top Destination --*/
.popular-destination {
    border-top:3px solid #00783d;
    padding: 50px 0;
    background: url(../images/pattern1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    color: #fff;
}

.popular-destination .grid {

    margin-bottom: 25px;

    /*border: 1px solid #f7f7f7;*/

}

.popular-destination .info, .inner-page .grid .info {

    background: #f0f1f2;
    height: 175px;

}

/*-- End Popular Destination --*/

/*-- End Content --*/

/*-- Start Footer --*/

/*-- Start Subscription Section --*/

.subscription {

    background: #076dae;

    padding: 3em 0;

    color: #fff;

}

.subscription h2 {

    margin-bottom: 5px;

    font-family: 'myfont';

    font-size: 26px;

    color: #e7b342;

}

.subscribe-field {

    margin-top: 7px;

}

.subscribe-field input[type="text"], .subscribe-field input[type="email"] {

    width: 100%;
    height: 40px;
    border: none;
    color: #1FA2DC;
     border-radius: 0 4px 4px 0;
    background: none;
    border: 1px solid #fff;
    border-left: 0;

}

.subscribe-field .input-group-addon {

    background: none;
    border: none;
    /* border-radius: 10px 0 0 10px; */
    color: #fff;
    border: 1px solid #fff;
    border-right: 0;

}

.subscribe-field button, .form-actions button, .form-actions input[type="submit"], .modal-footer button {

    width: 100%;

    min-width: 100px;

    height: 40px;

    border: none;

    font-weight: 600;

    color: #fff;

    background: #1a2027;

}

.subscribe-field button:hover, .subscribe-field input[type="button"]:focus, .form-actions button:hover, .modal-footer button:hover {

    background: #1184b7;

    outline: none;

}

/*-- End Subscription Section --*/

/*-- Start Social + Association Section --*/

.footer .heading {

    margin-bottom: 15px;

    font-weight: 400;

    font-size: 16px;

    color: #fff;

}

.top-footer {

    background: #202020;

    padding: 15px 0;

}

.top-footer-inner {

    border-bottom: 1px solid #fff;

    padding: 0px 0 30px;

    margin-bottom: 20px;

}

.top-footer img {

    width: 190px;

}

.top-footer img:hover {

    cursor: pointer;

}

.social-icons li {

    float: left;

    margin-right: 5px;

}

.social-icons li a {
    font-size: 14px;
    background: #1a2027;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    display: block;
    text-align: center;

}

.social-icons li a:hover {

    background: #fff;

    color: #1FA2DC;

}

.thankyou .social-icons {

    margin-top: 20px;

}

.thankyou li {

    display: inline-block;

    float: none;

}

/*-- End Social + Association Section --*/

/*-- Start Footer Navigation --*/

.footer-links li, .contact_us li {

    color: #fff;

    width: 100%;

    float: left;

    padding: 5px 0;

}

.footer-links li:first-child, .contact_us li:first-child {

    padding-top: 0px;

}

.footer-links li:last-child, .contact_us li:last-child {

    padding-bottom: 0px;

    border-bottom: none;

}
.contact_us a,
.contact_us a:hover,
.contact_us a:focus,
.contact_us a:active {
    color: #fff;
    text-decoration: none;
}

.footer-links li:before {

    content: '\f101';

    font-size: 13px;

    color: #fff;

    float: left;

    font: normal normal normal 14px/1 FontAwesome;

    margin-right: 10px;

    margin-top: 4px;

    width: 25px;

    height: 25px;

    border-radius: 100%;

    text-align: center;

    line-height: 25px;

}

.footer-links li a {

    color: #fff;

    padding: 6px 0;

    display: block;

}
.header-main-menu i.fa {
    margin-left: 8px;
}
.contact_us li a:hover,
.contact_us li a:focus,
.contact_us li a:active,
.footer-links li a:hover,
.footer-links li a:focus,
.footer-links li a:active {

    text-decoration: underline;

}

.contact_us li .fa, .contact_sidebar li .fa {

    width: 25px;

    height: 25px;

    border-radius: 100%;

    background: #182327;

    text-align: center;

    line-height: 25px;

    margin-right: 10px;

    color: #fff;

}

/*-- End Footer Navigation --*/

/*-- Start Bottom Footer --*/

.btm-footer {

    padding: 1.0em 0;

    background: #181818;

    color: #fff;

}

.btm-footer a:hover {

    text-decoration: underline;

}

/*-- End Bottom Footer --*/

/*-- End Footer --*/

/*-- Start Inner Page --*/
.list-filter .filter-inner {
    background: #e8e8e8;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    z-index: 1;
}

.list-filter .filter-inner.inner-border {
    background: none;

}

.list-filter .filter-inner.inner-border form {
    padding: 20px 15px;
}

.filter-section .inner-border select {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.filter-section .range {
    margin-bottom: 15px;
}

.list-filter .range p label {
    color: #000;
    margin: 0;
}

.list-filter .range p input {
    width: 60%;
    background: none;
    border: none;
    padding-left: 10px;
    font-weight: bold;
}

.list-filter .ui-slider-horizontal {
    height: .5em;
}

.list-filter .ui-slider .ui-slider-handle {
    height: 1em;
    background: #ffffff;
    border-color: #a0a0a0;
}

.inner-page {

    background-color: #F3F3F3;

}

.inner-page h3.title {
    font-size: 22px;
    color: #2b364;
    margin-bottom: 20px;
}

.inner-page .col-md-6 {

    margin-bottom: 2em;

}

.inner-page-top {
    /*background: #242c43;*/
    padding: 50px 0;
    color: #fff;

}

.page {

    background: #fff;

    padding: 5px;

}

.page .inner-page-bg {

    padding: 15px;

    border: 1px solid #f5f5f5;

    overflow: hidden;

}

/*-- Start Listing Page --*/

.pagination {

    margin: 0px;

}

.pagination li a {

    background: #fff;

    width: 30px;

    height: 30px;

    text-align: center;

    color: #222;

    border: 0px none !important;

    margin-right: 4px;

    background: #e4e4e4;

}

.pagination li.active a, .pagination li a:hover {

    background: #1FA2DC !important;

    color: #fff;

}

.pagination li.disable a {

    background: #b5b5b5;

    color: #fff;

}

.pagination li.disable a:hover {

    cursor: default;

}

/*-- End Listing Page --*/

/*-- Start Side Bar --*/

.border, .detail {

    background: #fff;

    padding: 0 15px;

    overflow: hidden;

}

.inner-border, .inner-detail {

    box-shadow: 0px 3px 8px rgba(226, 226, 226, 0.74);
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    border-left: 4px solid #00783d;
    padding: 20px;

}

.inner-detail img {

    width: 100%;

}

.border h3 {

    padding: 10px 0;

    font-weight: 400;

    font-size: 20px;

    color: #1a2027;
    font-weight: bold;

}

.border ul {

    overflow: hidden;

    padding: 0 15px;

}

.border > div > ul > li, .opt-tour li {

    padding: 10px 0;

    border-bottom: 1px solid #eaeaea;

}

/*.border > div > ul > li:before, .opt-tour li:before {

    content: '\f0a4';

    font: normal normal normal 14px/1 FontAwesome;

    margin-right: 7px;

}*/

.border > div > ul > li a {

    color: #1a2027;

}

.border ul li a:hover {

    color: #1FA2DC;

}

.border ul li:last-child, .opt-tour li:last-child {

    border-bottom: none;

}

.border #CDSWIDSSP {

    width: 100% !important;

    border-top: none;

}

.side-btn {

    background: #1a202791;

    padding: 20px 30px 12px;

    font-weight: 400;

    font-size: 24px;

    color: #ffc80b;

    text-align: center;

}

.side-btn ul {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.side-btn i, .small_per {

    font-size: 14px;

}

ul.left-align {

    /*padding: 15px 0 !important;*/

    font-size: 20px;

}

.side-btn .btns a {

    clear: both;
    color: #ffffff;
    display: inline-block;
    background: #00783d;
    font-size: 16px;
    width: 45%;
    margin-bottom: 10px;
    padding: 8px 0;
    border-radius: 4px;

}

.side-btn .btns a:hover {

    background: #2b8bd8;

}

.side-btn small {

    font-size: 15px;

}

.border .view-all {

    margin-bottom: 10px;

}

.inner-detail img {

    width: 100%;

    padding: 5px;

}

.similar-slider li img {

    width: 100%;

}

.similar-slider li:before {

    content: '' !important;

    margin: 0px !important;

}

/*-- End Side Bar --*/

/*-- Start Detail Page --*/

h3.title {

    font-weight: bold;

    font-size: 20px;

    margin-bottom: 10px;

}

.detail-slider .owl-carousel {

    margin: 0;

}

.detail-slider .owl-theme .owl-controls {

    bottom: 0;
    position: absolute;
    width: 100%;
    /*background: #191f27;*/
    padding: 15px 0;
}

.detail-slider .owl-theme .owl-controls .owl-page span {

    border-color: #1FA2DC;

}

.detail-slider .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {

    background: #1FA2DC;

    border-color: #1FA2DC;

}

.treak-detail-title {
    color: #fff;
    padding: 0px;
    border-radius: 6px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 1px;
    margin: 0;
    background-position: 25px center;
    z-index: 99;
    max-width: 770px;
    /*min-width: 500px;*/
}

.treak-detail-title-left {
    color: #fff;
    padding: 20px;
    border-radius: 6px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 1px;
    margin: 0;
    background-position: 25px center;
    background: #00783d;
    z-index: 99;
    max-width: 770px;
    /*min-width: 500px;*/
}

.detail-slider img {

    width: 100%;

    height: 78vh;

}

.detail-slider .item {

    padding: 0px;

    background: #fff;

}

.image-slider img {

    width: 100%;

    height: 120px !important;

}

.detail-slider .border {

    margin-top: 0px;
    background: #f5f5f5;

}

.detail-slider .inner-border {
    border: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

.inner-border.book-box {
    border: 0;
    box-shadow: none;
}

.detail-slider .tab-content {

    padding: 15px 0;

}

.detail-info .border ul li.active a, .team-tab li.active a {

    color: #1FA2DC

}

.tab-detail {
    background: #f7f7f7;
    padding: 0px 0;
}

.tab-detail .border {

}

.tab-nav {
    margin-bottom: 10px;
}

.tab-nav ul li {
    display: inline-block;
    padding: 0px;
}

.tab-nav ul li.active {
    background: none;
}

.tab-nav ul li.active a {
    color: #ffffff;
}

.tab-nav ul li a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #00686a;
    padding: 19px;
    border-radius: 10px 10px 0px 2px;
    color: #fff;
    transition: all 0.5s;
}
.tab-nav ul li a:hover, .tab-nav ul li.active a {
    color: #ffc80b;
}

.tab-content {

    padding: 15px;

}
.tab-content #departure {
    padding: 0;
}

.detail-border {

    min-height: 462px;

}

.tab-title {

    font-size: 20px;

    border-bottom: 1px solid #f5f5f5;

    padding-bottom: 5px;

    margin-bottom: 10px;

}

.trip-facts table, .table-striped {

    margin-bottom: 15px;

    width: 100%;

    overflow: scroll;

    min-width: 500px;

}

.trip-facts tr {

    border-bottom: 1px solid #eaeaea;

    text-transform: none;

}

.trip-facts th {

    width: 160px;

    padding: 7px 0;

    color: #1a2027;

}

.trip-itinerary {
    padding-left: 0px !important;
    margin-top: 15px;
}

.trip-itinerary > li {

    border-bottom: 1px dashed #1fa2dc;

    padding: 10px 0 10px;

    margin-bottom: 10px;

    overflow: hidden;

}

.trip-itinerary li:first-child {

    padding-top: 0px;

}

.day-header {

    margin-bottom: 5px;

    color: #fff;

    display: block;

}

.trip-itinerary .day-title {

    background: #1FA2DC;

    padding: 2px 10px;

    margin-right: 5px;

}

.it-title {

    color: #1FA2DC;

    font-size: 16px;

    font-weight: bold;

}

.option-tour a {

    width: 110px;

    text-align: center;

    height: 23px;

    background: #1FA2DC;

    display: block;

    color: #fff;

}

.option-tour a:hover {

    background: #1a2027;

    color: #fff !important;

}

.trip-itinerary .trip_descrption {

    clear: both;
    text-align: justify;

}

.trip_descrption ul {

    padding: 0px !important;

}

span.hotel-title {

    color: #1FA2DC;

}

.trip_descrption ul li {

    display: inline-block;

}

.trip_descrption ul li span {

    display: inline-block;

    background: #1FA2DC;

    color: #fff;

    width: 20px;

    height: 20px;

    border-radius: 100%;

    text-align: center;

    line-height: 20px;

}

.trip_descrption ul li:first-child {

    margin-right: 15px;

}

#trip_inc_ex ul {

    padding-left: 0px;

}

#trip_inc_ex li {

    padding-bottom: 5px;

}

.modal-content {

    color: #2b2a2a !important;

}
.trip_inc li,
.trip_exc li {
    padding-left: 25px;
}
.trip_inc li:before,
.trip_exc li:before {
    margin-left: -25px;
}
.trip_inc li:before {

    content: '\f00c';

    color: #1fa2dc;

    font: normal normal normal 14px/1 FontAwesome;

    margin-right: 10px;

}

.trip_exc li:before {

    color: #f1940b;

    content: '\f00d';

    font: normal normal normal 14px/1 FontAwesome;

    margin-right: 10px;

}

/*-- End Detail Page --*/

/*-- Start Booking Page --*/

h2.book-heading {

    font-size: 18px;

    border-bottom: 1px solid #eee;

    padding-bottom: 10px;

    margin-bottom: 15px;

}

/*-- End Booking Page--*/

/*-- Start Customize Trip --*/

.customize-trip p {

    text-align: justify;

}

.special-div {

    background: #eef7ea;

    border-left: 4px solid #c9e2b3;

    color: #3c763d;

    padding: 15px;

    margin: 20px 0;

}

.form-title {

    font-size: 18px;

    font-weight: normal;

    padding: 0 0 5px;

    border-bottom: 1px solid #eee;

    margin-bottom: 10px;

}

.astrik {

    color: #e02222;

}

.inner-page-bg .col-md-6 {

    margin-bottom: 0px;

}

/*-- End Customize Trip --*/

/*-- Start Company Document --*/

img.company_document {

    width: 100%;

    max-height: 400px;

}

.grid-team .sticky {
    top: auto;
    bottom: 20px;
    font-size: 13px;
    background: #581c52;
    padding: 3px 10px;
    border-radius: 4px;
}

.grid-team .info {
    background: #f3f3f3;
    padding: 10px;
}

.grid-team .primary-btn {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
}

.grid-team .info ul {
    background: none;
}

.grid-team .info ul li {
    margin: 0 2px;
}

.grid-team .info ul li a {
    background: #c1c1c1;
    color: #2f2f2f;
}

.primary-btn {
    color: #ffffff;
    border: 0;
    box-shadow: none;
    background: #1fa2dc;
    width: 90%;
    padding: 6px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    /*text-transform: uppercase;*/

}

.team_page img {
    height: 200px;
    width: 100%;
    object-fit: cover;

}

.team_more {

    text-align: center !important;

}

.team_more span {

    background: #1fa2dc;

    color: #fff;

    font-size: 14px;

    font-weight: bold;

    padding: 7px 25px;

    border-radius: 20px;

}

.team_more span:hover {

    background: #1a2027;

}

.info .social-icons li, .info .social-icons li:first-child, .info .social-icons li:last-child {

    float: none;

    margin-right: 0px;

}

.team-detail {

    text-align: center;

    padding-top: 15px;

}

.team-detail img {

    border-radius: 100%;

    width: 200px;

    height: 200px !important;

}

.col-md-8 .border ul.social-icons {

    padding-left: 0px !important;

}

/*-- End Company Document --*/

/*-- Start Review --*/

/*    .review_list li {

      margin-bottom: 25px;

    }

    .review_list li .inner-border {

      padding: 15px;

    }

    .testi-image {

      margin-top: 5px

    }

    .testi-image img {

      border-radius: 100%;

      margin-right: 5px;

    }

    .new_testi {

      padding: 7px 0;

      display: block;

    }

    .new_testi:hover {

      background: #1FA2DC;

      color: #fff;

    }*/

/*-- Start Review --*/

/*-- Start Review --*/

.review-heading {

    border-bottom: 1px solid #eee;

    padding-bottom: 10px;

}

.review_ul > li {
    padding: 30px 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;

}

.review-detail {

    text-align: center;

}

.review-detail li img {

    width: 150px;

    width: 150px;

    border-radius: 100%;

    padding-top: 5px;

}

.review-detail li:first-child {

    margin-bottom: 10px;

}

.stars {

    color: #f1930a;
    margin-bottom: 15px;
    display: inline-block;
}

.review-title {

    font-size: 18px;

    color: #1a2027;

    padding-top: 5px;

}

.review-desc {

    color: #353232;

    margin-top: 10px;

    text-align: justify;

}

.rating-section table {

    width: 100%;

    margin-top: 10px;

}

.rating-section table td {

    padding: 2px 0px;

    color: #581c52;

    font-weight: bold;

}

/*-- End Review--*/

/*-- End Review--*/

/*-- Start Blog Page --*/

.blog li img {

    height: 350px !important;

}

.blog li {

    padding: 25px 0px;

    border-bottom: 1px dashed #dcdcdc;

}

.blog li:last-child, .opt-tour li:last-child {

    border-bottom: none;

    padding-bottom: 0px;

}

.blog li:first-child, .opt-tour li:first-child {

    padding-top: 0px;

}

.blog_description {

    padding: 15px 7px;

}

/*-- End Blog Page --*/

/*-- Start Contact Page--*/

.contact_sidebar li {

    color: #1a2027;

}

.contact_sidebar li:before {

    content: '' !important;

    margin-right: 0px !important;

}

.form-group {

    overflow: hidden;

}

.form-group label {

    font-weight: normal;

}

.form-group textarea {

    max-height: 100px;

    min-height: 100px;

    max-width: 100%;

    min-width: 100%;

}

.form-actions input[type="submit"], .modal-footer button {

    width: 100px;

}

.map {

    width: 100%;

    height: 350px;

}

.map-wrap {

    position: relative;

    padding-top: 80px;

}

.overlay {

    width: 100%;

    min-height: 350px;

    position: absolute;

    top: 0;

}

/*-- End Contact Page --*/

/*-- End Inner Page --*/

/*-- Start Media Query--*/

@media screen and (max-width: 1200px) {

    .container {

        width: 96%;

    }

    .top-header h1 {

        font-size: 15px;

        font-family: 'Open Sans', sans-serif;

    }

    .top-header h1:after {

        display: none;

    }

    .search-field {

        width: 90%;

    }

    .nav li a {

        padding-right: 20px;

        padding-left: 20px;

    }

    .team_page img {

        height: 320px !important;

    }

    .search-field input[type="text"] {
        width: 70%;
    }

}

.contact ul li {
    font-size: 13px;
    color: #00783d;
    line-height: 13px;
}

.contact ul li h3 {
    font-size: 16px;
    color: #00783d;
    line-height: 25px;
}

.contact {
    margin-top: 35px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.contact .circle {
    font-size: 24px;
    color: #00783d;
    width: 43px;
    height: 43px;
    border: 2px solid #00783d;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
}

@media screen and (max-width: 990px) {

    .container {

        width: 900px;

    }

    .p_btn a {

        font-size: 16px;

    }

    .nav li a {

        padding-right: 15px;

        padding-left: 15px;

    }

    .banner-info img {

        height: 500px;

    }

    .filter-inner .col-sm-6 select {

        margin-bottom: 10px;

    }

    .pnr {

        padding-right: 15px;

    }

    .detail-slider img, .blog li img, .team_page img {

        height: 100vh !important;

    }

    .image-slider img {

        height: 120px !important;

    }

    .why-choose {
        padding-top: 260px;
    }

}

@media screen and (max-width: 900px) {

    .container {

        width: 98%;

    }

    .p_btn a {

        font-size: 12px;

    }

    .news-header {

        font-size: 13px;

    }

    .top-footer img {

        width: 210px;

    }

    .social-icons li a {

        width: 30px;

        height: 30px;

        line-height: 30px;

    }

    .detail-slider img, .blog li img, .team_page img {

        height: 240px !important;
        /* object-fit: contain;*/

    }

    .image-slider img {

        height: 120px !important;

    }

    .contact_sidebar li {

        font-size: 12px;

    }

}


@media screen and (max-width: 640px) {

    .search-field input[type="text"] {

        width: 70%;

    }

    .top-footer .col-xs-4, .top-footer .col-xs-6 {

        width: 100%;

        margin-bottom: 30px;

    }

    .btm-footer .col-xs-6 {

        width: 100%;

    }

    .btm-footer, .right-align {

        text-align: center;

    }

}

@media screen and (max-width: 480px) {

    .top-header h1, .top-header .right-float {

        display: none;

    }

    .logo img {

        width: 180px;

    }

    .search-field, .detail-slider .border {

        display: none;

    }

    .top-header .col-xs-10, .trip .col-xs-6, .team .col-sm-6, .middle-header .col-xs-4 {

        width: 100%;

    }

    .team_page img {

        height: 300px !important;

    }

}

/*-- End Media Query--*/

.res_detail {

    display: none;

}

.trip-facts {

}

/**/

div.stars {

    /*  width: 270px;

      display: inline-block;*/

    display: inline-block;

    margin-bottom: -16px;

}

input.star {
    display: none;
}

label.star {

    float: right;

    padding: 5px;

    font-size: 26px;

    color: #444;

    transition: all .2s;

}

input.star:checked ~ label.star:before {

    content: '\f005';

    color: #FD4;

    transition: all .25s;

}

input.star-5:checked ~ label.star:before {

    color: #FE7;

    text-shadow: 0 0 20px #952;

}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

/*label.star:hover { transform: rotate(-15deg) scale(1.3); }*/

label.star:before {

    content: '\f006';

    font-family: FontAwesome;

}

.ticker a span.join {

    background: #1a2027;

    padding: 5px;

}

.ticker a span.join:hover {

    background: #000;

}

.tripDiv {

    display: none;

}

.loader {

    border: 5px solid #f3f3f3;

    border-radius: 50%;

    border-top: 5px solid #1fa2dc;

    border-bottom: 5px solid #1fa2dc;

    width: 35px;

    height: 35px;

    -webkit-animation: spin 2s linear infinite;

    animation: spin 2s linear infinite;

}

@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
    }

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

}

@keyframes spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

/*------Trip Advisor CSS Start ----*/
#CDSWIDSSP .widSSPData {
    padding: 7px 10px 7px;
    background-color: #0FA0C3 !important;
    border: 1px solid #fff!important;
    position: relative;
    overflow: hidden;
}

#CDSWIDSSP .widSSPData .widSSPH18 {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #fff !important;
}

#CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    color: #e4dfdf !important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPReviews .widSSPH11 {
    padding-top: 9px;
    padding-bottom: 0px;
    color: #dde0e4;
}

#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #f3ecec !important;
    display: inline;
    position: relative;
    border: none;
}

#CDSWIDSSP .widSSPData .widSSPH11 {
    padding: 12px 0 3px;
    font-weight: bold;
    font-size: 11px;
    color: #f9f4f4 !important;
}

#CDSWIDSSP .widSSPData .widSSPAll a:visited {
    color: #fbfeff !important;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
}

#CDSWIDSSP .widSSPData .widSSPAll a:link {
    color: #f0f4f7 !important;
    font-size: 11px;
    line-height: normal;
    text-decoration: underline;
}

/*------Trip Advisor CSS End ----*/

/*------Home Page Departure ----*/
.departure .bookodd {
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    clear: both;
}

.departure .bookeven {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    clear: both;
}

.departure .book p {
    color: #9caa3a;
}

.departure h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.departure h5 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.departure .btn-yellow {
    font-size: 19px;
    text-align: center;
}

.departure-wrap {
    border: solid 1px #d7d7d7;
    margin: 0 0 30px 0;
    padding: 30px;
}

.departure-wrap h4 {
    margin: 30px 0 10px 0px;
    font-size: 18px;
}

.departure-wrap p {
    font-size: 15px;
    color: #373b40;
}

.black-title {
    margin-top: 0;
    font-size: 30px;
    color: #1d2127;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

/*------Home Page Departure End ----*/


/* new css */
.inner-banner {
    background-image: url("../images/inner-bg.jpeg");
    background-size: cover;
    height: 250px;
    color: #fff;
    margin-bottom: 50px;
}
.inner-banner h2 {
    margin-top: 180px;
    letter-spacing: 1.7px;
}
.inner-banner h1 {
    margin-top: 180px;
    font-size: 37px;
    letter-spacing: 1.7px;
    /*text-transform: uppercase;*/
}
.contact-sub-title, .booking-sub-title {
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 800;
    font-size: 32px;
}
.contact-sub-title:after, .booking-sub-title:after {
    content: "";
    background: #333;
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.contact-sub-title span, .booking-sub-title span {
    font-size: 19px;
    font-style: normal;
    display: block;
    color: #727272;
    margin-bottom: 30px;
}
.contact-form {
    margin: 0 20% 50px 20%;
}
.booking-form {
    margin: 0 5% 50px 5%;
}
.contact-form .form-control, .booking-form .form-control {
    height: 50px;
    border-radius: 0;
    padding: 15px 22px;
    border:  none;
}
.contact-form .form-actions input[type="submit"], .booking-form .form-actions input[type="submit"] {
    width: 100%;
    background-color: #1fa2dc;
    transition: all 0.5s;
    padding: 15px 22px;
    height: 50px;
    letter-spacing: 1.5px;
}
.contact-form .form-actions input[type="submit"]:hover, .booking-form .form-actions input[type="submit"]:hover {
    background-color: #333;
}
.booking-form .col-md-6 {
    margin-bottom: 0;
}
.tourmaster-thumbnail-ribbon {
    line-height: 1;
    z-index: 1;
    position: absolute;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px 14px 30px;
    left: -10px;
}
.tourmaster-media-image {
    line-height: 0;
    position: relative;
    border-radius: 40px;
}
.tourmaster-thumbnail-ribbon .tourmaster-thumbnail-ribbon-cornor {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    background: url(images/ribbon-corner-shadow.png) 0px 0px no-repeat;
    border-width: 0px 10px 10px 10px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.tourmaster-tour-content-wrap {
    background: #ffffff;
    padding: 32px 25px 8px;
    position: relative;
    overflow: hidden;
}
.tourmaster-tour-title {
    color: #313131;
    padding-right: 100px;
}
.tourmaster-tour-price-wrap {
    text-align: right;
    position: absolute;
    top: 32px;
    right: 25px;
}
.tourmaster-tour-medium.tourmaster-tour-frame, .tourmaster-tour-full.tourmaster-tour-frame .tourmaster-tour-content-wrap, .tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    background: #ffffff;
    /*padding: 10px 20px 0px;*/
    position: relative;
    overflow: hidden;
    border-radius:20px;
}
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-title {
    padding-right: 70px;
    color: #313131;
   /* height: 15px;*/
}
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-price-wrap {
   /* top: 10px;*/
    right: 15px;
}
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    display: block;
}
.tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    color: #aaaaaa;
}
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price {
    font-size: 15px;
    font-weight: normal;
    color: #8c8c8c;
}
.tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}
.traveltour-body * {
    border-color: #e1e1e1;
}
.tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price, .tourmaster-tour-item .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    color: #aaaaaa;
}
.tourmaster-tour-grid .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
    text-decoration: line-through;
}
.tourmaster-tour-title a {
    color: #313131;
}
.tourmaster-tour-grid .tourmaster-tour-discount-price, .tourmaster-tour-item .tourmaster-tour-grid .tourmaster-tour-price .tourmaster-tail {
    color: #4692e7;
}
.tourmaster-tour-grid .tourmaster-tour-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #313131;
}
.tourmaster-tour-grid.tourmaster-price-right-title .tourmaster-tour-discount-price {
    display: block;
}
.tourmaster-tour-grid .tourmaster-tour-discount-price {
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
    font-weight: 800;
}
.tourmaster-tour-grid .tourmaster-tour-info-wrap {
    margin-bottom: 0px;
    margin-top: 17px;
}
.tourmaster-tour-info-wrap .tourmaster-tour-info {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 15px;
    color: #8c8c8c;
}
.tourmaster-tour-info-wrap .tourmaster-tour-info i {
    color: #4692e7;
}
.tourmaster-tour-info-wrap .tourmaster-tour-info i {
    width: 20px;
    display: inline-block;
    margin-right: 4px;
}
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating, .tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content {
    margin-bottom: 0px;
}
.tourmaster-tour-grid .tourmaster-tour-rating {
    margin-top: 0px;
}
.tourmaster-tour-rating i {
    color: #ffc80b;
}
.tourmaster-tour-rating-text {
    margin-left: 6px;
    font-size: 11px;
    font-weight: normal;
    color: #8c8c8c;
}
#owl-demo1 .item,
#similar-trips .item {
    margin-left: 15px;
}
.similar-trips {
    margin-top: 20px;
    color: #1fa2dc;
}
.trip-detail-tabs.nav-tabs>li>a {
    padding: 15px 25px;
    background-color: #e4e4e4;
    color: #000;
}
.trip-detail-tabs.nav-tabs>li.active>a,
.trip-detail-tabs.nav-tabs>li.active>a:hover,
.trip-detail-tabs.nav-tabs>li.active>a:focus,
.trip-detail-tabs.nav-tabs>li>a:hover {
    background-color: #00783d;
    color: #ffc80b;
}




/* new css */

/*-- Start Our Team Page --*/
	\.team-banner img {
		width: 100%;
		height: 350px;
	}
	.team-grid  li {
		list-style: none;
		border-bottom: 1px solid #dedede;
		padding: 20px 0;
		overflow: hidden;
	}
	.team-grid  li:first-child {
		padding-top: 0px;
	}
	.team-grid li:last-child {
		border-bottom: none;
	}
	.team-grid li .img-section img {
		width: 250px;
	    height: 350px;
	    border: 1px solid #00686A;
	    float: left;
	    margin-right: 15px;
	}
	.personal-info h5 {
		font-weight: bold;
		font-size: 16px;
	}
	.personal-info p {
		padding: 5px 0;
	}
.single-team-member {
    margin: 30px 0;
}
.single-team-member .img-holder {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    text-align: center;
}
.single-team-member .img-holder:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
}
.single-team-member .img-holder img {
    width: auto;
    display: inline;
}
.single-team-member .img-holder .expander {
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 10px;
    z-index: 99;
    cursor: pointer;
}
.single-team-member .img-holder .expander:before {
    bottom: 0px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    width: 49px;
    height: 49px;
    z-index: -1;
    background: rgba(0, 0, 0, 0) url(../../img/triangle.png) no-repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: 60px;
    position: absolute;
    right: -10px;
    width: 60px;
    z-index: -1;
    background-size: 100% 100%;
}
.single-team-member .img-holder .social-icons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: scale(0);
    width: 100%;
    text-align: center;
    z-index: 99;
}
.single-team-member:hover .img-holder:after {
    /*transform: scale(1);*/
}
.single-team-member .img-holder:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    z-index: 9;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single-team-member .img-holder .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 12px;
}
.single-team-member .img-holder .social-icons ul li {
    display: inline-block;
}
.single-team-member .img-holder .social-icons ul li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}
.single-team-member .content {
    background: #00686A;
    text-align: center;
    padding: 20px 0;
}
.single-team-member .content h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.team-description {
    padding-top: 15px;
}
.single-team-member .content span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.single-team-member:hover .img-holder .social-icons {
    /*transform: scale(1);*/
}
.team-gallery, .team-certificate {
    margin: 15px 0;
}
.team-gallery h4, .team-certificate h4 {
    margin-bottom: 15px;
}
.team-certificate a {
    margin-right: 15px;
}
/*-- End Our Team Page --*/




h1.section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}
h1.section-title::after {
    content: "";
    background: #1FA2DC;
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
.departure-rows {
    line-height: 36px;
}

.time_newsletter {
    background: url(../images/newsletter-bg.png) no-repeat scroll center center;
    background-size: cover;
    z-index: 3;
    position: relative;
    padding: 0px 0px;
}
.time_newsletter:before {
    content: "";
    background: #4263c1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;
}
.time_newsletter .hosting_search_area {
    position: relative;
    top: 0px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 30px;
}
.hosting_search_area {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    text-align: center;
}
.time_newsletter .hosting_search_area .hostinge_s_inner h5 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: .60px;
    padding-bottom: 25px;
    padding-top: 50px;
}
.time_newsletter .hosting_search_area .hostinge_s_inner .input-group {
    max-width: 740px;
}
.hosting_search_area .hostinge_s_inner .input-group {
    max-width: 750px;
    margin: auto;
}
.time_newsletter .hosting_search_area .hostinge_s_inner .input-group input {
    font-size: 16px;
    color: #9baebf;
    font-family: "Poppins", sans-serif;
    letter-spacing: .32px;
}
.hosting_search_area .hostinge_s_inner .input-group input {
    height: 45px;
    border-radius: 0px;
    background: #fff;
    padding: 0px 30px;
    border: none;
    font-size: 18px;
    color: #424242;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: .36px;
}
.time_newsletter .hosting_search_area .hostinge_s_inner .input-group .input-group-btn .btn-default {
    background: #9baebf;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 1, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 1, 0.2);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    letter-spacing: 1.32;
    width: 200px;
}
.hosting_search_area .hostinge_s_inner .input-group .input-group-btn .btn-default {
    background: #ff9600;
    height: 45px;
    border: 0px;
    padding: 0px;
    width: 180px;
    outline: none;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    letter-spacing: .36px;
    margin-left: -26px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 1, 0.23);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 1, 0.23);
    z-index: 5;
}


.regions {
    display: none;
    left: 300px!important;
    top: 0;
}

.flag {
    width: 100px;
}

.flag img {

    width: 77px;
    float: right;

}
.visit {
   /* width: 540px;*/
}

.visit img {

    width: 100%;
    float: right;
    height: 280px;

}
.sub-menu {
    position: absolute;
    left: 295px!important;
    top: 0;
    display: none;
}
.has-sub-menu:hover .sub-menu {
    display: block;
}
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content-wrap {
    min-height: 145px;
}
.owl-theme .owl-controls .owl-buttons div {
    margin: 0!important;
    padding: 0!important;
}
.video-gallery .owl-item .item,
#trip-video-gallery .item {
    padding: 5px;
}
.video-gallery .owl-item:first-child,
#trip-video-gallery .owl-item:first-child {
    margin-left: 0;
}
.popular-destination::before {
    background: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.popular-destination .view-all {
    position: relative;
}

.trip-detail-tabs {
    display: flex;
    justify-content: center;
}
.trip-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 200;
    width: 100%;
}
.pt-5 {
    padding-top: 30px;
}
.fixed .menu-search {
    display: block !important;
    width: 105px;
    margin-top: 3px;
}
.menu-search input[type=text] {
    width: 100%;
}
.menu-search {
    display: none!important;
}

/* contact us */
/* contact us */
.boxes {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 15px;
}
.contact-item {
    line-height: 35px;
    padding-left: 84px;
}
span.contact-icon {
    line-height: 70px;
    border-radius: 4px;
    background-color: #00783d;
    color: #fff;
    font-size: 25px;
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    transition: all 0.3s;
}
span.contact-icon:hover {
    background-color: #ffc80b;
}
.contact-item .title {
    font-size: 25px;
    font-weight: 500;
    display: block;
}
.contact-details {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
/* contact us */
.welcome-content .read-more,
.overview-text .read-more {
    display: none;
}

.post-date {
    position: absolute;
    top: 30px;
    background: #00783d;
    padding: 15px;
    right: 0;
    color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
#video-gallery .owl-buttons i,
#trip-video-gallery .owl-buttons i {
    color: #00783d;
    font-size: 30px;
}
#video-gallery .owl-buttons .owl-prev {
    left: -45px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#video-gallery .owl-buttons .owl-next {
    right: -45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* responsive */
@media (max-width: 767px) {
    .rating-stars tr {    display: table;  width:100%;    }
    .rating-stars td {    display: table-row; }
    .rating-stars tr td:nth-child(2) {
        padding-bottom: 15px;
    }
    #video-gallery .owl-buttons .owl-next {
        right: -101vw;
    }
    .video-gallery .owl-item, #trip-video-gallery .owl-item {
        margin-left: 0;
    }
    .filter-inner {
        position: unset;
        margin-top: 0;
        background: #00783d80;
    }
    .why-choose {
        padding-top: 50px;
    }
    .detail-slider {
        padding-top: 0;
    }
    .trip-detail-tabs li span {
        display: none !important;
    }
    .trip-detail-tabs.nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .trip-detail-tabs.nav {
        overflow: hidden;
    }
    .day-header {
        line-height: 25px;
    }
    .contact-details .col-md-4 {
        margin-bottom: 15px;
    }
    .treak-detail-title {
        width: 100%;
        left: 0;
    }
    .trip-detail-tabs.nav li a {
        line-height: 30px;
    }
    .logo {
        width: 100%
    }
    .filter-section {
        display: none;
    }
    .fixed .menu-search,
    .menu-search {
        width: 100%;
        display: block !important;
        margin: 15px 0;
    }
    .welcome-content,
    .overview-text {
        max-height: 200px;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .welcome-content .read-more,
    .overview-text .read-more {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0; padding: 30px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: linear-gradient(to bottom, transparent, #fff);
    }
    #trip-video-gallery .owl-buttons .owl-next {
        right: -86vw;
    }
}

/* responsive */
.openall {
    margin-right: 15px;
}
.nav.nav-tabs.trip-detail-tabs li span {
    display: inline;
    border: 0;
}
.trip-no-image {
    background: #eee;
    height: 175px;
}
.trip-no-image .owl-carousel {
    display: block!important;
    height: 175px;
}


/* 404 */
#notfound {
    position: relative;
    height: 80vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 710px;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    line-height: 1.4;
}
.notfound .notfound-404 {
    height: 200px;
    line-height: 200px;
}
.notfound .notfound-404 h1 {
    font-family: 'Fredoka One', cursive;
    font-size: 168px;
    margin: 0px;
    color: #00783d;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 122px;
        line-height: 122px;
    }
    .notfound .notfound-404 h1 {
        font-size: 122px;
    }
}
/* 404 */

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.main-menu .dropdown-menu {
    min-width: 18em!important;
}
.pl-0 a {
    padding-left: 0 !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
    max-height: unset;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav > li > a:hover, .nav > li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .middle-header {
        background-color: #fff;
    }
    .pl-0 a {
        padding-left: 15px !important;
    }
    .trek-title {
        color: #fff;
        padding: 20px;
        display: block;
        text-align: center;
        background-color: #00686A;
        width: 100%;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media screen and (max-width: 767px) {
    #video-gallery .owl-buttons .owl-prev {
        left: 0;
        top: 0;
    }
    #video-gallery .owl-buttons .owl-next {
        right: 0;
        top: 0;
    }
    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        line-height: 48px;
    }
    .navbar-nav.sm-collapsible .dropdown-menu .caret, .navbar-nav.sm-collapsible ul.dropdown-menu  .caret {
        line-height: 20px;
    }
    .logo {

        text-align: center;

        margin-bottom: 15px;

    }

    .logo img {

    }

    .why-choose {
        /*padding-top: 390px;*/
    }

    .inner-page .col-md-8, .inner-page .col-md-9 {

        margin-bottom: 20px;

    }

    .contact_sidebar li {

        font-size: 14px;

    }

    .subscribe-field .input-group {

        margin-bottom: 10px;

    }

    .detail-page {

        display: none !important;

    }

    .res_detail {

        display: block !important;

    }

    .inner-border li a {

        font-weight: bold;

        font-size: 15px;

    }

    .search-field input[type="text"] {

        width: 70%;

    }

    .contact_sticky a {

        display: none;

    }

    .why-choose .desc, .trip_short_desc {
        height: auto;
        margin-bottom: 40px;
    }

    .grid-team {
        margin-bottom: 20px;
    }

}