.features {
    background-color: #ffffff;
    padding: 85px 10px
}

.features .mt-5 {
    margin: 5px 10px !important
}

.section-title .about-subheading {
    padding: 50px 0 25px 0;
    font-size: 28px
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #5846f9
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 500px) {
    .features .image {
        padding: 50px 0
    }
}

.team {
    background: #f7f7f7;
    padding: 80px 0 80px 0
}

.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    transition: 0.3s;
    margin: 0 10px
}

.team .member .member-img {
    position: relative;
    overflow: hidden
}

.team .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    height: 100%;
    width: 100%;
    background: url(../assets/img/team-shape.svg) center bottom/110% no-repeat;
    z-index: 2
}

.team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2
}

.team .member .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center
}

.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8)
}

.team .member .social i {
    font-size: 18px
}

.team .member .member-info {
    padding: 10px 15px 20px 15px
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #012970
}

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e
}

.team .member:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0 40px rgba(0, 0, 0, 0.3)
}

.team .member:hover .social {
    right: 8px;
    opacity: 1
}

.about-director {
    padding: 80px 30px
}

.about-director p {
    font-size: 20px
}

.about-director p:nth-of-type(even) {
    padding-top: 20px
}

@media (max-width: 575px) {
    .team .member {
        margin: 25px 10px
    }

    .about-director {
        padding: 40px 30px
    }
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    display: none
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1
}

.testimonials .swiper-slide {
    opacity: 0.3;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1
    }

    .testimonials .swiper-pagination {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
        transition: all 0.4s ease-in-out
    }
}

@media (max-width: 500px) {
    .section-title {
        padding-bottom: 10px
    }

    .section-title h2 {
        font-size: 26px;
        margin-bottom: 0
    }
}


/*# sourceMappingURL=about.bundle.css.map*/