.sp-page-title {
  background: #0f3b4d;
  padding: 20px 0; 
}

ul.social-icons { 
    font-size: 18px;
}

.sp-contact-info li { 
    font-size: 18px;
	white-space: inherit;
	color: #252525;
} 

#sp-header-topbar .container-inner {
    border-bottom: none;
}
#sp-header.lg-header {
    box-shadow: 0 2px 2px rgb(34 163 218);
}

#sp-header-topbar a {
    color: #252525;
}

.fas, [class^=icon-], [class*=\ icon-], .fa-solid {
    font-weight: 900;
    color: #22a3da;
}

.fab, .icon-joomla, .fa-brands {
    font-weight: 400;
    color: #22a3da; 
}
 

#sp-footer, #sp-bottom {
    background: #0F3B4D;
    color: #FFFFFF;
}

#sp-header.lg-header {
    box-shadow: 0 2px 3px rgb(34 163 218);
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
    font-weight: bold;
    color: #0F3B4D;
	text-shadow: #ffffff 1px 0 10px;
}

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

#sp-header {
    height: 130px;
	padding-top: 20px;
}
#sp-header {
    background: #ffffff00;
}
#sp-header { 
    width: 100%;
    position: absolute;
    z-index: 99;
    box-shadow: none;
    animation: spFadeIn 0.5s;
}
 
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background: white;
	box-shadow: 0 2px 4px rgba(7, 37, 68, .06);
}

#sp-header.header-sticky .sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
    font-weight: bold;
    color: #0F3B4D;
}

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

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

.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-weight: bold;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 1;
    transition: 0.3s;
    font-weight: bold;
    color: #0F3B4D;
}

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

#sp-title {
    min-height: 0;
    padding-top: 130px;
}

#sp-footer #sp-footer2 {
    text-align: center;
}

@media (max-width: 576px) {
    .logo-image {
        height: 50px;
    }
	
	
	.sp-contact-info li {
    font-size: 14px; 
}

.sp-contact-info li {
    display: block; 
}
	
	#sp-header {
    height: 190px;
    padding-top: 10px;
	background: #ffffff;
}

.sp-contact-info li {
        display: block;
        text-align: center;
    }
	
	#sp-title {
    min-height: 0;
    padding-top: 190px;
}
}

@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

 