 #header-wrapper {
     background-image: url(http://localhost/aneetasundararaj/images/backgrounds/headerbgnd.jpg);
     background-repeat: repeat;
     background-size: cover;
     background-attachment: fixed;
     background-position: 50% 0;
     background-color: #4d2a7d;
     color: #f0f0f0;
     position: relative;
 }

 #header-wrapper:before {
     content: "";
     -webkit-backdrop-filter: blur(7px);
     backdrop-filter: blur(7px);
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: auto;
 }

 #sp-header {
     background: transparent;
     color: #ededed;
     padding: 0px 20px 0px 50px;
 }

 .sp-megamenu-parent > li:hover > span {
     color: #c7a3f7;
 }

 #sp-header-topbar .container-inner {
     border-bottom: none;
 }

 #sp-header.header-sticky {
     background-color: #4d2a7d;
 }

 #sp-title .sp-page-title h2.sp-page-title-heading {
     font-size: 48px;
     line-height: 1.2;
     letter-spacing: 0px;
     text-align: center;
     color: #212529;
 }

 #sp-title .sp-page-title {
     min-height: 198px;
     display: flex;
     align-items: center;
 }

 .sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a {
     background-color: #c7a3f7;
     color: #FFFFFF;
 }

 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
     padding: 20px 0;
 }

 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-menu-item a {
     padding: 8px 20px;
     display: block;
 }