.features-boxed, .team-boxed {
    color: #313437;
    background-color: #eef4f7
}

.features-boxed p, .map-clean p, .team-boxed p {
    color: #7d8285
}

.features-boxed h2, .map-clean h2, .team-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

.features-boxed .page_container, .team-boxed .page_container {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.features-boxed .page_container p, .team-boxed .page_container p {
    margin-bottom: 0
}

.features-boxed .features, .team-boxed .people {
    padding: 50px 0
}

.features-boxed .item, .team-boxed .item {
    text-align: center
}

.features-boxed .item .box, .team-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 20px;
    margin-bottom: 35px
}

.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit
}

.features-boxed .item .description, .team-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
}

.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.footer-basic li {
    padding: 0 10px
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8
}

.footer-basic ul a:hover, .team-boxed .social a:hover {
    opacity: 1
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75
}

.footer-basic .social > a:hover {
    opacity: .9
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

.map-clean {
    color: #313437;
    background-color: #fff
}

.map-clean .page_container {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.map-clean iframe {
    background-color: #eee
}

.simple-slider .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width: 767px) {
    .features-boxed h2, .map-clean h2, .team-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }

    .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
        display: none
    }

    .simple-slider .swiper-slide {
        height: 360px
    }
}

.team-boxed .item .name {
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit
}

.team-boxed .item .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px
}

.team-boxed .item img {
    max-width: 160px
}

.team-boxed .social {
    font-size: 18px;
    color: #a2a8ae
}

.team-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: .7
}