.dual-slop .av-section-color-overlay {
    clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 95%, 50% 100%, 0 95%);
}

.double-curve .av-section-color-overlay {
    clip-path: polygon(0 6%, 25% 0, 100% 3%, 100% 96%, 75% 100%, 0 97%);
}

.double-curve .av-section-color-overlay-wrap {
    clip-path: polygon(0 6%, 25% 0, 100% 3%, 100% 96%, 75% 100%, 0 97%);
    background-image: url(/wp-content/uploads/2023/10/Make-It-Right-Guarantee.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
}

.double-curve .content {
    padding-block: 125px;
}

.curved-border img {
    border-radius: 11px;
}
.bar-content {
    border-left: 8px solid #d2d2d2 !important;
}

.dale-col .avia_video{
    border: 3px solid #fff !important;
}

.fixed-grid-col {
    border-radius: 25px;
}

.bar-content {
    background-color: #fafafa !important;
    padding: 10px 20px;
    border-left: 8px solid #d2d2d2
}

.bg-heading h3 {
    background: var(--secondary);
    color: #fff !important;
    border-left: 8px solid var(--primary) !important;
    margin: 0;
    padding: 10px;
    font-size: 25px !important;
    font-weight: normal;
}

@media (min-width: 768px) {
    .bg-heading h3 {
        font-size: 40px !important;
    }
}

.double-curve .container {
    max-width: 1600px !important;
}