@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    overflow-x: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ac0000+0,f61212+100 */

}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
}

a.menu_round {
    display: none;
}

ul.menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.menu li {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    position: relative;
}

ul.menu li a {
    color: #576A85;
    text-decoration: none;
}

ul.submenu {
    background-color: #1C2752;
    position: absolute;
    top: 23px;
    left: 15px;
    width: 180px;
    display: none;
}

ul.submenu li a {
    display: block;
    padding: 10px;
    color: #fff;
}

ul.submenu li:hover a {
    color: #fff;
}

ul.submenu li:hover a:before {
    display: none;
}

ul.menu li:hover ul.submenu {
    display: block;
}

.logo {
    width: 170px;
}

.menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*.banner {
    background-image: url(../images/banner_image.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}*/
.banner img {
    width: 100%;
}

.banner section span {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    margin: 0 0 15px;
}

.banner section h3 {
    width: 100%;
    color: #fff;
    font-size: 55px;
}

.banner section a {
    background-color: #FFB342;
    color: #1C2752;
    padding: 15px 15px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 160px;
    text-align: center;
    margin: 30px auto 0;
}

.banner .owl-stage-outer {
    padding: 0;
}

.banner article {
    width: 100%;
    position: relative;
}

.banner article video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999;
}

.banner_video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.banner section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999999999999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .owl-nav {
    display: none;
}

.intro_wrapper {
    padding: 50px 0;
}

.intro_wrapper section img {
    width: 100%;
}

.intro_content {
    display: flex;
    align-items: center;
}

.intro_content section {
    padding: 0 0 0 30px;
}

.intro_content section h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.intro_content section h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0 0 10px;
    display: inline-flex;
}

.intro_content section p {
    color: #7E7E7E;
    margin: 20px 0 0;
    font-size: 14px;
}

.intro_exp {
    display: flex;
    margin: 30px 0 0;
    align-items: center;
}

.intro_exp article h1 {
    display: block;
    color: #FFB342;
    font-size: 70px;
    text-align: center;
    padding: 15px 30px;
}

.intro_exp article h1 span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1C2752;
}

.intro_exp article {
    background-color: #F4F4F4;
    margin: 0 15px 0 0;
}

.intro_exp li {
    font-size: 14px;
    margin: 10px 0;
    color: #7E7E7E;
}



.service_wrapper {
    background-color: #F4F4F4;
    padding: 50px 0;
    position: relative;
}

.service_wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #FFB342;
}

.service_wrapper .container {
    position: relative;
    z-index: 999;
}

.service_title h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0 auto 10px;
    display: block;
    width: 150px;
}

.service_title {
    text-align: center;
}

.service_title h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.service_title p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 14px;
}

.service_wrapper section {
    background-color: #fff;
    padding: 20px 30px;
}

.service_wrapper section article {
    background-color: #1C2752;
    padding: 25px;
    margin: 12px 0;
}

.service_wrapper section article h5 {
    color: #FFB342;
    margin: 0 0 20px;
}

.service_wrapper section article p {
    color: #D2D2D2;
    font-size: 14px;
}

.service_wrapper section article a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.service_wrapper section article img {
    width: 85px;
    margin: 0 0 25px;
}

.testimonial_wrapper {
    padding: 50px 0;
}

.testimonial_wrapper h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.testimonial_wrapper h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0 0 10px;
    display: inline-flex;
}

.testi_comment {
    height: 180px;
    overflow-y: auto;
}

.email_wrapper {
    padding: 50px 0;
    background-color: #FFB342;
}

.email_wrapper h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.email_wrapper p {
    font-size: 14px;
}

.subscribe_field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.subscribe_field section {
    width: 100%;
    padding: 0 140px 0 0;
    position: relative;
}

.subscribe_field section input {
    width: 100%;
    border: solid 2px #fff;
    background-color: transparent;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
}

.subscribe_field section a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 140px;
    text-align: center;
    color: #000;
    text-decoration: none;
    line-height: 50px;
}

footer {
    background-color: #1C2752;
}

.footer_logo img {
    width: 180px;
}

.footer_primary {
    padding: 20px 0;
    border-bottom: solid 1px #4B557D;
}

.footer_address {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_address p {
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 5px 0 0 62px;
}

.footer_address p a {
    color: #fff;
    text-decoration: none;
}

.footer_address p strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.footer_address p i {
    width: 50px;
    height: 50px;
    background-color: #FFB342;
    border-radius: 50px;
    text-align: center;
    color: #1C2752;
    padding: 15px 0 0;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer_main {
    padding: 30px 0;
}

.footer_intro p {
    color: #fff;
    font-size: 14px;
    max-width: 300px;
}

ul.footer_social_icons {
    display: flex;
}

ul.footer_social_icons li {
    margin: 0 5px 0 0;
}

.footer_social_icons li a {
    display: block;
    background-color: #2C3765;
    width: 45px;
    height: 45px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    line-height: 44px;
}

.footer_link {
    display: flex;
}

.footer_link article {
    width: 50%;
}

.footer_link article h3 {
    font-size: 16px;
    color: #fff;
}

.footer_link article li {
    font-size: 14px;
    margin: 5px 0;
}

.footer_link article li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.copyright_wrapper {
    padding: 15px 0;
    border-top: solid 1px #4B557D;
}

.copyright_wrapper p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.testimonial.owl-carousel.owl-theme {
    display: block;
}

.testi_pic {
    display: flex;
    align-items: center;
    position: relative;
}

.testi_pic img {
    width: 65px !important;
    border-radius: 60px;
    margin: 0 15px 0 0;
}

.testi_pic h4 {
    font-size: 18px;
    color: #091242;
    margin: 0;
}

.testi_pic h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.testimonial.owl-carousel .item article p {
    font-size: 14px;
    color: #666C89;
    font-style: italic;
    margin: 15px 0 0;
}

.testimonial.owl-carousel .item article {
    background-color: #f4f4f4;
    padding: 50px;
}

.testimonial.owl-carousel .item article.dark_theme {
    background-color: #091242;
    padding: 50px;
}

.testi_pic i {
    position: absolute;
    right: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    background-color: #FFB629;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

ul.rating {
    display: flex;
    margin: 20px 0 0;
}

ul.rating li {
    margin: 0 10px 0 0;
    color: #FFB629;
}

.testimonial.owl-carousel .item article.dark_theme p {
    color: #fff;
}

.testimonial.owl-carousel .item article.dark_theme h4 {
    color: #fff;
}

.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    width: 100px;
    height: 30px;
}
















.inner_banner {
    background-image: url(../images/inner_banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(28, 39, 81, 0.5);
    width: 100%;
    height: 100%;
}

.inner_banner h3 {
    position: relative;
    z-index: 99;
    font-size: 50px;
    color: #fff;
}

.intro_content section h4 {
    margin: 30px 0 -10px;
    color: #1C2752;
}

.about_content section {
    padding: 0 30px 0 0;
}

.about_wrapper section article {
    min-height: 420px;
}


.history_wrapper {
    padding: 50px 0 0;
}
.history_wrapper section img {
    width: 100%;
}
.history_wrapper section h4 {
    background-color: #1C2752;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
}


.service_content h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.service_content h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0 0 10px;
    display: inline-flex;
}

.service_content p {
    color: #7E7E7E;
    margin: 20px 0 0;
    font-size: 14px;
}

.service_image img {
    width: 100%;
}










.services_list {
    padding: 50px 0 0;
}

.services_list section {
    display: flex;
    flex-wrap: wrap;
}

.tab {
    width: 30%;
    height: 400px;
    border-radius: 10px 0 0 10px;
}

.tab button {
    display: block;
    background-color: #F4F4F4;
    color: #1C2752;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 0 0 10px;
    border-radius: 0;
}

.tab button:hover {
    background-color: #FFB342;
}

.tab button.active {
    background-color: #FFB342;
}

.tabcontent {
    padding: 0px 40px;
    width: 70%;
    border-left: none;
    height: auto;
    border-radius: 0 10px 10px 0;
}

.tab button i {
    float: right;
    margin: 5px 0 0;
}

.tabcontent h3 {
    color: #1C2752;
    margin: 0 0 25px;
}

.tabcontent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.tabcontent ul li {
    width: 50%;
    background-image: url(../images/tab_bulletin.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 0 15px 0 35px;
    min-height: 25px;
    margin: 15px 0 0;
    line-height: 25px;
    color: #525252;
}

.tabcontent p {
    text-align: justify;
    color: #525252;
    padding: 0 0 0 30px;
}

.vehicle_list .tabcontent p {
    padding: 0;
}

.vehicle_list table th,
.vehicle_list table td {
    padding: 5px 10px;
    font-size: 15px;
}

.career_wrapper {
    background-color: #F4F4F4;
    padding: 50px 0;
    position: relative;
}

.career_wrapper .container {
    position: relative;
    z-index: 999;
}

.career_wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #FFB342;
}

.career_title {
    text-align: center;
}

.career_title h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
}

.career_title h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0 auto 10px;
    display: block;
    width: 150px;
}

.career_wrapper section {
    background-color: #fff;
    padding: 30px;
    margin: 35px 0 0;
}

.career_wrapper section .form-group {
    margin: 0 0 25px;
}

.career_wrapper section .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
}

.career_wrapper section .form-group input,
.career_wrapper section .form-group select {
    height: 48px;
    font-size: 14px;
}

.career_wrapper section .form-group textarea {
    height: 120px;
    font-size: 14px;
}

.contact_title {
    text-align: center;
    margin: 0 0 90px;
}

.contact_title h3 {
    font-size: 40px;
    color: #1C2752;
    font-weight: 700;
    text-align: center;
}

.contact_title h3 span {
    background-color: #F4F4F4;
    color: #1C2752;
    font-size: 16px;
    padding: 7px 25px;
    margin: 0 auto 10px;
    display: inline-block;
    width: auto;
}

.contact_wrapper {
    padding: 50px;
}

.contact_wrapper section {
    padding: 25px;
    margin: 0 0 30px;
}

.contact_box1 {
    border: solid #FFB342;
}

.contact_wrapper section h5 {
    color: #1C2752;
}

.contact_wrapper section p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #1C2752;
}

.contact_wrapper section h5 {
    color: #1C2752;
    margin: 0 0 20px;
}

.contact_wrapper section p a {
    color: #1C2752;
    text-decoration: none;
    font-weight: 600;
}

.contact_box2 {
    background-color: #1C2752;
}

.contact_box2 h5 {
    color: #fff !important;
}

.contact_box2 p {
    color: #ced2e4 !important;
}

.contact_box2 p a {
    color: #ced2e4 !important;
}

.fancybox-caption__body {
    display: none;
}












.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    /*background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
    color: #333333;
    border-radius: 2px;
}

.main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .card-image.card-video {
    padding-top: 0px !important;
}

div#A_Tab {
    display: block;
}





.error {
    color: red !important;
}

.successMsg {
    display: block;
    background-color: #1C2752;
    ;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    width: 230px;
    margin: 15px auto 0;
    margin-bottom: 12px;
}

.errMsg {
    display: block;
    background-color: red;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    width: 230px;
    margin: 15px auto 0;
    margin-bottom: 12px;
}

.checkbox_wrapper label {
    font-size: 13px;
}

.checkbox_wrapper {
    display: flex;
    margin: 10px 0 20px;
}

.checkbox_wrapper .form-check {
    width: 25%;
}

.text-danger.errorMsg .text-danger {
    font-size: 13px;
    background: #ff0000;
    color: #fff !important;
    padding: 0 15px !important;
    border-radius: 30px;
    margin: 5px 0 0;
}

.text-danger.errorMsg {
    display: flex;
}

.subscribe_field .text-danger.errorMsg {
    position: relative;
    top: -15px;
    left: -5px;
}

.subscribe_field .text-danger.errorMsg {
    position: relative;
    top: -15px;
    left: -5px;
}

.requiredWaring {
    color: #ff0000;
}

.menu_wrapper p {
    margin: 0 20px 0 15px;
    font-size: 14px;
}

.menu_wrapper p a {
    text-decoration: none;
    color: #000;
}

.menu_wrapper p i {
    transform: rotate(90deg);
    margin: 0 5px 0 0;
}

.get_quote {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    background-color: #ff6000;
    color: #fff;
}

.contact_form input {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    margin: 0 0 15px;
    border: solid 2px #ddd;
}

.contact_form textarea {
    width: 100%;
    padding: 15px;
    height: 110px;
    margin: 0 0 15px;
    border: solid 2px #ddd;
}

.submit_btn {
    display: block;
    width: 160px;
    text-align: center;
    background-color: #18ad61;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.contact_form {
    margin: 0 -15px 40px;
}

.g-recaptcha {
    margin: 27px 0 0;
}

.errorMsg {
    margin: -15px 0 20px;
}








@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.gallery_wrapper {
    padding: 50px 0;
}




@media (min-width:250px) and (max-width: 1160px) {}



@media (min-width:250px) and (max-width: 991px) {
    .logo {
        width: 130px;
    }

    .header_btn {
        display: none;
    }

    ul.menu {
        position: absolute;
        right: 0;
        top: 70px;
        background-color: #fff;
        width: 230px;
        padding: 10px 0;
    }

    a.menu_round {
        display: inline-block;
        background-color: #1C2752;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin: 10px 0 0;
    }

    a.menu_round img {
        margin: 8px 0 0 8px;
        width: 30px;
    }

    ul.menu {
        display: none;
    }

    .menu_wrapper {
        display: block !important;
        text-align: right;
    }

    ul.menu li {
        font-size: 14px;
        padding: 10px 15px;
        font-weight: 500;
        display: block;
    }

    ul.submenu {
        background-color: #1C2752;
        position: relative;
        top: 0;
        left: 0px;
        display: block;
        margin: 10px 0 0;
        width: 100%;
    }

    ul.submenu li {
        padding: 0;
    }

    .banner section {
        text-align: center;
    }

    .banner section a {
        margin: 15px auto 0;
        padding: 10px 15px;
    }

    .menu_wrapper p {
        display: none;
    }

    .get_quote {
        width: 130px;
        float: right;
        margin: 10px 10px 0 0;
    }

    a.menu_round {
        float: right;
        margin: 13px 0 0;
    }

    .banner section h3 {
        font-size: 30px;
    }

    .banner section span {
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
    }
}




@media (min-width:250px) and (max-width: 768px) {
    .intro_content section {
        padding: 0;
    }

    .footer_logo img {
        width: 180px;
        display: block;
        margin: 0 auto 15px;
    }

    .footer_address {
        justify-content: center;
    }

    .intro_wrapper section img {
        display: none;
    }

    .intro_content section h3 {
        text-align: center;
        font-size: 30px;
    }

    .intro_content section p {
        text-align: center;
    }

    .intro_exp {
        justify-content: center;
    }

    .email_wrapper h3 {
        text-align: center;
        font-size: 30px;
    }

    .email_wrapper p {
        text-align: center;
    }

    .service_title h3 {
        font-size: 30px;
    }

    .testimonial_wrapper h3 {
        font-size: 30px;
    }

    .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 52px;
    }

    .owl-stage-outer {
        padding: 65px 0 50px !important;
    }

    .banner .owl-stage-outer {
        padding: 0 !important;
    }

    .testimonial_wrapper h3 {
        text-align: center;
    }

    .intro_content section h4 {
        text-align: center;
    }

    .about_wrapper section article {
        min-height: auto;
    }

    .inner_banner {
        height: 240px;
    }

    .service_image img {
        margin: 20px 0 0;
    }

    .tab {
        width: 100%;
        height: auto;
    }

    .tabcontent {
        padding: 0;
        width: 100%;
        height: auto;
        margin: 25px 0 0;
    }

    .service_content h3 {
        font-size: 30px;
        text-align: center;
    }

    .service_content p {
        text-align: justify;
    }

    .main .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner section span {
        display: none;
    }
}


@media (min-width:250px) and (max-width: 680px) {
    .vehicle_table {
        width: 100%;
        overflow-x: auto;
    }
}


@media (min-width:250px) and (max-width: 576px) {
    .footer_address {
        display: none;
    }

    .footer_intro {
        text-align: center;
    }

    .footer_intro p {
        margin: 0 auto 15px;
    }

    ul.footer_social_icons {
        justify-content: center;
        margin: 0 0 25px;
    }

    .footer_link article {
        text-align: center;
    }

    .contact_wrapper {
        padding: 15px;
    }

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}