
.btn {
	background-color: #1b418a;
	color: #fff;
	border-radius: 0px;
    padding: 9px 15px;
    font-size: 14px;
    transition: background-color 0.2s;
    letter-spacing: 1px;
    border: 1px solid #fff;
    font-weight: 400;
}

a, .btn-link {
	color: #337ab7;
}
a:hover, a:focus, a:visited, a:active, .btn-link:hover, .btn-link:focus, .btn-link:visited, .btn-link:active {
	color: #CEC5C5;
	text-decoration: none;
}

.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-weight: 400;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited {
	background-color: #1b418a !important;
	border-color: #fff !important;
	color: #ffffff;
}
.btn.submit:hover{
	color: #fff;
	border-color: #393939;
}
a.btn.submit {
    color: #fff;
}


/*.form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  outline: none;
}

.inquiry-form .form-control:focus{
	border-color: darkgray;
}*/
body {

	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 32px;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {

	font-size: 24px;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 22px;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 20px;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h5 {
	font-size: 18px;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 16px;
	line-height: 2.5rem;
	margin-top: 1.5rem;
}
p {
	margin-bottom: 15px;
	font-weight: 400;
	font-family: 'OpenSans';
	line-height: 1.8em;
}


.huge-up{
	margin-top: 0px;
}

@font-face {
	src: url('../fonts/Poppins/Poppins-Light.ttf') format('truetype');
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
}
@font-face {
	src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
}
@font-face {
	src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
}
@font-face {
	src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
}
@font-face {
	src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
}

/* ============================= OpenSans ============================== */

@font-face {
	src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 300;
}

@font-face {
	src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 400;
}

@font-face {
	src: url('../fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype');
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 500;
}

body{
    overflow: auto;
}
.bs-menu.bs-menu-desktop{
    position: relative;
    min-height: 45px;
}
.bs-menu .bs-menu-toggle{
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: -20px;
    width: 50px;
    height: 45px;
    background: #f1f1f1;
    cursor: pointer;
}

.bs-menu.left .bs-menu-toggle{
    left: 0;
}

.bs-menu.right .bs-menu-toggle{
    right: 0;
}

.bs-menu .bs-menu-toggle:before{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+20,000000+20,000000+40,666666+40,666666+60,000000+60,000000+80,666666+80&1+20,0+20,0+40,1+40,1+60,0+60,0+80,1+80 */
    background: -moz-linear-gradient(top, #666,  #666 20%, transparent 20%, transparent 40%, #666 40%, #666 60%, transparent 60%, transparent 80%, #666 80%, #666 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #666,  #666 20%, transparent 20%, transparent 40%, #666 40%, #666 60%, transparent 60%, transparent 80%, #666 80%, #666 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #666,  #666 20%, transparent 20%, transparent 40%, #666 40%, #666 60%, transparent 60%, transparent 80%, #666 80%, #666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.bs-menu .bs-menu-toggle:hover{
    background: #eaeaea;
}

.bs-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*
.bs-menu.bs-menu-desktop > ul{
    display: inline-block;
}*/

.bs-menu.bs-menu-desktop > ul:before,
.bs-menu.bs-menu-desktop > ul:after{
    content: '';
    display: table;
}

.bs-menu.bs-menu-desktop > ul:after{
    clear: both;
}

.bs-menu.bs-menu-desktop > ul > li{
    float: left;
}

.bs-menu.bs-menu-desktop a{
    display: block;
    white-space: nowrap;
}

.bs-menu.bs-menu-desktop > ul ul{
    z-index: 999;
}

/*== BS Menu Desktop Positioning ====*/

.bs-menu.bs-menu-desktop > ul ul{
    position: absolute;
    visibility: hidden;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
}

.bs-menu.bs-menu-desktop > ul > li:hover > ul{
    animation-name: bsMenuSlideUp;
    -webkit-animation-name: bsMenuSlideUp;
    -moz-animation-name: bsMenuSlideUp;
    -o-animation-name: bsMenuSlideUp;
    -ms-animation-name: bsMenuSlideUp;
}

.bs-menu.bs-menu-desktop > ul > li > ul li:hover > ul,
.bs-menu.bs-menu-desktop > ul > li > ul li:hover > ul.right{
    animation-name: bsMenuSlideLeft;
    -webkit-animation-name: bsMenuSlideLeft;
    -moz-animation-name: bsMenuSlideLeft;
    -o-animation-name: bsMenuSlideLeft;
    -ms-animation-name: bsMenuSlideLeft;
}

.bs-menu.bs-menu-desktop > ul > li > ul li:hover > ul.left{
    animation-name: bsMenuSlideRight;
    -webkit-animation-name: bsMenuSlideRight;
    -moz-animation-name: bsMenuSlideRight;
    -o-animation-name: bsMenuSlideRight;
    -ms-animation-name: bsMenuSlideRight;
}

.bs-menu.bs-menu-desktop ul li{
    position: relative;
}

.bs-menu.bs-menu-desktop > ul > li > ul{
    top: 100%;
}

.bs-menu.bs-menu-desktop > ul > li > ul,
.bs-menu.bs-menu-desktop > ul > li > ul.right{
    right: auto;
    left: 0;
}

.bs-menu.bs-menu-desktop > ul > li > ul.left{
    left: auto;
    right: 0;
}

.bs-menu.bs-menu-desktop > ul > li > ul ul{
    top: 0;
}

.bs-menu.bs-menu-desktop > ul > li > ul ul,
.bs-menu.bs-menu-desktop > ul > li > ul ul.right{
    right: auto;
    left: 100%;
}

.bs-menu.bs-menu-desktop > ul > li > ul ul.left{
    left: auto;
    right: 100%;
}

/*===== BS Menu Mobile =====*/
.bs-menu.bs-menu-mobile{
    background: #fafafa;
}

.bs-menu.bs-menu-mobile ul{
    overflow: auto;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.bs-menu-mobile ul li a{
    display: block;
    color: #00266C;
    padding: 15px 20px;
    text-decoration: none;
}

.bs-menu-mobile ul > li:not(:last-child){
    border-bottom: 1px dashed #d5d5d5;
}

/*=== bs Menu Mobile Positioning ===*/

.bs-overlay {
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    opacity: 0;
    /*transition: opacity 0.2s;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.bs-menu.bs-menu-mobile{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 99999;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    overflow: hidden;
}

.bs-menu.bs-menu-mobile.left{
    left: -250px;
}

.bs-menu.bs-menu-mobile.right{
    right: -250px;
}

.bs-menu-mobile ul{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 250px;
    transform: translateX(0);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    z-index: 9;
}

.bs-menu-mobile.right ul{
    right: 0;
}

.bs-menu-mobile.left ul{
    left: 0;
}

.bs-menu-mobile ul.active{
    z-index: 999;
}

.bs-menu-mobile ul:not(.active){
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
}

.bs-menu-mobile ul.prev{
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
}

/*===== Media Queries =====*/

@media (max-width: 991px){

    .bs-menu.bs-menu-desktop ul{
        display: none;
    }


    body.bs-menu-opened-left,
    body.bs-menu-opened-right {
        overflow: hidden;
    }

    body.bs-menu-opened-left .bs-overlay,
    body.bs-menu-opened-right .bs-overlay{
        visibility: visible;
        opacity: 1;
    }

    body.bs-menu-opened-left .bs-menu-mobile.left{
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -o-transform: translateX(250px);
        -ms-transform: translateX(250px);
        box-shadow: 3px 0 5px rgba(0,0,0,0.2);
    }

    body.bs-menu-opened-right .bs-menu-mobile.right{
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        box-shadow: -3px 0 5px rgba(0,0,0,0.2);
    }

}

@media (min-width: 992px){
    .bs-menu.bs-menu-desktop .bs-menu-toggle{
        display: none;
    }
}


/*=== BS Menu Slide Up ===*/
@keyframes bsMenuSlideUp {

    0%{
        visibility: hidden;
        transform: translateY(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }

}

@-webkit-keyframes bsMenuSlideUp {

    0%{
        visibility: hidden;
        -webkit-transform: translateY(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -webkit-transform: translateY(0);
        opacity: 1;
    }

}

@-moz-keyframes bsMenuSlideUp {

    0%{
        visibility: hidden;
        -moz-transform: translateY(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -moz-transform: translateY(0);
        opacity: 1;
    }

}

@-o-keyframes bsMenuSlideUp {

    0%{
        visibility: hidden;
        -o-transform: translateY(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -o-transform: translateY(0);
        opacity: 1;
    }

}

@-ms-keyframes bsMenuSlideUp {

    0%{
        visibility: hidden;
        -ms-transform: translateY(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -ms-transform: translateY(0);
        opacity: 1;
    }

}

/*=== BS Menu Slide Left ===*/
@keyframes bsMenuSlideLeft {

    0%{
        visibility: hidden;
        transform: translateX(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
    }

}

@-webkit-keyframes bsMenuSlideLeft {

    0%{
        visibility: hidden;
        -webkit-transform: translateX(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -webkit-transform: translateX(0);
        opacity: 1;
    }

}


@-moz-keyframes bsMenuSlideLeft {

    0%{
        visibility: hidden;
        -moz-transform: translateX(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -moz-transform: translateX(0);
        opacity: 1;
    }

}

@-o-keyframes bsMenuSlideLeft {

    0%{
        visibility: hidden;
        -o-transform: translateX(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -o-transform: translateX(0);
        opacity: 1;
    }

}

@-ms-keyframes bsMenuSlideLeft {

    0%{
        visibility: hidden;
        -ms-transform: translateX(10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -ms-transform: translateX(0);
        opacity: 1;
    }

}

/*=== BS Menu Slide Right ===*/
@keyframes bsMenuSlideRight {

    0%{
        visibility: hidden;
        transform: translateX(-10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
    }

}

@-webkit-keyframes bsMenuSlideRight {

    0%{
        visibility: hidden;
        -webkit-transform: translateX(-10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -webkit-transform: translateX(0);
        opacity: 1;
    }

}

@-moz-keyframes bsMenuSlideRight {

    0%{
        visibility: hidden;
        -moz-transform: translateX(-10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -moz-transform: translateX(0);
        opacity: 1;
    }

}

@-o-keyframes bsMenuSlideRight {

    0%{
        visibility: hidden;
        -o-transform: translateX(-10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -o-transform: translateX(0);
        opacity: 1;
    }

}

@-ms-keyframes bsMenuSlideRight {

    0%{
        visibility: hidden;
        -ms-transform: translateX(-10px);
        opacity: 0;
    }

    100%{
        visibility: visible;
        -ms-transform: translateX(0);
        opacity: 1;
    }

}



.clearfix {
	clear: both;
}

/* ============= Reset css ================== */
.company-logo img {
    width: 175px;
    margin-top: 20px;
}
.header-wrapper{
	border-top: 2px solid #002671;
}
.header-top-section{
	background-color: #f9f9f9;
	padding: 0px 0px; 
}
.header-contact{
	text-align: right;
}
.quick-contact ul{
	padding-left: 0px;
}
.quick-contact ul li{
	list-style-type: none;
	display: inline-block;
}
.quick-contact ul li{
	color: #393939;
    padding: 20px 0px 5px 25px;
}
.quick-contact ul li i{
	color: #003986;
	padding-right: 5px;
}
.social-links ul{
	padding-left: 0;
}
.social-links ul li{
	list-style-type: none;
	display: inline-block;
}
.social-links ul li a{
	padding-left: 15px;
	font-size: 24px;
	color: #393939;
}
.social-links ul li a i.fa-facebook-square:hover{
	color: #2B3990;
}
.social-links ul li a i.fa-twitter-square:hover{
	color: #27AAE0;
}
.social-links ul li a i.fa-google-plus-square:hover{
	color: #D13F2D;
}
.main-menu-wrapper{
	background-color: #393939;
}

/* ================= Bs menu overwritte css =============== */

.main-menu{
    opacity: 0;
    visibility: hidden;
    max-height: 30px;
}

.main-menu.bs-menu-mobile{
    max-height: none;
}

.main-menu.bs-menu-desktop .has-children-icon{
    font-size: 9px;
}

.main-menu.bs-menu-desktop > ul > li > ul .has-children > a{
    padding-right: 25px;
}

.main-menu.bs-menu-desktop > ul > li > ul .has-children-icon{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.main-menu.bs-menu-desktop > ul > .has-children > a > .has-children-icon{
    transform: rotate( 90deg );
    margin-left: 10px;
}

/*Hide unecessary menus from bs menu desktop*/
.main-menu.bs-menu-desktop .view-all{
    display: none;
}

.main-menu.bs-menu-mobile .has-children{
    position: relative;
}

.main-menu.bs-menu-mobile .has-children-icon{
    font-size: 12px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}

.main-menu.bs-menu-mobile .go-back-icon,
.main-menu.bs-menu-mobile .view-all-icon{
    margin-right: 10px;
    font-size: 12px;
    opacity: 0.8;
}

.bs-menu ul{
    margin-bottom: -3px !important;
}
.bs-menu.bs-menu-desktop > ul > li > ul, 
.bs-menu.bs-menu-desktop > ul > li > ul.right{
    background-color: #393939;
}
.bs-menu.bs-menu-desktop > ul > li > ul ul{
    background-color: #393939;
}
.bs-menu.bs-menu-desktop a {
    padding-right: 25px;
    color: #fff;
}

.bs-menu .bs-menu-toggle{
	background-color: transparent !important;
}
.bs-menu .bs-menu-toggle:hover {
     background: transparent !important; 
}
.bs-menu.bs-menu-desktop a {
    padding: 10px 15px;
    border-top: 2px solid transparent;
}
.bs-menu.bs-menu-desktop a:hover{
	background-color: #F7F7F7;
	color: #393939;
	border-color:#F96715;
}
.bs-menu.bs-menu-desktop ul li {
    border-left: 1px solid #595959;
}
/* ====================================================== */

.overlay {

  	background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slide-item {
    min-height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.slide-item:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 0,0,0,0.15 );
}*/
.caption-wrap {
    color: #fff;
    margin-top: 150px;
    width: 45%;
    max-width: 100%;
    float: right;
    padding: 1px 15px;
    position: relative;
    z-index: 9;
}

.caption-wrap h1 a{
	color: #fff;
	outline: none;
}
.caption-wrap p{
    font-size: 16px;
    font-family: 'OpenSans';
}
/* ============= slick slider overwridde css ================== */
.slick-prev, .slick-next{
	width: 100px;
	height: 100px;
}
.slick-prev {
    left: 0px;
    z-index: 9;
}
.slick-next {
    right: 0px;
}
.slick-slide:focus{
	outline: none;
}
/* ========================================================== */
.section-row{
	padding: 50px 0px;
}
.featured-post-wrap {
    padding: 25px 0px;
}
.featured-post{
	position: relative;
	margin-top: 25px;
    min-height: 248px;
    display: block;
}
.featured-post h2{
	position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.featured-post .overlay{
    transition: background-color 0.2s;
}
.featured-post:hover .overlay{
	background-color: rgba(0, 0, 0, 0.5);
}
.popular-packages-wrap{
	text-align: center;
}
.popular-package-post{
	margin: 25px 0px;
}
.popular-package-post img{
	width: 100%;
	/*height: 215px;
    max-height: 215px;*/
    overflow: hidden;
}
.popular-package-post ul{
	padding-left: 0px;
}
.popular-package-post ul li{
	list-style-type: none;
	display: inline-block;
	padding:15px 0px;
}
.popular-package-post ul li.post-name{
	float: left;
}
.popular-package-post ul li a{
	color: #393939;
    font-size: 16px;
    font-weight: 600;
}
.popular-package-post ul li.post-cost{
	float: right;
	color: #0b2e7f;
	font-weight: 600;
	font-size: 16px;
}
.popular-package-post p {
    display: inline-block;
    text-align: left;
    color: #393939;
    font-family: 'OpenSans';
}
.focus-travel{
	background-color: #ebe9e9;
	padding: 25px 0px;
}

/* ================= accordian css overwridee ====================== */
.accordion-wrap .panel-default > .panel-heading a:hover, 
a:focus, a:visited, a:active{
	color: #002770;
}
.accordion-wrap .panel-default > .panel-heading{
	background-color: transparent;
}
.accordion-wrap .panel{
	background-color: transparent;
	box-shadow: none;
}
.accordion-wrap .panel-default{
	border-color: transparent;
}
.accordion-wrap .panel-group .panel-heading + .panel-collapse >
.panel-body, .panel-group .panel-heading + .panel-collapse > 
.list-group{
	border-top: none;
}
.accordion-wrap .panel-body {
    padding: 0px 25px;
    font-family: 'OpenSans';
}
.accordion-wrap a i{
	padding-right: 5px;
	font-size: 12px;
}
.accordion-wrap .panel-title{
	font-size: 14px;
}

/* ================================= */
.focus-travel h2 {
    text-transform: uppercase;
}
.travel-information ul{
	padding-left: 0px;
}
.travel-information ul li{
	list-style-type: none;
    padding-bottom: 7px;
    position: relative;
    padding-left: 30px;

}
.travel-information ul li:last-child{
	padding-bottom: 0px;
}
.travel-information ul li a{
	color: #393939;
	font-family: 'OpenSans';
}
.travel-information ul li a:hover{
	color: #00266D;
}
.travel-information ul li:before{
	position: absolute;
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    top: 5px;
    left: 0;
}
.focus-other-wrap h2 {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.item-user{
	text-align: center;
}
.item-user span i{
	padding: 0px 5px;
    display: block;
}
.user-details {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #e1e1e1;
}
.item-user{
    color: #333;
}
.item-user span {
    text-align: center;
    font-weight: 600;
    padding: 15px 0px 0px;
    display: block;
}
.footer-wrap{
	background-color: #393939;
	color: rgba(255,255,255,0.7);
}
.footer-widget h3{
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
	color: rgba(255,255,255,0.85);
}
.footer-widget ul{
	padding-left: 0px;
}
.footer-widget ul li{
	list-style-type: none;
}
.footer-widget ul li{
	padding-bottom: 8px;
	font-weight: 300;
}
.footer-widget ul li a{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.footer-widget ul li a:hover{
	color: #8D8D8D;
}
.copyright{
	background-color: #2d2c2c;
	padding:15px 0px;
	text-align: center;
	color: rgba(255,255,255,0.7);
}
.copyright p {
    margin-bottom: 0px;
    font-weight: 300;
}

.copyright a{
    color: rgba( 255, 255, 255, 0.8 );
}

.copyright a:hover{
    color: rgba( 255, 255, 255, 1 );
}

/* ======================== Contact us page css ===================== */
.map {
    width: auto;
    height: 400px;
    background-color: #fff;
}
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}
.contact-details-wrap{
	padding: 35px 0px;
	background-color: #00266D;
}
.sub-heading{
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.details-information{
	color: #fff;
}
.details-information p{
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
}
.details-information ul{
	padding-left: 0px;
}
.details-information ul li{
	list-style-type: none;
	display: inline-block;
}
.details-information ul li a i{
	font-size: 36px;
	margin: 0px 10px 0px 0px;
	color: #fff;
}
.quick-message-wrap{
	padding: 20px 0px;
}
.quick-message-inner {
    padding-top: 20px;
}
.quick-message-inner .form-control {
    border-radius: 0;
    height: 40px;
}
textarea#message {
    height: 95px;
}
/* =================== single page start css ==================== */
.breadcumbus {
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 15px;
}
.breadcumbus ul{
    padding-left: 0px;
}
.breadcumbus ul li{
    display: inline-block;
    list-style-type: none;
}
.breadcumbus ul li a {
    font-weight: 500;
    color: #393939;
}
.breadcumbus ul li a.active{
    color: #F96714;
}
.featured-box{
	margin-bottom: 20px;
	padding: 15px;
	background-color: #F1F2F4;
}
.highlight{
    background-color: #002168;
    color: #fff;
    display: block;
}
.highlight i{
    color: #F96714;
    padding-right: 5px;
}
.featured-box h4{
	text-transform: uppercase;
	margin-top: 0px;
    border-bottom: 2px solid #393939;
    padding-bottom: 10px;
    margin-bottom: 1em;
}
.featured-box ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.featured-box ul li{
	list-style-type: none;
	position: relative;
	padding: 0 30px 10px;
}
.featured-box ul li:last-child{
	padding-bottom: 0px;
}
.featured-box ul li a{
	color: #000;
}
.featured-box ul li a:hover{
	color: #8D8D8D;
}
.featured-box ul li:before {
    position: absolute;
    content: "\f178";
    font: normal normal normal 12px/1 FontAwesome;
    left: 0;
    top: 5px;
    font-size: 13px;
    color: #00266D;
}
.page-title{
    font-size: 20px;
    text-transform: uppercase;
}
.content-wrap h4 {
    text-transform: uppercase;
}
.content-inner{
	margin-bottom: 25px;
}
.content-sub-heading{
	text-transform: uppercase;
	margin-top: 0px;
    margin-bottom: 1em;
}
.cutomize-trip-link a{
	color: #8D8D8D;
}
.cutomize-trip-link a:hover{
	color: #F96714;
}

/* ======================= testimonials page css ====================== */
.testimonials-post {
    background-color: #F1F2F4;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.client-review-details span {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.client-image img {
    float: right;
    padding: 5px 0px;
    max-height: 200px;
}
/* ====================== destination page start css ========================= */
.package-post {
    margin-top: 10px;
    margin-bottom: 25px;
}
.package-post h6 a{
	color: #393939;
}
.package-post h6 a:hover{
	color: #8D8D8D;
}


.package-post img {
    max-height: 197px;
    overflow: hidden;
}

/*Strike head*/
.strike-head{
	text-align: center;
	position: relative;
	margin: 30px 0 20px 0;
}

.strike-head:before{
	content: '';
	height: 1px;
	background: #cacaca;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.strike-head .title{
	display: inline-block;
	background: #ffffff;
	padding: 0 8px;
	margin: 0;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
}
.content-wrap img {
    margin: 15px 0px;
}

/* ============= Itinerary page css start ==================== */
.tab-content-wrapp {
    margin-top: 15px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #F96714;
    border: 1px solid #F96714;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs {
    border-bottom: inherit;
    background-color: #eee;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #E1E1E1;
}
ul.nav-tabs li a {
	background-color: #E1E1E1;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
.fade{
	opacity: 1;
}
.tab-inner {
    padding: 15px;
    background: #fafafa;
    margin: 15px 0px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.tab-inner p span {
    background: #e4e5e5;
    padding: 0px 5px;
    margin: 0px 10px 0px 0px;
}


.cost-included h6 {
    text-transform: uppercase;
    padding: 5px 15px;
    background: #F96714;
    color: #fff;
    margin-top: 0px;
    font-weight: 400;
}
.cost-included ul {
    padding-left: 0;
    padding-top: 10px;
}
.cost-included ul li {
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 18px;
    margin: 5px 0 15px;
}
.cost-included ul li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 13px;
    color: #393939;
    left: 0;
    top: 4px;
}
.cost-excluded h6 {
    text-transform: uppercase;
    padding: 5px 15px;
    background: #F96714;
    color: #fff;
    margin-top: 0px;
    font-weight: 400;
}
.cost-excluded ul {
    padding-left: 0;
    padding-top: 10px;
}
.cost-excluded ul li {
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 18px;
    margin: 5px 0 15px;
}
.cost-excluded ul li:before {
    position: absolute;
    content: "\f00d";
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 13px;
    color: #F96714;
    left: 0;
    top: 4px;
}

/* fancybox overwrite css */
.fancybox-gallery img{
    max-width: 100%;
}
/* ======================== enquiry page start css =================== */
.inquiery-form-main {
    padding: 20px 0px 0px;
}
.trip-information .title {
    padding: 5px;
    background: #00266D;
    color: #fff;
    margin-bottom: 10px;
}
.form-control-registration {
    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;
}

/* Team Member css */
.team-member span {
    color: #F46715;
}
.team-member img {
    max-height: 273px;
}
.team-member ul{
	padding-left: 0px;
	margin-top: 10px;
}
.team-member ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
.team-member ul li a i{
	font-size: 14px;
    color: #393939;
    padding: 5px;
    background-color: #F9F9F9;
}
.team-member ul li a i.fa-facebook-official:hover{
	background-color: #3B5999;
	color: #fff;
}
.team-member ul li a i.fa-twitter:hover{
	background-color: #01BBF6;
	color: #fff;
}
.team-member ul li a i.fa-google-plus:hover{
	background-color: #C63E24;
	color: #fff;
}
.team-member ul li a i.fa-linkedin:hover{
	background-color: #1385C4;
	color: #fff;
}
.success{
    border-top: 5px solid #188763;
}
.unsuccess{
    border-top: 5px solid red;
}

.form-submission{
    max-width: 500px;
    margin: 0 auto;
    background-color: #F1F2F4;
    padding: 15px 15px 10px;
}
.form-submission span i{
    font-size: 28px;
    text-align: center;
    display: block;
}
.form-submission p{
    text-align: center;
    padding: 15px 0px 0px;
    font-weight: 600;
    font-size: 16px;
}
.form-submission p i{
    font-size: 18px;
}
.help-block {
    color: #F96714;
}
.pager{
    margin: 20px 0px;
}
.pager li a{
    color: #848484;
}


 /* ======== 404 page css ============= */
  .clearfix{
    clear:both;
  }

.error-page-container{
    min-height: 100vh;
    background: #eeeeee;
}

.message-error-wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 5%;
}
.error-caption{
    text-align: center;
}
.error-caption h1 {
    font-size: 100px;
    margin-top: 0;
}
.retro-shadow{
  text-shadow: 4px 4px 0 rgba(0,0,0,0.2);
}
.error-caption h1 small {
    font-size: 16px;
    padding-left: 15px;
    font-weight: 500;
}
.message-error-box:before,
.message-error-box:after{
    content: '';
    display: table;
}

.message-error-box:after{
    clear: both;
}

.error-logo {
    text-align: right;
    width: 31%;
    float: left;
}
.error-logo img {
    margin-top: 40px;
    max-width: 170px;
}
.message-details-wrap {
    width: 60%;
    float: right;
    border-left: 1px solid #dcdcdc;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 600;
}

.message-details-wrap p a {
    font-size: 14px;
    padding: 0px 3px;
    color: #00266A;
}
.message-details-wrap p {
    line-height: 1.8;
}
/*==============================*/

/*Map Scroll Down*/
.google-map-wrap{
    position: relative;
    overflow: hidden;
}

.google-map-wrap .scroll-down{
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 53px;
    padding: 8px 0 8px 0;
    text-align: center;
    background: rgba( 0,0,0,0.8 );
    color: rgba( 255, 255, 255, 0.9 );
    cursor: pointer;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    transition: bottom 0.2s;
}

.google-map-wrap .scroll-down:hover{
    bottom: 0;
}

.google-map-wrap .scroll-down .text{
    display: block;
}
/* Large Devices, Wide Screens */

@media only screen and (max-width : 1920px) {
}
@media only screen and (max-width : 1280px) {
}

/*======================================================================*/

@media only screen and (max-width : 1024px) {
    .slick-prev:before,
    .slick-next:before{
        display: none;
    }
}

/*======================================================================*/


@media only screen and (max-width : 992px) {
    .caption-wrap{
        width: 75%;
    }
    .fatured-post{
        margin-bottom: 15px;
    }
    .featured-video-wrap {
        margin-bottom: 50px;
    }

}

/*======================================================================*/
@media only screen and (max-width : 768px) {

}
/*======================================================================*/


/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
.footer-wrap{
        text-align: center;
    }
    .huge-down-mobile{
        margin-bottom: 15px;
    }
}
/*======================================================================*/

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
   
    .header-contact {
        font-size: 12px;
        text-align: right;
    }
   
    .company-logo img {
        max-width: 125px;
        margin: 0px 0px 10px;
    }
    .caption-wrap{
        width: 100%;
    }
    .footer-widget h6{
        padding-top: 25px;
        padding-bottom: 5px;
    }
    
    .quick-contact{
        display: none;
    }
    .header-top-section{
        padding: 10px 0px 0px;
    }
    .social-links {
        margin-top: 10px;
    }
    .bs-menu-mobile ul li a{
        font-weight: 600;
    }
    .error-logo {
        width: 55%;
        float: none;
    }
    .message-details-wrap{
        width: 95%;
    }
    .error-caption h1 {
        font-size: 78px;
        margin: 0;
    }

}
/*======================================================================*/
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

/*From large screens to small screen*/
@media only screen and ( min-width: 768px ){

    .pull-right-to-sm{
        float: right;
    }

}
/*# sourceMappingURL=main.css.map */
