@font-face {
    font-family: 'Panton Narrow-Trial';
    src: url('../fonts/PantonNarrow-Trial-Regular.eot');
    src: url('../fonts/PantonNarrow-Trial-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PantonNarrow-Trial-Regular.woff2') format('woff2'), url('../fonts/PantonNarrow-Trial-Regular.ttf') format('truetype'), url('../fonts/PantonNarrow-Trial-Regular.svg#PantonNarrow-Trial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Panton Narrow-Trial';
    src: url('../fonts/PantonNarrow-Trial-Bold.eot');
    src: url('../fonts/PantonNarrow-Trial-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PantonNarrow-Trial-Bold.woff2') format('woff2'), url('../fonts/PantonNarrow-Trial-Bold.woff') format('woff'), url('../fonts/PantonNarrow-Trial-Bold.ttf') format('truetype'), url('../fonts/PantonNarrow-Trial-Bold.svg#PantonNarrow-Trial-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.testimonials h3 {
    text-align: center;
    color: #070D15;
    font-size: 36px;
    line-height: 45px;
}
.testimonail-item {
    background: var(--white);
    padding: 135px 210px 100px 210px;
    border-radius: 24px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials {
    background: #FAF7FA;
    margin-bottom: 25px;
    padding: 50px 0px 70px 0px;
    overflow: hidden;
}
.testimonails-carousel .slick-list {
    padding: 0 21.5%;
    overflow: hidden;
}
.testimonails-carousel .slick-slide {
    height: inherit !important;
    margin: 25px 9px;
}
.testimonails-carousel .slick-track {
    display: flex !important;
}
.testimonail-item p {
    font-size: 24px;
    line-height: 34px;
    color: #748091;
    /* font-family: 'Panton Narrow-Trial'; */
}
.testimonail-item h6 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    font-family: 'Panton Narrow-Trial';
    font-weight: bold;
    color: #46556C;
    margin-bottom: 0px;
}
.testimonail-item::before {
    position: absolute;
    content: "";
    top: 74px;
    left: 89px;
    right: auto;
    width: 77px;
    height: 56px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonail-item::after {
    position: absolute;
    content: "";
    bottom: 85px;
    left: auto;
    right: 67px;
    width: 77px;
    height: 56px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.testimonials .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.testimonials .slick-dots li::before {
    display: none;
}
.slick-dots li button {
    width: 18px;
    height: 18px;
    border: 0px;
    border-radius: 50%;
    background: #E8EAED;
    color: transparent;
}
.slick-dots li.slick-active button {
    background: #4C0782;
}
.testimonials .slick-dots li {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}
.testimonials .slick-dots li:last-child {
    margin-right: 0px;
}
.single-service .testimonials {
    margin-bottom: 244px;
}
.testimonails-carousel.items-1 .slick-dots {
    display: none;
}