

/*#================================================================================================
OVERIDES
================================================================================================*/
#default_hero, #breadcrumbs{
    display: none;
}

/* ===============================================================================================
SECTION 1
===============================================================================================*/

#section1 {
    padding: 50px 0;
    position: relative;
    z-index: 2;
    background-size: cover;
    background: #1A1A1A;
}
#section1 h1 {
    color: #fff;
}
#section1 p {
    color: #fff;
}

/* ===============================================================================================
SECTION 2
===============================================================================================*/


#section2 .test {
    position: relative;
    padding-left: 100px;
    padding-bottom: 80px;
}
#section2 .test:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    left: 30px;
    top: -10px;
    font-size: 35px;
    color: #F98805;
}
#section2 .test .clicka {
    color: #F98805;
    font-weight: 700;
    cursor: pointer;
}
