/* slide show */
.home-slide-001 .sp-slider h2 {
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom:20px;
}

.home-slide-001 .sp-slider h2 strong{
    font-weight: 600 !important;
    color:#ff1717;
}

.home-slide-001 .sp-slider p{
    margin-bottom:30px;
    font-family:'Figtree';
    font-weight:300;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li {
    border: 0 !important;
    height: 12px !important;  
    width:12px !important;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li::after{
    height:100% !important; 
    width:100% !important;
    background:#fff;
}

.home-slide-001 .dot-controller-dot.sp-slider .sp-dots ul li.active{
    width:36px !important; 
}

@media (max-width:991px){
    .home-slide-001 .sp-slider h2{
        font-size:36px !important;
    }
    .home-slide-001 .sp-slider p{
        font-size:16px;
    }
}

@media (max-width:767px){
    .home-slide-001 .sp-slider h2{
        font-size:32px !important;
    }
    .home-slide-001 .sp-slider p{
        font-size:14px;
    }
    .home-slide-001 .sppb-addon-sp-slider.sp-slider .sp-dots{
    	bottom: 10px !important;
   }
    .home-slide-001 .sp-slider .sp-item .sp-background {
        background-position: center right;
        background-position-x: 550px ;
    }
    .home-slide-001 .sp-slider .sp-item .sp-background:before {
        content:'';
        position:absolute;
        background:rgb(0 0 0 / 70%);
        height:100%;
        width:100%;
        top:0;
        left:0;
	}
}


/* USP */
.home-title-001 h3.sppb-addon-title {
    font-size: 40px;
    color: #ff1717;
    font-weight: 600;
    margin-bottom:20px;
}

.home-title-001 h3.sppb-addon-title strong{
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.home-title-001 h5.sppb-addon-title {
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #ff1717;
    font-size: 24px !important;
    margin-bottom: 10px !important;
    padding-left: 60px !important;
    position: relative;
}


.home-title-001 h5.sppb-addon-title:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ff1717;
    top: 12px;
    left: 0;
}

.home-title-001 .sppb-addon-content p {
    font-family: 'Figtree';
    font-size: 16px;
}

.home-usp-001 .sppb-media-content {
    display: flex;
    flex-direction: column-reverse;
}

.home-usp-001 {
    height: 400px;
    padding: 15px;
    border-radius:5px !important;
    overflow:hidden;
}

.home-usp-001 h4.sppb-feature-box-title {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left:0;
    right:0;
    margin:auto;
    padding:0 15px;
    opacity:100%;
    transition:0.3s;
}

.home-usp-001 .sppb-column-addons {
    position: unset;
}

.home-usp-001 img.sppb-img-responsive {
    margin-bottom: 30px;
    opacity:0;
    transition:0.5s;
}

.home-usp-001 .sppb-addon-text p {
    color: #fff;
    font-family: 'Figtree';
    opacity:0;
    transition:0.5s;
}

.home-usp-001:before{
    content:'';
    background:linear-gradient(#0000,#000);
    height:50%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    transition:0.5s;
    opacity:100%;
}

.home-usp-001:after{
    content:'';
    background:#ff1717;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:0.5s;
}

.home-usp-001:hover:after{
    opacity:100%;
}

.home-usp-001:hover:before{
    opacity:0;
}

.home-usp-001:hover h4.sppb-feature-box-title{
    opacity:0;
}

.home-usp-001:hover img.sppb-img-responsive {
    opacity:100%;
}

.home-usp-001:hover .sppb-addon-text p {
    opacity:100%;
}

@media (max-width:991px){
    .home-title-001 h3.sppb-addon-title, .home-title-001 h3.sppb-addon-title strong {
        font-size: 36px !important;
    }
    .home-title-001 h5.sppb-addon-title{
        font-size: 20px !important;
    }
    .home-title-001 h5.sppb-addon-title:before{
        width: 50px;
        top: 10px;
    }
}

@media (max-width:767px){
    .home-title-001 h3.sppb-addon-title, .home-title-001 h3.sppb-addon-title strong {
        font-size:32px !important;
    }
    .home-title-001 .sppb-addon-content p {
        font-size: 14px;
    }
    .home-usp-001 {
        height: 250px;
    }
    .home-usp-001 img.sppb-img-responsive {
        width:70px;
    }
    .home-title-001 h5.sppb-addon-title{
        font-size: 18px !important;
    }
    .home-title-001 h5.sppb-addon-title:before{
        width: 50px;
        height:1px;
        top: 9px;
    }
}




/* About */

.home-about-001 img{
    background:#ff1717;
    padding:15px;
}

.home-about-001 p {
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}



/* Number */
.sppb-addon-animated-number {
    background: #ff1717;
    border-radius: 5px;
}

.home-number-001 .sppb-addon-animated-number {
    background: #ff1717;
    border-radius: 5px;
    padding: 30px;
    width: 200px;
}

.home-number-001 {
    display:flex;
    justify-content:center;
}

.home-number-001 .sppb-addon-animated-number  .sppb-animated-number {
    color:#fff;
    font-family: 'Rajdhani';
    font-size: 40px;
    font-weight: 600;
}

.home-number-001 .sppb-addon-animated-number .sppb-animated-number-title {
    color:#fff;
    font-family: 'Rajdhani';
    font-size: 20px;
    font-weight: 600;
}

@media (max-width:991px){
    .home-number-001 .sppb-addon-animated-number .sppb-animated-number-title {
        font-size: 16px;
    }
}

@media (max-width:767px){
    .home-number-001 .sppb-addon-animated-number  .sppb-animated-number{
        font-size:32px;
    }
    .home-number-001 .sppb-addon-animated-number{
        padding:15px;
        margin:15px 0;
      	width:100%;
    }
    .home-number-001 .sppb-row{
        display:flex !important;
        flex-direction:column;
        justify-content:center !important;
        width:350px;
    }
}



/* Course */
.home-course-001 h4.sppb-addon-title {
    font-weight: 600;
    color: #ff1717;
    font-family:'Figtree';
}

.home-course-001 h4.sppb-addon-title strong{
    font-weight: 600;
    color: #000000;
}

.home-course-001 .sppb-addon-content p{
    font-family:'Figtree';
    font-size:16px;
    margin-bottom: 0;
}

.home-course-001 img {
    width: calc(100% - 30px);
    border-radius:5px !important; 
}

.image-style-002:before {
    content: '';
    background: #ff1717;
    width: 70%;
    height: 70%;
    position: absolute;
    top: -30px;
    border-radius:5px;
}

.image-style-003:before {
    content: '';
    background: #ff1717;
    width: 70%;
    height: 70%;
    position: absolute;
    right:0;
    top: -30px;
    border-radius:5px;
}

@media (max-width:767px){
    .home-course-001 .sppb-addon-content p{
        font-family:'Figtree';
        font-size:14px;
        margin-bottom: 0;
    }
}




/* Testimonial */
.home-testimonial-001 .sp-slider{
    overflow:visible;
}

.sp-slider.sp-basic-slider .sp-item {
    border-radius: 5px;
}

.home-testimonial-001 .sp-slider .sp-dots {
    bottom: -30px !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li {
    border: 0 !important;
    height: 12px !important;  
    width:12px !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li::after{
    height:100% !important; 
    width:100% !important;
    background:#555;
}

.dot-controller-dot.sp-slider .sp-dots ul li.active{
    width:36px !important; 
}

.home-article-001 .sppb-addon-articles .sppb-addon-article-layout-content img {
    height: 250px;
    border-radius: 5px;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap {
    padding: 5px 0 20px 0 !important;
}

.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a {
    color:#000 !important;
    text-decoration:underline !important;
    font-size:20px;
    font-weight:600;
}
.home-article-001 .sppb-addon-article-layout-content .sppb-article-info-wrap a:hover {
    color:#ff1414 !important;
}

.sppb-carousel-extended-item {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    height:250px;
    padding:15px;
    margin: 10px 20px 10px 15px !important;
}

.sppb-testimonial-carousel-name-designation {
    margin-left: 15px !important;
}

.addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li:hover span, .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li.active span {
    background: #555 !important;
}
.addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li span{
    transition:0.3s !important;
}
 .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li{
     width:12px !important;
     background: rgb(0 0 0 / 25%) !important;
 }
 .addon-root-testimonial-carousel .sppb-carousel-extended-dots ul li.active{
     width:36px !important;
 }

@media (max-width:1100px){
    .next-control.nav-control, .prev-control.nav-control{
        display:none;
    }
}

@media (max-width:767px){
    .home-article-001 .sppb-addon-article-layout{
        padding-top:20px;
    }
}

/* CTA */
.cta-textbox-001 {
    width: 800px;
}

.cta-001 {
    display: flex;
    justify-content: center;
}

.cta-001 h3.sppb-addon-title {
    margin-bottom:30px;
}
.cta-001 h3.sppb-addon-title strong {
    color: #fff !important;
}

.cta-001 .sppb-addon-content p{
    color:#fff;
    font-family: 'Figtree';
    font-size:16px;
}

@media (max-width:991px){
    .cta-textbox-001 {
        width: 600px;
    }
}

@media (max-width:767px){
    .cta-textbox-001 {
        width: 330px;
    }
}