.iconbox.home9_style:hover .icon svg path {
    fill: #fff;
}
.iconbox.home9_style .icon svg path {
    fill: #443297;
}
.iconbox.home9_style .icon svg {
    fill: #443297;
    width: 60px;
    height: 60px;
}
.iconbox.home9_style .icon span {
    line-height: inherit;
}

#mega-menu ul.menu li a .menu-icn svg path, .mega_button_dropdown_menu ul.menu li a .menu-icn svg path {
    fill: #041e42;
}
#mega-menu ul.menu li a .menu-icn svg, .mega_button_dropdown_menu ul.menu li a .menu-icn svg {
    fill: #041e42;
    width: 30px;
    height: 50px;
}


.banner-style-one .slide:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../../../../image/slideitempattern.png');
    background-repeat: no-repeat;
    background-position: center 90px;
    background-size: cover;
    border-radius: 8px;
}
.home1_style .banner-style-one .active .slide {

}
.home1_style .banner-style-one .slide .home-content span {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.home1_style .banner-style-one .slide .home-content h4 {

}
.home1_style .banner-style-one .slide .home-content p {
    font-size: 23px;
    animation: none !important;
}
.home1_style .banner-style-one .slide .home-content {
    border-left: 2px solid #fff;
    z-index: 1;
    position: relative;
}
.home1_style .banner-style-one .slide {
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 30px 0;
}


.home1_style .banner-style-one .owl-item.active:not(.center) {
    opacity: .8;
    transform: scale(.85);
}
.home1_style .banner-style-one .owl-item.cloned {
    opacity: .5;
    transform: scale(.75);
    transition: all 0.2s linear;
}
.home1_style .banner-style-one .owl-item {
    opacity: .5;
    transform: scale(.75);
    transition: all 0.2s linear;
}

.banner-style-one .owl-item.center + .owl-item {
    transform: scale(0.75);
    opacity: 0.6;
}

.home1_style .banner-style-one .owl-item.center {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 2 !important;
}
