/*----------------------------------------------------------------
OVERRIDE
-------------------------------------------------------------------*/
#breadcrumbs{
    display: none !important;
}
#hero-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw !important;
}
#hero {
    padding: 100px 0;
    height: 556px;
    background: #FECB5C;
}
#hero {
    position: relative;
}
#hero-content{
    position: relative;
    z-index: 2;
}
#hero .top {
    color: #F98805;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 800;
}
#hero h1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0;
}
#hero .bottom {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
}
#locations {
    display: flex;
}
#locations .loc {
    width: 50%;
    height: 350px;
    padding: 5px;
    display: flex;
}
#locations .loc .inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#locations .loc .inner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
}
#locations .loc .inner p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
#locations .loc .inner img {
    height: 92px;
    margin: 30px 0 40px;
}
#locations .loc .inner .btn-main {
    width: 300px;
}
#locations .left .btn-main {
    border-color: #fff;
    color: #fff;
}
#locations .right .btn-main {
    border-color: #FFCB5D;
    color: #FFCB5D;
}
.extra .content {
    padding: 70px 50px 70px 150px;
}
.extra .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.extra .container-fluid {
    padding: 0;
}
.image-left .content {
    padding: 70px 150px 70px 50px;
}
#icons{
    padding: 50px;
}
#icons .row{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#icons .coll{
    width: 170px;
    margin: 10px 0;
}

@media(max-width: 500px){
    #icons .coll{
        width: 120px;
        margin: 10px 0;
    }
    #icons{
        padding: 20px 10px;
    }
}
@media(max-width: 1200px){
    
    .extra .content {
        padding: 40px 50px 50px;
    }
}

@media(max-width: 767px){
   .extra .content {
        padding: 40px 15px 50px;
    }
}

@media(max-width: 1200px){
    #hero {
        padding: 100px 0;
        height: 556px;
    }
    #locations .loc .inner img {
        height: 70px;
    }
    
}
@media(max-width: 991px){
    #locations {
        display: flex;
        flex-direction: column;
    }
    #locations .loc {
        width: 100%;
        height: 300px;
    }
}
@media(max-width: 767px){
    #hero h1{
        font-size: 50px;
        line-height: 70px;
    }
    #hero .bottom{
        color: #1a1a1a;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    #hero .top{
        color: #F98805;
        font-size: 20px;
        line-height: 20px;
        font-weight: 800;
    }
    
}
/*----------------------------------------------------------------
Brands
-------------------------------------------------------------------*/

#brands{
    padding: 20px 0;
    min-height: 150px;
}

#brands .slick-slider{
    margin: 0;
}

#brands .slick-slider img{
    margin: 0 auto;
    width: 110px;
}
/*----------------------------------------------------------------
S1
-------------------------------------------------------------------*/
#s1 .container-fluid{
    padding: 0;
}

#s1 .background{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#s1 .content{
    padding: 70px 50px 70px 150px
}

@media(max-width:1400px){
    #s1 .content{
        padding: 70px 50px 70px 100px;
    }
}

@media(max-width:1200px){
    #s1 .content{
        padding: 30px 50px 50px
    }
    
    #s1 .background{
        height: 350px;
        background-position: top;
    }
}

@media(max-width:767px){
    #s1 .content{
        padding: 30px 15px 50px
    }
    
    #s1 .background{
        height: 300px;
        background-position: top;
    }
}

/*----------------------------------------------------------------
S2
-------------------------------------------------------------------*/

#s2{
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

#s2 h2{
    color: #fff;
}

#s2::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .84;
    z-index: -1;
}

@media(max-width:1200px){
    #s2{
        margin-top: 10px
    }
}

/*----------------------------------------------------------------
S3
-------------------------------------------------------------------*/

#s3{
    margin-top: 10px;
}

#s3 .container-fluid{
    padding: 0;
}

#s3 .background{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#s3 .content{
    padding: 70px 150px 70px 50px
}

#s3 span{
    font-size: 22px;
    color: #414141
}

@media(max-width:1400px){
    #s3 .content{
        padding: 70px 100px 70px 50px;
    }
}

@media(max-width:1200px){
    #s3 .content{
        padding: 40px 50px 50px
    }
    
    #s3 .background{
        height: 350px;
        background-position: top;
    }
}

@media(max-width:767px){
    #s3 .content{
        padding: 40px 15px 50px
    }
    
    #s3 .background{
        height: 300px;
        background-position: top;
    }
}

/*----------------------------------------------------------------
S4
-------------------------------------------------------------------*/

#s4{
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: 10px;
    height: 422px;
}

#s4 p{
    font-size: 22px;
    color: #414141;
}

#s4::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1;
    opacity: .90;
}

#s4 .container,
#s4 .row{
    height: 100%;
}

#s4 .row{
    align-items: center;
}

#s4 .leftImage{
    position: absolute;
    top: 0;
    left: 0px;
}

#s4 .rightImage{
    position: absolute;
    top: 0;
    right: 0px;
}

@media(max-width:1500px){
    #s4 .leftImage{
        left: -75px;
        width: 450px;
    }
    
    #s4 .rightImage{
        right: -50px;
        width: 450px;
    }
    
    #s4{
        height: 330.25px
    }
}

@media(max-width:1200px){
    #s4 .leftImage,
    #s4 .rightImage{
        display: none;
    }
    
    #s4{
        height: 100%;
        padding: 50px 0;
    }
}

/*----------------------------------------------------------------
S5
-------------------------------------------------------------------*/
#s5{
    margin-top: 10px;
}

#s5 .container-fluid{
    padding: 0;
}

#s5 .background{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#s5 .content{
    padding: 70px 50px 70px 150px
}

#s5 span{
    font-size: 22px;
    color: #414141;
}

@media(max-width:1400px){
    #s5 .content{
        padding: 70px 50px 70px 100px;
    }
}

@media(max-width:1200px){
    #s5 .content{
        padding: 30px 50px 50px
    }
    
    #s5 .background{
        height: 350px;
        background-position: top;
    }
}

@media(max-width:767px){
    #s5 .content{
        padding: 30px 15px 50px
    }
    
    #s5 .background{
        height: 300px;
        background-position: top;
    }
}