#sp-header {
    background: #FAFAFC none repeat scroll 0 0;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000000;
    font-weight: bold;
}

.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}
.sppb-carousel-extended-nav-control .nav-control {
    border: unset;
 
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
  
.scrollup {
    bottom: 30px;
    right: 100px;
}

.sp-page-title {
    padding: 140px 0 140px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: inherit;
    text-align: left;
}
.sp-page-title h2:after{
      background: none;
  
}
.sp-page-title h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
  
img.sp-default-logo.hidden-xs {
    max-width: 60%;
}

div#sp-footer1 {
    font-family: manrope;
    text-align: center;
}

.sp-page-title {
    padding: 120px 0 120px 0;
}

h1.sppb-addon-title {
    padding: 0px 0px 10px 0px;
}

span.sppb-articles-carousel-meta-date {
    display: none;
}

span.sppb-articles-carousel-meta-category {
    display: none;
}

div.sp-slider .sp-nav-control .nav-control {
    border: none;
    background: transparent;
}
div.sp-slider .sp-nav-control .nav-control:hover {
    background: none;
      color: #bababa;
}

.sppb-container {
    margin-top: -80px;
}

/*tablet version*/
@media only screen and (max-width: 1023px) and (min-width: 768px){
.sp-page-title h2 {
    font-size: 40px;
}
}

/*phone version*/
@media only screen and (max-width: 768px) and (min-width: 320px){
  h1{
    font-size: 40px !important;
  }
  
.sp-page-title h2 {
    font-size: 30px;
}
}

/*small phone*/
@media screen and (max-width: 374px) and (min-width: 250px){
    h1{
    font-size: 30px !important;
  }
.sp-page-title h2 {
    font-size: 25px;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#sp-header .sp-retina-logo {
    max-width: 90px;
}
#sp-header .sp-default-logo {
    max-width: 80px;
}
}

@media only screen and (max-width: 767px){
h2.sppb-addon-title {
    font-size: 15px !important;
}
}