
/* body,
html {
    overflow-x: hidden;
} */
:root {
    --readexPro: "Readex Pro", sans-serif;
    --sky-color: #026CB7;
    --red-color: #E22014;
    --white-color: #FFFFFF;
    --light-sky-color: #E6F0F8;
    --black-color: #000000;
    --blue-color: #002F51;
}


* {
    box-sizing: border-box;
}

body,
html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--readexPro) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--black-color);
    font-size: 18px;
    line-height: 1.5;
    background-color: var(--white-color);
}

::-moz-selection {
    background-color: var(--sky-color);
    color: var(--white-color);
    text-shadow: none;
}

::selection {
    background-color: var(--sky-color);
    color: var(--white-color);
    text-shadow: none;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0 !important;
}

p.c-pro {
    z-index: 9999999999;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--black-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--sky-color);
}

img {
    max-width: 100%;
}

.container{
    max-width: 1720px !important;
}

@media (max-width:1780px){
    .container{
        max-width: 1480px !important;
    }
}

@media (max-width:1520px){
    .container{
        max-width: 1180px !important;
    }
}

.o-main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding:9px 0;
}

.c-dealer-btn{
    min-width:190px;
    border-radius:40px;
    border:#AF322E 1px solid;
    text-align:center;
    color:#505050;
    font-weight:500;
    font-size:17px;
    text-transform:uppercase;
    padding: 7px 10px;
}
.c-dealer-btn:hover{
    background:#AF322E;
    color:#FFF;
}

.c-header-email{
    padding:0;
    margin:0;
    list-style:none;
    text-align:right;
}
.c-header-email > li{
    color:#505050;
    font-size:17px;
    font-weight:400;
    display:block;
}
.c-header-email > li a{
    color:#AF322E;
}
.c-header-email > li a:hover{
    color:#000;
}
/*.o-main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
*/


.c-cmn-btn{
    min-width:319px;
    text-align:center;
    background:#529B5D;
    border:none;
    font-size:16px;
    color:#FFF;
    font-weight:500;
    border-radius:45px;
    padding: 10px 10px;
}
.c-cmn-btn:hover{
    background:#396242;
    color:#FFF;
}


.c-banner-area{
    min-height:837px;
    position:relative;
    border-radius:100px 100px 0 0;
    overflow:hidden;
    padding:40px 0;
}
.c-banner-area .container{
    z-index:1;
    position:relative;
}
.c-banner-area:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.30);
}
.c-banner-area h4{
    color:#FFFFFF;
    font-weight:600;
    font-size:34px;
    text-transform:uppercase;
    margin:0 0 22px;
}
.c-banner-area__logo-wrapper{
    width:100%;
    max-width:944px;
    display:block;
}
.c-banner-logo-box{
    background-color:#FFF;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:135px;
    margin-bottom:9px;
}
/**/

.o-main-footer{
    background-color:#AF322E;
    padding:65px 0 0;
    border-radius:100px 100px 0 0;
    margin-top:-130px;
    z-index:9;
    position:relative;
}
.o-main-footer__address-area{
    width:100%;
    max-width:848px;
    display:block;
    margin-bottom:45px;
    flex:1;
}
.c-map-img{
    flex:3;
}
.c-map-img img{
    height:100%;
    object-fit:cover;
    border-radius:0 0 50px 50px;
}
.o-main-footer__address-area h6{
    color:#FFFFFF;
    font-weight:500;
    font-size:16px;
    margin:0 0 30px;
}
.o-main-footer__address-area p{
    color:#FFFFFF;
    font-weight:300;
    font-size:16px;
    line-height: 1.5em;
    margin:0;
}
.o-main-footer__address-area p a{
    color:#FFFFFF;
}

.c-contact-form{
    background-color:#F2F2F2;
    border-radius:50px;
    padding:38px 40px;
    height:100%;
}
.c-contact-form h5{
    font-size:20px;
    color:#000000;
    font-weight:500;
    margin:0 0 20px;
}
.c-contact-form ul{
    padding:0;
    margin:0 0 20px;
    list-style:none;
}
.c-contact-form ul > li{
    color:#000000;
    font-size:16px;
    font-weight:300;
    display: flex;
    align-items: center;
    margin:0 0 8px;
}
.c-contact-form ul > li input{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 100%;
    border: #FFF 1px solid;
    outline: none;
    margin-right: 6px;
    accent-color:#AF322E;
}
.c-contact-form .form-control{
    width:100%;
    height:40px;
    background-color:#FFFFFF;
    border-radius:40px;
    padding:0 25px;
    color:#000000;
    font-size:16px;
    font-weight:300;
    border:none;
    margin-bottom:10px;
}
.c-contact-form textarea.form-control{
    height:90px;
    padding:12px 25px;
    border-radius:20px;
    margin-bottom:15px;
}
.c-contact-form .btn{
    min-width:117px;
    text-align:center;
    background-color:#AF322E;
    text-align:center;
    padding:10px 10px;
    color:#FFF;
    font-size:17px;
    font-weight:500;
    text-transform:uppercase;
    border-radius:40px;
}
.c-contact-form .btn:hover{
    background-color:#000;
}

.o-main-footer__bar{
    background-color:#F2F2F2;
    border-radius:100px 100px 0 0;
    margin-top:68px;
    padding:35px 25px;
}
.o-main-footer__bar p{
    color:#000000;
    font-size:16px;
    font-weight:300;
    margin:0;
}
.o-main-footer__bar p a{
    color:#AF322E;
}
.o-main-footer__bar p a:hover{
    color:#000;
}
.o-main-footer .o-main-footer__left {
    flex: 0 0 auto;
    width: 72%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.o-main-footer .o-main-footer__right {
    flex: 0 0 auto;
    width: 28%;
}

/* responsive */


@media screen and (max-width: 1199.98px) {
    .c-banner-area h4 {
        font-size: 30px;
    }
    .c-banner-area {
        padding: 40px 25px;
    }
    .c-contact-form {
        padding: 38px 20px;
    }
    .c-contact-form ul > li{
        font-size:13px;
    }
    .c-contact-form ul > li input {
        width: 16px;
        height: 16px;
    }
    .o-main-footer .o-main-footer__left{
        flex: 0 0 auto;
        width:68%;
    }
    .o-main-footer .o-main-footer__right {
        flex: 0 0 auto;
        width: 32%;
    }
    .o-main-footer .container{
        padding:0 40px;
    }
}



@media screen and (max-width:991.98px) {
    .c-header-email > li {
        font-size: 15px;
    }
    .c-banner-logo-box{
        padding:15px;
    }
    .c-banner-area h4 {
        font-size: 24px;
    }
    .o-main-footer .o-main-footer__left,
    .o-main-footer .o-main-footer__right{
        flex: 0 0 auto;
        width:100%;
    }
}



@media screen and (max-width:767.98px) {
    .c-header-email {
        display: flex;
        justify-content: space-between;
    }
    .o-main-header .row > .col:first-child{
        order: 2;
        margin-bottom:20px;
        text-align: right;
    }
    .o-main-header .row > .col:nth-child(2){
        order: 1;
        margin-bottom:20px;
    }
    .o-main-header .row > .col-md:nth-child(3){
        order: 3;
        margin-bottom:20px;
    }
    .o-logo{
        width:110px;
        display:block;
    }    
    .c-contact-form {
        border-radius: 25px;
        padding: 38px 20px;
    }
    .o-main-footer {
        padding: 50px 0 0;
        border-radius: 50px 50px 0 0;
        margin-top: -40px;
    }
    .o-main-footer__address-area h6 {
        margin: 0 0 24px;
    }
    .c-contact-form h5 {
        margin: 0 0 18px;
    }
    .o-main-footer .container {
        padding: 0 16px;
    }
    .o-main-footer__bar{
        border-radius:50px 50px 0 0;
        padding: 24px 0;
        margin-top:28px;
    }
    .o-main-footer__bar p{
        margin-bottom:18px;
    }
    .o-main-footer__bar p:last-child{
        margin:0;
    }
    .o-main-footer__bar .d-flex{
        flex-wrap:wrap;
        justify-content:center !important;
    }

}

@media screen and (max-width:575.98px) {
    .c-desktop-banner{
        display:none;
    }
    .c-banner-area:before{
        display:none;
    }
    .c-banner-area{
        padding:0;
        border-radius:50px 50px 0 0;
    }
    .c-banner-area__caption{
        width: 100%;
        min-height: 147px;
        padding: 0 16px;
        display: flex;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,86572e+100&0+0,1+100 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(134,87,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    .c-banner-area__logo-wrapper{
        background-color:#86572E;
        padding:0 16px 94px;
    }
    .c-banner-logo-box {
        height: 103px;
    }
    .c-map-img img{
        height:auto;
        border-radius:0 0 25px 25px;
    }
    .c-contact-form ul > li {
        font-size: 16px;
    }
    .c-contact-form ul > li input{
        width:20px;
        height:20px;
    }
    .o-main-footer {
        margin-top: -46px;
    }
}

@media (min-width:576px) {
    .c-mobile-banner{
        display:none;
    }
}
