/*header*/
#sp-header {
    background: #fff;
    border-bottom: 3px solid #02748a;
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    padding: 0 20px;
}

@media (max-width: 1399px){
header#sp-header .logo-image {
height: 50px;
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    padding: 0 10px;
}}

/*menu color*/
.sp-megamenu-parent>li.active>a,.sp-megamenu-parent>li.active:hover>a {
    color: #017489;
}

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

.sp-megamenu-parent>li:hover>a {
    color: #017489
}

/*menu active*/
.sp-megamenu-parent>li.active>a{position:relative;}

.sp-megamenu-parent>li.active a:before{position:absolute;content:'';height:6px;border-radius:100px;width:100%;background:#017489;bottom:0;left:0;right:0;margin:auto;}

/*burger*/
.burger-icon>span {
    background-color: #017489;
}

@media (max-width: 991px){
#sp-header .row {
    flex-wrap: inherit;
}}

/*footer*/
#sp-bottom .sppb-addon-title {
    font-family: 'Roboto';
    font-size: 18px;
}
#sp-bottom .sppb-addon-title {
    font-family: 'Roboto';
    font-size: 18px;
}

section#sp-bottom {
    padding: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(3,44,52,1) 80%);
}

#sp-bottom:after {
    height: 0px;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}
#sp-bottom {
    background: #ffffff;
    color: #FFFFFF;
}

#sp-footer .container-inner {
    padding: 15px 0;
    text-align: center;
}
#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}

.bottom-info li {
    margin-bottom: 15px!important;
}

@media (max-width: 991px){
section#sp-bottom {
    padding: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 100%, rgba(3,44,52,1) 100%);
}
div#sp-bottom1 {
    padding: 0px;
}}



/*scroll*/
.sp-scroll-up {
    bottom: 40px;
    right: 100px;
}




/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1c5562;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*zindex*/
.zindex1{z-index:1!important;}
.zindex2{z-index:2!important;}