/*Home*/

/*Hero Slideshow*/
.hero-slideshow .sppb-sp-slider-title{
    font-weight:700; 
    margin-bottom:20px;
    font-size:48px;
    line-height:56px;
}
.hero-slideshow .sppb-sp-slider-text p{
    font-size:16px;
    font-weight:400;
    margin-bottom:30px;
}
.hero-slideshow .sppb-sp-slider-text p a{
    color:#fff;
}
.hero-slideshow .dot-controller-dot.sp-slider .sp-dots ul li.active:after{
    background:#f56725 !important;
}
.hero-slideshow .sp-slider .sp-nav-control .nav-control{
    border-radius:0 !important;
    border:0;
    background:rgb(0 0 0 / 30%);
}
.hero-slideshow .sp-slider .sp-nav-control .nav-control:hover{
    background:rgb(0 0 0 / 50%);
}
@media (max-width:1200px){
    .hero-slideshow .sppb-sp-slider-title{
        font-size:38px;
        line-height:42px;
    }
    .hero-slideshow .sppb-sp-slider-text p{
        font-size:16px;
    }
}
@media (max-width:991px){
    .hero-slideshow .sppb-sp-slider-title{
        font-size:32px;
        line-height:36px;
    }
    .hero-slideshow .sppb-sp-slider-text p{
        font-size:14px;
    }
}

/*Contact Section*/
.home-contact-section .sppb-media {
    display:flex;
    align-items:center;
}
.home-contact-section .sppb-icon i {
    background:#f56725;
    color:#fff;
    border-radius:50px;
    padding:10px;
    height:35px !important;
    width:35px !important;
    line-height:15px !important;
}
.home-contact-section .sppb-media-content{
    min-height:80px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.home-contact-section .sppb-feature-box-title{
    font-size: 18px;
    font-weight:700;
}
.home-contact-section .sppb-addon-text p,
.home-contact-section .sppb-addon-text a{
    color:#777;
}
.home-contact-section .sppb-addon-text a:hover,
.home-contact-section .sppb-addon-text a:focus{
    color:#555;
}
@media (max-width:991px){
    .home-contact-section .sppb-feature-box-title{
        font-size: 16px;
        font-weight:700;
    }
}

/*Selection*/
.title-style-01 h4.sppb-addon-title {
    position:relative;
    margin-bottom:20px !important;
}
.title-style-01 h4.sppb-addon-title:before {
    content:'';
    position:absolute;
    background:#f56725;
    height:2px;
    width:100px;
    bottom:-10px;
}
.title-style-02 h4.sppb-addon-title {
    position:relative;
    margin-bottom:20px !important;
    color:#999 !important;
}
.title-style-02 h4.sppb-addon-title:before {
    content:'';
    position:absolute;
    background:#f56725;
    height:2px;
    width:100px;
    bottom:-10px;
}
.title-style-02.center h4.sppb-addon-title:before{
    left:0;
    right:0;
    margin:auto;
}
.text-style-01 h2{
    color:#555555;
    margin-bottom:20px;
}
.text-style-01 h3{
    color:#555555;
}
.text-style-01 p{
    color:#777777;
    margin-bottom:30px;
}
.text-style-01 li{
    color:#777777;
}
.text-style-01 a{
    color:#777777;
}
.title-style-03 h4.sppb-addon-title {
    position:relative;
    margin-bottom:20px !important;
    color:#fff !important;
}
.title-style-03 h4.sppb-addon-title:before {
    content:'';
    position:absolute;
    background:#f56725;
    height:2px;
    width:100px;
    bottom:-10px;
    left:0;
    right:0;
    margin:auto;
}
.text-style-02 h2{
    color:#ffffff;
    margin-bottom:20px;
}
.text-style-02 h3{
    color:#ffffff;
}
.text-style-02 p{
    color:#ffffff;
    margin-bottom:30px;
}
.text-style-02 a{
    color:#ffffff;
}

/*service slideshow*/
.service-img-slide .sppb-carousel-extended-outer-stage{
    height:fit-content !important;
}
.service-img-slide img,
.service-img-slide .sppb-carousel-extended-content-wrap,
.service-img-slide .sppb-carousel-extended-item{
    aspect-ratio: 4 / 3 !important;
}


/*accreditation*/
.accreditation-slide .sppb-carousel-extended-nav-control .nav-control {
    border:0 !important;
    color:#f56725;
}


/*home promises*/
.home-promises img {
    width:80px;
    margin-bottom:15px;
}
.home-promises .sppb-addon-title{
    color:#777777;
}
.home-promises p,
.home-promises a{
    color:#555555;
}

/*home testimonial*/
.home-testimonial .sppb-carousel-extended-item{
    display:flex;
    align-items:center;
}
.home-testimonial .sppb-testimonial-carousel-content-wrap{
    width:20%;
    text-align:center;
}
.home-testimonial .sppb-testimonial-carousel-content-wrap .sppb-testimonial-carousel-img-wrap{
    margin:auto;
}
.home-testimonial .sppb-testimonial-carousel-item-content{
    width:80%;
}
.home-testimonial .sppb-testimonial-carousel-item-content .sppb-testimonial-carousel-message{
    margin-bottom:0 !important;
    font-style:italic;
    color:#555 !important;
    font-weight:700;
}



/*home articles*/
.home-articles .sppb-addon-article {
    margin-bottom:30px;
}

/*End of Home*/