/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/hero/carousel-1_hold.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/hero/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-bg-half-1 {
    background-image: url(../img/hero/header-1.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-bg-half-2 {
    background-image: url(../img/hero/h2.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .hero-bg-half-1 {
        background-image: url(../img/hero/header-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero-bg-half-2 {
        background-image: url(../img/hero/h2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*** Courses Start ***/
.courses {
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/services-img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.9)), url(../img/mech.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Conatct Start ***/

.contact .contact-banner::after {
    background-image: url(../img/contact-banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.98)), url(../img/energy_flow.jpg);
}