
.main-header-slider .slider-wrapper .slider-container.bgone {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 224, 220, 0.85)), to(rgba(0, 166, 156, 0.85))), url(https://theinculab.com/wp-content/uploads/2021/09/bg_1.jpg);
    background-image: linear-gradient(to bottom, rgba(165, 224, 220, 0.85), rgba(0, 166, 156, 0.85)), url(https://theinculab.com/wp-content/uploads/2021/09/bg_1.jpg);
    background-size: cover;
    background-position: 20% center;
}

.main-header-slider .slider-wrapper .slider-container.bgtwo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(176, 169, 189, 0.8)), to(rgba(80, 64, 109, 0.8))), url(https://theinculab.com/wp-content/uploads/2021/09/bg_2.jpg);
    background-image: linear-gradient(to bottom, rgba(176, 169, 189, 0.8), rgba(80, 64, 109, 0.8)), url(https://theinculab.com/wp-content/uploads/2021/09/bg_2.jpg);
    background-size: cover;
    background-position: 60% center;
}

.main-header-slider .slider-wrapper .slider-container.bgthree {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 175, 181, 0.63)), to(rgba(59, 58, 74, 0.63))), url(https://theinculab.com/wp-content/uploads/2021/09/bg_3.jpg);
    background-image: linear-gradient(to bottom, rgba(175, 175, 181, 0.63), rgba(59, 58, 74, 0.63)), url(https://theinculab.com/wp-content/uploads/2021/09/bg_3.jpg);
}

.about-wrapper .allstar .fourI {
    background-image: url(https://theinculab.com/wp-content/uploads/2021/09/belief.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-wrapper .banner {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 224, 220, 0.8)), to(rgba(0, 166, 156, 0.8))), url(https://theinculab.com/wp-content/uploads/2021/09/contact.jpg);
    background-image: linear-gradient(to bottom, rgba(165, 224, 220, 0.8), rgba(0, 166, 156, 0.8)), url(https://theinculab.com/wp-content/uploads/2021/09/contact.jpg);
    background-size: cover;
    background-position: center center;
}

.career-wrapper .banner {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 224, 220, 0.8)), to(rgba(0, 166, 156, 0.8))), url();
    background-image: linear-gradient(to bottom, rgba(165, 224, 220, 0.8), rgba(0, 166, 156, 0.8)), url();
    background-size: cover;
    background-position: center center;
}