.slider-001 .background {
        position: relative;
}

.slider-001 .videoslide-pro-text {
    padding: 5% 5% 5% 7%;
}

.slider-001 .background:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
      background: #b6e6f299;
    top: 0px;
    bottom: 0px;
    right: 47%;
    margin: auto;
    transform: skew(-20deg, 0deg);
    transition: 0.3s;
}

@media(max-width:991px){
.slider-001 .background:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    background: #b6e6f2cc;
    bottom: 48px;
    left: 0px;
    margin: auto;
    transform: skew(0deg, -15deg);
    transition: 0.3s;
  }}

.slider-001 span.title {
    color: #354c12;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 53px;
}

@media(max-width:991px){
.slider-001 span.title {
    color: #354c12;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 1.2;
}}


.slider-001 strong {
    color: #0a9629;
}

.slider-001 p {
    margin: 0px;
}

.slider-001 p.content {
    color: #541c1c;
    letter-spacing: 1.4px;
    font-size: 25px;
      width: 80%;
    margin-bottom: 30px;
}

@media(max-width:991px){
.slider-001 p.content {
    color: #541c1c;
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 1.2;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 8px;
}}

.videoslide-btn {
    font-size:15px !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(114deg, #71ffc4 0%, #5ef0b3 5%,#64cdff 79%);
    padding: 13px 33px;
    transition: 0.3s;
}

@media(max-width:991px){
.videoslide-btn {
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(114deg, #71ffc4 0%, #5ef0b3 5%,#64cdff 79%);
    padding: 9px 26px !important;
    transition: 0.3s;
}}

.videoslide-btn:hover {
   color: #687471 !important;  
}

.slider-001  .slick-dots li button:before {
    font-size: 20px;
}

.slider-001 .slick-dots li {
    width: 10px;
}

.slider-001 .slick-dots li.slick-active button:before {
    color: #2bc2b0;
}

.sppb-btn-default:active, .sppb-btn-default:focus {
    color: #000 !important;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(114deg, #71ffc4 0%, #5ef0b3 5%,#64cdff 79%);
    padding: 13px 33px;
    box-shadow:none;
    opacity: 0.;
}


.services-border-001 {
    padding: 20px 20px !important;
    background: #2ba782cf;
    box-shadow: 2px 2px 6px 1px #8a898991 !important;
}

.service-box-001 .sppb-media {
    display: flex;
    align-items: center;
}

.service-box-001 h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5 !important;
    font-weight: 600;
}

.service-box-001 .sppb-media>.pull-left {
    width: 141px !important;
}

.service-box-001 h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    font-weight: 500 !important;
    font-size: 18px;
    color: #368e75 !important;
}

.service-box-001 h4.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 10px;
    font-weight: 400 !important;
}

.sppb-section:not(.spectrum-faq-list) .service-box-001.sppb-addon-feature:hover {
    color: #fff !important;
}

.service-box-001 .sppb-addon-text {
    color: #fff;
    line-height: 1.5;
}

.service-box-001 a {
    transition: 0.4s;
    color: #000;
}

.service-box-001 a:hover {
    color: #4d855b !important;
}


.services-line-001 {
    padding: 40px 20px !important;
    border: 1px solid #4d614a;
}




/*gallery*/
.img-home-002 .sppb-row>div {
    max-height: 400px;
}

.img-home-002 .sppb-column-addons {
    height: 100%;
}

.img-home-001 .sppb-addon-wrapper {
    height: 100%;
    max-height: 350px;
}

.img-home-001 .sppb-addon-wrapper div {
    height: 100%;
    width: 100%;
}

.img-home-001 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-home-002 .sppb-addon-wrapper {
    height: 100%;
}

.sppb-addon-single-image-container {}

.img-home-002 .sppb-addon-wrapper div {
    width: 100%;
    height: 100%;
}

.img-home-002 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-home-003 {
    height: 50%;
}

.img-home-003 div {
    height: 100% !important;
}


@media(max-width:991px){
.img-home-003 .sppb-row>div:last-child {
    padding-left: 5px;
}
.img-home-003 .sppb-row>div:first-child {
    padding-right: 5px;
}

.img-home-001 .sppb-row>div:nth-child(2) {
    padding-left: 5px;
}
.img-home-001 .sppb-row>div:first-child {
    padding-right: 5px;
}}



