/*
Theme Name: City
Description: The 2021 theme for WordPress is stylish theme.
Author: the SL BPO team
Author URI: https://wordpress.org/
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: city
*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/


/**
 * Header
 */

.navbar {
    border-bottom: 0;
    min-height: 0;
    margin: 0;
}

.navbar-primary {
    background: #fff;
}

.navbar-bottom {
    background: #FFF;
}

/* Logo */

.navbar-logo {
      float: left;
    display: block;
    margin-right: 10px;
    padding: 4px 0 4px;
    margin-top: 0 !important;
}
.navbar-logo img {
    height:65px;
    width: auto;
}



/* Phone at Header */




/* Main Menu Dropdown */

.navbar-nav {
    margin: 0;
}

.navbar-nav li a {
       font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #be1e2d;
    margin: 0 4px;
}

.navbar-nav > li {
    margin-right: 00px;
}

.navbar-nav > li > a {
    padding: 0 8px;
}

.navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 190px;
    display: none;
    border: 1px solid #E3E3E3;
    border-top: 2px solid #d19a1c;
    background: #FFF;
    padding: 8px;
}

.navbar-nav li ul li a {
    border-bottom: 0;
    display: block;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.25;
    font-weight: 400;
}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover > a {
    color: #d19a1c;
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 169px;
    top: 0;
}


/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
    color: #636363;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 50px;
    padding: 0 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {

color: #fff;
    background: #000;

}

.navbar-nav > li.mega-menu ul li a:hover {
    color: #D65049;
}


/* Menu Arrow */

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    color: #CCC;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

@media (min-width: 768px) {
    .navbar-nav > li.mega-menu ul {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.mega-menu ul {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.mega-menu ul {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .navbar {
       
    }
    .navbar-brand {
       
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-logo {
      
        margin-top: 10px;
    }
    .navbar-nav li ul li a {
      
    }
    .navbar-nav > li > a {
     
    }
    .navbar-sticky .navbar-logo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        margin: 0;
    }
    .navbar-logo img {
           height: 65px;
    margin: 0;
    padding: 8px 0;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-sticky .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
    }
	
	.slicknav_btn{
		    top: 71px;
	}
	


.why-us-half-image-content.video-part{
	width: 90% !important;
    padding: 0px 0 !important;
    margin: 0 auto;
}

.image-bg iframe {
    width: 100%;
    height: 100%;
	min-height: 500px;
}

	
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }
    .navbar-logo img {
       
    }
    .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px;
    }
	

	.slicknav_btn {
    top: 71px;
}
	
	
.image-bg iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
	.slicknav_nav {
    margin-top: 113px;
	}
	
}

@media (max-width: 479px) {}


/**
 * Navbar Mini
 */



@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
   
}

@media (max-width: 767px) {
 
}

@media (max-width: 479px) {
   
}


/**
 * Sticky Header
 */

.navbar-sticky {
    border-color: #232F49;
}

.navbar-sticky hr {
    display: none;
}

.navbar-sticky.navbar-primary {
    padding-top: 0;
}

.navbar-sticky .navbar-logo {
    padding-top: 5px;
    padding-bottom: 8px;
}

.navbar-sticky .navbar-phone {
    line-height: 40px;
}

.navbar-sticky .navbar-nav > li > a {
    line-height: 40px;
}

.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color: #D65049;
    background-color: transparent
}

.navbar-sticky .navbar-nav > li > ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 40px;
}

.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #0D7CC9;
    background-color: transparent;
}

.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-sticky .navbar-second {
    padding-top: 5px;
}

@media (min-width: 768px) {
    .navbar-sticky {
        -webkit-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
        box-shadow: 0px 3px 8px -6px rgba(0, 0, 0, 0.43);
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-sticky .navbar-logo {
        padding-top: 7px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Hero Image
 */

.hero {
    position: relative;
    padding: 130px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
}

.hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: ""
}

.hero h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 58px;
    font-weight: 400;
    margin-top: 0;
}

.hero p.lead {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 300;
}

.hero .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.hero.windows-height-bg {
    overflow: hidden;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p.lead {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .hero h1 {
        font-size: 28px;
        margin-top: 5px;
    }
    .hero p.lead {
        font-size: 15px;
    }
}


/**
 * Page Title & Breadcrumb
 */

.page-title {
    position: relative;
    padding: 40px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    text-align: center;
}

.page-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: ""
}

.page-title h1 {
    color: rgba(255, 255, 255, 1);
    margin: 0 0 5px;
}

.page-title p.lead {
    font-weight: 300;
}

ol.breadcrumb-list li {
    display: inline-block;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

ol.breadcrumb-list li a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

ol.breadcrumb-list li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

ol.breadcrumb-list li a:after {
    content: "/";
    margin: 0 7px;
}

ol.breadcrumb-list li span {
    font-weight: 600;
}

ol.breadcrumb-list.booking-step li a:after,
ol.breadcrumb-list.booking-step li:not(:last-child) span:after {
    font-family: 'FontAwesome';
    content: "\f105 ";
    margin: 0 7px;
}

.page-title.detail-page-title {
    padding: 220px 0 30px;
    text-align: left;
}

.breadcrumb-wrapper {
    padding: 10px 0;
}

.breadcrumb-wrapper ol.breadcrumb-list li a {
    color: #F56961;
}

.breadcrumb-wrapper ol.breadcrumb-list li a:hover {
    color: #D65049;
}

.breadcrumb-wrapper ol.breadcrumb-list li span,
.breadcrumb-wrapper ol.breadcrumb-list li a:after {
    color: #666;
}

.page-title.detail-page-title .list-col {
    line-height: 1;
}

.page-title.detail-page-title ul.list-col li:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.8);
    bottom: auto;
    height: 33px;
}

.page-title.detail-page-title .list-col li.rating-box::after {
    top: -1px;
}

.page-title.detail-page-title .list-col li.fav-box::after {
    top: 1px;
}

.page-title.detail-page-title .btn-fav {
    background: none;
    color: #FFF;
    padding: 0;
}

.page-title.detail-page-title .list-col .duration-box .meta {
    display: inline-block;
}

.page-title.detail-page-title .list-col .duration-box .meta:not(:last-child) {
    margin-right: 7px;
}

.page-title.detail-page-title .meta span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.page-title.detail-page-title {}

.availabily-wrapper {}

ul.availabily-list {}

ul.availabily-list li {
    border-bottom: 1px solid #E3E3E3;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

ul.availabily-list li > div {
    display: inline-block;
    width: 19.5%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

ul.availabily-list li > div span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

ul.availabily-list li > div.date-from,
ul.availabily-list li > div.date-to {
    width: 23%;
}

ul.availabily-list li > div.date-from {
    padding-right: 10px;
}

ul.availabily-list li > div.date-to {
    padding-left: 10px;
}

ul.availabily-list li > div.price {
    width: 12.5%;
}

ul.availabily-list li > div.status,
ul.availabily-list li > div.price {
    text-align: center;
}

ul.availabily-list li > div.action {
    text-align: right;
}

ul.availabily-list li > div.action .btn {
    margin-right: -8px;
}

ul.availabily-list li.availabily-heading {
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
}

ul.availabily-list li.availabily-content.sold-out:after {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

ul.availabily-list li > div span.availabily-heading-label {
    display: none;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

ul.availabily-list li > div.date-from {
    position: relative;
}

ul.availabily-list li.availabily-content > div.date-from:after {
    font-family: 'FontAwesome';
    content: "\f058";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    display: block;
    color: #F56961;
}

ul.availabily-list li.availabily-content.sold-out > div.date-from:after {
    display: none;
}

.detail-content-wrapper {
    padding-right: 15px;
}

.detail-content {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.detail-content .map-route {
    width: 50%;
    float: right;
    margin: 5px 0;
    margin-left: 15px;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    ul.availabily-list li > div.action .btn {
        margin-right: -4px;
    }
    .detail-content-wrapper {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    ul.availabily-list li {
        font-size: 13px;
    }
    ul.availabily-list li > div span {
        display: block;
        font-size: 14px;
    }
    ul.availabily-list li > div.action .btn {
        font-size: 10px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    ul.availabily-list li.availabily-heading {
        display: none;
    }
    ul.availabily-list li > div {
        display: block;
        width: 100% !important;
        position: relative;
        padding-left: 95px !important;
        text-align: left !important;
        margin-bottom: 15px;
    }
    ul.availabily-list li > div span.availabily-heading-label {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        width: 80px;
    }
    ul.availabily-list li.availabily-content > div.date-from:after {
        top: 0;
        right: auto;
        left: 0;
        margin-top: 0;
    }
    .page-title.detail-page-title {
        padding: 100px 0 30px;
    }
}

@media (max-width: 479px) {}


/**
 * Main Search Form
 */



.main-search-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #FFF;
    padding-top: 140px;
}

.main-search-holder h1 {

}

.main-search-holder p.lead {
    margin: 0 0 0 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 4px;
}

.main-search-holder .btn {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px) {}

@media only screen and (max-width: 1199px) {
    .main-search-full-wrapper {
        width: 100%;
    }
    .main-search-wrapper.full-width {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .main-search-full-wrapper {
        width: 50%;
    }
    .main-search-full-wrapper .column-item {
        width: 100%;
    }
    .main-search-wrapper.full-width {
        width: 75%;
    }
    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .main-search-full-wrapper {
        width: 60%;
        margin: 0 auto;
    }
    .main-search-wrapper.full-width {
        width: 90%;
        margin-top: 5px;
    }
    .main-search-wrapper.full-width .column-item {
        width: 50%;
    }
    .main-search-holder {
        padding: 35px 0;
    }
    .main-search-holder h1 {
        font-size: 36px;
    }
    .main-search-holder p.lead {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .main-search-full-wrapper {
        width: 80%;
    }
    .main-search-wrapper.full-width .column-item {
        width: 100%;
    }
    .main-search-holder h1 {
        font-size: 28px;
        margin-top: 5px;
    }
    .main-search-holder p.lead {
        font-size: 15px;
    }
}


/**
 * Sidebar
 */

.sidebar {}

.sidebar-inner {
    border: 4px solid #EEE;
    padding: 30px 20px 0;
    border-radius: 3px;
}

.sidebar-inner.no-border {
    border: 0;
    padding: 0;
}

.sidebar-inner.for-blog a {
    color: #777;
    font-weight: 400;
}

.sidebar-inner.for-blog a:hover {
    color: #D65049;
}

.sidebar-module {
    padding: 0 0 30px;
}

.sidebar-box {
    padding: 30px 0 0;
}

.sidebar-title {
    color: #333;
    margin-top: 0;
}

.sidebar-title.text-primary {
    text-transform: uppercase;
}

.sidebar-header {
    clear: both;
}

.sidebar-header h4 {
    float: left;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.sidebar-reset-filter {
    float: right;
    color: #999;
    font-size: 12px;
}

.sidebar-search-wrapper {
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 3px;
}

.sidebar-search-header h4 {
    text-transform: uppercase;
    margin: 0 0 12px;
}

.btn-more-less {
    background: none;
    padding: 0;
    font-size: 10px;
    font-weight: 600;
}

.btn-more-less.collapsed:before {
    content: '+ ';
}

.btn-more-less:before {
    content: '- ';
}

.more-less-inner {
    margin: 0;
}

.read-more-div-open {
    display: block;
}

.read-more-div-close {}

ul.sidebar-category,
ul.sidebar-archives {
    margin-top: 15px;
}

ul.sidebar-category li,
ul.sidebar-archives li {
    border-bottom: 1px solid #F0F0F1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

ul.sidebar-category li:last-child,
ul.sidebar-archives li:last-child {
    margin-bottom: 0;
}

ul.sidebar-category li a,
ul.sidebar-archives li a {
    display: block;
}

ul.sidebar-category li a span,
ul.sidebar-archives li a span {
    float: right;
    font-size: 12px;
    color: #A3A3A3;
}

ul.sidebar-category li a:hover,
ul.sidebar-archives li a:hover {
    padding-left: 5px;
}

ul.sidebar-post {
    margin-top: 15px;
}

ul.sidebar-post li {
    border-bottom: 1px solid #F0F0F1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

ul.sidebar-post li:last-child {
    margin-bottom: 0;
}

ul.sidebar-post li h6 {
    margin: 0 0 5px;
}

ul.sidebar-post li h6 {
    color: #333;
    font-weight: 400;
}

ul.sidebar-post li a:hover h6 {
    color: #D65049;
}

ul.sidebar-post li .image {
    width: 80px;
    float: left;
    margin-top: 5px;
}

ul.sidebar-post li .image img {
    display: block;
	width:80px;
	height:80px;
	    object-fit: cover;
}

ul.sidebar-post li .content {
    margin-left: 90px;
}

ul.sidebar-post li .recent-post-sm-meta {
    margin: 10px 0 0;
    color: #A3A3A3 !important;
    font-size: 12px;
}

.tag-cloud {
    margin-top: 15px;
    margin-bottom: -5px;
}

.tag-cloud span {
    display: block;
    float: left;
    line-height: 1;
    padding: 5px 7px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
}

.tag-cloud a {
    border: 1px solid #E3E3E3;
    line-height: 1;
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
    border-radius: 3px;
}

.tag-cloud a:hover {
    background: #D65049;
    color: #FFF !important;
    border-color: #D65049;
}

.tag-cloud-wrapper {
    border-top: 1px solid #EFEFEF;
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 0;
}

.tag-cloud-wrapper .tag-cloud-heading {
    float: left;
}

.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px;
}

.sidebar-text-widget ul {
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

.sidebar-text-widget ul li {
    list-style: circle;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {}


/**
 * Sorting
 */

.sorting-wrappper {
    margin: 0 0 23px;
}

.sorting-wrappper h3 {
    line-height: 1.2;
    margin: 0;
}

.sorting-wrappper h3 small {
    font-size: 70%;
}

.sorting-header {
    margin: 0 0 15px;
}

.sort-by-wrapper {
    line-height: 1.2;
    display: table;
}

.sorting-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.sorting-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    vertical-align: middle;
}

.sorting-middle-holder .form-control {
    margin: 0;
}

ul.sort-by {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 1.2;
}

ul.sort-by li {
    display: inline-block;
    margin: 5px 10px;
}

ul.sort-by li a {
    display: block;
    position: relative;
    color: #666;
}

ul.sort-by li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
}

ul.sort-by li.active a,
ul.sort-by li a:hover {
    color: #F56961;
}

ul.sort-by li.active a:after {
    background: #F56961;
}

.btn-sorting {
    border: 0;
    padding: 4px 0 0;
    font-size: 16px;
    line-height: 1.2;
    color: #999;
}

.btn-sorting.active,
.btn-sorting:hover {
    color: #F56961;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    ul.sort-by li {
        display: inline-block;
        margin: 5px;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .sort-by-wrapper {
        line-height: 1.2;
        display: block;
    }
    .sorting-label {
        display: block;
    }
    .sorting-middle-holder {
        display: block;
        margin: 10px 0 0;
    }
    ul.sort-by li {
        margin-left: 0;
        margin-right: 7px;
    }
}


/**
 * Pager
 */

.pager-wrappper {
    margin-top: 15px;
}

.pager-inner {
    line-height: 1;
    display: table;
}

.pager-label {
    vertical-align: middle;
    display: table-cell;
    font-weight: 400;
}

.pager-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

.pager-right {
    float: right;
}

.pagination {
    margin: 9px 0 0;
}

.pagination > li > a,
.pagination > li > span {
    padding: 0;
    margin: 0 3px;
    color: #337ab7;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    color: #666;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {

    color: #D65049;
    background-color: #FFF;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #F56961;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .pager-right {
        float: left;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Featured 
 */

.featured-item:not(:last-child) {
    margin-bottom: 30px;
}

.featured-item h4 {
    color: #333;
}

.featured-item .content .icon {
    float: left;
    font-size: 56px;
    color: #d19a1c;
    margin-top: 5px;
}

.featured-item .content p {
    margin-left: 70px;
}

.featured-count {
    line-height: 1.2;
    margin: 15px 0;
}

.featured-count .icon {
    width: 44px;
    float: left;
    font-size: 47px;
	    color: #d19a1c;
}

.featured-count .content {
    margin-left: 55px;
    padding-top: 5px;
}

.featured-count h6 {
    color: #333;
    margin: 0 0 5px;
}

.call-to-action {
    text-align: center;
}

.call-to-action .btn {
    margin: 0 15px;
    margin-top: -3px;
}

ul.featured-list-sm {
    margin-top: 25px;
}

ul.featured-list-sm li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0 25px;
    line-height: 1.5;
}

ul.featured-list-sm li:last-child {
    margin-bottom: 0;
}

ul.featured-list-sm li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #F56961;
    border: 2px solid #F56961;
    font-size: 16px;
    border-radius: 3px;
}

ul.featured-list-sm li h6 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

.featured-icon-item {
    margin: 50px 15px 0;
}

.featured-icon-item .icon {
    font-size: 54px;
    color: #00AFF1;
    margin: 0 0 25px;
    width: 90px;
    height: 90px;
    line-height: 95px;
    text-align: center;
    border: 2px solid #00AFF1;
    border-radius: 50%;
}

.featured-icon-item h4 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
}

.promo-box {
    background: #00AFF1;
    color: #FFF;
    text-align: center;
    padding: 90px 0;
    line-height: 1;
    font-size: 42px;
    font-weight: 300;
}

.process-item {
    padding: 0 20px;
    position: relative;
}

.process-item .process-step {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #F5F8FB;
    position: absolute;
    top: -17px;
    left: 2px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    background: #00AFF1;
    border: 2px solid #F5F8FB;
}

.process-item .image {
    width: 160px;
    margin: 15px 0 20px;
}

.process-item .image img {
    border-radius: 3px;
}

.process-item a {
    line-height: 1;
}

.process-item a i {
    margin-left: 7px;
}

.icon-fearured .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px;
}


/**
 * Destinations
 */



@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
   
}

@media only screen and (max-width: 767px) {
   
}

@media (max-width: 479px) {}


/**
 * Tour Package
 */

.package-grid-item-wrapper {
    margin-bottom: -30px;
}

.package-grid-item {
    background: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	
	position: relative;
    overflow: hidden;
	
}

.package-grid-item:hover {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-grid-item-wrapper .image {
    position: relative;
    min-height: 230px;
    overflow: hidden;
}

.package-grid-item-wrapper .image:hover   img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.package-grid-item-wrapper .image img {
    border-radius: 3px 3px 0 0;
	    height: 250px;
		min-width:360px;
    object-fit: cover;
}

.package-grid-item .absolute-in-image .duration {
    padding: 15px;
}

.package-grid-item .absolute-in-image .duration span {
    background: #d19a1c;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-grid-item a {
    color: #666;
    font-weight: 400;
}

.package-grid-item a h5,
.package-grid-item a h6 {
    color: #333;
    margin: 0 0 10px;
    line-height: 1.2;
}

.package-grid-item .content {
    padding: 15px;
    padding-right: 90px;
    position: relative;
}

.absolute-in-content {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 60px;
    line-height: 1;
    text-align: right;
}

.absolute-in-content .btn {
    background: none;
    padding: 4px 0;
    font-size: 18px;
}

.absolute-in-content .price {
    color: #d19a1c;
    font-size: 16px;
    font-weight: 700;
}

.package-grid-item .raty-wrapper > div {
    float: left;
    margin-right: 7px;
    margin-top: -1px;
}

.package-grid-item .raty-wrapper > div span {
    padding-left: 5px;
    display: inline-block;
    padding-top: 5px;
}

.on-page-result-page .package-grid-item .raty-wrapper > div {
    margin-top: 0;
}

.on-page-result-page .package-grid-item {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
}

.on-page-result-page .package-grid-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.alt-smaller .absolute-in-content .btn {
    padding: 3px 0 2px;
}

.alt-smaller .price {
    color: #F56961;
    font-size: 14px;
}

.package-list-item {
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.package-list-item:hover {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
}

.package-list-item .image {
    width: 35%;
    float: left;
    position: relative;
}

.package-list-item .image img {
    border-radius: 3px 0 0 3px;
}

.package-list-item .absolute-in-image .duration {
    padding: 15px;
}

.package-list-item .absolute-in-image .duration span {
    background: #F56961;
    color: #FFF;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
}

.package-list-item .content {
    width: 65%;
    float: left;
    padding: 0 20px;
    position: relative;
}

.package-list-item .content h5 {
    color: #333;
    margin: 18px 0 10px;
    line-height: 1;
}

.package-list-item .content h5 .btn {
    background: none;
    padding: 0;
    font-size: 18px;
    float: right;
}

.package-list-item .rating-wrapper {
    margin-top: 5px;
}

.package-list-item .content .price {
    color: #F56961;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 25px;
}

.package-list-item .btn-absolute {
    position: absolute;
    right: 0;
    bottom: 20px;
}

ul.list-info {
    margin: 0;
}

ul.list-info li {
    line-height: 1;
    position: relative;
    padding-left: 27px;
}

ul.list-info li:not(:last-child) {
    margin-bottom: 15px;
}

ul.list-info li .icon {
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    padding-left: 1px;
    border-radius: 50%;
    background: #F56961;
    color: #FFF;
    text-align: center;
    font-size: 10px;
}

ul.list-info.no-icon li {
    padding-left: 0;
}

ul.list-info.bb-dotted li {
    border-bottom: 1px dotted #E1E1E1;
    padding-bottom: 12px;
    margin: 0 0 12px;
}

.hotel-item-wrapper {
    margin-bottom: 20px;
}

.hotel-item {
    position: relative;
}

.hotel-item a {
    display: block;
}

.hotel-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.hotel-item:hover .content {
    background: rgba(0, 0, 0, 0.7);
}

.hotel-item .content h5,
.hotel-item .content h6 {
    color: #FFF;
    line-height: 1;
    padding: 10px;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .package-list-item {
        padding: 15px;
    }
    .package-list-item .image {
        width: 40%;
    }
    .package-list-item .content {
        width: 60%;
    }
    .package-list-item .image img {
        border-radius: 3px;
    }
    .package-list-item .content {
        padding-right: 0;
    }
    .package-list-item .content h5 {
        margin: 0 0 10px;
    }
    .package-list-item .content .price {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .package-list-item {
        padding: 10px;
    }
    .package-list-item .rating-wrapper {
        margin-top: 20px;
    }
    .package-list-item .content .price {
        margin: 7px 0;
    }
}

@media only screen and (max-width: 767px) {
    .package-list-item .content {
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .package-list-item .image {
        width: 100%;
    }
    .package-list-item .content {
        width: 100%;
        padding: 15px 0 0;
    }
}


/**
 * Itinerary
 */

.itinerary-wrapper {
    padding-left: 15px;
}

.itinerary-item-wrapper {
    border-left: 1px dashed #CCC;
    padding-left: 30px;
    margin-top: 10px;
    margin-left: 11px;
}

.itinerary-item {
    margin-bottom: 30px;
}

.itinerary-item h5,
.itinerary-item h5 a {
    font-size: 17px;
    margin: 0;
    color: #333;
    line-height: 1;
}

.itinerary-item.intro-item {
    position: relative;
    padding-left: 40px;
}

.itinerary-item.intro-item:before {
    font-family: 'FontAwesome';
    content: "\f12a";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #F56961;
    color: #FFF;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item.intro-item .intro-item-body {
    margin-top: 20px;
}

.itinerary-item-wrapper .panel-heading a:before,
.panel-heading a:after,
.itinerary-item-wrapper .panel-heading.active a:after {
    display: none;
}

.itinerary-item-wrapper .panel-heading .absolute-day-number {
    position: absolute;
    top: -1px;
    left: -42px;
    background: #F56961;
    border: 2px solid #F56961;
    color: #FFF;
    width: 22px;
    height: 22px;
    line-height: 18px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 12px;
}

.itinerary-item-wrapper .panel-heading.active .absolute-day-number {
    background: #FFF;
    border: 2px solid #F56961;
    color: #F56961;
}

.itinerary-item-wrapper .panel-title a {
    padding: 0;
}

.itinerary-item-wrapper .itinerary-item:not(:last-child) {
    margin-bottom: 30px;
}

.itinerary-item-wrapper .panel-body {
    padding: 20px 0 0;
}

ul.itinerary-meta {
    margin-left: 0;
}

ul.itinerary-meta li {
    float: left;
    margin-right: 25px;
    font-weight: 600;
    font-size: 12px;
    list-style: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .itinerary-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Why us
 */

.why-us-half-image-wrapper {
    padding: 0;
}

.why-us-half-image-wrapper .image-bg {
    width: 100%;
    min-height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-us-half-image-content {
    padding: 105px;
}

@media only screen and (max-width: 1199px) {
    .why-us-half-image-content {
        padding: 105px 80px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .why-us-half-image-content {
        padding: 60px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Testimonial
 */

.testimonial-wrapper {
    margin-bottom: -10px;
}

.testimonial-item {
    margin: 10px 0;
}

.testimonial-item .image {
    width: 200px;
    float: left;
}

.testimonial-item .image img {
border-radius: 3px;
    height: 200px;
    object-fit: cover;
}

.testimonial-item .content {
    margin-left: 230px;
}

.testimonial-item .content h4 {
    color: #333;
    margin-bottom: 0;
}

.testimonial-item .content h6 {
    color: #999;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .testimonial-item {
        margin-bottom: 30px;
    }
    .testimonial-wrapper > div > div:last-child > .testimonial-item {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-item .image {
        width: 100px;
    }
    .testimonial-item .content {
        margin-left: 120px;
    }
    .testimonial-item .content h4 {
        margin-top: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Newsletter
 */

.newsletter-text {
    margin: 30px 0;
    line-height: 1.4;
}

.newsletter-text .icon {
    width: 90px;
    height: 90px;
    line-height: 98px;
    text-align: center;
    background: #F56961;
    border-radius: 50%;
    color: #FFF;
    float: left;
    font-size: 45px;
}

.newsletter-text .content {
    margin-left: 110px;
    padding-top: 5px;
}

.newsletter-text h3 {
    color: #333;
    margin: 0 0 5px;
}

.newsletter-form {
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

.newsletter-form .form-control {
    height: 40px;
    padding-left: 15px;
    padding-top: 7px;
}

.newsletter-form .btn {
    margin-right: -1px;
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .newsletter-wrapper {
        padding: 20px 0 60px;
    }
    .newsletter-form {
        margin: 0 110px;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-form {
        margin-right: 30px;
    }
}

@media (max-width: 479px) {
    .newsletter-form {
        margin: 0;
    }
}


/**
 * About Us
 */

.about-us-grid-block .image-bg {
    width: 100%;
}

.about-us-grid-block-item {
    background: #F56961;
    color: #FFF;
    padding: 30px;
}

.team-item {
    text-align: center;
}

.team-item .image {
    width: 150px;
    margin: 0 auto;
}

.team-item h5,
.team-item h6 {
    margin: 25px 0 10px;
    line-height: 1.1;
    color: #333;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}

.team-item ul.social li a {
    color: #999;
}

.team-item ul.social li a:hover {
    color: #D65049;
}

.partner-image-item {
    text-align: center;
}

.partner-image-item img {
    width: auto;
    display: inline-block;
}










 .about-page-2{
	 min-height:800px;
	background:url(images/about-page-bg2.png); 
	    background-size: cover;
	    position: relative;
    top: -85px;
	}
  
  .right-o1{ background:url(images/left-o1.png);    width: 225px;
    height: 240px;
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0; }
  .left-g1{background:url(images/right-o1.png); 
     width: 180px;
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 17%;
}
  .right-g1{background:url(images/left-g1.png); 
 background-size: cover;
    background-repeat: no-repeat;
    width: 134px;
    height: 309px;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 50px; }
  
  .company-strength{  max-width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 25% 0;}
  .strength-title{padding-bottom: 35px;}
  .title-row1{    text-transform: uppercase;
    color: #30beb3;
    font-weight: 800;
    font-size: 46px;
    line-height: 1;}
  .title-row2{text-transform: uppercase;
    color: #30beb3;
    font-weight: 800;
    font-size: 31px;
    line-height: 38px;	}
  
  
 .strength-row{padding-bottom: 45px;}
 .strength-point{    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    line-height: 38px;}
 .strength-point-text{}
 .strength-point-text p{text-transform: capitalize;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;}




 .about-page-3{    position: relative;}
 .company-v-m{     max-width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 5% 0 0 0;}
 
.left-o2{ background:url(images/left-o2.png);   width: 114px;
    height: 250px;
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;     right: 0;
    bottom: 0;}
 .right-o2{background:url(images/right-o2.png); 
    width: 175px;
    height: 332px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
 
 
 
 
  }
  
  
.company-v-row{padding-bottom: 60px;}
.company-v-title{     color: #f99f23;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 46px;
    line-height: 1; padding-bottom:10px;}
.company-v-subtitle{text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    line-height: 38px;}
.company-v-text{}
.company-v-text p{text-transform: capitalize;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;}








@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}



@media (max-width: 479px) {}


/**
 * Review
 */

.review-header {
    line-height: 1.2;
    margin-bottom: 30px;
}

.review-header h5,
.review-header h6 {
    color: #333;
    line-height: 1;
    margin: 0 0 10px;
}

.review-header h6 {
    margin-top: 3px;
}

.review-overall-breakdown {
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
}

.review-overall-point {
    font-size: 15px;
    margin: 0;
}

.review-overall-point span {
    font-weight: 600;
    color: #F56961;
    font-size: 19px;
}

.review-overall-breakdown .rating-wrapper {
    width: 110px;
    float: left;
}

.review-overall-breakdown .rating-wrapper .raty-wrapper > div {
    display: inline-block;
    vertical-align: middle;
}

.review-overall-breakdown .progress {
    width: 110px;
    float: left;
    margin: 0;
    margin-top: 4px;
}

.review-overall-breakdown .breakdown-count {
    width: 40px;
    float: left;
    text-align: right;
    margin-top: 1px;
}

ul.breakdown-list {
    margin-top: 20px;
}

ul.breakdown-list li:not(:last-child) {
    margin: 0 0 5px;
}

ul.breakdown-list.for-avg li {
    line-height: 1.23;
}

ul.breakdown-list.for-avg li:not(:last-child) {
    margin: 1px 0 7px;
}

.review-content .row > div > h5 {
    color: #333;
    line-height: 1;
    margin: 7px 0 10px;
}

ul.review-list {
    margin-top: 15px;
    border-top: 1px solid #E3E3E3;
    padding-top: 25px;
}

ul.review-list > li {
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

ul.review-list > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul.review-list li .image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.review-list li .content {
    padding-left: 70px;
    float: left;
}

ul.review-list li .content h6 {
    color: #333;
    line-height: 1.2;
    margin: 0 0 10px;
}

ul.review-list li .content h6 span {
    font-weight: 400;
    color: #999;
}

ul.review-list li .content .review-date {
    text-align: right;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 11px;
    color: #999;
}

ul.review-list li .rating-wrapper {
    margin: 10px 0;
}

.review-form {
    margin-top: 20px;
}

.review-form-title {
    color: #333;
    line-height: 1;
}

.review-text ul,
.review-text ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.review-text ul li,
.review-text ol li {
    margin-bottom: 7px;
}

.review-text ul ul,
.review-text ol ol {
    margin-top: 7px;
}

.review-text > ul,
.review-text > ol {
    margin-bottom: 15px;
}

.review-text ol {
    list-style: decimal;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .review-overall-breakdown {
        border-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }
    ul.review-list li .image {
        width: 40px;
        height: 40px;
    }
    ul.review-list li .content {
        padding-left: 55px;
    }
    ul.review-list li .content .review-date {
        text-align: left;
    }
}

@media (max-width: 479px) {}


/**
 * Faq
 */

.faq-wrapper {
    padding-left: 15px;
}

.faq-wrapper h3 {
    margin: 0 0 25px;
}

.faq-section {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 0 40px;
}

.faq-section h4 {
    margin: 8px 0 0;
}

.faq-section .panel-body {
    padding-top: 0;
    padding-bottom: 10px;
}

.faq-alt-2-wrapper {}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading {
    border-bottom: 1px dotted #E3E3E3;
    margin-left: 25px;
    padding: 15px 0;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a {
    padding: 0;
    line-height: 1;
    font-size: 14px;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading a:before {
    content: '\f059';
    right: auto;
    left: -25px;
    top: -1px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: #F56961;
}

.faq-alt-2-wrapper .bootstarp-accordion .panel-heading.active a:before {
    content: '\f128';
}

.faq-alt-2-wrapper .panel-body {
    margin-left: 25px;
}

.for-faq-page .scrollspy-sidenav {
    padding-top: 0;
    border: 0;
}

.for-faq-page.scrollspy-sidebar .nav > li > a {
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
}

.for-faq-page.scrollspy-sidebar .nav > li > a:hover {
    border-right: 4px solid #F56961;
}

.for-faq-page.scrollspy-sidebar .nav > li > a:focus {
    border-right: 4px solid #EEEEEE;
}

.for-faq-page.scrollspy-sidebar .nav > .active > a,
.for-faq-page.scrollspy-sidebar .nav > .active:hover > a,
.for-faq-page.scrollspy-sidebar .nav > .active:focus > a {
    border-right: 4px solid #F56961 !important;
    border-left: 4px solid #FFF !important;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .faq-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 479px) {}


/**
 * Payment
 */

.payment-container {
    border-left: 1px dashed #CCC;
    padding-left: 40px;
    margin-left: 13px;
    padding-right: 15px;
}

.payment-box {
    margin: 0 0 40px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
}

.payment-header {
    position: relative;
}

.payment-header:before {
    content: "";
    width: 25px;
    position: absolute;
    left: -30px;
    top: 9px;
    border-top: 1px dashed #CCC;
}

.payment-header .number {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #F56961;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: -4px;
    left: -53px;
    font-weight: 600;
    font-size: 12px;
}

.payment-content .control-label {}

.payment-content input[type='radio'] + label:before {
    top: 12px;
}

.payment-traveller {
    margin: 0 0 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
    position: relative;
}

.traveller-remove {
    position: absolute;
    left: 0;
    top: 13px;
}

.price-summary-wrapper {
    border: 4px solid #EEE;
    border-radius: 3px;
    padding: 30px 20px;
}

ul.price-summary-list li {
    margin-bottom: 18px;
    line-height: 1.2;
}

ul.price-summary-list li p {
    margin-top: 5px;
}

ul.price-summary-list li.divider {
    border-top: 1px solid #EEE;
}

ul.price-summary-list li.total-price {
    background: #F56961;
    color: #FFF;
    margin: 25px -19px -29px;
    padding: 20px 19px;
}

@media only screen and (max-width: 1199px) {
    .payment-container {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .traveller-remove {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Confirmation
 */

.confirmation-wrapper {
    padding-right: 15px;
}

.payment-success {
    margin: 0 0 40px;
}

.payment-success .icon {
    font-size: 56px;
    width: 70px;
    float: left;
}

.payment-success .content {
    margin-left: 70px;
}

.payment-success .content h2 {
    margin-bottom: 5px;
}

.payment-success .content p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

.confirmation-content {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

ul.book-sum-list li {
    position: relative;
    margin: 20px 0;
    padding-left: 140px;
    line-height: 1.2;
}

ul.book-sum-list li:first-child {
    margin-top: 0;
}

ul.book-sum-list li:last-child {
    margin-bottom: 0;
}

ul.book-sum-list li span {
    position: absolute;
    left: 0
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .confirmation-wrapper {
        padding-right: 0;
    }
    .payment-success .content h2 {
        font-size: 20px;
    }
    .payment-success .content p {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (max-width: 479px) {
    .payment-success .content h2 {
        font-size: 17px;
    }
    .payment-success .content p {
        font-size: 15px;
    }
}


/**
 * Social Share
 */

ul.social-share-sm {
    position: relative;
    display: inline-block;
    line-height: 1;
    float: left;
}

ul.social-share-sm li {
    display: inline-block;
    margin: 0 0 5px;
}

ul.social-share-sm li span,
ul.social-share-sm li a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}

ul.social-share-sm:after,
ul.social-share-sm li span:after,
ul.social-share-sm li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 13px;
    background: #E3E3E3;
}

ul.social-share-sm.pull-right {
    margin-right: -10px;
}

ul.social-share-sm.pull-right:after {
    display: none;
}

ul.social-share-sm li a:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 6px;
    right: -3px;
}

ul.social-share-sm li:last-child a {
    margin-right: 0;
}

ul.social-share-sm li:last-child a:after {
    display: none;
}

ul.social-share-sm li a {
    font-weight: 400;
    color: #999;
}

ul.social-share-sm li a:hover {
    color: #D65049;
}

ul.social-share-sm.for-useful {
    float: right;
}

ul.social-share-sm.for-useful:after {
    display: none;
}

ul.social-share-sm.for-useful li:not(:last-child) {
    margin-right: 10px;
}

ul.social-share-sm.for-useful li span {
    margin-right: 0;
}

ul.social-share-sm.for-useful li a {
    margin-right: 0;
    padding-right: 0;
}

ul.social-share-sm.for-useful li a:after {
    display: none;
}

.review-list ul.social-share-sm {
    margin-top: 20px;
}


/**
 * Contact Us
 */

.top-place-wrapper {
    background: #F0F0F0;
}

.top-place-inner {
    margin-left: -15px;
    margin-right: -15px;
}

.top-place-item {
    padding: 30px 15px;
}

.top-place-item .icon {
    width: 33px;
    float: left;
}

.active .top-place-item {
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.35);
}

.top-place-item .content {
    margin-left: 48px;
    line-height: 22px;
}

.top-place-item .content h3 {
    line-height: 1.1;
    margin: 0 0 17px;
}

.top-place-item .content p {
    margin: 0 0 12px;
}

.top-place-item .content a {
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form-wrapper .form-group {
    margin: 0 0 17px;
}

.contact-form-wrapper .help-block {
    line-height: 1.2;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFFAFA;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.boxed-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.boxed-social a {
    font-size: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    text-align: center;
    line-height: 36px;
    background: #F56961;
    color: #FFF;
    border-radius: 3px;
}

.boxed-social a:hover {
    background: #D65049;
}

ul.address-list li {
    position: relative;
    line-height: 1.4;
    margin: 0 0 10px;
    padding-left: 25px;
}

ul.address-list li:last-child {
    margin: 0 !important;
}

ul.address-list li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    line-height: 1;
}

.infobox-inner ul.address-list li {
    margin: 0 0 8px;
    padding-left: 18px;
}

.infobox-inner ul.address-list li i {
    font-size: 12px;
}


/**
 * Blog
 */

.blog-wrapper {
    padding-right: 15px;
}

.blog-item {
    display: block;
    margin-bottom: 40px;
    background: #FFF;
    overflow: hidden;
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 30px;
}

.blog-item:last-child {
    margin-bottom: 0
}

.blog-item.blog-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.blog-media {
    position: relative;
    margin: 0 0 25px;
}

.blog-media a {
    display: block;
}

.blog-content {}

.blog-content h3 {
    line-height: 1.4;
    margin: 0 0 20px;
    color: #333;
}

.blog-content h3 a {
    color: #333;
    display: block;
}

.blog-content h3 a:hover {
    color: #D65049;
}

.blog-entry {
    padding: 0 0 20px;
}

.blog-entry ul,
.blog-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}

.blog-entry ul ul,
.blog-entry ol ol {
    margin-top: 7px;
}

.blog-entry > ul,
.blog-entry > ol {
    margin-bottom: 15px;
}

.blog-entry ol {
    list-style: decimal;
}

ul.blog-meta {
    margin: 0 0 25px;
    line-height: 1.2;
    font-size: 12px;
}

ul.blog-meta li {
    display: block;
    color: #999;
    margin-right: 30px;
    float: left;
    position: relative;
}

ul.blog-meta li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #E1E1E1;
    border-radius: 6px;
    position: absolute;
    right: -19px;
    top: 5px;
}

ul.blog-meta li:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #FFF;
    border-radius: 2px;
    position: absolute;
    right: -17px;
    top: 7px;
}

ul.blog-meta li:last-child:before,
ul.blog-meta li:last-child:after {
    display: none;
}

.blog-extra {
    background: #F2F2F2;
    padding: 28px 20px 25px;
    margin: 20px 0 40px;
    border-radius: 3px;
}

.blog-author {
    padding: 0;
    position: relative;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.blog-author h5 a {
    color: #333;
}

.blog-author h5 a:hover {
    color: #D65049;
}

.author-details {
    margin-left: 120px;
    position: relative;
}

.author-label {
    position: absolute;
    width: 100px
}

.author-label img {
    width: 100%
}

.blog-author .social {
    float: right;
    margin-top: -5px
}

#comment-wrapper {
    background: #FFF;
    padding: 30px 0 20px;
    position: relative
}

ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.comment-item li {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EBE8E6
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.comment-item ul {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #EBE8E6;
    margin-left: -20px;
}

.comment-item h6 {
    margin-bottom: 5px;
}

.comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%
}

.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.2;
}

.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    line-height: 1;
    padding: 3px 7px;
    text-transform: uppercase;
    border: 2px solid #F56961;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

.comment-item a.comment-reply:hover {
    color: #FFF;
    border-color: #D65049;
    background: #D65049;
}

@media only screen and (max-width: 1199px) {
    .blog-wrapper {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Image Overlay
 */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    background: rgba(0, 0, 0, 0);
}

.overlay-box:hover .image-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.overlay-box:hover .overlay-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay-icon i {
    color: #fff;
    font-size: 56px;
}


/**
 * Footer
 */

.footer {
    background:url(images/f-bg.jpeg);
  padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.footer-main-bg{background: #000000c9;
    padding: 60px 0;}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-logo {
    width: 200px;
}

.footer-address {
    line-height: 1.4;
    margin-top: 25px;
}

h5.footer-title {
    color: #FFF;
    margin: 0 0 20px;
}

ul.footer-menu li {
    margin: 5px 0;
    font-size: 12px;
}

ul.footer-menu li a {
    text-transform: uppercase;
    line-height: 1;
}

.footer-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}

.footer-social a {
    font-size: 24px;
    margin-right: 10px;
}

.copy-right {
    font-size: 11px;
}

@media only screen and (max-width: 1199px) {
    .footer-contact .icon {
        float: none;
        padding: 0 0 7px;
        text-align: left;
    }
    .footer-contact .content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-contact .icon {
        width: 40px;
        float: left;
        padding: 3px 0 0;
        text-align: center;
    }
    .footer-contact .content {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact {
        padding: 25px 20px;
    }
}

@media (max-width: 479px) {}


/**
 * Sign-in/up
 */

.modal.modal-border-transparent .modal-content {
    border: 5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 3px;
}

.modal.modal-login .modal-content {
    width: 380px;
    margin: 0 auto;
    position: relativel
}

.modal.modal-login .form-control::-moz-placeholder {}

.modal.modal-login .form-control:-ms-input-placeholder {}

.modal.modal-login .form-control::-webkit-input-placeholder {}

.modal.modal-login .modal-footer {
    border-top: 1px solid #CCC;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.modal .modal-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1052;
    font-size: 12px;
}

.modal-seperator {
    border-bottom: 1px solid #CCC;
    text-align: center;
    margin: 20px 0 45px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.modal-seperator span {
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 38px;
    display: block;
    margin-bottom: -20px;
    background: #FFF;
    font-weight: 600;
}

.login-modal-tab-wrapper {}

ul.login-modal-tab-nav {
    background: #EAEAEA;
    padding: 0;
    margin: 0;
}

ul.login-modal-tab-nav li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.login-modal-tab-nav li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #565656;
}

ul.login-modal-tab-nav li.active a {
    background: #FFF;
}

ul.login-modal-tab-nav li a:hover {
    color: #489FF0;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #FFF;
}

.btn.btn-facebook:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .modal.modal-login .modal-content {
        width: 100%;
    }
}


/**
 * Static Page
 */

.for-static-page .sidebar-module {
    margin-right: 30px;
}

ul.static-page-menu li a {
    display: block;
    color: #636363;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    line-height: 1;
    padding-left: 0;
    border-left: 4px solid #FFF !important;
    border-right: 4px solid #FFF;
    margin-right: -4px;
    margin-left: -4px;
    margin-bottom: 1px;
    font-size: 12px;
}

ul.static-page-menu li a:hover,
ul.static-page-menu li.active a {
    border-right: 4px solid #F56961;
    color: #F56961;
}

.static-wrapper h1:first-child,
.static-wrapper h2:first-child,
.static-wrapper h3:first-child,
.static-wrapper h4:first-child,
.static-wrapper h5:first-child,
.static-wrapper h6:first-child {
    margin-top: 0;
}

.static-wrapper ul,
.static-wrapper ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}

.static-wrapper ul li,
.static-wrapper ol li {
    margin-bottom: 7px;
}

.static-wrapper ul ul,
.static-wrapper ol ol {
    margin-top: 7px;
}

.static-wrapper > ul,
.static-wrapper > ol {
    margin-bottom: 15px;
}

.static-wrapper ol {
    list-style: decimal;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .for-static-page .sidebar-module {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .for-static-page .sidebar-module {
        margin-right: 0;
    }
}

@media (max-width: 479px) {}



a.top-destination-image-bg:hover{
	    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


#navbar{
    margin-top: 0px;
    
}

.navbar-mini{
	    margin-top: 0px;
    float: right;
    width: 100%;
}

.navbar-mini > ul{
float:right;	
}

.navbar-nav li:last-child{
	    margin-right: 00px;
}

.box-image{}
.box-image img{}





.gallery-slideshow2 .slick-prev{
		background: url(images/back.svg);
    width: 50px;
    height: 50px;
    z-index: 999999999999;
    background-size: 50px;

	}
	
	
.gallery-slideshow2 .slick-next{
		background: url(images/next.svg);
    width: 50px;
    height: 50px;
    z-index: 999999999999;
    background-size: 50px;

	}
	
	
	.image-bg iframe{
		
    width: 100%;
    height: 100%;
	
	}
	
	
.title	{text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}



.sidebar-module-inner button, .sidebar-module-inner input, .sidebar-module-inner select,  .sidebar-module-inner textarea{
	    width: 100%;
}
.sidebar-module-inner textarea{
    height: 80px;
}


.mapbox iframe{
width:100%;	
}


.blog-entry.package-text{
	text-align:justify;
}

ul.destinations-footer{}
ul.destinations-footer li{    width: 45%;
    float: left;
    padding: 1%;}
ul.destinations-footer li img{
	
	    width: 100%;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    object-fit: cover;
	
}


.main-search-holder{
	
}



.main-search-holder input[type="text"],
.main-search-holder input[type="password"],
.main-search-holder input[type="email"],
.main-search-holder input[type="url"],
.main-search-holder input[type="number"],
.main-search-holder textarea {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-top:5px;

}

.main-search-holder input[type="submit"]{
	background: #fbd173;
}








.blog-media-about{
	
	
}

.blog-media-about img{
	width:100%;
	height:auto;
	
	
	
}


.blog-about-text{
	
}


.GridLex-gap-20-wrappper{
margin-top:60px;	
}


.about-us-grid-block-item {
    background: #d19a1c;
    color: #FFF;
    padding: 30px;
}

/**********************************************/

.header-info{
	padding:0 15px;
}
.header-info-title{    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;}
.header-info-mail{}
.header-info-mail a{ line-height:1;  font-size: 12px; color:#000;}


.info-bar{background: #30beb3;
    text-align: center;
    padding: 0 50px;}
.info-bar-text{color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    font-size: 11px;}
.info-bar-text a{ color:#fff; text-decoration: underline;}

.company-profile{}
.company-profile-link{}
.company-profile-link a{
	    background: #ed202e;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

/*******/
.floating-icons{    position: fixed;
    left: 3%;
    bottom: 25%;
    z-index: 99;}
.floating-icons ul {}
.floating-icons ul li{    padding-top: 10px;}
.floating-icons ul li img{    max-width: 35px;
    height: auto;}
	
	/*****about-section*****/
	
	.about-section{


 background-image: url("images/home_page_about_us_image_02.png"), linear-gradient(#fff, #fbab2d); /* W3C */
 	background-repeat:no-repeat;
	background-position:bottom center;
	background-size: cover, 100% auto;
	min-height:800px;


	}

.about-section-wrapper{ width:100%; overflow:hidden;}
.about-section-left{ width:50%; float:left;}
.about-section-left-image{
background:url("images/home_page_about_us_image_01.png");
background-repeat:no-repeat;
    background-size: 70%;
    min-height: 800px;	
}
.about-section-right{ width:50%; float:left;}



.about-content-wrapper{    max-width: 352px;
    padding-top: 50px;}
.about-main-title{  color: #b0b5b8;
    font-weight: 800;
    font-size: 48px;
    padding-bottom: 20px;
    line-height: 52px;}
.about-sub-title{text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    padding-bottom: 20px;}
.about-text{}
.about-text p{      font-size: 16px;
    color: #000;
    text-align: justify;}


/***************/
.tour-package-section{
	background:#4ecabd url(images/tour_pack_bg_img-min.png);
	background-size:cover;
background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px;
    padding-bottom: 400px;
	
	
}

/*********************/

/***************/
.day-tour-section{
	background: url(images/home_day_tours_bg_img-min.png);
	background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    padding-top: 90px;
	position:relative;
	z-index:3;
	
}


/***************/
.activites-section{
background: url(images/home_page_activites_bg_img-min.png);
background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 370px;
    padding-top: 300px;
    margin-top: -200px;
    z-index: 2;
    position: relative;
	
	
}

/****************/
.review-section{
	background:#2a5a82 url(images/travellers_say_bg_img.png);
	    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 300px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
	
}


/******************/
.social-hub{
background: #e6e7e8;
    padding-top: 90px;
    padding-bottom: 90px;
}


/********/
.home-block-header{ width:80%; margin:0 auto;}
.main-header{text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 25px; line-height:50px;}
.sub-header{text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 18px;
    line-height: 20px;}
.header-text{}
.header-text p{text-align: justify;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 20px;}


.white-text{ color:#fff;}
.gray-text{ color:#303030;}
.light-0-text{
	color:#b37827;
	
}


/***********************/

.scroll-wrapper{}
.scroll-p-box{
	
    position: relative;
    -webkit-box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 75%);
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	    margin: 16px;	
}
.scroll-p-box-wrapper{ position:relative;}
.scroll-p-box-wrapper a{      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;}
.scroll-p-image{    width: 100%;
    min-height: 400px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
        background-position: center center !important;
}
.scroll-p-image img{  
    width: 100%;
    object-fit: cover;}
.scroll-p-title{    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 5%;
    left: 0;
    right: 0;}
	
	.scroll-p-title:after{
    content: ' ';
    display: block;
    border: 1px solid #ffffff;
    width: 25%;
    margin: 0 auto;

	}
.gallery-slideshow2 .slick-next {
background: url(images/arrow_right.png);
    width: 50px;
    height: 50px;
    z-index: 999999999999;
    background-size: 50px;
		top: 110%;
    bottom: 0;
    left: 55%;
}

.gallery-slideshow2 .slick-prev {
	    background: url(images/arrow_left.png);
    
    width: 50px;
    height: 50px;
    z-index: 999999999999;
    background-size: 50px;
		top: 110%;
    bottom: 0;
    left: 45%;
}
.slick-next:before {
    content: '\f125';
	display:none;
}
.slick-prev:before {
    content: '\f124';
		display:none;
}


/***********************/

	
	.daytour-icon-wrapper{ max-width:80%; margin:0 auto;}
	.daytour-front{}
	.daytour-icon{  width: 200px;
    height: 200px;   text-align: center;  margin: 0 auto; position:relative;}
	.daytour-icon img{   
    }
	
	.daytour-icon a{
		width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	}
    .daytour-link-tite{color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding-top: 16px;}
	.daytour-link-tite a{}
/***********************/



.scroll-p-title-new{
    position: absolute;   
    padding-bottom: 10px;   
    width: 100%;
    text-align: center;
    bottom: 5%;
    left: 0;
    right: 0;	
}
.scroll-p-title-new:after {
    content: ' ';
    display: block;
    border: 1px solid #ffffff;
    width: 25%;
    margin: 0 auto;
}
.first-t{     color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 30px;}
.secd-t{    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;}

/***********************/


.review-box{    -webkit-box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 75%);
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    margin: 16px;}
.review-box-wrapper{padding: 35px 20px 30px 20px;}
.review-image{}
.review-image img{max-width: 150px;
    margin: 0 auto;
    height: auto;
    border: 3px solid #f99f23;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;}
.review-name{text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;}
.review-text{    text-align: center;
    font-size: 14px;
    line-height: 20px;}
.review-line{        max-width: 150px;
    margin: 15px auto auto auto;
    border: 1px solid #f99f23;}

.see-all{ text-align:center; padding-top:55px;}
.see-all a{        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #f99f23;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 14px;
	
}


/***********************/

					.fb-wrapper{ position:relative;}
					.insta-wrapper{  position:relative;}
					.fb-text{position: absolute;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    top: 35%; font-weight:700;}
					.insta-text{position: absolute;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    top: 35%;}
					
						.fb-wrapper img{}
					.insta-wrapper img{}
					
					/*******************************************************************/

    
    
					.about-page{}
.about-page-wrapper{ width:100%; overflow:hidden;}
.about-page-left{
	width:60%;
	float:left;	
}
.about-page-right{
	width:40%;
	float:left;	
}

.about-page-right img{
	width:100%; overflow:hidden; height:auto;
}
.about-page-left-inner{
	max-width: 60%;
    margin: 0 auto;

}
.about-page-text{
text-align:justify;	
}
					
		/**********************/
			@media screen and (min-width: 1250px) {
    .about-page-right img {
    width: 71%;
    overflow: hidden;
    height: auto;
    float: right;
}
    }
		
		@media only screen and (max-width: 767px) {
    .about-us-grid-block .image-bg {
        height: 100px;
    }
    
    
    .about-page-left-inner {
    max-width: 90%;
    margin: 0 auto;
}
    
    
.about-page-left {
    width: 80%;
    float: left;
}

.about-page-right {
    width: 20%;
    float: left;
}

.right-o1 {

    right: -130px;
}
   
   
    .left-g1 {
    
    left: -110px;
    }
    
.right-o2 {
   
    left: -91px;
}

.left-o2 {
    right: -60px;
}
    
  .company-strength {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 25% 0;
}  
    
  .title-row1 {
    
    font-size: 30px;
 
}  
   
.company-v-title {
    font-size: 30px;
}

.company-v-m {
    max-width: 90%;
}
    
    
}
					
			
			/*******************************/
			
			@media only screen and (max-width: 1200px){
				.main-search-holder h1 {    
    font-size: 37px;    
    line-height: 42px;
				}														
			}
			@media only screen and (max-width: 1200px){
			.main-search-holder .col-md-4 {
                width: 50%;
             }						
			}
			
			
			.email-icon{ display:none;   
    padding: 0 5px;}
			.company-icon{ display:none; padding: 0 5px;}
			.email-icon img{width: 21px;
    height: auto;}
			.company-icon img{width: 26px;
    height: auto;}
			
			@media only screen and (max-width: 1199px){
			.header-info{ }
			.company-profile{display:none;}
			
				.email-icon{ display:block;}
			.company-icon{ display:block;
			}
			}
			
			@media only screen and (max-width: 992px){
				.main-search-holder h1 {
    font-size: 31px;
    line-height: 36px;
}
				
				
.home-block-header {
    width: 100%;
    margin: 0 auto;
}
			
			.scroll-p-image img {
    
    height: 300px;
    width: 100%;
    object-fit: cover;
}



.scroll-p-title {
    
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.tour-package-section {
    padding: 100px;
    padding-bottom: 265px;
}

.activites-section {
    
    padding-bottom: 288px;


}
				
				
			}
			
				@media only screen and (max-width: 767px){
					.main-search-holder h1 {
    font-size: 21px;
    line-height: 25px;
}


.about-section-left {
    width: 35%;
    float: left;
}

.about-content-wrapper {
    max-width: 90%;
    padding-top: 50px;
    margin: 0 auto;
}

.about-section-right {
    width: 65%;
    float: left;
}

.about-section-left-image {
    min-height: 100%;
    width: 100%;
    height: 350px;
}

.about-section {
    min-height: 100%;
    padding-bottom: 310px;
}


.tour-package-section {
    padding: 78px 0px;
    padding-bottom: 265px;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
}





.day-tour-section {
    background: #4cc9bc url(images/home_day_tours_bg_img-min.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    padding-top: 99px;
    position: relative;
    z-index: 2;
}


	.company-icon {    
    margin-right: 40px;
}		



.daytour-icon-wrapper [class*=GridLex-grid]>[class*=_xs-12] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

	.daytour-icon-wrapper [class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col]{
		
		    display: inline-block;
    display: inline-block;
    display: inline-block;
}



	.activites-section{
		padding-top: 60px;
    margin-top: -220px;
	}		
			
				}
				
				
	@media only screen and (max-width: 550px){	



.daytour-icon-wrapper [class*=GridLex-grid]>[class*=_xs-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size:100%;
    flex-basis: 100%;
    max-width: 100%;
}

.activites-section {
       padding-bottom: 100px;
    margin-top: -50px;
    padding-top: 100px;
}


	}

@media only screen and (max-width: 500px){
.flexslider-hero-slider {
	min-height:500px;
}

.flexslider-hero-slider .flexslider {
   
    min-height: 500px;
}


.flexslider-image-bg {
    height: 500px;
}

.about-section-left{
display:none;	
}

.about-section-right {
    width: 100%;
    float: left;
}

.day-tour-section {
    padding-bottom: 100px;
}


}

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

.main-search-holder .col-md-4 {
    width: 100%;
}

.main-search-holder {
    padding: 30% 0;
}


}


.about-read-more{}
.about-read-more a{
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #f99f23;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 14px;
}

/************************Footer col*********************************/


.footer-col{}
.col-1-footer{width: 25%;}
.col-2-footer{    width: 25%;}
.col-3-footer{width: 25%;}
.col-4-footer{width: 25%;}
.col-5-footer{    width: 25%;}


.footer-col-header{    font-size: 16px;
    text-transform: uppercase;
    font-weight:600;
    padding-bottom: 10px; color:#fff;}
.footer-col-content{}
.footer-col-content ul{}
.footer-col-content ul li{} 
.footer-col-content ul li a{    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    color: #fff;}  
	
	
.footer-newsletter{}
.footer-form{}
.footer-logo {
width: 100%;
    padding-top: 25px;
}

.footer-logo img{ width:100%; overflow:hidden;}

.footer-form-row {
    margin-bottom: 7px;
}
.footer-form input[type="text"], .footer-form input[type="password"], .footer-form input[type="email"], .footer-form input[type="url"], .footer-form input[type="number"], .footer-form textarea {
    background: #fff;
    border: 0;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
}

.footer-form textarea {
    height: 50px;
    width: 100%;
}

.footer-form input[type="submit"]{
    color: #fff;
    background: #940200;
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
	
	
	.footer-form ::-webkit-input-placeholder { /* Edge */
  color: #000;
   font-size: 13px;
    font-weight: 600;
}

.footer-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
  font-size: 13px;
    font-weight: 600;
}

.footer-form ::placeholder {
  color: #000;
   font-size: 13px;
    font-weight: 600;
}

.footer-icons{
	margin-top:15px;
}

.footer-icons ul{
	
}

.footer-icons ul li{
	float:left;
	padding-right: 10px;
}

.footer-icons ul li img{
	width:25px; height:auto;
}
	@media screen and (max-width: 992px) {
		.col-1-footer{width: 33.3333%; float: left;}
.col-2-footer{   width: 33.3333%; float: left;}
.col-3-footer{width: 33.3333%; float: left;}
.col-4-footer{width: 50%; float: left;}
.col-5-footer{    width: 50%; float: left;}

.footer-col {
    margin-bottom: 25px;
}
	}
	
		@media screen and (max-width: 767px) {
				.col-1-footer{ width: 50%; float: left;}
.col-2-footer{   width: 50%; float: left;}
.col-3-footer{ width: 50%; float: left;}
.col-4-footer{ width: 50%; float: left;}
.col-5-footer{    width: 50%; float: left;}
		}
		
		@media screen and (max-width: 600px) {
			.col-1-footer{ width: 100%; float: left;}
.col-2-footer{   width:100%; float: left;}
.col-3-footer{ width: 100%; float: left;}
.col-4-footer{ width: 100%; float: left;}
.col-5-footer{    width: 100%; float: left;}
			
			
		}
		
.bottom-footer{
	background: #ac202d;
   padding: 35px 0 80px 0;
    overflow: hidden;
    width: 100%;
    border-top: 0px solid #fff;
}	

.footer-info{
	text-align: center;
}	

.company-name{
	 color: #fff;
    font-weight: 900;
    font-size: 23px;
    line-height: 28px;
}

.company-address{
	    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.company-contact{
	    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.company-contact ul{
	    display: inline-block;
    text-align: center;
}


.company-contact ul li{
	    display: inline-block;
    padding: 0 10px;
}

.navbar-nav{ float:right;}





.page-name{	
    font-size: 45px;
    color: #fff;
    font-weight: 600;	 z-index:1;

	    background: #940200;
    width: 100%;
    padding: 30px 0;	
	}
	
	@media only screen and (max-width: 767px){
		.page-name{
			font-size: 35px;
			line-height:1;
			
		}
		
	}
	
	
	.button-style{-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    background: #be1e2d;
    color: #fff;
    padding: 2px 20px;}
	