@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700|Open+Sans:400,400i,600,700,700i|Raleway:500,600,700&display=swap');

body {
    background-color: #E8E8E8;
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    
    -moz-display: flex;
    -moz-flex-direction: column;
    -moz-justify-content: center;
    
    -ms-display: flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;    
    
    -o-display: flex;
    -o-flex-direction: column;
    -o-justify-content: center;    
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;

}

.text-deep {
    color: rgba(0, 25, 65, 1);
}

#bg-dark{
    background: rgba(0, 25, 65, 1);
    padding-top: 60px;
    padding-bottom: 60px;
    
}

section {
    position: relative;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

section.hidden{
    position: fixed;
    top: 0;
    z-index: -1000;
}

section.hidden h1,
section.hidden h2,
section.hidden h3,
section.hidden h4,
section.hidden h5,
section.hidden h6,
section.hidden p,
section.hidden a,
section.hidden b,
section.hidden ul,
section.hidden li,
section.hidden li a{
    color: transparent;
}



.hero-inner{
    min-height: 420px;
    height: 100%;
    background-position: center center;
    position: relative;
}

.hero-inner .item-overlay{
    z-index: 0;
}

.hero-inner h1{
    position: absolute;
    top: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
}

ul.inline,
ul.inline li{
    list-style: none;
    list-style-type: none;
    margin-left: 0;
}

ul.inline li{
    float: left;
    display: inline;
    margin: 0;
}

h1 {
    font-size: 48px;
}

h1 small {
    font-size: 28px;
}

h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;

}

h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    width: 100%;
}

.section-title {
    float: left;
    width: 100%;
    text-align: center;
}

.section-title h2,
.section-title h3{
    text-align: center;
    width: 100%;
}


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

main {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.container-fluid {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 99;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;

}

header.smaller {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 25, 65, 1);
}

header.smaller .logo-container {
    top: 0px;
}

header.smaller .logo-container img {
    height: 44px;
}

header ul,
header ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;

}

.logo-container {
    position: absolute;
    left: 30px;
    top: -10px;
}

.logo-container img {
    height: 60px;
    width: auto;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;


}

nav ul li,
.nav-right ul li {
    float: left;
    display: inline;
}

.nav-container {
    margin: auto;
    float: none;
    width: 100%;

}

.nav-container ul {
    text-align: center;
    width: 100%:
}

.nav-container ul li a {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    color: #D5D3F2;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.nav-container ul li a:focus,
.nav-container ul li a:hover {
    color: #EFEFEF;
}


.nav-right {
    position: absolute;
    right: 30px;
    top: -10px;
}

.nav-right li {
    margin-left: 30px;
}

.xs-nav-right li{
    width: 50%!important;
}

.currency-toggle:focus,
.currency-toggle:hover {
    cursor: pointer;
}

.currency-toggle {
    font-size: 18px;
    color: #fff !important;
    line-height: 60px;
}

.currency-toggle i {
    color: #ffc107;
}

#currency-dropdown .dropdown-item a {
    font-size: 20px;
}



.language-toggle {
    margin-top: 10px;
}

.language-toggle:focus,
.language-toggle:hover {
    cursor: pointer;
}


#language-menu li,
#language-menu li a {
    margin: 0;
    width: 100%;
    display: block;
}

#language-menu .dropdown-menu {
    margin: 0;
    padding: 0 !important;

}

#language-menu a.text-light:focus,
#language-menu a.text-light:hover {
    color: #fff !important;
}

#language-menu .dropdown-menu li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#language-menu .dropdown-menu li:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#language-menu .dropdown-menu li a {
    color: #333;
    padding: 10px;
}

#language-menu .dropdown-menu a:focus,
#language-menu .dropdown-menu a:hover {
    background-color: #ebebeb;
}





.carousel {
    
}

#index-slider .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#inner-slider .carousel-item {
    height: 100vh;
    max-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    
}



.carousel-item .container {
    z-index: 4;
    position: relative;

}

.item-overlay {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.carousel-item h1 {
    color: #fff;
}

.carousel-item p {
    color: #D5D3F2;
    font-size: 16px;
}

.carousel-item .btn-outline-light {
    border-radius: 100%:
}




.service,
.service span{
    text-align: center;
}

.service span {

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);

}

.service i{
    color: #FFC107;
    font-size: 42px;
}

.collapsable{
    display: none;
}

#testimonials{
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-quote{
    margin-top: 30px;
    float: left;width: 100%;
}

.single-quote,
single-quote .slide{
    float: left;
    width: 100%;
}


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

blockquote p{
    font-size: 14px;
}

blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    color: grey
}

.slick-dots li button:before {
font-family: 'slick';
font-size: 26px;

}



.destination{
    position: relative;
    height: 100%;
    min-height: 340px;
}

.destination-info{
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 340px;;
    text-align: center;
    background: rgba(6, 18, 38, 0.5);
    overflow: hidden;
}

.destination-info-inner table{
    position: relative;
    float: left;
    width: 100%;
    height: 100vn;
    min-height: 340px;;


}

.destination-info-inner h2{
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;

}

.destination-info-inner h2 small{
    color: #ebebeb;
}

.destination-info-inner .badge{
    font-size: 26px;
    position: absolute;
    top: 15px;
    left: 15px;;
}



.destination .btn{
    position: absolute;
    bottom: 15px;;
    left: 0;
    right: 0;
    margin: auto auto;
    z-index: 2;
    max-width: 120px;
   -webkit-opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
    -ms-opacity:0;
    opacity:0;


}

.destination:hover .btn{
    
   -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
    -ms-opacity:1;
    opacity:1;    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;    
    
}



.destination-info h1 small{
    width: 100%;
    float: left;
}


.outer-div
{
     height: 100%;
    min-height: 100%;
     overflow: hidden; 
}
.inner-div
{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.5s ease;
}
.destination:hover .inner-div 
{
     transform: scale(1.1);
}

#transport-services{
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}

.transport-options{
    width: 100%;
}

.page{
    float: left;
    width: 100%;
    background: #fff;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}


footer{
    background-color:#1F4074;
    padding-top: 0px;
    float: left;
    position: relative;
    width: 100%;
}

.footer-middle{
    margin-top: 60px;
    margin-bottom: 60px;
}

.top-line{
    width: 100%;
    background-color: #183158;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.top-line img{
    float: left;
    width: 100%;
    
}

.top-line a{
    color: #fff;
}

.top-line i{
    color: #FFC107;
    font-size: 42px;
    
}
.top-line .col-3,
.top-line .col-9{
    display: inline;
    float: left;
}

.top-line span{
    width: 100%;
    float: left;
    font-size: 18px;
}

.primary{
    color: #6A89BA;
}

footer span.secondary{
    color: #fff;
}

footer .btn-group{
    margin-top: 30px;
}

footer ul.nav{
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 60px;

}

footer ul.contact,
footer ul.contact li{
    list-style: none;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

footer ul.contact li a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  
}

footer ul.nav a{
    color: #D9D9D9;
}

footer ul.nav a:focus,
footer ul.nav a:hober{
    color: #6A89BA;
}

footer ul.contact i{
    width: 25px;
    text-align: center;
    color: #6A89BA;
}


.footer-end{
    width: 100%;
    background: #183158;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.footer-end .nav {
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
}

.footer-end .nav a i{
    font-size: 16px;
    line-height: inherit!important;
}

.col-slider {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.col-slider .slide{
    padding: 15px;
}

.col-slider .slide-inner{
    background: #fff;
    padding: 15px;
}


#transfer-prices{
    padding-top: 60px;
    padding-bottom: 50px;
}

.table-striped{
    margin-top: 30px;
}

#reservation{
    padding-top: 60px;
    padding-bottom: 30px;
}

form.form{
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

form.form .row{
    margin-bottom: 15px;
}

#contacts{
    padding-top: 60px;
}
