/*Slideshow*/
.home-slideshow .sp-slider-outer-stage{
    height:calc(100vh - 100px) !important;
}
.home-slideshow .sppb-sp-slider-title {
    font-size:64px;
    margin-bottom:30px;
    color: #01427c;
}
.home-slideshow .sppb-sp-slider-text p{
    font-size:18px;
    margin-bottom:30px;
    color: #01427c;
}
@media (min-width:768px){
    .home-slideshow .sppb-addon-sp-slider .sp-slider-image-align-center .sppb-sp-slider-image {
        margin-right: -25% !important;
    }
}
@media (max-width:1200px){
    .home-slideshow .sp-slider-outer-stage{
        height:calc(100vh - 90px) !important;
    }
    .home-slideshow .sppb-sp-slider-title {
        font-size:52px;
    }
    .home-slideshow .sppb-sp-slider-text p{
        font-size:16px;
    }
}
@media (max-width:991px){
    .home-slideshow .sp-slider-outer-stage{
        height:calc(100vh - 90px) !important;
    }
    .home-slideshow .sppb-sp-slider-title {
        font-size:40px;
    }
    .home-slideshow .sppb-sp-slider-text p{
        font-size:14px;
    }
}
@media (max-width:767px){
    .home-slideshow .sp-slider-outer-stage{
        height:700px !important;
    }
    .home-slideshow .sppb-addon-sp-slider .sp-slider-image-align-center .sppb-sp-slider-image {
        margin-top: 30px;
    }
}

/*about*/
.home-numbers .sppb-animated-number-title {
    font-size:16px;
    color: #01427c;
}
.home-numbers .sppb-animated-number{
    font-size:32px;
    font-weight:700;
    color: #01427c;
}
.border-right {
    border-right: 1px solid rgb(1 66 124 / 30%);
}
@media (max-width:767px){
    .home-numbers .sppb-animated-number-title {
        font-size:14px;
    }
    .home-numbers .sppb-animated-number{
        font-size:24px;
    }
}

/*Service*/
.service-box .sppb-addon-feature{
    background:#fff;
    padding:0 30px 30px 30px;
}
.service-box .sppb-addon-feature img {
    width: 100px;
    background:#01427c;
    padding:15px;
    border-radius:50px;
    margin-top:-50px;
    position: relative;
    z-index:4;
    margin-bottom:30px;
}
.service-box .sppb-addon-feature h3{
    margin-bottom:20px;
    color: #01427c;
}
.service-box .sppb-addon-feature p{
    margin-bottom:0px;
    color: #01427c;
}

/*USP*/
.text-box-01 {
    background:#01427c;
    padding:50px;
    margin-right:-50px;
}
.text-box-img{
    z-index:-1;
}
@media (max-width:767px){
    .text-box-01 {
        background:#01427c;
        padding:30px;
        margin-right:0px;
    }
}

/*Testimonial*/
.home-testimonial:before{
    content:'';
    position:absolute;
    background:url('/images/0_project/home/quote-01.png');
    top:0;
    left:30px;
    width:200px !important;
    height:200px !important;
    background-size:contain !important;
    background-repeat:no-repeat;
}
.home-testimonial:after{
    content:'';
    position:absolute;
    background:url('/images/0_project/home/quote-02.png');
    bottom:0;
    right:30px;
    width:200px !important;
    height:200px !important;
    background-size:contain !important;
    background-repeat:no-repeat;
}
@media (max-width:1200px){
    .home-testimonial:before{
        top:0;
        left:30px;
        width:150px !important;
        height:150px !important;
    }
    .home-testimonial:after{
        bottom:0;
        right:30px;
        width:150px !important;
        height:150px !important;
    }
}
@media (max-width:991px){
    .home-testimonial:before{
        top:0;
        left:30px;
        width:100px !important;
        height:100px !important;
    }
    .home-testimonial:after{
        bottom:0;
        right:30px;
        width:100px !important;
        height:100px !important;
    }
}

/*Brand*/
.addon-root-clients .sppb-carousel-extended-nav-control .nav-control{
    border:0;
    color:rgb(0 0 0 / 30%);
}


/* EO HOME */