/*Home*/

/*Slideshow*/
.home-slideshow .sp-slider-outer-stage{
    height: calc(100vh - 100px) !important;
}
.home-slideshow .sppb-sp-slider-title {
    font-size: 50px;
}
.home-slideshow .sppb-sp-slider-text p{
    margin-bottom:30px;
    font-size:18px;
}
.home-slideshow .sp-slider-btn-text{
    border-radius:25px 0 25px 0;
    background:#fff;
    color:#161E63 !important;
    font-weight:700;
    font-size:18px;
    padding:15px 30px;
    position:relative;
    overflow:hidden;
    z-index:1;
    transition:0.5s;
}
.home-slideshow .sp-slider-btn-text:before{
    content:'';
    background:linear-gradient(90deg, #161E63, #036DB7);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:0;
    transition:0.5s;
}
.home-slideshow .sp-slider-btn-text:hover:before{
    opacity:1;
}
.home-slideshow .sp-slider-btn-text:hover{
    color:#fff !important;
}
@media (max-width:1200px){
    .home-slideshow .sppb-sp-slider-title {
        font-size: 42px;
    }
}
@media (max-width:991px){
    .home-slideshow .sppb-sp-slider-title {
        font-size: 36px;
    }
    .home-slideshow .sppb-sp-slider-text p{
        font-size:16px;
    }
    .home-slideshow .sp-slider-outer-stage{
        height: calc(100vh - 80px) !important;
    }
}
@media (max-width:767px){
    .home-slideshow {
        height: 700px;
    }
    .home-slideshow .sp-slider-outer-stage{
        height: 700px !important;
    }
    .home-slideshow .sppb-sp-slider-text p{
        font-size:14px;
    }
    .home-slideshow .sp-slider-btn-text{
        font-size:14px;
    }
    .home-slideshow .sppb-addon-sp-slider .sp-item .sp-background:after{
        background: linear-gradient(90deg, rgb(22 30 99 / 90%) 0%, RGBA(4, 109, 184, 0.4) 100%) !IMPORTANT;
    }
}


/*About*/
.heading-style-001 h5 {
    color: #161E63;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.text-style-001 h2{
    color:#121e63;
    margin-bottom:20px;
}
.text-style-001.white h2{
    color:#ffffff;
}
.text-style-001 p{
    color:#000;
    margin-bottom:30px;
}
.text-style-001.white p{
    color:#fff;
}
.img-style-001 img {
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 50%));
}



/*Services*/
.home-services {
    padding: 75px 50px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%) !important;
}
.home-services .sppb-addon-feature .sppb-addon-content{
    padding:30px;
    position:relative;
    min-height: 400px;
}
.home-services .sppb-addon-feature .sppb-addon-content:before{
    content:'';
    background:linear-gradient(90deg, #161E63, #036DB7);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:0.1;
    transition:0.5s;
}
.home-services .sppb-addon-feature .sppb-addon-content:hover:before{
    opacity:1;
}

.home-services .sppb-addon-feature img {
    width: 70px;
    margin-bottom:20px;
    filter: invert(12%) sepia(18%) saturate(6606%) hue-rotate(214deg) brightness(101%) contrast(99%);
}
.home-services .sppb-addon-feature:hover img{
    filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.home-services .sppb-feature-box-title{
    margin-bottom:15px;
    color:#161E63;
}
.home-services .sppb-addon-feature:hover .sppb-feature-box-title{
    color:#ffffff;
}
.home-services .sppb-addon-feature .sppb-addon-text p{
    margin-bottom:0;
    color:#000;
}
.home-services .sppb-addon-feature .sppb-addon-text a{
    transition:0s;
}
.home-services .sppb-addon-feature:hover .sppb-addon-text p,
.home-services .sppb-addon-feature:hover .sppb-addon-text a{
    color:#ffffff;
}
.home-services .sppb-addon-feature .sppb-btn-primary{
    position:absolute;
    bottom:30px;
    border-radius:25px 0 25px 0;
    background:transparent;
    color:#ffffff !important;
    font-weight:700;
    font-size:16px;
    padding: 15px 30px !important;
    overflow:hidden;
    z-index:1;
    transition:none !important;
}
.home-services .sppb-addon-feature .sppb-btn-primary:before{
    content:'';
    background:linear-gradient(90deg, #161E63, #036DB7);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:1;
    transition:none !important;
}
.home-services .sppb-addon-feature:hover .sppb-btn-primary:before{
    opacity:0;
}
.home-services .sppb-addon-feature:hover .sppb-btn-primary{
    background:#ffffff;
    color:#161E63 !important;
}
.home-services .sppb-addon-feature:hover .sppb-btn-primary:hover{
    background:rgb(255 255 255 / 50%);
}
@media (max-width:1400px){
    .home-services .sppb-addon-feature .sppb-addon-content{
        padding:30px;
        position:relative;
        min-height: 430px;
    }
}
@media (max-width:1200px){
    .home-services .sppb-addon-feature img {
        width:60px;
    }
    .home-services .sppb-addon-feature .sppb-addon-content{
        padding:20px;
        position:relative;
        min-height: 430px;
    }
}
@media (max-width:991px){
    .home-services {
        padding: 75px 20px;
    }
    .home-services .sppb-addon-feature img {
        width:50px;
    }
    .home-services .sppb-addon-feature .sppb-addon-content{
        padding:15px;
        position:relative;
        min-height: 400px;
    }
}
@media (max-width:767px){
    .home-services {
        padding: 50px 15px;
    }
    .home-services .sppb-addon-feature .sppb-addon-content{
        padding:15px;
        position:relative;
        min-height:290px;
    }
}



/*Number*/
.home-number .sppb-animated-number {
    color:#fff;
    font-family: 'Spectral', sans-serif;
    font-size:64px;
    font-weight:700;
    line-height: 1;
}
.home-number .sppb-animated-number-title{
    color:#fff;
    margin-top:10px;
}
@media (max-width:767px){
    .home-number .sppb-animated-number {
        font-size:48px;
        font-weight:700;
        line-height: 1;
    }
}


/*Choose*/
.home-choose .sppb-panel-heading{
    transition:0.5s;
    display:flex;
    align-items:center;
}
.home-choose .sppb-panel-heading.active,
.home-choose .sppb-panel-heading:hover{
    background:#161E63;
}
.home-choose .sppb-panel-heading.active .sppb-panel-title,
.home-choose .sppb-panel-heading:hover .sppb-panel-title{
    color:#ffffff;
}
.home-choose .sppb-panel-heading .sppb-panel-title span{
    padding-right:10px;
    color:#c2c2c2;
}
.home-choose .sppb-panel-heading.active .sppb-panel-title span,
.home-choose .sppb-panel-heading:hover .sppb-panel-title span{
    color:#ffffff;
}
.home-choose .sppb-panel-heading .sppb-panel-title{
    font-size:20px;
    color:#161E63;
    font-family: 'Spectral', sans-serif;
    transition:0.5s;
}
.home-choose .sppb-panel-body .sppb-addon-content p{
    color:#000;
    margin-bottom:0;
}
@media (max-width:991px){
    .home-choose .sppb-panel-heading .sppb-panel-title{
        font-size:16px;
    }
}



/*Institution*/
.sppb-addon-clients .sppb-col-sm-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:767px){
    .sppb-addon-clients-image{
        width:200px;
        margin-bottom:30px;
    }
}



/*CTA*/
.cta-box {
    padding: 50px !important;
}
@media (max-width:767px){
    .cta-box {
        padding: 30px 20px !important;
    }
}




/*EO HOME*/