/* .rs-parallax-wrap{
    position: absolute;
    top: 100px !important;
}

rs-layer-wrap{
    position: absolute;
    top: 100px !important;
} */

.welcome_up_inside_divider {
    background-image: url(../../images/welcomeup.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    /* margin-top: -50px; */
    margin-top:-10px;
}

.welcome_down_inside_divider {
    background-image: url(../../images/welcomedown.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    /* margin-top: -50px; */
}

/* #rev_slider_1_1{
    max-height: 400px !important;
    overflow: hidden;
} */

/* rs-fw-forcer { max-height: 600px !important;} */


.btn-purple{
    background-color: #a5448c;
    color: #fff;
}

.btn-outline-purple{
    border:2px solid #a5448c;
}

.btn-outline-purple:hover{
    border:2px solid #a5448c;
    background-color: #a5448c;
    color: #fff;
}

.team_up_inside_divider {
    background-image: url(../../images/teamup.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    /* margin-top: -50px; */
    margin-top:-10px;
}

.team_down_inside_divider {
    background-image: url(../../images/teamdown.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    /* margin-top: -50px; */
}

.aboutbox{
    box-shadow: 8px 9px 5px #fff;
    min-height: 350px;
    border:1px solid #fff;
    padding: 10px;
    border-radius:15px;
    margin-bottom: 20px;
}

.aboutbox:hover{
    background-color: greenyellow;
    color:#a5448c;
}

.aboutbox:hover .heading__title {
    color: black !important;
}