#sp-header .container {
    max-width: 100%;
}

#sp-header {
    position: fixed;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(8px);
    height: 80px;
}

#sp-logo {
    position: relative;
    min-width: 250px;
}

#sp-logo .sp-column {
    display: flex;
}

#sp-logo:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 200%;
    height: 100%;
    right: 0;
    bottom: 0;
    transform: skewX(30deg);
    box-shadow: 15px 0px 30px rgb(0 0 0 / 15%);
    z-index: -1;
}

#sp-header .logo {
    width: 100%;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991px) {
    #sp-logo { min-width: 200px; }
    #sp-logo .logo-image { height: 80px; }
}

.burger-icon>span {
    background: #fff;
}

.sp-megamenu-parent {
    margin-top: -10px;
    padding-right: 20px;
}

.sp-megamenu-parent>li>a {
    color: rgb(255 255 255 / 60%);
}

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

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


/*page title*/

.sp-page-title {
    padding: 180px 0 60px;
    background-position: center;
}

.sp-page-title .sp-page-title-heading {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.sp-page-title .breadcrumb {
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .sp-page-title .sp-page-title-heading { font-size: 24px; }
    .sp-page-title .breadcrumb { font-size: 12px; }
    .sp-page-title { padding: 120px 0 30px; }
}

/*end of page title*/



#sp-bottom .sp-module .sp-module-title {
    color: #1d6112;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#sp-footer {
    background: #162188;
    color: #fff;
    text-align: center;
}

#sp-footer .container-inner {
  	border-top: 0;
  	padding: 15px 0;
}

#sp-footer a {
    color: #fff !important;
}


.fabchat .fa-comment:before {
    content: "\f27a";
    font-size: 26px;
}

