.hv2 .item1.h-slide1 {
    background-image: url("../img/banner333.png");
    background-repeat: no-repeat;
}
.hv2 .item1.h-slide2 {
    background-image: url("../img/awards-bannar111.png");
    background-repeat: no-repeat;
}
.hv2 .item1.h-slide3 {
    background-image: url("../img/banner222.png");
    background-repeat: no-repeat;
}
.hv2 .item1.h-slide4 {
    background-image: url("../img/banner777.png");
    background-repeat: no-repeat;
}

section.features .row > .single-feature {
    position: relative;
}
section.features .row > .single-feature:first-child {
    background-color: #076b9f;
    background-image: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-position: right;
}
section.features .row > .single-feature:nth-child(2) {
    background-color: #094869;
    background-image: url(../img/banner3.png);
    background-repeat: no-repeat;
    background-position: bottom; 
}
section.features .row > .single-feature:nth-child(2)::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background: #0000009c;
   z-index: 2;
}
section.features .row > .single-feature:nth-child(3) {
    background-color: #076b9f;
    background-image: url(../img/banner4.png);
    background-repeat: no-repeat;
    background-position: left; 
}


.team-bannar {
    background-image: url(../img/about-us-bannar.png);
    background-repeat: no-repeat;
}
.about-bans-bannar {
    background-image: url(../img/awards-bannar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.about-university-bannar {
    background-image: url(../img/awards-bannar2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.course-list-bannar {
    background-image: url(../img/mathss.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.events-bannar {
    background-image: url(../img/banner3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.admission-bannar {
    background-image: url(../img/banner4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.contact-us-bannar {
    background-image: url(../img/slider11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.apply-online-bannar {
    background-image: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

