*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: sans-serif;

}
.about-hero{
	height: 60px;
	position: relative;
	background-image: url('../image/headerbanner3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.about-hero .banner-title{
	position: absolute;
	top:35%;
	left:5%;

}
.banner-title h4{
	color:darkorange;
	font-size: 18px;
}
.banner-title h4 a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.product-box{
	height: 200px;
	position: relative;
	overflow: hidden;
}
.product-box img{
	height: 100%;
}
.product-box .price{
	background-color: darkorange;
	text-align: center;
	opacity: 0.9;
	width: 100%;
	padding: 5px 10px;
	position: absolute;
	bottom: -70px;
/*	display: flex;*/
/*	justify-content: space-between;*/
	transition: all 0.7s;
}
.price h5{
	color: #fff;
	font-size: 14px;
	margin: 0px;
}
.product-box:hover .price{
	bottom: 10px;
}
.product-box:hover{
	transform: scale(1.03);
}
.price p{
	color: #fff;
	margin: 0px;
	font-size: 14px;
}
.footer .social .fa{
	padding: 5px;
	color: white;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
/*	text-align: center;*/
	border-radius: 5px;

}
.social a{
	text-decoration: none;
}

.footer .social .fa:hover{
	background: darkgoldenrod !important;
}
p{
	text-align: justify;
}
li{
	list-style: none;
}
li a{
	text-decoration: none;
}
.error{
	color: red !important;
}
label span{
	color: red !important;
}
.subbtn{
	background-color: rgb(47, 0, 255);
	color: white;
	border: none;
	padding: 5px 10px;
	border-radius: 3px;
}
.subbtn:hover{
	background-color: rgb(147, 0, 255);
}
.header{
	background: linear-gradient(to right, #006e31, rgb(47, 0, 255));
	/* background-color: #006e4b; */
	padding: 10px 40px;
	transition: all 0.4s;
}
.header:hover{
	background: linear-gradient(to left, #06e96c, rgb(47, 0, 255));
}

.header a{
	text-decoration: none;
	color:#fff;
	font-size: 13px;
	display: block;
}
.register{
	border-radius: 5px;
/*	background-color: #006e31;*/
	padding: 5px 10px;
}

#form-row{
    display: none;
}
.register:hover{
	background-color: #05351c !important;
	color: #fff !important;
}
	.register-box .register:nth-child(1){
		background-color: #006e31;;
/*		color: black !important;*/
	}
	.register-box .register:nth-child(2){
		background-color: darkkhaki; !important;
		color: blue;
	}
	.register-box .register:nth-child(3){
		background-color: darkorange; !important;
	}
.logo img{
	
	width: 60px;
	height: 50px;
}
nav{
	padding: 5px 40px;
	border-bottom: 1px solid #006e4b;
	display: flex;
	align-items: baseline;
}
nav{
	position: relative;
	background-color: white;
	opacity: 0.9;
}
nav ul{
	
	padding: 0px;
	margin: 0px;
}
nav ul li a{
	text-transform: capitalize;
	color:rgb(34, 33, 33);
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	transition: all 0.6s;
	position: relative;
}
.main-nav li a::before{
	content: "";
	position: absolute; width: 0%; height: 100%; background-color: darkorange; z-index: -1; left: 0; top:0;
	transition: 0.5s;
	border-radius: 2px;
}
.main-nav li a::after{
	content: "";
	position: absolute; width: 0%; height: 3%; background-color: white; z-index: -1; left: 0; bottom:3px;
	transition: 0.5s;
}
.main-nav li a:hover::before{
	width: 100%;
}
.main-nav li a:hover::after{
	width: 100%;
}
nav ul li a:hover{
	color: #fff;
}
.mobile-menu ul li a:hover{
	color: #fff;
	background-color: darkorange;
	border-radius: 2px;
	animation: mymove 5s infinite;
}
@keyframes mymove {
  from {background-color: darkorange;}
  to {background-color: red;}
}
/* nav ul li::before{
	content: "|";
	margin-right: 10px;

}
nav ul li:nth-child(1)::before{
	content: "";
} */
.carousel-item{
	height: 450px;
}
.barrotate{
	transform: rotate(90deg);
}
.closebtn{
	font-size: 20px;
	display: none;
	border: 1px solid darkorange;
	padding: 2px 10px;
	border-radius: 50%;
	transition: all 0.4s;
}
.closebtn:hover{
	background-color: darkorange;
	color: white;
	cursor: pointer;
}
.menu ul{
	display: flex;
	gap: 2px;
}
.mobile-menu{
	display: none;
	position: absolute;
	top:55px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}
.mobile-menu ul{
	padding: 10px 0px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	
}
.mobile-menu ul a{
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 5px 10px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	transition: all 0.6s;
	
	
}
.contact{
	display: flex;
	gap: 5px;
}
.register-box{
	display: flex;
	gap: 1%;
	justify-content: end;
	width: 50%;
}
#sponser{
	border:none;
	background-color: transparent;
}
/* top ten table */
.topten{
	width: 100%;
	
}
.topten tr td,th{
	padding: 2px;
	border: 1px solid gray;
	font-size: 14px;
}
.topten tr td:nth-child(1),th:nth-child(1){
	width: 40px;
	text-align: center;
	
	
}
.topten tr td:nth-child(2),th:nth-child(2){
	width: 60px;
	text-align: center;
	padding: 2px;
	
	/* background-color: green; */
}
.topten tr td:nth-child(3),th:nth-child(3){
	width: 100px;
	text-align: center;
	
	
}
.topten img{
	border-radius: 50%;
}
.card-header{
	background-color: #006e31;
	color: #fff;
}
.card p a{
	text-decoration: none;
	font-size: 14px;
}
.form-control{
	border: 1px solid gray;
	border-radius: 3px !important;
}
.blink {
	/* animation: blinker 1.5s linear infinite; */
	color: darkblue;
	font-family: sans-serif;
}

/* @keyframes blinker {
	25% {
		opacity: 0;
	}
} */
.footer{
	background-color: #023030;
/*	padding: 20px 0px;*/
	border-top: 1px solid gray;
	color: #fff;
}
.card{
	box-shadow: 0px 5px 5px lightseagreen;
	transition: all 0.7s;
}
.card a{
	background-color: darkorange;
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
	width: 25%;
	text-align: center;
	transition: all 0.4s;
}
.card h3{
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}
.about .card-header{
	padding: 5px 10px;
}
.about{
	height: 350px;
}
.notice-board p{
	margin: 0px;
	font-size: 14px;
}
.card a:hover{
	background-color: blue;
}
.card-footer{
	display: flex;
	justify-content: end;
}
.card:hover{
	background-color: #023030;
	color:#fff;
	
}
.card:hover #sponser{
	color: white;
}
.card:hover p{
	color: #fff !important;
}
label{
	font-size: 14px;
	font-weight: 500;
	/* color:blue; */
}
.download-btn{
	background-color: green;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	width: 50%;
	align-content: center;
	transition: all 0.4s;
}
.footer .quickLink ul{
	padding: 0px;
}
.footer .quickLink ul li a{
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 3px 10px;
	/*background-color: darkorange;*/
	margin-bottom: 2px;
	border-radius: 2px;
	transition: all 0.4s;
}
.footer .quickLink a:hover{
	background-color: darkorange;
}
.footer .companyLink p{
	font-size: 14px;
}

@media screen and (max-width: 772px) {
	.contact{
		display: none;
	}
	.menu{
		display: none;
	}

	.closebtn{
		display: block;
	}
	.logo img{
		width: 40px;
		height: 40px;
	}
	.carousel-item{
		height: 225px;
	}
	.header{
		background: linear-gradient(to left, #01411d, rgb(47, 0, 255));
		padding: 10px 10px;
		font-size: 12px;
	}
	nav{
		padding: 5px 15px;
	}
	.register-box{
		display: flex;
		gap: 3%;
		justify-content: center;
		width: 100%;
	}
	.card .card-footer a{
		width: 100%;
		margin-top: 5px;
	}
	.product-box{
	height: 150px;
	
}
.product-box .price{
/*	left: 5%;*/
	bottom: -100px;
/*	width: 90%;*/
	padding: 3px 5px;
/*	background-color: darkmagenta;*/
}
.price p{
	font-size: 12px;
}
.price h5{
	font-size: 12px;
}
.footer .quickLink ul{
	text-align: center !important;
	margin: 0px;
}
	
}

@media screen and (max-width: 900px) {
	.menu ul li a{
		font-size: 12px;
	}
}