/*
 * CSS for the homepage only
 */
 
#home_top_clientlogos {
    position: relative;
    background: url(https://www.marshallfreeman.com.au/assets/img/2023/clients-logos-black-and-white.jpg);
    height: 104px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    #home_top_clientlogos {
        background-size: cover;
    }
}

@media (max-width: 575.98px) {
    #home_top_clientlogos {
        height: 80px;
    }

    #home-slider-carousel .btn {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

#wrapper .carousel li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 1px;
    margin-left: 1px;
}

#wrapper .carousel li:before {
    content: none;
}

.carousel-control {
    width: 5%;
    background-image: none !important;
}

.carousel-indicators {
    bottom: -36px !important;
}

/*
        .carousel .carousel-item > .quote_wrapper,
        .carousel-inner>.carousel-item {
            height: 300px;
        }
        */

@media (max-width: 992px) {

    .carousel .carousel-item>.quote_wrapper,
    .carousel-inner>.carousel-item {
        height: 480px;
    }

    .carousel-control.left {
        left: -20px;
    }

    .carousel-control.right {
        right: -20px;
    }
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel .carousel-item>.quote_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: url(https://www.marshallfreeman.com.au/assets/img/review-quote.jpg) #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
    min-height: 300px;
    padding: 60px 0;
}

.quote_wrapper img {
    margin-right: 8px;
    width: 40px;
}

.carousel .carousel-item blockquote {
    padding: 0 15px;
    max-width: 800px;
    border-left: 0 !important;
    color: #000;
}

@media (max-width: 767.98px) {
    .carousel .carousel-item blockquote {
        font-size: 15px;
    }
}

.carousel cite {
    font-size: 16px;
    color: #000;
    text-align: left;
}

#home_testimonials_inner .row {
    padding: 0;
}

@media (max-width: 992px) {
    #home-slider {
        background-position: 70% 25% !important;
    }
}

.glyphicon-chevron-left:before {
    color: #02539C;
}

.glyphicon-chevron-right:before {
    color: #02539C;
}

.quote_wrapper blockquote:before {}

.quote_credit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.quote_wrapper .quote_via {
    display: block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}

.quote_wrapper .review_stars {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
    height: 22px;
    width: 125px;
}

.quote_wrapper .review {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.quote_wrapper .review_via {
    color: #000;
    font-size: 16px;
    padding: 0 4px;
    position: relative;
    top: 2px;
}

.quote_wrapper .review_google {
    position: relative;
    top: 2px;
    width: 80px;
}


#home-testimonials>.bg-dots {
    padding-bottom: 100px !important;
    padding-top: 80px !important;
}

@media (max-width: 991.98px) {

    .glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
        color: #fff;
    }
}

#home-testimonials .container {
    width: initial !important;
    max-width: initial !important;
}