header.header-2 .top-header {
    background: #000000;
}
.page-banner__media:after {
    top: 0 !important;
    width: 100% !important;
    left: -1px;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-image: url(assets/img/page-banner/page-banner-overly.png);
}
.page-banner__media:before {
    content: "";
    top: -395px;
    z-index: 1;
    left: 790px;
    width: 144.86px;
    height: 1194.97px;
    position: absolute;
    transform: rotate(-30.99deg);
    background: rgba(64, 105, 255, 0.5);
}

h3.title.color-secondary.fw-500.mb-10 {
    font-size: 20px;
    line-height: 26px;
}

h2.title.color-pd_black {
    font-size: 29px;
    line-height: 1.2em;
}
h2.title.color-d_black {
    font-size: 40px;
    line-height: 1.2em;
}
h3.title.color-secondary {
    font-size: 20px;
}
h3.title.color-white {
    font-size: 20px;
    line-height: 1.2em;
}

h3.title.color-d_black.mb-15.mb-xs-10 {
    font-size: 20px;
    line-height: 1.2em;
}


.testimonial__item-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.testimonial__item-box:hover {
    transform: translateY(-5px);
}
.testimonial__item-box h3 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    color: #222;
}
.testimonial__item-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

h3.title.color-d_black {
    font-size: 20px;
}

h3.sub-title.fw-500.color-primary.text-uppercase.mb-sm-15.mb-xs-10.mb-20 {
    font-size: 18px;
}

.blog-item.blog-standard.blog-post-details h2 {
    font-size: 30px;
    line-height: 1.2em;
}
.page-title h1 {
    font-size: 31px;
    line-height: 1.2em;
}
.blog-item.blog-standard.blog-post-details h3 {
    font-size: 25px;
    line-height: 1.2em;
}

.content h3 {
    font-size: 23px;
    line-height: 1.2em;
}