/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 06:40:34 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

.left-side {
    background-color: #6bb5ff;
    padding: 5rem 10rem 10rem 5rem;

}

.left-side h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #043769;

}

.testimonial_custom {
    color: white;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5rem;
}

.right-side {
    background-image: url(/wp-content/uploads/2021/10/Test_BKG.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}


.img_left {
    background: url(/wp-content/uploads/2021/10/Building.jpg);
    background-position: center;
    background-size: cover;
    height: 275px;
    padding: 0;
}

.textured_right {
    background: url(/wp-content/uploads/2021/10/lines.png);
    background-position: center;
    background-size: cover;
    height: 275px;
}

.quotes {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    line-height: 1.3;

}

.col-md-12.text_col-lower {
    padding: 5rem;
}

.pink_layer {
    background-color: rgb(167,74,129,0.4);
    position: absolute;
    height: 275px;
    width: 25%;
}
 
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
    border-top-right-radius: 0;
    transform: rotate(
-45deg);
}

        .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px -1px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

        .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #d2e9ff;
    opacity: 1;
    box-shadow: none;
}
.owl-dots .owl-dot span {
    opacity: 1;
    background: #043769;
    box-shadow: none;
}
        
        .owl-nav button svg {
    width: 50px;
    height: 50px;
    color: #6BB5FF;
    background: #d2e9ff;
}
.owl-nav button {
    box-shadow: none;
    outline: none;
    background: none !important;
    top: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    /* color: inherit; */
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
h3.pp-testimonials-title {
    font-family: Epilogue, sans-serif;
    font-weight: 700;
    font-size: 45px;
  color: #fff !important;
}
h4.pp-testimonials-subtitle {
    font-family: Epilogue, sans-serif;
    font-weight: 700;
    font-size: 24px;
}
h4.pp-testimonials-subtitle {
    color: #043769;
    margin-top: 0px;
    margin-bottom: 20px;
}
.pp-testimonials-content {
    font-family: Epilogue, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.owl-nav {
    margin-top: 10px;
}
.owl-dots {
    margin-top: 25px;
}

.owl-dot {
  padding-right: 3px !important;
}
