/* style for hero diaporama image */

.hero .wrapper p strong {
    font-weight: 600
}

.hero {
    color: #fff
}

.hero.full-height {
    /* height: 100vh */
}

.hero.medium-height {
    height: 70vh
}

.hero.small-height {
    height: 60vh
}

.hero .wrapper {
    text-align: left;
    height: 100%
}

.hero .wrapper small {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin: 0 0 10px;
    color: #ebd7b2;
    font-weight: 600
}

.hero .wrapper h1,
.hero .wrapper h3 {
    color: #fff;
    font-size: 3.1875rem;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:767px) {
    .hero.full-height {
        /* height: 87vh */
    }
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 2.25rem
    }
}

.hero .wrapper p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0
}

@media (max-width:991px) {
    .hero.full-height,
    .hero.medium-height,
    .hero.small-height {
        min-height: 600px
    }
}

@media (max-width:575px) {
    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 2rem
    }
}

@media (max-width:767px) {
    .hero .wrapper p {
        padding: 0;
        font-size: 1.125rem
    }
}


/*** End Hero ****/

.navbar-brand {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-brand .logo {
    height: 45px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.m-10 {
    margin: 10px;
}

.navbar.bg-light {
    width: 100%;
    /*background-color: #333333 !important;*/
}

.gallery .row {
    height: 770px !important;
    overflow: hidden;
}

footer.footer {
    background-color: #333333;
    height: auto;
    color: #f2f2f2;
}

.contact-map-title {
    text-align: center;
    background-color: #212529;
    color: #ffffff;
}

.mtm-5 {
    margin-top: -5px !important;
}

.captcha-code .code {
    width: 200px;
    height: 80px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border: 1px solid #ccc;
    display: inline-block;
}

.captcha-code .code .dynamic-code {
    /*text-shadow: -7px 5px 5px rgba(140, 198, 63, 0.65);*/
    text-align: center;
    color: #33336c;
    font-size: 30px;
    font-weight: 900;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: help;
    line-height: 60px;
    transform: skew(350deg, 1deg);
}

.captcha-code .code .dynamic-code:first-letter {
    font-size: 55px;
}

.captcha-code .captcha-reload {
    cursor: pointer;
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    max-width: 36px;
    display: inline-block;
}

.captcha-code .captcha-reload:hover {
    color: #8cc63f;
}

.banner-content {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.xdsoft_date xdsoft_day_of_week1 xdsoft_date xdsoft_disabled {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #d1d1d1 !important;
}

.xdsoft_date .xdsoft_today {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_date .xdsoft_today:hover {
    background: #fff !important;
    box-shadow: #fff 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.privacy-h1 {
    overflow-wrap: break-word;
    font-family: Ubuntu;
    line-height: 36px;
    color: rgb(51, 51, 51);
}

.privacy-p {
    overflow-wrap: break-word;
    color: rgb(69, 70, 70);
    font-size: 15px;
    line-height: 1.63043em;
    font-family: D-DINExp;
}

.whats-app-icon-area {
    position: fixed;
    bottom: 21px;
    right: 23px;
    /*border: 4px solid #ffc107;*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.img-shadow {
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.h-450 {
    height: 450px !important;
}

.h-470 {
    height: 450px !important;
}

.content-group p {
    text-align: justify;
}

.content-group a {
    color: #ffc107;
}

.content-group {
    padding-right: 15px;
}


/* Apply styles to the specific div */

.content-group {
    max-height: 400px;
    /* Set the height of your div */
    overflow-y: auto;
    /* Enable vertical scrollbar when content overflows */
    /* Customize the scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #ffc107 #ffc107;
}


/* Track (the empty space where the thumb can move) */

.content-group::-webkit-scrollbar {
    width: 3px;
    /* Set the width of the scrollbar */
}


/* Thumb (the draggable scrolling handle) */

.content-group::-webkit-scrollbar-thumb {
    background-color: #ffc107;
    /* Color of the thumb */
    border-radius: 4px;
    /* Rounded corners of the thumb */
}


/* Handle on hover */

.content-group::-webkit-scrollbar-thumb:hover {
    background-color: #777;
    /* Color of the thumb on hover */
}


/* Track on hover */

.content-group::-webkit-scrollbar-track:hover {
    background: #f1f1f1;
    /* Color of the track on hover */
}


/* Track (the empty space where the thumb can move) */

.content-group::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the track */
    border-radius: 4px;
    /* Rounded corners of the track */
}

.text-justify {
    text-align: justify !important;
}

.cookiePolicy {
    width: 100%;
    height: auto !important;
    background-color: #212529 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    /*padding-left: 10% !important;*/
}

.cookiePolicy button {
    width: 75px;
    border: none;
    background-color: #ffffff;
    font-weight: 700;
    padding-top: 0px;
    height: 25px;
}

.cookiePolicy p a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}


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

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    /* margin-bottom: 1rem; */
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

label {
    margin: 10px 0;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.required-field>label:after {
    margin: 0 0 0 0.45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: "*";
}

.required {
    color: #e02b27;
}

textarea {
    padding-top: 0.8rem;
    min-height: 151px;
    border-color: #ebebeb;
}

.breadcrumb li {
    list-style: none;
    float: left;
    padding: 0 0px 0 3px;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li+li::before {
    font-size: 12px;
    content: '/';
    color: #fff;
    padding: 0 8px;
}

.breadcrumb li:nth-child(2)::before {
    /*color: transparent;*/
}

.breadcrumb-container {
    width: 100%;
    float: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.bio-form {
    padding: 5px 5px;
    box-shadow: 0px 0px 5px #aba6a6;
    background: #fff;
    margin: auto;
}

ul {
    list-style: none;
}

table {
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearboth {
    clear: both;
}

#mobile-navigation {
    float: right;
    margin: 17px 0 0 0;
    display: none;
}

#mobile-navigation a {
    padding: 15px 0 15px 20px;
}

.mobile-navigation-wrapper {
    width: 100%;
    display: none;
    margin: 30px 0 0 0;
}

.mobile-navigation-wrapper ul li a {
    color: #fff;
}

.mobile-navigation-wrapper ul a {
    width: calc(100% - 60px);
    display: block;
    padding: 15px 30px;
}

.mobile-navigation-wrapper ul li li a {
    padding: 15px 30px 15px 45px;
    width: calc(100% - 75px);
}

.mobile-navigation-wrapper ul li li li a {
    padding: 15px 30px 15px 60px;
    width: calc(100% - 90px);
}

.content-wrapper-outer {
    width: 1140px;
    margin: 0 auto;
}

.content-wrapper-standard {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.content-wrapper h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.content-wrapper h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

p {
    line-height: 160%;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.title-block3 {
    width: 45px;
    height: 2px;
    margin: 0px 0 20px 0;
}

.main-content h2 {
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 36px;
}

.main-content h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.main-content table {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #424242;
}

.main-content table td {
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
}

.main-content table tr td:last-child {
    border-right: none;
}

.main-content table td {
    padding: 9px 10px;
    line-height: 140%;
}

.main-content table tr {
    background: #fff;
}

.fleet-block-wrapper {
    margin: 0 0 60px 0;
}

.fleet-block-wrapper .fleet-block {
    border: #c2940f 1px solid;
}

.fleet-block-wrapper .fleet-block-content {
    padding: 25px 5px 25px 20px;
}

.fleet-block-wrapper .fleet-block-content h4 {
    font-size: 17px;
}

td {
    font-size: 14px;
}

.fleet-4-cols {
    margin: 0;
}

.fleet-4-cols .fleet-block {
    float: left;
    width: calc(25% - 13.3px);
    margin: 0 15px 15px 0;
}

.fleet-4-cols .fleet-block-content {
    padding: 0 15px 15px 15px;
}

.fleet-4-cols .fleet-block-content h4 {
    font-size: 15px;
}

.fleet-4-cols .fleet-block:nth-child(4n) {
    margin: 0 auto 20px auto;
}

.fleet-4-cols .fleet-block:nth-child(4n + 1) {
    clear: both;
}

.fleet-4-cols .fleet-block img {
    max-width: 95%;
}

.main-content {
    width: calc(68% - 55px);
    padding: 0 40px 0 15px;
    float: left;
}

.main-content-full {
    width: 100%;
    padding: 0;
}

.widget ul li:before {
    font-family: "FontAwesome";
    line-height: 0px;
    content: "";
    font-size: 12px;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    font-size: 15px;
    border-bottom: #e8e8e8 1px solid;
    padding: 12px 0;
    margin: 0;
}

.widget ul li {
    position: relative;
}

.title-block6 {
    height: 2px;
    margin: 0 0 25px 0;
    width: 55px;
}

.header-area-1 .topright-button,
.header-area-1 .navigation li.current-menu-item>a,
.header-area-1 .navigation li.current_page_item>a,
.title-block3,
.button0,
.title-block6 {
    background: #c3950f;
}

.header-area-1 #primary-navigation,
.mobile-navigation-wrapper,
.mobile-navigation-wrapper ul li li a,
.mobile-navigation-wrapper ul li li li a,
.footer {
    background: #1c1c1c;
}

.mobile-navigation-wrapper ul a {
    border-top: #1e1e1e 1px solid;
}

@media only screen and (max-width: 980px) {
    .footer .one-half {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .footer .one-fourth {
        width: 100%;
        margin: 0 0 60px 0;
    }
    .footer .contact-widget .cw-address {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1180px) {
    .header-area-1 .header-content,
    .header-area-1 #primary-navigation,
    .header-area-1 .top-bar {
        width: calc(100% - 30px);
    }
    .content-wrapper-outer {
        width: calc(100%);
    }
    .footer-inner {
        width: calc(100% - 30px);
    }
    .header-area-1 .navigation li a {
        padding: 24px 12px;
    }
    .header-area-1 .navigation li li a {
        padding: 10px 20px;
    }
    .header-area-1 .topright-button {
        font-size: 14px;
        padding: 13px 27px 15px 27px;
    }
    .header-area-1 .header-icon p strong {
        font-size: 15px;
    }
    .header-area-1 p.header-icon-text {
        font-size: 14px;
    }
    .header-area-1 .header-icon {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 900px) {
    .main-content {
        width: calc(100% - 30px);
        float: none;
        padding: 0 15px;
    }
    .main-content-full {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 1020px) {
    .header-area-1 .top-bar-right ul li {
        margin: 5px;
    }
    ul li ul.sub-menu {
        max-width: 100% !important;
        max-width: 260px;
        z-index: 999;
        left: 39%;
        text-align: center;
    }
    ul.sub-menu {
        max-width: 100% !important;
        max-width: 260px;
        z-index: 999;
        left: 39%;
        text-align: center;
    }
    .header-icons-wrapper,
    #primary-navigation {
        display: none;
    }
    #mobile-navigation {
        display: block;
    }
    #page-header {
        margin: 0 0 40px 0;
        padding: 40px 0 0 0;
        height: 115px;
    }
    .header-area-1 .top-bar-left {
        float: none;
        text-align: center;
        margin: 0 0 8px 0;
        line-height: 120%;
    }
    .header-area-1 .top-bar-right {
        float: none;
        margin: 0 auto;
    }
    .header-area-1 .top-bar-right ul {
        display: table;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 780px) {
    .fleet-4-cols .fleet-block {
        float: none;
        width: calc(92%);
        margin: 0 auto 20px auto;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-12 {
        float: left;
    }
    .vc_col-sm-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #page-header h1 {
        text-align: center;
        font-size: 23px;
    }
}

.vc_custom_1485939676571 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}


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