body{
    margin: 0;
}
.row-custom {
    display: flex;
    flex-wrap: wrap;
}
.row-justify-between {
    justify-content: space-between;
}
.m-left-auto{
    margin-left: auto;
}
.col-4-lg{
    max-width: 33.33%;
    width: 100%;
}
.col-6-lg{
    max-width: 50%;
    width: 100%;
}
.col-3-lg{
    max-width: 25%;
    width: 100%;
}
.col-2-lg{
    max-width: 16.6666667%;
    width: 100%;
}
.col-7-lg{
    max-width: 66.66%;
    width: 100%;
}
.site-footer{
    background: #000;
    padding: 80px 0 35px;
}
.site-footer .wrap--ads{
    padding: 0;
}
.site-footer h4,
.site-footer p{
    color: #8a8a8a;
}
.site-footer h4{
    font-size: 18px;
    font-weight: 900;
}
.site-footer a{
    color: #8a8a8a;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Khand', sans-serif;
}
.site-footer ul{
    list-style-type: none;
    padding: 0;
}
.site-footer li{
    margin-bottom: 15px;
}
.footer-logo a{
    color: #fff;
	font-size: 50px;
	font-weight: 700;
    line-height: 50px;
}
.site-footer .footer-menu{
    padding-left: 15px;
}
.site-footer .footer-logo  p{
    max-width: 350px;
    font-size: 16px;
}
.social-icons-footer i {
    color: #8a8a8a;
    padding-right: 40px;
}
.section-footer-copyright{
    border-top: 1px solid #8a8a8a;
    padding-top: 30px;
    margin-top: 50px;
}
.section-footer-copyright p {
    font-size: 14px!important;
    margin: 0;
    font-weight: 500;
}
.section-footer-copyright a{
    text-decoration: underline;
}
.section-footer-copyright a:hover{
    color: #ff002f;
}
.footer-privacy{
    text-align: right;
}
.menu li a,
.footer-menu ul a {
    transition: all 0.3s ease;
}
.site-header a i{
    transition: all 0.1s ease; 
}
.menu li a:hover,
.footer-menu ul a:hover,
.footer-menu a i:hover {
    color: #ff002f;
}
@media(max-width:992px){
    .col-6-md{
        max-width: 50%;
    }
    .col-12-md{
        max-width: 100%;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .col-7-lg{
        max-width: 100%;
    }
    .site-footer .wrap--ads{
        padding-left: 0;
        padding-right: 0;
    }
    .site-footer .section-footer-copyright{
        justify-content: center;
    }
    .footer-copyright{
        text-align: center;
        margin-bottom: 5px;
    }
}
@media(max-width:767px){
    .col-12-sm{
        max-width: 100%;
    }
    
    .footer-privacy{
        text-align: center;
    }
    .site-footer .footer-menu{
        padding-left: 0;
    }
}