.sppb-addon-thumb-gallery .flexslider .slider-title-wrap .slider-sub-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 9px;
}
#sp-header .logo img{ 
  height: 53px; 
}
.sp-bottom-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(0,0,0,0.2) 48%,rgba(0,0,0,0.05) 47%);
}
ul.sppb-nav-tabs li a {
   font-size: 16px;
    font-weight: bold;
  
}
.sppb-tab-pane .custom p{
    font-size: 1.7rem;
}
.sppb-tab-pane .custom p i{
        margin-right: 10px;
}
.sppb-tab-pane .custom p a{
     color:#fff;
}
@media (min-width: 768px){
     #sp-logo.col-4{
          width: 25%;
          float: left;
  } 
}

@media (max-width: 480px) {
  .sppb-addon-thumb-gallery .flexslider .slider-title-wrap .slider-sub-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 10px;
  }
  #sp-logo.col-4{
          width: 33.33333333%;
          float: left;
  }
}