    .countr_text>h2 {
    margin: 0;
    color: #21346c;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}
    .countr_text>h2:hover {
    margin: 0;
    color: #5eb1e3;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}

.section_title_lefts h3 span {
	color:#5eb1e3;
}
.abt-head3 {
    margin: 0 !important;
    color: #21346c !important;
    display: inline-block !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
}

.single_counter:hover .countr_text>.abt-head3 {
    color: #5eb1e3;
}
.single-blogarea{
    height: 220px !important;
    background: #e5e5e563 !important;
    max-height: 220px !important;
}
@media (max-width: 767px){
.single_feature, .single-blogarea {
    margin-bottom: 15px !important;
    height: auto !important;
}}