.home_img {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
}

.home_img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 8, 20, 0.6)), to(rgba(4, 8, 20, 0.9)));
    background-image: -o-linear-gradient(top, rgba(4, 8, 20, 0.6), rgba(4, 8, 20, 0.9));
    background-image: linear-gradient(top, rgba(4, 8, 20, 0.6), rgba(4, 8, 20, 0.9));
}

.home_img .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
}

.home_img__title {
    margin-bottom: 15px;
    font-size: 3.6rem;
}

.home_img__text {
    font-size: 1.4rem;
}

.home_img__text p {
    margin-bottom: 0;
}

.home_img .container.home_img_row {
    top: auto;
    bottom: 30px;
    transform: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home_img_row .row-item {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #993971;
    padding: 0 15px;
    padding-bottom: 10px;
}

.us-block {
    background-color: #fff;
    padding: 25px;
}

.us-block__title {
    color: #72246C;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.us-block__text p {
    padding: 0 !important;
    font-size: 1rem !important;
    text-align: left !important;
}

.us-slider .owl-next {
    right: -6%;
}

.us-slider .owl-prev {
    left: -6%;
}

@media screen and (max-width: 800px) {
    .all_heads {
        font-size: 1.8rem!important;
    }
    
    .home_img {
        padding-bottom: 180px;
    }
    
    .home_img__title {
        font-size: 2.6rem;
    }
    
    .home_img__text {
        font-size: 1.2rem;
    }
    
    .home_img_row .row-item {
        font-size: 1.2rem;
        width: 100%;
        padding-bottom: 5px;
    }
    
    .home_img .container.home_img_row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .home_img__title {
        font-size: 2rem;
    }
}
#mainnew_block {
    background: url(../assets/bgmainnew.png) center center no-repeat fixed;
    background-size: cover;
    height: auto;
    background-color: rgba(0, 0, 0, .7);
    background-blend-mode: darken;
    color: #fff;
}
.buttonblock .buttonimg {
    min-height: 400px;
}
.hidebtn {
    display: block;
    width: fit-content;
    margin: 1rem auto;
    font-family: SFUITextSemibold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2% 3%;
    color: #fff;
    background-color: #72246C;
    border-radius: 30px;
    border: 2px solid #72246C;
    cursor: pointer;
}
footer, .logo_footer_pay {
    background-color: #f2f2f2;
}
footer p {
    font-size: 14px;
}
.hovers_show_3 {
    display: none;
    position: absolute;
    top: 65%;
    background-color: #fff;
    padding: 10px 25px;
    left: 60%;
    -o-transition: all .2s cubic-bezier(0.9,.1,.1,.9);
    transition: all .2s cubic-bezier(0.9,.1,.1,.9);
}
.hovers_show_3 a {
    display: block;
    color: #000;
}
.hovers_show_3 a:hover {
    color: #72246C;
}
@media screen and (max-width: 800px) {
    .hovers_show_3 {
        position: unset;
    }
}
nav .navbar-nav>a {
    padding: 10px;
}
.hovers_show {
    left: inherit !important;
}
.hovers_show_2 {
    left: inherit !important;
}
.hovers_show_3 {
    left: 55% !important;
}