*{
    scroll-behavior: smooth;
}
.logo
{
    color: #fff;
    font-size: 25px;
}
.slogan
{
    color: #fff;
    font-size: 12px;
    margin-top: -30px;
    font-weight: lighter;
}
.main-heading{
    font-family: 'Lato', sans-serif !important;
    font-weight: 0,900;
}
.subheading-2{
    font-family: 'Lato', sans-serif !important;
    color: #fff !important;
}
.subheading-2::before{
    position: absolute;
    top: 50%;
    z-index: -1;
    content: '';
    width: 85px;
    height: 2px !important;
    background: #fff !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subheading-2::after{
    position: absolute;
    top: 50%;
    z-index: -1;
    content: '';
    width: 85px;
    height: 2px !important;
    background: #fff !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about{
    transition: all ease .3s;
    padding: 10px;
}
.about-section:hover .about{
    background-color: #e52b34;
    color: #fff;
    border-radius: 10px;
}
.back-to-top{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    font-size: 40px;
}
.fa-chevron-circle-up{
    background-color: #fff;
    border-radius: 360px;
    border: 1px solid #fff;
}
.scrolled .logo, .scrolled .slogan{
    color: #e52b34;
}