﻿* {
    font-family: 'Nunito Sans', Arial, sans-serif;
}

body {
    font-family: "Nunito Sans", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}

.custom-blue {
    background: #1b9ce3;
}

.custom-blue-text {
    color: #1b9ce3;
}

.custom-blue:hover {
    background-color: #fff;
    color: #1b9ce3 !important;
    border-color: #1b9ce3;
}

.services {
    display: block;
    width: 100%;
    position: relative;
    background: #f0f9fd;
    padding: 20px 30px;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap-about .img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.services.active, .services:hover {
    background: #1b9ce3;
    color: #fff;
}

.services:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
}

.services .media-body h3 {
    font-weight: 600;
    font-size: 20px;
    color: #233e62;
}

.services.active .media-body h3, .services:hover .media-body h3 {
    color: #fff;
}

.wrap-about .wrap-about-border {
    border: 4px solid #d1ebf9;
    padding: 20px;
}

.btn.btn-primary {
    background: #1b9ce3;
    border: 1px solid #1b9ce3;
    color: #fff;
}

.ftco-intro {
    position: relative;
    padding: 3em 0;
    z-index: 0;
}

.img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

.ftco-intro h2 {
    line-height: 1.2;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.ftco-intro:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #233e62;
    background: #1566ad;
    background: -moz-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1566ad), color-stop(100%, #1b9de3));
    background: -webkit-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -o-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#1b9de3));
    background: linear-gradient(to right, #1566ad 0%, #1b9de3 100%);
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #1b9ce3;
}

.wrapper {
    width: 100%;
    max-width: 1110px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 18px -9px rgba(0, 0, 0, 0.14);
}

#section-counter {
    position: relative;
    z-index: 0;
    padding-bottom: 1em;
}

.ftco-counter {
    overflow-x: hidden;
    position: relative;
    margin-top: -50px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.ftco-counter .block-18 {
    display: block;
    width: 100%;
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    display: block;
    position: relative;
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    display: block;
    position: relative;
}

.ftco-counter .text span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.ftco-counter .text strong.number:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    width: 35px;
    height: 2px;
    background: #1b9ce3;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.services-2 .icon span {
    font-size: 50px;
    color: #1b9ce3;
}

.services-2 .media-body h3 {
    font-weight: 600;
    font-size: 20px;
    color: #233e62;
}

.services-2:hover {
    background: #1b9ce3;
    color: #fff !important;
}

    .services-2.active .media-body h3, .services-2:hover .media-body h3 {
        color: #fff;
    }

.services-2 {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .services-2.noborder-left {
        border-left: none;
    }
