.overlay::before {
    /* background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%);
    background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, #000 100%) */

    background-image: -moz-linear-gradient(#0f0f0fcf);
    background-image: -webkit-linear-gradient(#0f0f0fcf);
    background-image: -ms-linear-gradient(#0f0f0fcf);
}

.hero-overly::before {
    /* background-image: -moz-linear-gradient(0deg, rgba(45, 49, 74, 0.933) 0%, rgba(47, 54, 106, 0.84) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(45, 49, 74, 0.933) 0%, rgba(47, 54, 106, 0.84) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(45, 49, 74, 0.933) 0%, rgba(47, 54, 106, 0.84) 100%) */

    background-image: -moz-linear-gradient(#0f0f0fcf);
    background-image: -webkit-linear-gradient(#0f0f0fcf);
    background-image: -ms-linear-gradient(#0f0f0fcf);
}

.section-tittle.section-tittle2 .front-text h2 {
    font-size: 75px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .support-company-area .support-wrapper .right-content {
        width: 35%;
        padding-top: 0px !important;
    }
}
