/*=========================================
    STRATOS CUSTOM CSS
=========================================*/

.single-service,
.feature-box,
.blog-card{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
}

.single-service:hover,
.feature-box:hover,
.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.single-service h4,
.blog-card h4{
    margin-bottom:20px;
    color:#0C2340;
}

.single-service ul{
    padding-left:18px;
}

.single-service ul li{
    margin-bottom:10px;
}

.feature-box{
    text-align:center;
    font-weight:600;
}

.blog-card a{
    color:#1B5EAA;
    font-weight:600;
    text-decoration:none;
}

.sub-title{
    color:#1B5EAA;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title h2{
    color:#0C2340;
    font-weight:700;
    margin-bottom:20px;
}