.com-content.view-article #sp-header {
    background-image: linear-gradient(131deg, #ffffff 0%, #ffffff 100%) !important;
}

.com-spsimpleportfolio #sp-header {
    background-image: linear-gradient(131deg, #ffffff 0%, #ffffff 100%) !important;
}

.com-eventbooking #sp-header {
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%);
}

.itemid-253 .sp-page-title {
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%);
    padding: 0px 0 90px;
}

.itemid-350 .sp-page-title {
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%);
    padding: 0px 0 90px;
}

.itemid-253 a {
    color:#5b659d;
}
.itemid-253 a:hover, a:focus, a:active {
    color:#627af2;
}
.itemid-253 h3 {
        font-size: 24px;
        line-height:1.1
    }
.itemid-253 h2 {
        font-size: 39px;
        color:#365c95;
    }
.itemid-253 h1 {
        font-size: 51px;
        color:#162571;
    }


.sp-megamenu-parent > li > span {
    font-size: 17px !important;
}

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

.itemid-408 .sp-page-title {
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%);
    padding: 10px 0 90px;
}

.itemid-405 .sp-page-title {
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%);
    padding: 0px 0 90px;
}

/*.itemid-394 section#sp-main-body {
    padding: 10px 0 !important;
}

.itemid-388 section#sp-main-body {
    padding: 10px 0px !important;
}

.itemid-398 section#sp-main-body {
    padding: 10px 0px !important;
}
*/

.article-details {
    text-align: justify;
}

.com-content.view-article .article-header h1 {
    font-size: 30px !important;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
}


#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    background-image:linear-gradient(131deg, #ffffff 0%, #ffffff 100%) !important
}


#sp-header .sp-megamenu-parent > li > a {
    font-size: 18px;
  	font-weight: 500;
    text-transform: none;
    color: black;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 17px;
    }
    
.sp-menu-separator {
    font-size: 17px;
    }
    



.article-social-share .social-share-icon ul li a .fa.fa-google-plus{
  display:none !important;
}

.super-iframe-holder {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.super-iframe-holder iframe,
.super-iframe-holder object,
.super-iframe-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  bottom: 0;
  outline: 0;
}

.com-content.view-article .article-details {
    padding:0 30px
}

.com-content.view-article #sp-title {
    display: initial;
}

.itemid-298 #sppb-addon-1637253241882 .sppb-tab-custom-content > div {
        background-color: #f6f8f9;
        border: 2px solid;
        color: #000;
        border-color: #e5e5e5;
        padding: 10px 10px 10px 25px;
        box-shadow: 0 0 0 0 #000;
    }

.sp-megamenu-parent .sp-mega-group > li > a {
    text-transform:none;
    font-weight:400;
}

.sp-megamenu-parent .sp-mega-group > li:hover > a {
    color:#8200FF !important;
  }

    
#sppb-addon-1636627843869 .sppb-articles-carousel-link {
	text-transform: uppercase;
    }
    
#sppb-addon-1636978017603 a {
    text-transform:uppercase;
    font-size: 15px;
    }
    
    #sppb-addon-1645010992150 a {
    font-size: 21px;
    }

#sppb-addon-1636627843869 .sppb-articles-carousel-introtext {

    }

#sppb-addon-1636627843869 .sppb-articles-carousel-meta-date {
    display: none;
    }

#sppb-addon-1636627843869 .sppb-articles-carousel-meta-category a {
    display: none;
    }

#sp-page-builder .achievement-widget:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-image:linear-gradient(133deg, #426946 0%, #507d49 100%);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
      }

#sp-page-builder .achievement-widget:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 90%;
    top: 10%;
    left: 3%;
    opacity: 0;
    background-image: linear-gradient(133deg, #426946 0%, #507d49 100%);
    filter: blur(16px);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
      }