@keyframes pulsate1 {
0% { box-shadow: 0 0 0 0 rgba(255, 98, 0, 0.4); }
100% { box-shadow: 0 0 0 20px rgba(255, 98, 0, 0); }
}

.border-left-orange-md {
        border-left: 1px solid #f29104;
}


#sp-header {
    height: 99px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
    animation: spFadeIn 0.5s;
}
#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);
}

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

#sp-menu a.btn {
    background-color: orange;
    display: inline-block;
    padding: 4px 10px 2px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}
#sp-top-bar a, #sp-menu ul.social-icons a {
    color: #1353aa;
}
#sp-top-bar a:hover, #sp-top-bar a:focus , #sp-menu ul.social-icons a:hover, #sp-menu ul.social-icons a:focus {
    color: #f29104;
}
#sp-top-bar {
    background: #ffffff;
    color: #252525;
}

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

