.gradient{
    background: none !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #A4201C !important;
}
#services-slider .item .feature-box{
    background: #7FB800;
}
#services-slider .owl-item.active.center .feature-box{
    background: #A4201C;
}
.side-menu{
    background: linear-gradient(to right, #A4201C 0, #7FB800 90%);
}
.feature-box h5,.feature-box p,.feature-box i{
    color: #FFFFFF;
}
.feature-box:before,.rare-box,.hr-line{
    background: #323333;
}
.about ul li:before{
    background: linear-gradient(to right, #A4201C 0%, #323333 93%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.hvr-shutter-out-horizontal:before{
    background:#323333;
}
.custom-btn2:hover, .custom-btn2:active, .custom-btn2:focus {
    border: 1px solid #323333;
    color: #FFFFFF;
}
.icon-block:hover .counters h3, .icon-block:hover .counters h3 i {
    transition: all 3s ease-in-out;
    color: #A4201C;
    background: linear-gradient(to right, #A4201C 0%, #A4201C 93%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.owl-team .owl-dots{
    display: none;
}

.price-box-hvr-green.price-box:before{
    background: #7FB800;
}
.price-box-hvr-blue.price-box:before{
    background: #000000;
}
.price-box .btn:hover, .price-box .btn:focus {
    color: #000000 !important;
}
.custom-btn1{
    background:#000000 !important;
    border: 1px solid #000000;
}
.hvr-shutter-out-horizontal-blk:before{
    background:#7FB800;
}
.hvr-shutter-out-horizontal-blk:hover, .hvr-shutter-out-horizontal-blk:focus, .hvr-shutter-out-horizontal-blk:active{
    border: 1px solid #7FB800;
}
.address{
    background: #323333;
}
.img-hvr:hover .date {
    background:#7FB800;
}
.back-top {

    background: -webkit-linear-gradient(90deg, #323333, #A4201C);
    background: -webkit-gradient(linear, left top, right top, color-stop(#323333), color-stop(#A4201C));
    background: -webkit-linear-gradient(left, #323333, #A4201C);
    background: -o-linear-gradient(left, #323333, #A4201C);
    background: -webkit-gradient(linear, left top, right top, from(#323333), to(#A4201C));
    background: linear-gradient(90deg, #323333, #A4201C);
}
.back-top::before {
    background: -webkit-linear-gradient(90deg, #A4201C, #7FB800);
    background: -webkit-gradient(linear, left top, right top, color-stop(#A4201C), color-stop(#7FB800));
    background: -webkit-linear-gradient(left, #A4201C, #7FB800);
    background: -o-linear-gradient(left, #A4201C, #7FB800);
    background: -webkit-gradient(linear, left top, right top, from(#A4201C), to(#7FB800));
    background: linear-gradient(90deg, #A4201C, #7FB800);
}

