body {
    font-family: "roboto", sans-serif;
    color: #333;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

p {
    font-size: 16px;
    line-height: 20px
}

a:hover,
a:focus {
    color: #008CC9;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

h1,
h2,
h3,
h4 {
    font-family: raleway, sans-serif;
    font-weight: 600;
    letter-spacing: 1px
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

b, strong { font-weight:600;}

.footer ul {
    margin: 0;
    padding: 0
}

.footer ul li {
    list-style: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0
}

a:not([href]):not([tabindex]) {
    color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #008CC9
}

.section {
    padding:20px 60px;
    background:#f5f5f5;
}
.section.highlight { padding:20px;}
.section.bg-upperfooter{
	background:#5bc8d2;
}
.section.bg-highlite{background:#f6f9df;}
.section.bg-highlite-1{background:#bff7d7;}
.section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.section-header .section-title {
    font-size: 42px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #333;
    position: relative
}

.section-header .section-title span {
    color: #008CC9
}

.section-header .section-subtitle {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 400
}

.section-header .lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #346afe;
    margin-top: 15px
}

.section-header .lines:before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    top: -10px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #008CC9;
    left: 27px
}

.section.divider-bottom { border-bottom:1px solid #fff;}

#teaser .card{background-color: transparent !important; border:0px;}

.btn-common {
    border: 2px solid #008CC9;
    background-color: #008CC9;
    position: relative;
    z-index: 1;
    border-radius: 4px
}

.btn-common:hover {
    color: #008CC9;
    background-color: transparent;
    border: 2px solid #008CC9;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.btn-border {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: #008CC9;
}

.btn-border:hover {
    border: 2px solid #008CC9;
    color: #008CC9;
    background-color: transparent;
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize
}

button:focus {
    outline: 0!important
}

.clear {
    clear: both
}

.social-icons {
    margin-bottom: 20px
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.social-icons ul li {
    display: inline
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, .07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px
}

.social-icons ul li a:hover {
    color: #fff
}

.facebook a {
    color: #4867aa
}

.facebook a:hover {
    background: #4867aa
}

.twitter a {
    color: #1da1f2
}

.twitter a:hover {
    background: #1da1f2
}

.google-plus a {
    color: #dd4d42
}

.google-plus a:hover {
    background: #dd4d42
}

.youtube a {
    color: #df2926
}

.youtube a:hover {
    background: #df2926
}

.linkedin a {
    color: #007bb6
}

.linkedin a:hover {
    background: #007bb6
}

.pinterest a {
    color: #bd081c
}

.pinterest a:hover {
    background: #bd081c
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #008CC9;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.bg-faded {
    background-color: #fff
}

.mainmenu-area {
    padding: 10px 0;
    border: 0;
    margin: 0;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    background-color: rgb(255, 255, 255, 0.6);
}

.logo-menu a {
    font-size: 20px;
    color: #fff
}

.menu-bg {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px 3px rgba(0, 0, 0, .16), 0 1px 3px 0 rgba(0, 0, 0, .4);
    z-index: 999;
    padding: 3px
}

.menu-bg .logo-menu a {
    color: #333333
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #444444;
    font-size: 20px;
    padding: 15px 15px;
    position: relative
}

.navbar-brand img {
    height: 60px;
}

.navbar-brand {
    padding: 0;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #000000;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #444444;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.secondary .navbar-nav .nav-link:focus,
.secondary .navbar-nav .nav-link:hover,
.secondary .navbar-nav .nav-link:hover:before {
    color: #000000;
    background:#ffffff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.secondary .navbar-nav .active>.nav-link,
.secondary .navbar-nav .nav-link.active,
.secondary .navbar-nav .nav-link.active:before,
.secondary .navbar-nav .nav-link.open,
.secondary .navbar-nav .open>.nav-link {
    color: #008CC9;
    background:#ffffff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.navbar-expand-md .navbar-toggler {
    background: #008CC9;
    border-radius: 0;
    margin: 5px;
    cursor: pointer;
    float: right
}

.navbar-expand-md .navbar-toggler i {
    color: #fff!important
}

.collapse.show {
    background: #222;
    margin-bottom: 10px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.navbar-expand-md .navbar-toggler:active {
    border: 1px solid #008CC9;
    color: #008CC9
}

.breadcrumb{
	margin-bottom:0rem;
	background-color:transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #5bc8d2;
}
.breadcrumb-item a { color:#eeeeee; font-weight:bold;}
.breadcrumb-item.active { color:#6eebf7;}
/* Hero Unit */
.home-hero{
    height: 100vh;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-content{
	height: 100vh;
    min-height: 300px;
	background:rgba(0,0,0,0.4);
	margin-top:80px;
	color:#ffffff;
}
.hero-content h1 { padding-top:200px; font-size: 40px; font-weight:600; color:#5bc8d2; margin-bottom:50px;}
.hero-content h1 small { font-weight:500; color:#ffffff;}
.overflow-hidden { overflow: hidden; }

.footer { background-color:#333333; color:#ffffff;}
.footer hr { background-color:#555555;}
.footer ul li { padding:5px 0px;}
.footer ul li a { color:#ffffff; font-size:16px;}

.copyright a { color:#999999; }
.copyright a:hover { color:#ffffff; }

.contents .head-title {
    text-transform: uppercase;
    font-size: 42px!important;
    font-weight: 700!important
}

.contents h4 {
    font-size: 36px;
    line-height: 50px
}

.contents .header-button .btn i {
    margin-left: 10px
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

#contact {
    background: #ffffff;
    position: relative;
    overflow: hidden
}

#contact .contact-block {
    background: #fff;
    padding: 30px;
    overflow: hidden
}

#contact #contactForm {
    margin-top: 30px
}


.list-unstyled li {
    color: #d9534f
}


/*-------------------------------------------------*/


/* =  Inner page
/*-------------------------------------------------*/

.page-banner-section {
    padding: 50px 0px;
    margin-top: 80px;
    background: url('../images/bgstory.jpg') center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-banner-section .container {
    position: relative;
    z-index: 2;
    margin-top:80px;
}

.page-banner-section h1 {
    color:#5bc8d2;
    font-size: 38px;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.page-banner-section ul.page-depth {
    margin: 0;
    padding: 0;
    padding-top: 6px;
}

.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 1px;
    color: #ffffff;
}

.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #ffffff;
}

.page-banner-section ul.page-depth li a:hover {
    color: #fff;
}

.page-banner-section ul.page-depth li:before {
    content: '-';
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}

.page-banner-section ul.page-depth li:first-child:before {
    content: '';
    margin-right: 0;
}

.page-banner-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
}

.inner-section {
    padding: 60px 0;
}

.inner-section p,
.inner-section div {
    font-size: 18px;
    font-weight: 300;
}

h3.service-heading {
    font-weight: bold;
    font-size: 26px;
}

.faq-box {
    margin-bottom: 30px;
}

.faq-box h4 {
    background-color: #dfdfdf;
    padding: 8px 10px;
    margin: 0;
    font-size: 18px;
    font-family: roboto, sans-serif;
}

.faq-box .badge {
    background-color: #008CC9;
    color: #FFF;
}

.faq-card {
    background-color: #f5f5f5;
    padding: 10px;
}

#inner_bg {
    background-image: url(../images/slider/bg-1.jpg);
    height: 80px;
}

#downloadForm .btn {
    padding: 5px 10px;
}
/* Tour List cards */
h5.card-title { font-size: 14px;}
.tours-label-hot-deal { position:absolute; right:5px; top:5px; padding: 2px 8px; background: rgba(244, 35, 35, 0.5); border-radius: 4px; color: #fff;}
.tours-label-trending { position:absolute; right:5px; top:5px; padding: 2px 8px; background: rgba(2, 164, 242, 0.5); border-radius: 4px; color: #fff;}
.tour-list .card:hover{
	border:1px solid rgba(0,0,0,.4);
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tour-list .card:hover .tours-label-trending{
	background: rgba(2, 164, 242, 0.9);
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tour-list .card:hover .tours-label-hot-deal{
	background: rgba(244, 35, 35, 0.9);
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.homeimg{
	position:relative;
}
.imgdet {
    background-color: #FFF;
    bottom: 70px;
    left: 50%;
    min-height: 185px;
    overflow: hidden;
    padding: 15px 30px !important;
    position: absolute;
    transform: translate(-50%, 90%);
    width: 80%;
}
