#sp-top-bar {
    padding: 0px 0;
    font-size: 14px;
}

.pop-white-background, .mfp-close-btn-in .mfp-content .mfp-close {
    color: #000000;
    margin-right: 15px;
}
.pop-white-background, .mfp-figure figure {
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
}
.sppb-addon-image-overlay-icon {
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: none;
    width: 36px;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgb(0 0 0);
    border-radius: 40px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 2;
}


/*#sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
}
*/
#sp-top-bar {
    background: rgba(229, 229, 229, .7);
    color: #000000;
}

#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}

#sp-header {
    /*background: transparent ; */
  background-color: rgba(229, 229, 229, .7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
}
#sp-header {
    margin-bottom: -90px;
}
#sp-header {
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    animation: spFadeIn 0.5s;
}
@media (max-width: 991px) {
    #sp-header {
        height: 90px;
    }
}
@media (max-width: 575px) {
    #sp-header {
        height: 90px;
    }
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background: #e5e5e5 /*#e4e2dd*/ ;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 7px 0 3px;
    margin: 0;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 0px 0px 7px;
}


.inline-wrappers .sppb-addon-wrapper {
    display: inline-block;
    float: left;
}
.inline-wrappers-right .sppb-addon-wrapper {
    display: inline-block;
    float: right;
}

img.sppb-img-responsive {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .logo-image {
        height: 60px !important ;
    }
}
@media (max-width: 991px) {
    #offcanvas-toggler {
        height: 90px;
        line-height: 90px;
    }
}
@media (max-width: 991px) {
    #sp-header .logo {
        height: 90px;
    }
}
