﻿.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.box {
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.prices-am-homepage .h3 {
    font-size: 22px;
    color: #3a435d;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    display: block;
    background: #f6f6f6;
    padding: 10px 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.prices-am-homepage .box .h4 {
    font-size: 22px;
    color: #3a435d;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    display: block;
}

.p-l-10 {
    padding-left: 10px !important;
}

.prices-am-homepage .box p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3a435d;
    margin: 13px 0;
}

.m-l-10 {
    margin-left: 10px !important;
}

.provide-services-am .box {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px .2px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 5px .2px rgba(0, 0, 0, .16);
    padding: 10px;
    min-height: 55px;
    background: #fff;
}

.provide-services-am .box .h4 {
    color: #3a435d;
    font-family: Lato, sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    display: block;
    line-height: normal;
}

.provide-services-am .box:focus, .provide-services-am .box:hover {
    background: #3a435d;
    color: #fff !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.provide-services-am .box:hover .h4{
    color: #fff !important;
}


.wc_gra_bg{
    background-color: #dbdbdb;
    padding-top: 80px;
    padding-bottom: 80px;
}


.is-dark .logo-light {
    opacity: 1;
    visibility: visible;
    width: 150px;
}