/*Home Slideshow*/

.home-slide .sppb-sp-slider-title{
    font-size:52px;
    margin-bottom:30px;
}
.home-slide .sppb-sp-slider-text p{
    font-size:18px;
    margin-bottom:30px;
}
.home-slide .sppb-sp-slider-button .sp-slider-btn-text{
    background:transparent;
    border:1px solid #fff;
    font-size:16px;
    font-weight:700;
    transition:0.5s;
}
.home-slide .sppb-sp-slider-button .sp-slider-btn-text:hover{
    background:#ffffff;
    color:#342f82 !important;
}
.home-slide .sp-slider .sp-nav-control .nav-control{
    border-radius:0 !important;
    border:0;
    background:#342f82;
}
.home-slide .sp-slider .sp-nav-control .nav-control:hover{
    background:#24206c;
}
.home-slide .sp-slider .sp-nav-control .nav-control.prev-control{
    border-right:0.5px solid rgb(255 255 255 / 50%);
}
.home-slide .sp-slider .sp-nav-control .nav-control.next-control{
    border-left:0.5px solid rgb(255 255 255 / 50%);
}

@media (max-width:991px){
    .home-slide .sppb-sp-slider-title{
        font-size:42px;
    }
    .home-slide .sppb-sp-slider-text p{
        font-size:16px;
    }
    .home-slide .sppb-sp-slider-button .sp-slider-btn-text{
        font-size:14px;
    }
}
@media (max-width:767px){
    .home-slide .sp-slider-outer-stage {
        height:700px !important;
    }
    .home-slide .sppb-sp-slider-title{
        font-size:36px;
    }
    .home-slide .sppb-sp-slider-text p{
        font-size:14px;
    }
}
/*Arrow*/
.home-slide .sp-nav-control {
    width: 140px !important;
}


/*Text Box*/
.home-text-box {
    padding:75px;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-direction: column !important;
}
.home-text-box h2{
    color:#342f82;
}
.home-text-box p{
    color:#342f82;
    margin-bottom:0;
}
.home-text-box.white h2{
    color:#fff;
}
.home-text-box.white p{
    color:#fff;
}
@media (max-width:1400px){
    .home-text-box {
        padding:60px;
    }
}
@media (max-width:991px){
    .home-text-box {
        padding:60px 30px;
    }
}
@media (max-width:767px){
    .home-text-box {
        padding:50px 15px;
    }
}
.text-style-01 h2{
    color:#342f82;
}
.text-style-01 p{
    color:#342f82;
    margin-bottom:0;
}

/*Value Box*/
.home-value-box {
    height: 160px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#342f82;
    border-bottom:1px solid rgb(255 255 255 / 50%);
}
.home-value-box.last{
    border-bottom:0;
}
.home-value-box h4{
    color:#fff;
    font-weight:700;
}
@media (max-width:767px){
    .home-value-box {
        height: 120px !important;
    }
}

/*Service box*/
.home-service-boxes .sppb-addon-overlay-image-content {
    height: 350px;
}
.home-service-boxes .overlay-image-title h4{
    font-weight:700;
    margin-bottom:30px;
    font-size: 24px;
}
@media (max-width:767px){
    .home-service-boxes .sppb-addon-overlay-image-content {
        height: 220px;
    }
    .home-service-boxes .overlay-image-title h4{
        font-size: 20px;
    }
}


/*Project Slide*/
.home-project-slide .sppb-carousel-extended-heading {
    font-size:20px;
    margin-bottom:0;
}
.home-project-slide .sppb-carousel-extended-item img{
    object-fit:cover;
}


/*End of Home*/