﻿@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');*/
@font-face {
    font-family: 'Shadows Into Light';
    src: url('../fonts/ShadowsIntoLight.woff2') format('woff2'), url('../fonts/ShadowsIntoLight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-thin';
    src: url('../fonts/lato-thin-webfont.woff2') format('woff2'), url('../fonts/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-thinitalic';
    src: url('../fonts/lato-thinitalic-webfont.woff2') format('woff2'), url('../fonts/lato-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-lightitalic';
    src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('../fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'lato-italic';
    src: url('../fonts/lato-italic-webfont.woff2') format('woff2'), url('../fonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bolditalic';
    src: url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-blackitalic';
    src: url('../fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('../fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Shadows Into Light';
    src: url('../fonts/shadowsintolight-regular-webfont.woff2') format('woff2'), url('../fonts/shadowsintolight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.bg-light {
    background-color: #fff !important;
}

body {
    padding-top: 56px;
    font-family: 'lato', sans-serif;
    font-size: 17px;
}

.shadow-sm {
    box-shadow: 0 .155rem .30rem rgba(0,0,0,0.198) !important;
}
/*--Menu--*/

.navbar, .caption-heading, h1, h2, h3, h4, h5, h6 {
    font-family: 'Shadows Into Light', cursive;
}



.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.navbar-nav .nav-link {
    position: relative;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
}

    .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:after {
        content: '';
        height: 2px;
        width: 30%;
        background: #003da7;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 40, 86)
}

.navbar-brand {
    max-width: 150px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 0.98rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,1);
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:after {
        width: 100%;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.caption-heading h1 {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px #252525;
}

.carousel-caption h5 {
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase
}

.careers-banner-container-right-box {
    background-color: rgba(0,0,0,0.6) !important;
    min-height: 280px;
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    top: auto;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    background-size: 18px;
    padding: 5px 15px
}

.carousel-item {
    height: 600px;
}

.contact-banner.carousel-item {
    height: 685px;
}
.drive-banner {
    background: no-repeat center center url(../images/man-in-cabin-driving-careers.jpg);

    background-size: cover;
}
.contact-banner {
    background: no-repeat center center url(../images/contact-banner.jpg);
   
    background-size: cover;
}

.admin-banner {
    background: no-repeat center center url(../images/phone-call-office-corporate-careers.jpg);
    
    background-size: cover;
}

.administrator-banner {
    background: no-repeat center center url(../images/administrator-banner.jpg);
    background-size: cover;
}

.benefits-banner {
    background: no-repeat center center url(../images/benefits-banner.jpg);
    background-size: cover;
}

.about-banner {
    background: no-repeat center center url(../images/about-banner.jpg);
    background-size: cover;
}

.driving-banner {
    background: no-repeat center center url(../images/driving-banner.jpg);
    background-size: cover;
}

.inner-banner-text h5 {
    font-weight: bold;
    font-size: 2.2rem;
}

.caption-container {
    height: 100%
}

.carousel-caption h5 {
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

    .carousel-caption h5:after {
        content: '';
        height: 1px;
        width: 50%;
        background: #fff;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
    }

.slider-learn-more a {
    color: #fff;
    font-weight: bold;
    text-decoration: none
}

.careers-banner-container-right-box p {
}

.heading-all h2 {
    color: #003da7;
    position: relative;
}

    .heading-all h2:after {
        content: '';
        height: 2px;
        width: 10%;
        background: #003da7;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
    }

.index-choose-path {
    position: relative
}

.green-ribbon {
    position: absolute !important;
    bottom: 20px !important;
    font-size: 20px !important;
    line-height: 26px;
    font-family: 'Shadows Into Light', cursive;
    color: #fff;
    background-color: #81bc00;
    text-decoration: none;
    padding: 10px;
}
.index-choose-path a:hover .green-ribbon {
    color: #fff;
    background-color: #003689;
    transition:all 0.5s;}
    .index-benefits-wrp {
    background: #003689;
    color: #fff;
}

    .index-benefits-wrp .heading-all h2 {
        color: #fff;
    }

        .index-benefits-wrp .heading-all h2:after {
            background: #fff;
        }

.index-icon-wrp {
    border-radius: 200px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: auto
}

.red-btn a {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ed1e24;
    border-width: 2px;
    padding: 10px 23px;
    border: 2px solid #fff;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold
}

.footer {
    background: #262626;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.9rem
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

    .footer .fa {
        font-size: 2.2rem
    }

.index-icon-wrp .fa {
    font-size: 3rem
}

.index-benefits-wrp a {
    color: #fff;
    text-decoration: none;
}

.footer-inforamtion-menu {
    letter-spacing: 1px;
}
/*benefits*/

.benefits {
    margin-bottom: 30px
}

    .benefits td:first-child {
        min-width: 200px;
        color: #fff;
        background-color: #0039AA;
        text-align: center;
        font-weight: bold;
    }

    .benefits td {
        color: #002757;
        border-bottom: 2px solid #C2C2C2;
        padding: 15px;
        text-align: left;
        vertical-align: top;
    }

    .benefits tr:first-child td {
        border-top: 2px solid #C2C2C2;
    }

    .benefits td:first-child p {
        color: #fff;
    }

    .benefits td .q_font_awsome_icon {
        border: 2px solid #fff;
        border-radius: 100px;
        width: 100px;
        height: 100px;
        text-align: center;
    }

.q_font_awsome_icon {
    display: inline-block;
}

.benefits td .qode_icon_element {
    line-height: 100px;
}

.fa-3x {
    font-size: 3em;
}

.flyers-about-heading {
    color: #002856;
    font-size: 1.5rem;
    font-family: 'lato-bold';
    text-transform: none;
    margin: 10px 0
}

.sustainable-energy-wrp {
    border-top: 2px solid #ddd;
    padding-top: 32px;
    background-color: #e4e4e4;
}

.pofile-img {
    position: relative;
}

.overlape-detials {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    font-size: 0.9rem;
    padding: 20px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity .2s ease-in-out;
    overflow: auto;
    display: flex;
    align-items: center;
}

.pofile-img:hover .overlape-detials {
    opacity: 1;
    display: flex;
    align-items: center
}

.designation {
    margin-bottom: 7px;
}

.over-detials {
    display: none
}

.border-2px {
    border-top: 2px solid #ddd;
}

.profile-pouch {
    margin-top: 40px
}

.gray-bg {
    background-color: #f0f1f2
}

.search-bar .search-input {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.015rem;
    font-weight: 400;
    color: rgb(73, 73, 73);
    border: 1px solid rgb(240, 241, 242);
    display: block;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
    transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
    padding: 8px 40px 8px 8px;
    margin: 0px;
    background-color: rgb(240, 241, 242);
    min-width: 0px;
    padding-left: 35px;
    position: relative
}

.search-bar-wrp {
    position: relative
}

.search-magni-icon {
    position: absolute;
    left: 11px;
    top: 7px;
    z-index: 1;
    color: #7d8593;
}

.search-bar .btn-warning {
    appearance: none;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    outline: 0px;
    border-radius: 0px;
    height: 40px;
    width: auto;
    max-width: none;
    background-color: rgb(244, 123, 32);
    border: 2px solid rgb(244, 123, 32);
    color: rgb(234, 238, 242);
    padding: 0px 24px;
    min-width: 0px
}

.btn, .dropdown-menu.show {
    border-radius: 4px;
}

.location-search .search-bar-wrp .search-input {
    color: rgb(73, 73, 73);
    border: 1px solid rgb(123, 133, 143);
    background: #fff;
}

.location-slection {
    font-size: 14px;
}

.form-check-input {
    border-radius: 2px !important;
    width: 15px;
    height: 15px;
}

.location-slection .list-group-item {
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 0.85rem
}

.location-search-footer .btn-sm {
    height: 30px;
    font-size: 0.8rem;
}

.search-dropdown {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    height: 40px;
    border: 2px solid rgb(206, 211, 217);
    color:inherit
}

label {
    font-weight: bold;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.selected-location .btn-secondary {
    border: 1px solid rgb(123, 133, 143);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgb(232, 235, 237);
    font-weight: 500;
    color: rgb(51, 51, 51);
    padding-left: 15px;
    margin-right: 7px;
    margin-top: 5px;
    font-weight: bold
}

.selected-location .btn-close {
    width: 2px;
}

.job-list-main {
    background: #f0f1f2;
    padding-bottom: 34px;
    padding-top:15px;
}

.job-list-wrp {
    background: #fff;
}

.total-job {
    padding: 25px;
    border-bottom: 1px solid #ced3d9;
    font-size: 0.9rem;
    font-weight: bold;
    color: #5e6a75;
}

.job-list-pouch {
}

.job-listing {
    /*border-bottom: 1px solid #ccc;*/
}

.job-location-code {
    padding: 25px;
    color: #494949;
}

.job-lisitng-title {
    padding-bottom: 15px;
    color: #494949;
}

    .job-lisitng-title a {
        color: #5e6a75;
        font-family: 'lato-bold';
        font-size: 0.93rem;
    }
.job-location-code .fa {
    color: #939393;
}
.job-listing .job-location-code {
    border-bottom: 1px solid #ced3d9;
}
.job-location-code.active {
    background: #f0f1f2;
    border: 2px solid #00529b;
    border-radius: 4px;
}
.search-wrp {
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
}
.description-wrp {
    background:#fff;
}
.job-description-apply {
    padding: 25px;
    border-bottom: 1px solid #ced3d9;
    padding-top: 0;
}
.description-close button {
    height: 0.4rem;
    width: 0.4rem;
}
    .description-close{ padding:5px 15px;
}
.description-title {
    font-size: 1.7rem;
    font-weight: bold
}
.description-job {
padding:25px;
padding-top:0
}
.by-default-about-text {
font-weight:bold
}
.by-default-about {
    background: #fff;
    padding:25px;
    margin-bottom:20px;
    border-radius:7px;
}
.mobile-description {
    border-bottom: 10px solid #f0f1f2;
}
.page-link {
    transition: none;
    border: 0;
    color: inherit;
    min-width: 33px;
}

    .active > .page-link, .page-link.active {
        border-radius: 100%;
        background-color: #00529b;
        font-size: 0.85rem;
    }
    .page-link.pre, .page-link.next {
        font-size: 0.76rem;
        width: 36px;
        height: 36px;
        padding: 8px;
    }
.pagination-wrp {
    padding:30px 20px;
    font-size:0.8rem
}
.page-link:focus {
    border-radius:100%
}
.career-location-dropdown .dropdown-menu {
width:330px
}
.career-location-dropdown .btn {
padding-left:20px;
padding-right:20px;
}
.contact-form label {
width:100%
}
.contact-form .form-control {
    background-color: #f9f9f9;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 18px;
    display: block;
    margin: 5px 0 0;
    padding: 15px;
}
.btn-primary {
    background-color: #002856
}
.general-contact {
}
.main-heading {
    color: #003da7;
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
}
    .main-heading:after {
        display: block;
        content: "";
        position: relative;
        left: 0;
        width: 130px;
        padding-bottom: 12px;
        border-bottom: 2px solid #003da7;
    }
.sub-heading {
   color: #002856;
    font-size:1.45rem;
    font-weight:bold
}
.new-flex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.new-flex-column {
    margin-bottom: 8px;
    margin-right: 26px;
    margin-left: unset;
}
.job-id {
font-size:0.9rem
}
.response-output {
    margin: 1em 0;
    padding: 0.2em 1em;
    border: 2px solid #46b450;
}
#our-culture-wrp {
    background: no-repeat center top url(../images/our-culture-bg.jpg);
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.culture-carousel {
    color: #fff;
    text-align: center;
    min-height:152px;
}
.heading-culture-carousel {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    text-transform:uppercase
}

    .heading-culture-carousel:after {
        content: '';
        height: 1px;
        width: 10%;
        background: #fff;
        display: block;
        margin: auto;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
    }
#our-culture-wrp .carousel-item {
    height:auto
}
.carousel-control-wrp {
    position: relative;
    text-align: center;
}
    .carousel-control-wrp .carousel-control-next, .carousel-control-wrp .carousel-control-prev {
        position: relative;
        top: auto;
        bottom: auto;
        z-index: 1;
        display: inline-block;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 35px;
    }
    .carousel-control-wrp .carousel-control-next-icon, .carousel-control-wrp .carousel-control-prev-icon {
        background-color:#fff;
    }
.carousel-control {
    background-color: #fff;
    width: 32px;
    height: 32px;
    color: #8a8a8a;
    border-radius: 4px;
    font-size: 20px;
}
.text-danger.field-validation-error {
font-size:0.7rem
}
.job-list-main h1, .job-list-main h2, .job-list-main h3, .job-list-main h4, .job-list-main h5, .job-list-main h6 {
    font-family: 'lato';
}
.description-job h1 {
    font-size: 1.3rem;
    font-weight: bold;
}
    /*.selected-location {
    margin-left: 0px;
    padding-left: 0
}

    .selected-location li {
        display: inline-block
    }*/
@media (max-width: 767.98px) {
    .caption-heading h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 991.98px) {


    .pofile-img:hover .overlape-detials {
        display: none;
    }

    .over-detials {
        display: block;
    }
}

    @media (min-width: 767.98px) and (max-width: 1024px) {

        body {
            font-size: 15px;
        }
    }

.responsive-tabs {
    padding: 1rem;
}

    .responsive-tabs .nav-tabs {
        display: none;
    }

.description-job b {
    margin-right: 5px;
}


@media (min-width: 1201px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

        .responsive-tabs .card .card-header {
            display: none;
        }

        .responsive-tabs .card .collapse {
            display: block;
        }
}

@media (max-width: 1200px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}


