.services {
    width: 100%;
    display: block;
    padding: 30px;
    background: #fff;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
.services:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    background: #404dff;
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
.services.border {
    border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.services .media-body {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(100% - 80px); }
.services .media-body h3 {
    font-size: 22px;
    font-weight: 600; }
.services .media-body.media-body-2 {
    width: 100% !important; }
.services:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1; }
.services:hover .icon {
    background: #fff; }
.services:hover .icon span {
    color: #21bf73; }
.services:hover .icon.icon-2 {
    background: transparent !important; }
.services:hover .icon.icon-2 span {
    color: #fff !important; }
.services:hover .media-body h3 {
    color: #fff; }
.services:hover .media-body p {
    color: rgba(255, 255, 255, 0.8); }
.ftco-section {
    padding: 6em 0;
    position: relative; }
@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0; } 
}
.ftco-counter {
    padding: 5em 0;
    background: #404dff;
}
.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}
.ftco-counter .text strong.number {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.ftco-counter .text span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-align: center !important;
}
.ftco-no-pb {
    padding-bottom: 0;
}
.ftco-no-pt {
    padding-top: 0;
}
.bg-light {
    background: #fff !important;
    z-index: 0;
}
.intro {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-top: -60px;
    box-shadow: 0 13px 20px 0 rgba(0,0,0,.13);
}
.intro h3 {
    font-weight: 600;
    line-height: 1.5;
    color: #203d67;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-size: 1.75rem;
    text-align: left;
}