.sub-text {
    font-weight: 600;
    margin: 0 0 10px;
    display: inline-block;
    color: #bb0b0b;
    line-height: 28px;
    font-size: 15px;
    text-transform: uppercase;
}

.sec-title2 .title {
    font-size: 36px;
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.rs-services.home-style2 .services-item {
    display: flex;
}

.rs-services.home-style2 .services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
}


.rs-services.home-style2 .services-item .services-text {
    padding: 0px 0px 0px 25px;
}



.rs-services.home-style2 .services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 6px;
}

.rs-services.home-style2 .services-item .services-text .title a {
    color: #0a0a0a;
}

.rs-services.home-style2 .services-item .services-text .title a:hover {
    color: #bb0b0b;
}

.rs-services.home-style2 .services-item .services-text .services-txt {
    margin: 0;
    color: #454545;
}



.rs-videos.choose-video {
    position: relative;
}

.rs-videos.choose-video .animate-border .popup-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rs-videos .animate-border .popup-border {
    background: #bb0b0b;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #ffffff;
}

.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}