
body{
    color: #989eaa;
}

h1, h2, h3, h4, h5, h6, .sppb-addon-title{
    color: #203b59;
}



#sp-top-bar {
    position: relative;
    z-index: 2;
    
    background-color: #ffffffe8;
}

#sp-header{
    background-color: #11547eef;
}

#sp-logo .logo a{
    color: #fff;
}

#sp-menu .active a{
    color: #fff;    
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #1f5e86;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #ffffffbf;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #11547e;
}

.sp-megamenu-parent > li > a {
    color: #ffffffbf !important;
}
.sp-megamenu-parent > li:hover > a {
    color: #8fc5ff !important;
}

#slider {
    margin: -150px 0 0 0;
}



#sp-main-body {
    min-height: 800px;
}



#sp-main-body .sppb-row{
    justify-content: center;
}


#sp-bottom{
    background-color: #213343;
}
#sp-footer{
    background-color: #1c2b3b;
}
#sp-footer .container-inner {
    border-top: none;
}




.msg_err{
    margin: 0 0 5px 0;
    color: lightcoral;
    font-style: italic;
}