/*slide*/
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .details {
    text-align: right;
    font-size: 19px;
    font-weight: 700;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
    font-weight: 700;
    font-size: 45px;
    color: #000;
    text-align: right;
}
.sppb-slideshow-fullwidth-item-text {
    width: 50%;
}
@media (max-width: 991px){
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .details {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
  }
.sppb-slideshow-fullwidth-item-text {
    width: 70%;
}
.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-fullwidth-title {
    text-align: left;
}}

/*feature box*/
.home-feature-box-001 img {
    height: 90px;
    transition:0.3s
}
@media(min-width:992px){
.home-feature-box-001 .sppb-addon-title {
    min-height: 60px;
}}
@media (max-width: 991px){
.home-feature-box-001 img {
    height: 60px;
    transition:0.3s
  }}
.home-feature-box-001 img:hover {
    transform: scale(1.1);
}

.home-block-number-001 .sppb-text-left {
    text-align: right;
}
.sppb-feature-box-title {
    min-height: 8px;
}

/*block number*/
.sppb-addon-blocknumber .sppb-blocknumber-number:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background: linear-gradient(45deg, #27acd6 0%, #2bb57f 100%);
    z-index: -1;
    border-radius: 100px;
}
.sppb-blocknumber-number {
    border: none !important;
    margin-left: -20px;
}
  
@media (max-width: 991px){
  .sppb-blocknumber-number {
    border: none !important;
    margin-left: 10px;
}}
  
.sppb-blocknumber.sppb-media {
    overflow: initial;
}
@media (max-width: 991px){
.sppb-addon-blocknumber .sppb-blocknumber-number:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
  }}

/*animated number*/
.sppb-animated-number {
    display: inline-block;
}
span.sppb-animated-number-syntax {
    font-size: 55px;
    color: #000;
    margin-left: 13px;
}
.sppb-animated-number-title {
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
}
.sppb-animated-number {
    font-family: 'Barlow Semi Condensed';
    font-size: 70px !important;
}
@media (min-width: 991px){
.service-feature-box-001 .sppb-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
  }}
.sppb-animated-number-title {
    font-size: 22px !important;
}


/*facilities-feature-001*/
.facilities-feature-001 img {transition: 0.3s;}

.facilities-feature-001 img:hover {
    opacity: 76%;
}