:root {
    --primaryColor: #F15523;
    --secondaryColor: #369E80;
    --blackColor: #0D003B;
    --paragraphColor: #777777;
    --gardineColor1: #F15523;
    --gardineColor2: #FF9615;
}

.widget_rss ul li a:hover {
    color: #F15523 !important;
}

.post-password-form input[type="submit"]:hover {
    border-color: #F15523;
}

.footer-info-area {
    background-color: #0D003B;
}

.footer-area {
    background-color: #0D003B;
}

.copyright-area {
    background-color: #4A416B;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #0D003B;
}

.navbar.menu-style-two .navbar-nav .nav-item .nav-link {
    color: #DDDDDD;
}

.responsive-navbar .offcanvas-body .navbar-nav li a {
    color: #0D003B;
}

.slider-width {
    width: 30%;
    text-align: left;
    color: var(--blackColor);
    list-style-type: circle;
    font-weight: 600;
}
/* 
.swiper-wrapper {
    max-height: 800px;
} */

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next::after {
    display: none;
}

@media screen and (max-width: 661px) {
    .slider-width {
        width: 100%;
    }
    .swiper-wrapper{
        height: 460px !important;
        min-height: 350px !important;
        max-height: 550px !important;
    }
    /* .swiper-wrapper {
        max-height: 100%;
    } */

    .sticky {
        margin-bottom: 0;
    }

    .lasticon {
        width: 100%;
    }

    li.lasticon a {
        border-radius: 0 !important;
        justify-content: center;
    }
}

.sticky {
    justify-content: end;
}

.testimonial-slider-page .single-slider {
    margin: 30px 0;
}

.owl-stage {
    display: flex;
    align-items: center;
}