.page-template-templates .ip-banner::before {
	background: rgba(0,0,0,.2);
}

.ip-banner::after {
    content: '';
    width: 294px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://cdn.agentimagehosting.com/3rG9L2hov7pPgYXvyrHUX/2024/04/Monogram_White.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 4;
    opacity: 0.2;
}

.page-template-templates .ip-banner .site-name,
.page-template-templates .site-name-communities,
.site-name-about,
.site-name-contact,
.site-name-blog {
    display: none !important;
}

.site-name-testi {
    display: block !important;
}

.page-template-templates #content-full::after {
    display: none !important;
}
.page-template-templates #content-full:before {
    display: none !important;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
p#breadcrumbs span {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .040em;
    text-transform: uppercase;
    color: #9f9f9f;
}
p#breadcrumbs span span.breadcrumb_last span {
    color: #4b4b4b !important;
}
div#content-full {
    margin: 0;
}
p#breadcrumbs {
    margin: 0 !important;
    padding: 28px 47px;
    position: relative;
    z-index: 5;
}
.page-template-templates .site-name-testi {
    font-size: 4vw !important;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: var(--UtopiaSTD);
}
.page-template-templates .site-name-testi span {
    font-size: 22px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family:var(--LibreFranklin);
}
.ip_banner_logo {
    width: 100%;
}
.ip-testi-desc {
    max-width: 676px;
    margin: 0 auto;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 24px;
    letter-spacing: .023em;
}
.ip-testi-desc::first-letter {
    font-family: 'Libre Caslon Display', serif;
    font-size: 72px;
    line-height: .9;
    display: inline-block;
    position: relative;
    top: 1px;
    height: 66px;
    padding-right: 17px;
    /* padding-bottom: 55px; */
    float: left;
}
.ip-testi-name {
    text-align: center;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
    margin-top: 21px;
}
.ip-testi-item {
    position: relative;
}
.ip-testi-item::after {
    content: '';
    width: 182px;
    height: 208px;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../images/testimonials/testi-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: .8;
}
.ip-testi-wrap {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(239,239,239,1) 82%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 82%,rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(239,239,239,1) 82%,rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ebebeb',GradientType=0 );
    padding: 124px 0 123px;
}
.ip-testi-wrap:nth-child(2) {
    padding: 72px 0 105px;
}
.ip-testi-pagi {
    max-width: 298px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
    padding-bottom: 37px;
}
.ip-testi-pagi-item a, .ip-testi-pagi-item {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4b4b4b;
}
.ip-testi-pagi-item:last-child {
    max-width: 91px;
    width: 100%;
}
.ip-testi-pagi-item:last-child a {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: .020em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}
.ip-testi-pagi-item:last-child a span {
    display: inline-block;
    width: 41px;
    text-align: center;
    position: relative;
    padding-bottom: 2px;
    position: relative;
    top: -4px;
}
.ip-testi-pagi-item.active a,
.ip-testi-pagi-item a:hover {
    color: #002349;
}

.ip-testi-pagi-item:last-child a span::after {
    content: '';
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    height: 1px;
    position: absolute;
}



@media only screen and (max-width: 1199px) {
    .page-template-templates .site-name-testi {
        /* font-size: 70px; */
    }
}

@media only screen and (max-width: 767px) {
    .ip-banner::after {
        width: 214px;
    }

    p#breadcrumbs {
        padding: 28px 34px;
    }

    .ip-testi-desc {
        font-size: 13px;
        line-height: 17px;
    }
}
