
/*====================
THEME FETURE  CSS
======================*/
.theme_feature{
padding:100px 0px; 
}  
  .service_area {
    padding: 100px 0 70px;
}
.single_service {
    margin-bottom: 22px;
    text-align: center;
    padding: 40px 0px 25px;
    transition: .5s;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.single_service_text_cor {
    margin-bottom: 22px;
    text-align: center;
    transition: .5s;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #711427;
}

.single_service_icon i {
    width: 125px;
    height: 125px;
    background-image: -moz-linear-gradient(-9deg, #ba0c2f 0%, #711427 97%);
    background-image: -webkit-linear-gradient(-9deg, #ba0c2f 0%, #711427 97%);
    background-image: -ms-linear-gradient(-9deg, #ba0c2f 0%, #711427 97%);
    line-height: 120px;
    text-align: center;
    font-size: 60px;
    border-radius: 50%;
    color: #fff;
}
.icon1.single_service_icon i {
    background: #711427;
    border: 3px solid #711427;
}
.icon2.single_service_icon i {
    background: #711427;
    border: 3px solid #711427;
}
.icon3.single_service_icon i {
    background: #711427;
    border: 3px solid #711427;
}

.single_service:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}
    .single_service:hover .single_service_icon i {
        background-image: -moz-linear-gradient(-9deg, #712323 0%, #ba0000 97%);
        background-image: -webkit-linear-gradient(-9deg, #712323 0%, #ba0000 97%);
        background-image: -ms-linear-gradient(-9deg, #712323 0%, #ba0000 97%);
    }
    .single_service:hover .icon1.single_service_icon i {
        background: #711427;
        border: 3px solid #711427;
    }
    .single_service:hover .icon3.single_service_icon i {
        background: #711427;
        border: 3px solid #711427;
    }
