.mob-dis{display:none;}
.desk-dis{display:block;}


.banner-1{background-image:url('../images/parellax1.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-2{background-image:url('../images/aboutus.jpg'); background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-3{background-image:url('../images/ongoing.jpg'); height: 40vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-4{background-image:url('../images/completed.jpg'); height: 20vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-5{background-image:url('../images/upcoming.jpg'); height: 40vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}



.banner-11{background-image:url('../images/back-img1.jpg');  height: 100vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-22{background-image:url('../images/overview.jpg');  height: 100vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-33{background-image:url('../images/layout.jpg');  height: 100vh;background-size: cover;  background-position: center; background-repeat: no-repeat;}
.banner-44{background-image:url('../images/family.jpg');  height: 100vh;    background-size: cover;  background-position: center; background-repeat: no-repeat;}



/*===============mobile===============*/

@media (max-width:441px){ 

.mob-dis{display:block;}
.desk-dis{display:none;}

.banner-1{background-image:url('../images/parellax1-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}
.banner-2{background-image:url('../images/aboutus-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}
.banner-3{background-image:url('../images/ongoing.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:40vh;}

.mob-mar-25{margin-top:120px;}



.banner-11{background-image:url('../images/back-img1-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}


.banner-44{background-image:url('../images/family-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}



.banner-about{background-image:url('../images/bird-m.jpg');background-size: cover;  background-position: center; background-repeat: no-repeat; height:100vh;}

}