/*slide*/
.sp-background {
    position: relative;
}

.sp-background:before {
        position:absolute;
        content:'';
        background: linear-gradient(-90deg, #22222200 0%, #222222b5 100%) !important;
        height: 100%;
        width: 100%;
}

@media (max-width: 767px){
.sp-background:before {background: linear-gradient(-90deg, #22222287 0%, #222222b5 100%) !important;}
.sp-background {background-position: 70% 50%!important;}}


.homeslide {
    border-radius: 20px;
}

@media (min-width: 1200px){
.sp-item>.sppb-container{
    width: 55%;
    margin-left: 0;
    height: 100%;
}

.sp-slider-content-align-left {
    padding-left: 12%;
    padding-right: 20px;
    padding-top: 80px;
    color: #fff;
}}

@media (min-width: 992px) and (max-width:1199px){
.sp-item>.sppb-container{
    width: 55%;
    margin-left: 0;
    height: 100%;
}

.sp-slider-content-align-left {
    padding-left: 7%;
    padding-right: 20px;
    padding-top: 80px;
    color: #fff;
}}

@media (max-width: 767px){
.sp-slider-content-align-left {
    padding-right: 20px;
}}



/*slide style*/
.sppb-sp-slider-title {
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.dot-controller-position-vertical_right .sp-dots ul {display: flex;flex-wrap: wrap;flex-direction: column;align-items: flex-end;}

.sp-slider-content-align-left {
    color: #fff;
}

@media (max-width: 767px){
.sppb-sp-slider-title {
    font-size:25px;
}}


/*border001*/
.sppb-addon.sppb-addon-text-block.border001 {position: relative;padding-left: 20px;}.sppb-addon.sppb-addon-text-block.border001:before {content: '';position: absolute;height: 100%;width: 3px;background: #f68920;left: 0;top: 0px;}


/*featurebox001*/
.featurebox001 .pull-left {
    background: #ffffff66;
    border-radius: 20px;
    padding: 17px;
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    transition:0.5s ease;
    min-width: 70px;
    text-align: center;
}
.featurebox001:hover .pull-left {
    background: #f68920;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    filter: drop-shadow(2px 4px 10px #f68920);
    border: 1px solid #fff;
    transform: scale(1.05);
    transition:0.5s ease;
}
.featurebox001 img {
    width: auto;
    height: 35px;
    object-fit: contain;
    filter: invert(1) brightness(100);
}
.featurebox001 .sppb-media {
    overflow: visible;
}
.featurebox001 .sppb-media-heading {
    letter-spacing: 2.5px;
}


/*overlay001*/
@media (max-width: 767px){
.rowoverlay001 .sppb-row-overlay {
    background: linear-gradient(0deg, RGBA(0, 0, 0, 0) 0%, RGBA(0, 0, 0, 0) 100%) #00000073!important;
}}


/*category*/
.category001 .sppb-addon-subtitle {opacity: 0.5;}
.category001Lhover .sppb-addon-subtitle {opacity: 1;}
.category001 .sppb-btn-custom {position: absolute;padding: 1000px;opacity: 0;top: -1000px;left: -100px;}

/*homeforrent*/
@media only screen and (min-width: 1600px) {
.homeforrent {
    margin-top: -18%!important;
}}

/*cta*/
.ctabox, .ctabox .sppb-row-overlay {border-radius: 20px!important;}


/*end of home*/