
:root {
  --text-color: #17161a;
  --link-color: #ffffff;
  --gradient: linear-gradient(90deg, #8ac447 0%, #1976bc 100%);
}

.styled-title .sppb-addon-title { display: inline; }

/*gradient correction*/

.styled-title .sppb-addon-title:before {
    background: linear-gradient(90deg, #8ac447 0%, #1976bc 100%);
}

/*end of gradient correction*/


/*slideshow*/

.sppb-addon-sp-slider .sp-item .sp-background::after { opacity: 0; }

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left:before { opacity: 0; }

.wimble-home-slider.sppb-addon-sp-slider h3.sppb-sp-slider-title span { color: #00aeef; }

.sppb-sp-slider-button .sp-slider-btn-text {
    background: transparent !important;
    color: #000 !important;
    padding: 0 0 10px;
    letter-spacing: 2px;
    font-weight: 600;
}

.sppb-sp-slider-button .sp-slider-btn-text:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, #8ac447 0%, #1976bc 100%);
    width: 50%;
    height: 3px;
    bottom: 0;
    transition: 0.5s;
}

.sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.sppb-sp-slider-button .sp-slider-btn-text:focus:before,
.sppb-sp-slider-button .sp-slider-btn-text:active:before { width: 100%; }

@media (max-width: 1600px) {
  .wimble-home-slider.sppb-addon-sp-slider .sppb-sp-slider-title.arrow-title { max-width: 100%; }
}

@media (max-width: 991px) {
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left { max-width: 65%; top: -30px; }
}

@media (max-width: 767px) {
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-outer-stage { height: 600px !important; }
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-content-align-left { max-width: 100%; top: 50px; padding-left: 5%; padding-right: 5%; }
  .sppb-addon-sp-slider .sp-item .sp-background::after { opacity: 0.5; }
}




.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators {
    background: #fff;
    box-shadow: 0 2px 15px rgb(80 80 80 / 10%);
}

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li.active {
    background: #f0f0f0;
    color: #fff;
}

.sp-slider-custom-dot-indecators ul {
    color: #f1f1f1;
}

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-number {
    opacity: 1;
}


.wimble-home-slider.sppb-addon-sp-slider .sp-slider-dot-indecator-text {
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
}

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-text-thumb-caption {
    top: 50%;
    transform: translateY(-50%);
}

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li.active  .sp-slider-dot-indecator-text {
    color: #00aeef;
}

.wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators ul li.active:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, #8ac447 0%, #1976bc 100%);
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
  .wimble-home-slider.sppb-addon-sp-slider .sp-slider-custom-dot-indecators { display: none; }
}

/*end of slideshow*/



@media (min-width: 768px) {
  .home-feature-box:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(135deg, #8ac447 0%, #1976bc 100%);
    height: calc(100% + 120px);
    width: 60%;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home-feature-box .sppb-addon-title:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    top: 65%;
  }
}

.home-feature-box .sppb-addon-title {
    -webkit-box-shadow: inset 0 -5px 0 #8ac447;
    -moz-box-shadow: inset 0 -5px 0 #8ac447;
    box-shadow: inset 0 -8px 0 #8ac447;
    transition: 0.5s;
    position: relative;
}

.home-feature-box .sppb-addon-title:hover {
    -webkit-box-shadow: inset 0 -5px 0 #1976bc;
    -moz-box-shadow: inset 0 -5px 0 #1976bc;
    box-shadow: inset 0 -8px 0 #1976bc;
}