/*header*/
.banner{
    position: relative;
    z-index: 1;
}
.banner::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner-slider_img{
    width: 100%;
    position: relative;
    overflow: hidden;
    /* padding: 16rem 0; */
}
.banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
}

.blog_slider.owl-theme .owl-dots .owl-dot span ,
.Special_slider.owl-theme .owl-dots .owl-dot span ,
.Testimonial_slider.owl-theme .owl-dots .owl-dot span ,
.banner-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 6px;
    transition: all .5s ease-in-out;
}
.blog_slider.owl-theme .owl-dots .owl-dot.active span ,
.Special_slider.owl-theme .owl-dots .owl-dot.active span ,
.Testimonial_slider.owl-theme .owl-dots .owl-dot.active span ,
.banner-slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--Primary);
    width: 27px;
    height: 6px;
    transition: all .5s ease-in-out;
}

.banner_contain {
    width: 85% !important;
    margin: 0 auto
}

/*header*/

/*section_four*/

.nav-tabs a.active{
    color: var(--Primary);
    text-decoration: underline;
    font-weight: 700;
    transform: scale(1.1,1.1);
    display: block;
}
/*section_four*/


