/*
    font-family: 'Pacifico', cursive;

    font-family: 'Raleway', sans-serif;

*/

.brandcolor {
    color: #252424;
}

.brandcolor1 {
    color: #012a22;
}

body {
    font-family: 'Lato', sans-serif;
    /*    background: url(../image/bksmall-01.png) no-repeat;*/
    background-size: cover;
    overflow-x: hidden;
}

.topbar {
    position: fixed;
    height: 50px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    z-index: 1026;
}

.topbar a {
    color: #000;
    text-align: right;
}

.navbar {
    background: #fff !important;
    height: 50px;
    top: 50px;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    border-bottom: 2px solid #0a2b61;
}

.navbar li a {
    color: #0a2b61 !important;
    font-weight: 600;
    margin-left: 20px;
}

.navbar-brand img {
    position: absolute;
    top: -24px;
    width: 170px;
}

.btn {
    background: none;
    border: 2px solid #212529;
    border-radius: 50px;
    font-size: 18px;
    width: 150px;
    font-weight: 600;
}

.wrapper {
    padding-top: 100px;
}

.btn:hover {
    background: #f07c01;
    border: 2px solid #f07c01;
    color: #fff;
}

h2 {
    font-weight: 600;
}

.section_banner {
    background-size: cover;
    background-position: bottom;
    width: 100%;
}

.section_banner .table {
    width: 100%;
    height: 100%;
}

.section_banner .table tr td {
    vertical-align: middle;
    text-align: center;
}

.section_banner h1 {
    font-family: 'Pacifico', cursive;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}

.section_banner h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.section_banner p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.section_banner .btn {
    color: #fff;
    border-color: #fff;
}

/****************************What we offer*************************/

.section_weoffer {
    padding: 50px 50px;
}

.section_weoffer .card {
    border: none;
}

.section_weoffer .card-header {
    background: none;
    border: none;
}

.section_weoffer .card-header img {
    border-radius: 100px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.section_weoffer .card-footer {
    background: none;
    border: none;
}

/*************************Section Why Us*************************/

.section_whyus {
    padding: 50px 100px;
    background: #78a098;
}

.section_whyus h2 {
    color: #fff;
}

.section_whyus p {
    color: #fff;
    text-align: center;
}

.section_whyus .btn {
    border-color: #fff;
    color: #fff;
}

/**************************section_chooseus******************/

.section_chooseus {
    padding: 50px 50px;
}

.section_chooseus .card {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
    transition: 0.5s ease;
}

.section_chooseus .card:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.section_chooseus .card .card-header {
    border: none;
    background: #fff;
}

.section_chooseus .card .card-footer {
    border: none;
    background: #fff;
}

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

.section_ourservices {
    padding: 80px 100px;
}


.section_ourservices p {
    font-size: 18px;
    font-weight: 500;
}

.section_ourservices .card {
    border-radius: 0px;
    background: transparent;
    border: none;
}

.section_ourservices .card .card-header {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: url(../image/logo.png) no-repeat;
    background-size: 80%;
    background-position: top;
}

.section_ourservices .card .card-header .cardlogo {
    width: 70px;
    text-align: center;
    background: transparent;
    transition: 0.6s ease;
}

.section_ourservices .card:hover .card-header .cardlogo {
    transform: scale(1.1);
    transition: 0.6s ease;
}

.section_ourservices .card .card-body {
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    border-radius: 0px;
}

.section_ourservices .card .card-footer {
    padding: 0;
    background: none;
}

.section_ourservices .card .card-footer img {
    width: 100%;
}

/*******************Section Get Sttarted********/

.section_getstarted {
    background: url(../image/worldmap.jpg) no-repeat;
    background-size: auto;
    background-position: center;
}

.section_getstarted .layer {
    background: rgba(10, 43, 97, 0.7);
    padding: 80px 100px;
}

.section_getstarted .table {
    height: auto;
    width: 100%;
    border: 2px solid transparent;
}

.section_getstarted .table tr td {
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.section_getstarted .btn {
    border-color: #fff;
    color: #fff;
}

/*************************Section About us ************/

.section_aboutus .banner {
    background: url(../image/about.png) no-repeat;
    background-size: cover;
    height: 250px;
}

.section_aboutus .banner h1{
    font-weight: 800;
}

.section_about_service {
    background: #78a098;
    padding: 50px 100px;
}


/************************section_accomodation********/

.section_accomodation .banner{
    background: url(../image/accom.png) no-repeat;
    background-size: cover;
}

.section_accomodation .banner h1 {
    font-weight: 800;
}

.section_accomodation .table {
    height: 250px;
}

.section_accomodation_benefit {
    background: #78a098;
    padding: 50px 0px;
    color: #fff;
}

.section_accomodation_benefit .bimage {
    width: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
    -moz-box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
    box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
}

/************************transportation********/

.table {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.table tr td {
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.section_transportation .banner {
    background: url(../image/trans.png) no-repeat;
    background-size: cover;
}

.section_transportation .banner h1 {
    font-weight: 800;
}

.section_transportation .table {
    height: 250px;
}

.section_transportation_benefit {
    background: #78a098;
    padding: 50px 0px;
    color: #fff;
}

.section_transportation_benefit .bimage {
    width: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
    -moz-box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
    box-shadow: 0px 0px 15px -5px rgba(232, 165, 42, 1);
}

/*****************Section Footer ******************/

.section_footer {
    padding: 50px 100px 10px 100px;
    background: #181818;
}

.section_footer .link a {
    color: #777;
    text-decoration: none;
}

.section_footer .link a:hover {
    color: #f07c01;
}

.section_footer p {
    color: #777;
}

.section_footer i {
    color: #777;
}

.section_footer a:hover i {
    color: #f07c01;
}

.section_footer small {
    color: #777;
}

/*******************************Contact Us *********************************/

.sub_contact_banner {
    background: url(../image/contact.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.sub_contact_banner h1 {
    font-weight: 600;
    color: #fff;
}

.sub_contact_banner .table {
    width: 100%;
    border: 2px solid transparent;
}

.sub_contact_banner .table tr td {
    vertical-align: middle;
    text-align: center;
}

.section_contact {
    padding: 50px 100px;
}

.section_contact .form-control {
    border-radius: 0px;
}

.section_contact .btn {
    color: #000;
}

.section_contact .btn:hover {
    color: #fff;
}

@media (min-width:320px) and (max-width:414px) {
    .navbar-toggler i {
        color: #000;
    }

    .navbar-collapse .navbar-nav {
        background: #fff;
    }

    /*************************Section Why Us*************************/
    .section_whyus {
        padding: 50px 10px;
    }

    /**********************************************************/
    .section_ourservices {
        padding: 50px 10px;
    }

    .section_getstarted .layer {
        background: rgba(10, 43, 97, 0.7);
        padding: 80px 20px;
    }
    
    .section_weoffer {
        padding: 50px 10px;
    }
    
    .section_about_service{
        padding: 50px 10px;
    }

    /*****************Section Footer ******************/
    .section_footer {
        padding: 50px 20px 10px 20px;
        background: #181818;
    }

    /*****************Section Contact *******************/
    .section_contact {
        padding: 50px 20px;
    }

    .sub_contact_banner {
        padding: 100px 20px;
    }

    .sub_contact_banner h1 {
        font-size: 30px;
    }
}
