/*******************************************************
 *
 * General
 *
 *******************************************************/
#content-sidebar, #content-full{
    margin-top: 0;
}

#content.aios-testimonials-page {
    margin-bottom: 66px;
}

#content.aios-testimonials-page h1,
.ip-testimonials-header-inner {
    line-height: 1;
    padding: 60px 0;
    font-weight: 100;
    font-size: 65px;
}

#content.aios-testimonials-page strong {
    display: inline-block;
}

#content .aios-testimonials-lists {
    display: none;
}

#content .aios-testimonials-lists > div {
    padding: 80px 50px;
    text-align: center;
    border: 1px solid #cecece;
    margin-bottom: 25px;
    cursor: pointer;
}

#content .aios-testimonials-lists a {
    color: inherit;
    text-decoration: none;
}

#content .aios-testimonials-lists p {
    font-size: 17px;
    line-height: 1.8;
}

#content .aios-testimonials-lists h3 {
    font-size: 17px;
}

#content.aios-testimonials-page .show-more-testimonials {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
    margin: 66px 0 0;
}

#content .aios-testimonials-lists.aios-primary-testimonials {}

#content .aios-testimonials-lists.aios-primary-testimonials p {
    font-size: 25px;
}

#content .aios-testimonials-lists.aios-primary-testimonials h3 {
    font-size: 25px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap {
    width: 50%;
    min-height: auto;
    padding: 80px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap p {
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap .star_rating_display {
    text-align: center;
    padding-bottom: 30px;
}

.aiosp-content.aios-popup-body.aix-testimonial-wrap h2 {
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}

/*New Layout*/

.ip-testimonials-header-wrapper {
    background: #8a764c;
}

#content.aios-testimonials-page h1, .ip-testimonials-header-inner{
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.ip-testimonials-header-inner span{
    display: block;
}

.ip-testimonials-header-inner-accent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    width: auto;
}

.ip-testimonials-header-inner-accent img {
    height: 100%;
}

.ip-testimonials-header-inner-text {
    position: relative;
    z-index: 2;
    padding-left: 9%;
    top: 0.5vw;
    letter-spacing: 0.7vw;
    line-height: 1.3;
}


.ip-testimonials-content-inner .slick-slide > div:first-child > div{
    padding-top: 40px;
}

.ip-testimonials-content-inner .slick-slide > div:last-child > div{
    padding-bottom: 40px;
}

.ip-testimonials-content-item {
    padding: 40px 0;
}

.ip-testimonials-content-items{
    background-image: url(../../../images/ip-testi-section-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ip-testimonials-content-items.item-with-bg{
    background-image: none;
}

.ip-testimonials-content-items > div {
    position: relative;
    z-index: 1;
}

.ip-testimonials-content-items.section-0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92);
    z-index: 1;
}

.ip-testimonials-content-items.section-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(138,118,76,0.92);
    z-index: 1;
}

.ip-testimonials-content-item-stars img{
    display: inline-block;
}
.ip-testimonials-content-item-title {
    font-size: 25px;
    display: block;
    padding: 15px 0;
}

.ip-testimonials-content-item-description {
    font-size: 18px;
    font-weight: 100;
    color: #565656;
}

.ip-testimonials-content-item-author {
    margin: 25px 0 0;
    color: #787878;
    position: relative;
}

.ip-testimonials-content-item-author::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}


.ip-testimonials-content-item-author-holder {
    padding-left: 35px;
}

.ip-testimonials-content-item-author-holder span{
    display: block;
}
.ip-testimonials-content-item-author-holder span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.ip-testimonials-content-items > .container:first-child > div {
    border-bottom: 1px solid #d3d3d3;
}

.ip-testimonials-content-items.section-2 > .container:first-child > div{
    border-color: rgba(255,255,255,0.25);
}
.ip-testimonials-content-items.section-2,
.ip-testimonials-content-items.section-2 .ip-testimonials-content-item-description,
.ip-testimonials-content-items.section-2 .ip-testimonials-content-item-author,
.ip-testimonials-content-items.section-2 .ip-testimonials-content-item-author-holder span:first-child{
    color: #fff;
}

.ip-testimonials-content-items.section-2 .ip-testimonials-content-item-author::before{
    background-color: #fff;
}
.ip-testimonials-dots-inner {
    padding: 40px 0 0;
    text-align: center;
}
.ip-testimonials-dots-inner ul li span {
                display: block;
                width: 30px;
                height: 2px;
                background: rgba(0, 0, 0, 0.2);
                cursor: pointer;
                position: relative;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .ip-testimonials-dots-inner ul li span::after{
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 0;
                opacity: 0;
                background: #000;
            }

        .ip-testimonials-dots-inner ul li {
            display: inline-block;
            vertical-align: bottom;
            margin: 0 15px;
        }
        .ip-testimonials-dots-inner li.slick-active{
            pointer-events: none;
        }
    .ip-testimonials-dots-inner li.slick-active span::after{
        height: 5px;
        opacity: .6;
    }

.ip-testimonials-dots-inner li.slick-active span{
    width: 60px;
}

.ip-testimonials-dots-inner ul {
    margin: 0 !important;
}



/*Team*/

.custom-map-banner {
    position: relative;
}

p#breadcrumbs{
    margin: 0;
    line-height: 1;
}

.ip-banner{
    /*display: none !important;*/
}

/*Team end*/

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {
    .ip-testimonials-header-inner-text{
        font-size: 50px;
        padding-left: 9.7%;
    }
}

@media only screen and (max-width: 991px) {
    #content .aios-testimonials-lists > div {
        padding: 50px 30px;
    }
    
    .aiosp-content.aios-popup-body.aix-testimonial-wrap {
        width: 700px;
        max-width: 95%;
        padding: 50px 30px;
    }
    
    #content .aios-testimonials-lists p,
    #content .aios-testimonials-lists h3 {
        font-size: 17px !important;
    }

    .ip-testimonials-header-inner-accent{
        left: 50%;
        height: 30%;
        transform: translateX(-50%);
        opacity: 0.3;
    }

    .ip-testimonials-header-inner-text {
        font-size: 30px;
        padding-left: 0;
        text-align: center;
    }

    #content.aios-testimonials-page h1, .ip-testimonials-header-inner{
        padding: 60px 0 20px;
    }

    .ip-testimonials-header{
        display: none;
    }
    .ip-testi-title.mob-ip-testi-title{
        font-size: 30px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        z-index: 9;
        left: 50%;
        font-weight: 800;
        font-family: 'Manrope', sans-serif;
        letter-spacing: -2.5px;
        line-height: 1;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-map-banner{
        margin-top: 0 !important;
    }
    .ip-testimonials-header-inner-text{
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {}