html {
    scroll-behavior: smooth;
}
.theme-container {
    max-width: 1428px;
    padding: 0 20px;
}
.testimonial-wrapper-slider-pagination .swiper-pagination-bullet {
    background: #0ea6ff;
}
.title-section {
    background-image: url("../img/title-area-thumb.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -250px;
}
.drawer-wrapper {
    display: none;
}
.drawer-wrapper.active {
    display: block;
}
.w-half{
    width: 50%;
}
@media (max-width: 992px) {
    .w-half{
        width: 100%;
    }
}