/*Testimonials*/
.ip-banner canvas {
    /*background-image: url(https://cdn.agentimagehosting.com/oA3eoC7CNNXOGEIvtKFzc/2024/05/banner-testimonials.jpg)!important;*/
}
.ip-banner::before {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 200%;
}

.custom-breadcrumbs nav.rank-math-breadcrumb span.last:after {
    content: 's';
}

#ip-testimonials {
    position: relative;
}
    .bg-section.bg-testi {
        top: 0;
        opacity: 0.1;
        z-index: -1;
    }
        .bg-section.bg-testi:before {
            content: '';
            height: 397px;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
        .bg-section.bg-testi:after {
            content: '';
            height: 63px;
            top: initial;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }

.custom-breadcrumbs .container.container-breadcrumbs {
/*    width: 1430px;*/
}
    .custom-breadcrumbs nav.rank-math-breadcrumb {
        padding: 26px 0;
    }

#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }

#content-full {
    margin-top: 0;
}

.ip-testi-list {
    position: relative;
    padding: 26px 0 0;
}
    .ip-testi-item {
        width: 50%;
        color: #000;
        padding: 116px 0 101px;
        margin: 40px 0;
    }
        .ip-testi-item-content {

        }
            .ip-testi-item-content h2 {
                font-size: 35px;
                color: inherit;
                font-family: var(--font-family-title);
                text-transform: uppercase;
                position: relative;
                line-height: 1.2;
                margin-bottom: 38px;
            }
                .ip-testi-item-content h2:before {
                    content: '';
                    position: absolute;
                    top: 9px;
                    left: -62px;
                    width: 29px;
                    height: 17px;
                    background: url(../../images/icon-testimonials-qoute.png) center/contain no-repeat;
                }
            .ip-testi-item-content p {
                font-size: 16px;
                line-height: 1.875;
                letter-spacing: 0.04em;
                color: #343434;
                position: relative;
                margin-bottom: 43px;
            }
                .ip-testi-item-content p:before {
                    content: '';
                    position: absolute;
                    width: 2px;
                    height: 52px;
                    background: var(--secondary);
                    top: 7px;
                    left: -47px;
                }
            .ip-testi-item-content h3 {
                font-size: 16px;
                line-height: 1.875;
                letter-spacing: 0.04em;
                color: inherit;
                font-family: var(--font-family-title);
                text-transform: uppercase;
            }
            .ip-testi-item-content .icon-stars {
                color: var(--secondary);
                display: flex;
                margin-top: 31px;
            }
                .ip-testi-item-content .icon-stars i {
                    font-size: 18px;
                    margin-right: 10px;
                }


    .ip-testi-item:nth-child(odd) {
        /*padding-left: 162px;
        padding-right: 120px;*/
        padding-left: 10.2%;
        padding-right: 7%;
    }
    .ip-testi-item:nth-child(even) {
        padding-left: 10.2%;
        padding-right: 7%;
    }

    .ip-testi-item:nth-child(4n - 3),
    .ip-testi-item:nth-child(4n) {
        padding-top: 30px;
        padding-bottom: 30px;
        align-self: center;
    }

    .ip-testi-item:nth-child(4n - 1),
    .ip-testi-item:nth-child(4n - 2) {
        background: #000;
        color: #fff;
        }
        .ip-testi-item:nth-child(4n - 1) p,
        .ip-testi-item:nth-child(4n - 2) p {
            color: inherit;
        }

    .ip-testi-item:nth-child(4n - 3) {
        width: 51%;
    }
    .ip-testi-item:nth-child(4n - 2) {
        width: 49%;
        border-bottom-left-radius: 80px;
    }
    .ip-testi-item:nth-child(4n - 1) {
        width: 50.3125%;
        border-top-right-radius: 80px;
    }
    .ip-testi-item:nth-child(4n) {
        width: 49.6875%;
    }

.page-links {
    text-align: center;
    font-size: 20px;
    margin: 50px 0 30px;
}
    .page-links .page-numbers {
        margin: 0 10px;
    }

.team-cta-wrap {
    position: relative;
    margin: 50px 0 0;
    z-index: 1;
}
    .team-cta-wrap .container {
        position: relative;
        padding: 102px 15px 92px;
    }
    .team-cta-wrap .container:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100vw;
        right: 0;
        background: #000;
        border-bottom-right-radius: 80px;
        display: block;
        z-index: -1;
    }
    .team-cta-list {
        max-width: 87.5%;
    }
        .team-cta-list li {

        }
            a.team-cta {
                display: flex;
                align-items: center;
            }
                .team-cta .accent-icon {
                    width: 31px;
                    position: relative;
                }
                .team-cta-text {
                    margin-left: 38px;
                }
                    .team-cta-text h2 {
                        font-size: 26px;
                        line-height: 1;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        transition: color var(--default-transition);
                    }
                    .team-cta-text span {
                        display: block;
                        font-size: 14px;
                        letter-spacing: 0.1em;
                        color: #808080;
                        text-transform: uppercase;
                        margin-top: 11px;
                        transition: color var(--default-transition);
                    }

                a.team-cta:hover .team-cta-text span {
                    color: #fff;
                }

@media only screen and (max-width: 1440px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
    .ip-testi-item-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .ip-testi-item {
        width: 100%!important;
        padding: 60px max(10%, 50px)!important;
        margin: 0;
        border-radius: 0!important;
    }

    .ip-testi-item-content h2:before {
        left: -40px;
    }

    .ip-testi-item-content p:before {
        left: -27px;
    }
    .ip-testi-item:nth-child(1) {
        padding-top: 0 !important;
    }
    .ip-testi-item:nth-child(odd) {
        background: #fff;
        color: #000;
    }

    .ip-testi-item:nth-child(even) {
        background: #000;
        color: #ffff;
    }

    .ip-testi-item:nth-child(even) p {
        color: inherit;
    }

    .ip-testi-item:nth-child(odd) p {
        color: #343434;
    }

    .team-cta-list {
        max-width: 90%;
        flex-flow: column;
        width: 300px;
        margin: 0 auto;
    }

        .team-cta-list li {
            margin-bottom: 30px;
        }

        .team-cta-list li:last-child {
            margin-bottom: 0;
        }

        .team-cta-text {
            margin-left: 25px;
        }
}
@media only screen and (max-width: 767px) {
    
}
@media only screen and (max-width: 480px) {
    .ip-testi-item-content h2 {
        font-size: 25px;
    }
}