/*===MEDIA QUERY===*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,650");

body {
    line-height: 1.4;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
}

p {
    font-family: "Source Sans Pro", sans-serif;
    color: #848484;
    font-size: 16px;
    line-height: 1.65;
}

h1,
h2,
h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.no-padding {
    padding: 0 !important;
}

.inline-block {
    display: inline-block;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    transition: all 0.3s ease-in 0s;
}

iframe {
    border: 0;
}

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

a:focus,
a:hover {
    color: #1E72B5;
    ;
}

.btn-main {
    background: #1E72B5;
    border: 1px solid #1E72B5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-main:hover {
    color: #fff;
}

.btn-complementary {
    background: #ffffff;
    border: 2px solid #1E72B5;
    color: #1E72B5;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-complementary:hover {
    background: #1E72B5;
    color: #ffffff;
}

.primary-button {
    background: #1E72B5;
    border: 1px solid #1E72B5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}

.primary-button:hover {
    background: #165c95;
    border: 1px solid #165c95;
    color: #fff;
}

.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-transparent:hover {
    color: #fff;
}

.icon-btn {
    font-size: 20px;
}

.border {
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
    border: 2px solid #165c95 !important;
}

.bg-gray {
    background: #f9f9f9;
}

.header-bradcrumb {
    background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
    color: #cfcfcf;
    font-weight: 200;
    font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
    color: #165c95;
}

.title {
    padding-bottom: 50px;
    overflow: hidden;
}

.title h2 {
    font-weight: 600;
    font-size: 35px;
    color: #232323;
}

.title p {
    color: #848484;
    margin: 0 auto;
}

.title.title-white h2 {
    color: #fff;
}

/*=================================================================
  Section
==================================================================*/

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-xs {
    padding: 40px 0;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*=================================================================
  Navigation
==================================================================*/
.navbar {
    font-weight: 300;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* Navbar default: white text on transparent */
.navbar {
  background: transparent !important;
  transition: color 0.3s, background 0.3s;
}
.navbar .nav-link,
.navbar .navbar-brand,
.navbar .navbar-toggler,
.navbar .btn,
.navbar .fa-whatsapp,
.navbar .fa-phone {
  color: #fff !important;
  transition: color 0.3s;
}

/* On scroll: dark text for contrast */
.navbar.navbar-colored .nav-link,
.navbar.navbar-colored .navbar-brand,
.navbar.navbar-colored .navbar-toggler,
.navbar.navbar-colored .btn,
.navbar.navbar-colored .fa-whatsapp,
.navbar.navbar-colored .fa-phone {
  color: #222 !important;
}

/* Logo swap: hide white logo on scroll, show dark logo */
#nav-logo-dark {
  display: none;
}
.navbar.navbar-colored #nav-logo-white {
  display: none;
}
.navbar.navbar-colored #nav-logo-dark {
  display: inline;
}

.navbar form .md-form input {
    margin: 0 5px 1px 8px;
}

.navbar .breadcrumb {
    padding: 0.3rem 0 0 1rem;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    background-color: inherit;
}

.navbar .breadcrumb .breadcrumb-item {
    color: #fff;
}

.navbar .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.65);
}

.navbar .breadcrumb .breadcrumb-item:before {
    color: rgba(255, 255, 255, 0.65);
}

.navbar .navbar-toggler {
    border-width: 0;
    outline: 0;
}

.navbar .nav-flex-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 992px) {
    .navbar .container {
        width: 100%;
    }

    .navbar .container .navbar-toggler-right {
        right: 0;
    }
}

.navbar .nav-item .nav-link {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.navbar .nav-item .nav-link.disabled:active {
    pointer-events: none;
}

.navbar .nav-item .nav-link .fas,
.navbar .nav-item .nav-link .fab,
.navbar .nav-item .nav-link .far {
    padding-right: 3px;
    padding-left: 3px;
}

@media (max-width: 992px) {
    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
}

.navbar .dropdown-menu a {
    padding: 10px;
    font-size: 0.9375rem;
    font-weight: 300;
}

.navbar .dropdown-menu a:not(.active) {
    color: #000;
}

@media (max-width: 600px) {
    .navbar .dropdown-menu form {
        width: 17rem;
    }
}

@media (min-width: 600px) {
    .navbar .dropdown-menu form {
        width: 22rem;
    }
}


.navbar.navbar-dark .navbar-toggler-icon {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover {
    color: #fff;
}

.navbar.navbar-dark .navbar-toggler {
    color: #fff;
}

.navbar.navbar-dark form .md-form input {
    border-bottom: 1px solid #fff;
}

.navbar.navbar-dark form .md-form input:focus:not([readonly]) {
    border-color: #165c95;
}

.navbar.navbar-dark form .md-form .form-control {
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::-webkit-input-placeholder {
    font-weight: 300;
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::-moz-placeholder {
    font-weight: 300;
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::-ms-input-placeholder {
    font-weight: 300;
    color: #fff;
}

.navbar.navbar-dark form .md-form .form-control::placeholder {
    font-weight: 300;
    color: #fff;
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar {
        padding-top: 12px;
        padding-bottom: 12px;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .navbar.scrolling-navbar .navbar-nav>li {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
    }

    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #191919c5;
    }
}

.navscroll.changeColor {
    background: #ffffff;
    transition: background-color 1000ms, color 1000ms;
}

@media (min-width: 721px) {
    .display-button-xs {
        display: none;
    }
}

@media (max-width: 720px) {
    .display-button-lg {
        display: none !important;
    }
}

/*=================================================================
  Hero Slider
==================================================================*/
.attachment {
    background-attachment: fixed;
}

.hero-titles {
    z-index: 10;
}

.moving-clouds {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 250.625em;
    height: 43.75em;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.mask {
    background-color: rgba(59, 18, 0, 0.329);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.fog-low {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -35%;
    margin-bottom: -50px;
    width: 110%;
    opacity: .40;
}

.fog-low img {
    width: 100%;
}

.fog-low.right {
    margin-left: 30%;
    opacity: .40;
}

.hero-area {
    background-size: cover;
    height: 100vh !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-bg-1 {
    background-image: url("images/slider/slider-bg-1.jpg");
}

.slider-bg-2 {
    background-image: url("images/slider/slider-bg-2.jpg");
}

.hero-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-area .block {
    color: #fff;
}

.hero-area .block h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-area .block p {
    color: #fff;
    width: 50%;
    margin-bottom: 20px;
}

.hero-area .block .btn-main {
    margin-right: 8px;
}

.hero-area .block .btn-main:hover {
    opacity: 0.8;
}

.hero-area-video {
    height: 100vh;
    position: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-area-video .block {
    color: #fff;
    text-align: center;
}

.hero-area-video .block h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-area-video .block p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
    margin-top: 20px;
}

.dark-bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

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

.slider-item .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-item h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 650;
    margin-bottom: 20px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .slider-item h1 {
        font-size: 48px;
        line-height: 52px;
    }
}

@media (max-width: 480px) {
    .slider-item h1 {
        font-size: 34px;
        line-height: 46px;
    }
}

.slider-item p {
    color: #fff;
    margin-bottom: 20px;
}

.hero-slider {
    overflow-x: hidden;
}

.hero-slider .prevArrow {
    left: -100px;
}

.hero-slider .nextArrow {
    right: -100px;
}

@media (max-width: 768px) {

    .hero-slider .prevArrow,
    .hero-slider .nextArrow {
        display: none !important;
    }
}

.hero-slider:hover .prevArrow {
    left: 20px;
}

.hero-slider:hover .nextArrow {
    right: 20px;
}

/* slick style */
.slick-slide {
    outline: 0;
}

.slick-slide img {
    display: unset;
}

/* slick arrows */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 70px;
    width: 70px;
    background: #1E72B5;
    color: #fff;
    border: 0;
    line-height: 70px;
    font-size: 35px;
    transition: 0.2s ease;
    border-radius: 50%;
    cursor: pointer;
}

.slick-arrow::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.2s ease;
}

.slick-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    transition: 0.2s ease;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:hover {
    background: #165c95;
}

.prevArrow {
    left: 0px;
}

.prevArrow::before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 35px;
}

.prevArrow::after {
    right: 20px;
}

.nextArrow {
    right: 0px;
}

.nextArrow::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 35px;
}

.nextArrow::after {
    left: 20px;
}

/* /slick arrows */

/*=================================================================
  Services section 2
==================================================================*/
.introduction {
    color: #1E72B5 !important;
    font-size: 18px;
}

.primary-text {
    color: #1E72B5 !important;
}

.service-2 .service-item {
    border: 1px solid rgb(211, 211, 211);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 50px 20px;
    transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
    background: #fff;
    color: #1E72B5;
}

.service-2 .service-item i {
    font-size: 30px;
    display: inline-block;
    background: #1E72B5 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    width: 55px;
    transition: all 0.3s ease 0s;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
    margin-bottom: 40px;
    text-align: center;
}

.portfolio-filter button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    background: #ff851a;
    border: none;
    color: #fff;
    outline: none;
    margin: 6px 4px;
}

.portfolio-filter button.active {
    background: #ff851a;
    color: #fff;
    border-radius: 50px;
}

.portfolio-block {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background: #00000079;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.portfolio-block:hover:before {
    opacity: 1;
}

.portfolio-block:hover .caption h4 {
    top: 45%;
}

.portfolio-block:hover .caption {
    opacity: 1;
    top: 55%;
}

.portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.portfolio-block .caption h4 {
    font-size: 16px;
}

.portfolio-block .caption h4 a {
    color: #fff;
}

.portfolio-block .caption .search-icon {
    background: #ff851a;
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 17px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 47px;
}

/* upcoming trips */
.title-card {
    font-size: 22px;
    font-weight: 600;
}

.upcoming_trips {
    transition: transform .5s;
}

.upcoming_trips:hover {
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    transform: scale(0.96);
}

/* Contact section */

.social-icon {
    margin-top: 20px;
}

.social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-icon ul li a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-align: center;
}

.social-icon ul li a:hover {
    background: #ff851a;
    color: #fff;
    border: 1px solid #ff851a;
}

.social-icon ul li a:hover i {
    color: #fff;
}

.social-icon ul li a i {
    color: #55606a;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.google-map {
    position: relative;
}

.google-map .map_canvas {
    height: 400px;
    color: white;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
    background-color: #222222;
    border-top: 1px solid #404040;
    padding: 100px 0 80px;
}

.top-footer h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.top-footer p {
    font-size: 13px;
    line-height: 25px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 20px;
}

.top-footer li a {
    font-size: 13px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: color 0.3s;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
}

.top-footer li a:hover {
    color: #ff851a;
}

.footer-bottom {
    text-align: center;
    background-color: #1b1b1b;
    border-top: 1px solid #2c2c2c;
    padding: 30px 0;
}

.footer-bottom h5 {
    font-size: 12px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.footer-bottom h6 {
    font-size: 11px;
    line-height: 15px;
    color: #888888;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer-bottom a {
    color: #ff851a;
}

.page-404 {
    display: flex;
    align-items: center;
    height: 100vh;
}

.page-404 h1 {
    font-size: 200px;
}

.section-pb {
    padding-bottom: 100px;
}

.primary-color-toggle {
    background-color: #165c95 !important;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.overlay {
    background-color: #00000094 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.card-text-top {
    font-weight: 500;
}

/* Contact page */

.contact-area {
    background-size: cover;
    height: 100vh !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1600px) {
    .contact-bg {
        background-image: url("images/contact/contact-bg-cel.png");
    }
}

@media (min-width: 1600px) {
    .contact-bg {
        background-image: url("images/contact/contact-bg.png");
    }
}

.contact-link-color {
    color: #ff851a !important;
}

.contact-link-color:hover {
    color: #f47200 !important;
}

/* Custom tabs */


.commonTab .nav .nav-item .nav-link {
    background: #f9f9f9 !important;
    color: #666 !important;
    border-radius: 0 !important;
}

.commonTab .nav .nav-item {
    margin: 0 3px;
}

.commonTab .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #1759C2 !important;
    background: #1759C2 !important;
    color: #fff !important;
}

.commonTab .nav-tabs {
    border: 1px solid transparent !important;
    text-align: center !important;
}

.commonTab .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #1759C2 !important;
    border-radius: 0 !important;
    background: #1759C2 !important;
    color: #fff !important;
}

/* Ensure navbar text turns black and background is white on scroll */
.navbar.scrolled, .navbar.navscroll.scrolled, .navbar.navscroll.scrolled .navbar-nav .nav-link, .navbar.navscroll.scrolled .navbar-brand, .navbar.navscroll.scrolled .btn, .navbar.navscroll.scrolled .nav-link {
  background: #fff !important;
  color: #232323 !important;
  transition: background 0.3s, color 0.3s;
}

.navbar.navscroll.scrolled .navbar-nav .nav-link,
.navbar.navscroll.scrolled .navbar-brand,
.navbar.navscroll.scrolled .btn,
.navbar.navscroll.scrolled .nav-link {
  color: #232323 !important;
}

.navbar.navscroll.scrolled .navbar-toggler-icon {
  filter: invert(1);
}