@charset "utf-8";

#sp-top-bar {
  display: none;
  visibility: hidden;
}

#sp-header {
    background: transparent;
}

#sp-header>.container>div {
    border-bottom: none;
}

.body-innerwrapper {
    overflow-x: hidden;
    padding-top: 0px;
}

@media (max-width: 991px)
.body-innerwrapper {
    overflow-x: hidden;
    padding-top: 110px;
}

.body-innerwrapper:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    height: 1080px;
     background-image: url(/images/bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0% 0;
    z-index: -1;
}

#sp-header.header-sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #35b2da;
}

.sp-megamenu-parent>li:hover>a {
    color: #35b2da;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #35b2da;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 20px;
    line-height: 100px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.sp-megamenu-parent>li>a {
    color: #666666;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #666666;
}

.sp-menu-heading  {
    color: #666666;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px;
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #35b2da;
}

#sp-footer, #sp-bottom {
    background: #E4F6FA;
}

#sp-bottom {
    padding: 200px 0 0px;
    font-size: 20px;
    line-height: 1.6;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.active>a, a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li.active span {
    color: #35b2da;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
    color: #35b2da;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #6f6683;
    border-radius: 3px;
    z-index: 1000;
}

#sp-header {
    height: 90px;
    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 {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.burger-icon > span {background-color: #6f6683 !important;}

@media (max-width: 991px) {
#sp-header {
    height: 60px;
}
}

@media screen and (max-width: 1279px) {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: flex !important;
    }
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 18px;
    padding: 4px 0px;
    line-height: 32px;
    font-weight: 500;
}
