.hero,.our-services {
    background-color: #f5f6fa;
}
.hero-innr strong {
    font-size: 24px;
    font-weight: bold;
}
.hero-innr.d-flex {
    align-items: center;
}

.hero-innr h1 {
    padding: 17px 0;
    margin: 0;
    font-size: 36px;
}
.hero-innr p {
    font-size: 25px;
    padding-bottom: 31px;
}

.hero-innr {
    margin: auto;
}
.services-header a,
.btn-actions a {
    background: #e84118;
    padding: 5px 18px;
    display: inline-block;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    font-weight: bolder;
    text-align: center;
}
.services-header a,
a.read-more {
    background: transparent;
    border: 2px solid #e84118;
    color: #e84118;
}
.padd-80 {
    padding: 40px 0;
}
.serv-box h3 a {
    margin: 0;
    text-decoration: none;
    color: #2a3c74;
    font-size: 20px;
    display: block;
}
.why-us {
    padding: 120px 0;
    color: #fff;
    background: #2b3e73;
}

.why-us-content {
    width: 73%;
    margin: auto;
    font-size: 22px;
}

.service-box {
    margin: 15px;
    width: 100%;
}

.service-box a {
    text-decoration: none;
    color: #010808;
}
.serv-box {
    text-align: center;
    box-shadow: rgba(27, 33, 90, .18) 0 26px 55px;
    border-radius: 16px;
}
.serv-box h3{
 margin: 15px 0;
}
.features-box img {
    background: #fff;
    width: 90px;
    height: 90px;
    padding: 9px;
    border-radius: 50%;
    border: 3px solid #2a3c74;
}
@media (max-width:992px) {
 .hero{
    background-size: cover!important;
    background-position: right!important;
 }
    
 .d-flex{
    justify-content: center;
 }
}
@media (min-width:992px) {
.hero {
    padding: 80px 0;
}
    .padd-80 {
    padding: 80px 0;
}
    .col-2 {
    width: 43%;
}
    .col-3 {
    width: 45%;
}
    .services-center {
    width: 63%;
}

.services-left {
    width: 18%;
}
.features {
}

.features-box {
    width: 25%;
}
.services-right {
    width: 18%;
}
    .service-box {
    margin: 15px;
    width: 21%;
}
.serv-box {
    
    width: 19%;
}
}