

/*  Scroll Top  */
.scroll-top {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .scroll-top.active {
        opacity: 1;
        visibility: visible;
    }

/*Box Style for About Us*/
@media (min-width: 992px) {
    .section--aboutus-boxes {
        padding: 3rem;
    }

        .section--aboutus-boxes .box--1 .box-img-wrapper {
            margin-bottom: -77px;
            z-index: 0;
            position: initial;
        }

        .section--aboutus-boxes .img-ratio img {
            aspect-ratio: 4/3;
        }

        .section--aboutus-boxes .box-inner {
            margin-bottom: 3rem;
            min-height: 242px;
            padding: 1.5rem;
            position: relative;
        }

        .section--aboutus-boxes .box--dark {
            min-height: 270px;
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
        }
}

.section--aboutus-boxes .box-inner {
    display: flex;
    flex-direction: column;
    min-height: 144px;
    margin: 0 auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 100%;
    padding: 1rem;
    background: #fff;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.section--aboutus-boxes a.box-title {
    background: linear-gradient(to right, #6B21A8 0%, #6B21A8 100%) no-repeat 0px 100%/0px 100%;
    transition: all .2s ease-in-out;
    color:#fff;
}

    .section--aboutus-boxes a.box-title .aboutus-subtitle, .section--aboutus-boxes a.box-title h4 {
        background: linear-gradient(to right, #6B21A8 0%, #6B21A8 100%) no-repeat 0px 100%/0px 100%;
        transition: all .2s ease-in-out;
    }

.section--aboutus-boxes .box .aboutus-subtitle, .section--aboutus-boxes .box h4 {
    font-size: 1.5rem;
    color: #15011d;
    letter-spacing: .4px;
    line-height: 32px;
    font-family: "Ubuntu";
    font-weight: 400;
    text-align: left;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: fit-content;
}
.section--aboutus-boxes .box--dark .aboutus-subtitle, .section--aboutus-boxes .box--dark h4 {
    color: #fff;
}


.section--aboutus-boxes .more {
    font-size: 0;
    background: url(../images/icon-small-arrow-right.svg) no-repeat;
    display: block;
    /*position: absolute;*/
    bottom: 1.5rem;
    right: 2.312rem;
    width: 35px;
    height: 22px;
    margin-top:15px;
}

.section--aboutus-boxes .box--dark {
    padding: 2rem;
    background: #6B21A8;
    min-height: 144px;
}
    .section--aboutus-boxes .box--dark .box-inner {
        display: flex;
        flex-direction: column;
        min-height: 144px;
        margin: 0 auto;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        max-width: 100%;
        padding: 1rem;
        background: transparent;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    }
    .section--aboutus-boxes .box--dark p {
        color: #ffffff;
    }

    .section--aboutus-boxes .box--dark .more {
        font-size: 0;
        background: url(../images/icon-small-arrow-right.svg) no-repeat;
        display: block;
        /*position: absolute;*/
        bottom: 1.5rem;
        right: 2.312rem;
        width: 35px;
        height: 22px;
        filter: invert(1);
        margin-top: 15px;
    }
.section--aboutus-boxes a.box-title .aboutus-subtitle, .section--aboutus-boxes a.box-title h4 {
    background: linear-gradient(to right, #00E6E3 0%, #00E6E3 100%) no-repeat 0px 100%/0px 100%;
    transition: all .2s ease-in-out;
}

.section--aboutus-boxes a.box-title:focus, .section--aboutus-boxes a.box-title:hover {
    color: #6B21A8;
    background-size: 100% 100%;
}

.section--aboutus-boxes .img-ratio img {
    aspect-ratio: 4/3;
}

.box-img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.box:hover .box-img {
    transform: scale(1.1);
}


/* Background for Inner Pages */
.bg-gradient {
    background: linear-gradient(45deg, #B621FE, #1FD1F9);
}