body{
      padding-top: 0px;
	}
	.navigationbar{
			background-color: white;
		}
		.site-header{
			padding: 30px;
		}
		.navbar-brand{
			font-family: fantasy;
		}
		.site-header a{
			color: white;

		}
		.nav-item a{
			padding: 10px 0px 10px 0px;
			border-radius: 3px;
			font-size: 16px;
			color: black;
		}
		.nav-item .nav-link{
			color: black;
		}

		.nav-item{
			padding-left: 52px;
			font-weight: bolder;
		}
		.bannersection{
			background-image: url(../img/b1.jpg);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			min-height: 720px;
			background-attachment: fixed;
		}
		.bannertext{
			padding-top: 300px;
			color: white;
		}
		.bannertext h1{
			font-size: 70px;
			font-weight: bold;

		}
		.bannertext a{
			background-color: #05bcaf9c;
			color: white;
			font-size: 18px;
			padding: 8px 22px 8px 22px;

		}
		.aboutsection{
			margin-top: 100px;
		}
		.aboutbox{
			background-color: grey;
			padding-top: 20px;
			padding-bottom: 20px;
			color: white;
		}
		.aboutbox i{
			font-size: 35px;
			color: white;
		}
		.events{
			margin-top: 80px;
			padding-top: 100px;
			padding-bottom: 100px;
			background-color: aqua;
		}
		.events a{
			background-color:yellow;
			color: black;
			font-size: 18px;
			padding: 8px 22px 8px 22px;
		}
		.countsection{
			background-image: url(../img/cunt1.jpg);
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center;
		    padding-top: 60px;
		    padding-bottom: 60px;
		    background-attachment: fixed;
		}
		.countbox{
			background-color: black;
			padding: 25px;
			color: white;
		}
		.comingson{
			text-align: center;
			color: orange;
			font-weight: bolder;
		}
		
		.countheading h1{
			font-size: 50px;
			color: white;
			font-weight: bolder;
		}
		.teamsection{
			
			padding-top: 100px;
			padding-bottom: 100px;
			background-color: aqua;
		}
		.teambox1{
			background-image: url(../img/t1.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			min-height: 400px;
		}
			.teambox2{
			background-image: url(../img/t2.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			min-height: 400px;
		}
			.teambox3{
			background-image: url(../img/t3.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			min-height: 400px;
		}
			.teambox4{
			background-image: url(../img/t4.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			min-height: 400px;
		}
		.teamcontent{
			background-color: black;
			color: white;
			text-align: center;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.teamheading{
			text-align: right;
			font-size: 45px;
			color: black;
			font-weight: bolder;
		}
		.footer{
			background-color: black;
			padding-top: 80px;
			padding-bottom: 50px;
		}
		.footerbox{
			background-color:#009999;
			padding: 15px;
			text-align: center;
			color: white;
		}
		.footerbox h2{
			color: orange;
		}
		.copyright{
			background-color: black;
			padding-bottom: 40px;
		}
		.copyright i{
			background-color: white;
			color: black;
			height: 40px;
			width: 40px;
			text-align: center;
			font-size: 18px;
			padding-top: 12px;
			border-radius: 50%;
			margin-left: 10px;
		}
		@media(max-width: 768px){
			.nav-item {
    padding-left: 17px;
    
}
		}
		@media(max-width: 767px){
			.bannertext{
				padding-top: 113px;
			}
			.bannertext h1{
				font-size: 28px;
			}
			.carousel-item{
				min-height: 29rem;

			}
			.carousel-item img{
				min-height: 29rem;
				
			}
			.bannersection{
				min-height: 447px;
			}
			
		}