/*footer top*/
.site-footer{
    background-color: var(--color__title);
    /*margin-top: 180px;*/
    overflow: hidden;
    position: relative;
}
.site-footer:before{
    content: '';
    background-image: linear-gradient(180deg, #FFC420 0%, #FD423B 100%);
    width: 305px;
    height: 305px;
    right: -55px;
    bottom: -95px;
    position: absolute;
    border-radius: 50%;
}
.site-footer .footer-top{
    padding: 120px 0 120px 0;
}
.site-footer .section__heading{
    margin-bottom: 0;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer .section__heading .heading--title{
    color: #fff;
}
.site-footer .section__heading .heading--sub{
    max-width: 600px;
    color: #fff;
    margin-bottom: 60px;
}
.site-footer .section__heading .heading--sub .sub-excerpt{
    color: #fff;
    opacity: 0.7;
}
.site-footer .section__heading .heading--button a{
    display: inline-block;
    padding: 0 50px;
    min-width: 150px;
    background-color: #fff;
    color: #f75454;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'Rubik', sans-serif;
}
/*footer line*/
.site-footer .footer-seperator{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.1);
}
/*footer body*/
.site-footer .footer-body{
    padding: 50px 0;
}
.site-footer .footer-body .footer-row{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.site-footer .footer-body .footer-col-4{
    width: calc( 100% / 4);
    padding: 15px;
    box-sizing: border-box;
}
.site-footer .button__readmore{
    max-width: 370px;
    margin: 0 auto;
}
.service-small .service__title{
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
}
.service-small .service__excerpt{
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
}
.site-footer .section__heading .heading--sub .sub-excerpt{
    opacity: 1;
}
@media (max-width: 1366px){
    .site-footer .footer-top {
        padding: 120px 0;
    }
}
@media (max-width: 1024px) {
    .site-footer .footer-top {
        padding: 100px 0;
    }
    .service-small .service__excerpt{
        max-width: 80%;
    }
}
@media (max-width: 991px){
    .site-footer .footer-top{
        padding: 80px 0;
    }
    .site-footer .section__heading .heading--title{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer:before{
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 768px){
    .service-small .service__title{
        text-align: center;
        font-size: 1.4rem;
    }
    .service-small .service__excerpt{
        text-align: center;
        margin:  0 auto;
    }
    .site-footer:before{
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 576px){
    .site-footer  .footer-body .footer-col-4{
        width: 50%;
    }
    .site-footer .footer-body{
        padding: 30px 0;
    }

    .service-small .service__title{
        text-align: left;
        font-size: 1.4rem;
    }
    .service-small .service__excerpt{
        text-align: left;
        max-width: 100%;
        margin:  0 auto;
    }
    .site-footer .footer-top {
        padding: 60px 0;
    }
    .site-footer .section__heading .heading--title{
        max-width: 100%;
    }
    .site-footer .section__heading .heading--sub{
        margin-bottom: 45px;
    }
    .site-footer .sub-excerpt span{
        display: block;
    }
    .site-footer .button__readmore {
        max-width: 275px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .site-footer .footer-top {
        padding: 120px 0;
    }
    .site-footer .section__heading .heading--sub .sub-excerpt{
        opacity: 1;
    }
    .site-footer .sub-excerpt > span > br{
        display: none;
    }
    .site-footer .button__readmore {
        max-width: 95%;
        margin: 0 auto;
    }
    .site-footer .btn-rectangle-normal {
        padding: 30px;
        font-size: 18px;
        letter-spacing: 1px;
    }
}