﻿body {
    font-family: "Archivo", sans-serif;
    background-color: #223a56;
}

h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin: 30px 0 60px;
    display: flex;
    justify-content: center;
}

    h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 4px;
        border-radius: 1px;
        background: #81b2ba;
        left: 0;
        right: 0;
        bottom: -20px;
    }

    h2 b {
        display: flex;
    }

.carousel-inner {
    overflow: visible;
}

.carousel .carousel-item {
    color: #999;
    overflow: visible;
    min-height: 120px;
    font-size: 13px;
}

.carousel .media {
    position: relative;
}

    .carousel .media img {
        display: block;
    border-radius: 50%;
    margin-top: 0;
    height: 40px;
    width: 40px;
    }

.carousel .testimonial-wrapper {
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    min-height: 187px;
}

.quotes-icon {
    width: 50px;
    position: absolute;
}

    .quotes-icon img {
        width: 100%;
    }

    .quotes-icon.quote-left {
        top: -15px;
        left: 30px;
    }

    .quotes-icon.quote-right {
        bottom: -15px;
        right: 30px;
    }

    .star-rating {
        order: 1;
    }

.media.img-person {
    order: 2;
    margin-bottom: 10px;
}

.registered-mark {
    font-size: 10px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.carousel .testimonial {
    color: #000000;
    position: relative;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 3;
}

.carousel .star-rating li {
    padding: 0 2px;
}

.carousel .star-rating i {
    font-size: 16px;
}

.carousel .overview {
    display: flex;
    justify-content: space-between;
}

    .carousel .overview .details {
        padding: 5px 0 8px;
    }

    .carousel .overview b {
        text-transform: uppercase;
        color: #81b2ba;
        font-size: 16px;
    }

.carousel .carousel-indicators {
    bottom: -70px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 2px;
    box-sizing: border-box;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

    .carousel-indicators li.active {
        color: #fff;
        background: #81b2ba;
        border: 5px double;
    }


.row {
    margin: 0;
}

header {
    display: none !important;
}

nav#sidebarMenu {
    display: none !important;
}

main.col-md-9.ms-sm-auto.col-lg-10.px-md-4 {
    max-width: 100% !important;
    flex: 100% !important;
}

.carousel-item .col-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.carousel .star-rating li{
    height: 20px;
    width: 20px;
    background: #8ab8bf !important;
    padding: 2px;
    fill: #ffffff !important;
}

.carousel .star-rating i {
    font-size: 16px;
    color: #fff;
	order: 3;
}

.media.infos-person > div > div:nth-child(2) {
    text-align: left !important;
}

.grp-entangle-item-head-logo-wrapper {
    margin-left: auto;
	order: 3;
}



