.service-box {
    text-align: center;
}

.service-icon i {
    font-size: 84px;
    color: #0b5be0;
    position: relative;
    padding-bottom: 17px;
}

.service-icon i:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-titles h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.service-titles h3 a {
    color: #000000;
}

.service-dec p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
}

.service-titles h3 a:hover {
    color: #0b5be0;
}

.service-icon img {
    width: 28%;
}

.service-icon {
    padding-bottom: 30px;
}


/* Style tow */

.service-box.style-two .service-titles h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.service-title-con {
    display: block;
    clear: both;
    float: left;
    margin-right: 15px;
    position: relative;
}
.service-box.style-two .service-contents {
    text-align: left;
    box-shadow: 0px 1px 5px 1px #efe3e3;
    padding: 40px 28px;
}

.service-box.style-two .service-title-con {
    overflow: unset;
}

.service-box.style-two .service-c-inner {
    overflow: hidden;
}

.service-title-con i {
    font-size: 41px;
}

.service-box.style-two .service-icon i:after {
    content: unset;
}

.service-box.style-two .service-icon i {
    font-size: 130px;
}

.service-box.style-two .service-icon {
    margin-bottom: 8px;
}


/* Style three */

.service-box.style-three {
    text-align: left;
    box-shadow: 0px 0px 6px 0px #cecece;
    padding: 25px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-box.style-three .service-titles h3 {
    margin: 0;
}

.service-box.style-three .service-titles {
    display: block;
    margin-bottom: 10px;
}

.service-box.style-three .service-titles h3 a {
    padding: 12px;
    display: block;
}

.service-dec blockquote {
    background: transparent;
    padding: 0px 13px;
    border-left: none;
    position: relative;
}

.service-dec blockquote:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #596273;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(0deg);
}

/* ======== Home Services CSS Start ======== */

.home_services_box {
    position:relative;
    text-align:center;
    border:1px solid #EEE;
    padding:30px 0px;
    margin:10px 0px 0px 0px;
    background:#FFF;
}
.home_services_box h4 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.home_services_box .sep {
    border: none;
    text-align: center;
    display: table;
 transition: all .5s ease 0s;
    width: 60px;
    height:2px;
    margin-left:auto;
    margin-right:auto;
}
.home_services_box:hover .sep {
 transition: all .5s ease 0s;
    width: 80px;
}
.home_services_box .right_arrow:before, .home_services_box .left_arrow:before, .home_services_box .right_arrow:after, .home_services_box .left_arrow:after {
    position: absolute;
 transition: .3s;
    content: "";
}
.home_services_box .right_arrow:before, .home_services_box .left_arrow:before {
    width: 50px;
    height: 2px;
}
.home_services_box .right_arrow:after, .home_services_box .left_arrow:after {
    width: 2px;
    height: 50px;
}
.home_services_box .right_arrow:before {
    right: 0;
    bottom: -1px;
}
.home_services_box .right_arrow:after {
    right: -1px;
    bottom: 0;
}
.home_services_box .left_arrow:before {
    left: 0;
    top: -1px;
}
.home_services_box .left_arrow:after {
    left: -1px;
    top: 0;
}
.home_services_box:hover .right_arrow:before, .home_services_box:hover .left_arrow:before {
    width: 100%;
 transition: .3s;
}
.home_services_box:hover .right_arrow:after, .home_services_box:hover .left_arrow:after {
    height: 100%;
 transition: .3s;
}
.home_services_box .price {
    font-size:42px;
    padding:0px 0px 20px 0px;
    font-weight:600;
}
.home_services_box .price span {
    float:left;
    width:100%;
    font-size:13px;
    color:#666;
}
.home_services_box .sep {
    background: #523ee8;
}
.home_services_box .right_arrow:before, .home_services_box .left_arrow:before, .home_services_box .right_arrow:after, .home_services_box .left_arrow:after {
    background: #523ee8;
}
.home_services_box .price {
    color:#333;
}
.plan-button {
    background: #333;
    color: #FFF;
    padding: 6px 15px;
    display: inline-block;
    font-size: 15px;
}

/* ======== Home Services CSS End ======== */