.hero-wrap.hero-wrap-2{
    height: 700px !important;
    margin-top: 5%;
}
.main-color-1{
    color: #989898 !important;
}
.main-color-2{
    color: #B23CAF !important;
}
.services:hover .media-body a{
    color: #fff !important;
}
.col-lg-4.col-md-6.ftco-animate.fadeInUp.ftco-animated{
    margin-top: 2%;
}
.ftco-footer .ftco-footer-widget h2 {
    font-size: 18px;
}
.col-md.footer_navigational{
    display: flex;
    justify-content: center;
}
.hero-wrap.hero-wrap-2.contact-us-background{
    background-size: 50%;
}
.contact_icon{
    width: 60%;
    height: 60%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px){
    .hidden-on-mob{
        display: none;
    }
    .hero-wrap .slider-text h1 span {
        font-size: 30px;
    }
}

@media screen and (min-width: 991.98px){
    .hidden-on-desc{
        display: none;
    }
}

@media screen and (max-width: 420px){
    .col-md.footer_navigational{
        justify-content: left;
    }
    .img-fluid.partner{
        max-width: 100%;
        width: 80%;
        height: 20%;
        margin-bottom: 5%;
    }
    .hero-wrap.hero-wrap-2.contact-us-background{
        background-size: cover;
        background-position: 20% 0 !important;
    }
}