/*#================================================================================================
OVERIDES
================================================================================================*/

#default_hero, #breadcrumbs{
    display: none;
}


/* ===============================================================================================
SECTION 1
===============================================================================================*/

#section1 {
    padding: 50px 0;
    position: relative;
    z-index: 2;
    background-size: cover;
}
#section1 h1 {
    color: #fff;
}
#section1 p {
    color: #fff;
}
#section1 .left {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0;
}
#section1 .right {
    display: flex;
    margin: 50px 0;
}
#section1 .inner {
    color: #000;
    background: #fff;
    width: 460px;
    padding: 50px 80px;
}
#section1 .inner p {
    color: #1A1A1A;
}
#section1 .inner h5 {
    color: #DB1C01;
    margin-bottom: 30px;
}
#section1 .inner .wrap {
    display: flex;
    margin-bottom: 10px;
}
#section1 .inner .icon {
    width: 20px;
    margin-right: 10px;
}
#section1 .inner .icon i {
    color: #DB1C01;
}
#section1 .inner .label {
    font-weight: 700;
}
#section1 .inner a {
    color: #DB1C01;
    font-weight: 600;
}


/* ===============================================================================================
SECTION 2
===============================================================================================*/

#section2 .col-12{
    padding: 0;
}

#section2{
    margin-top: -70px;
    margin-bottom: -10px;
}


/* ===============================================================================================
SECTION 3
===============================================================================================*/
#section3 form {
    margin: 50px 0 0;
}
#section3 .w-100 input {
    width: 99%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #8E8E8E;
    border-radius: 5px;
}
#section3 textarea {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #8E8E8E;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif !important;
}




/* ===============================================================================================
RESPONSIVE
===============================================================================================*/

@media(max-width: 1200px){
    #section1 .inner {
        color: #000;
        background: #fff;
        width: 460px;
        padding: 50px 80px;
    }
    #section1 .left {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    #section1 .right {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
}
@media(max-width: 767px){
    #section1 .inner {
        width: 100%;
        padding: 50px 50px;
    }
    #section3 .right {
        justify-content: center !important;
    }
    #section3 input {
        width: 100% !important;
    }
    #section3 .group {
        flex-direction: column;
    }
    
}