* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
}

body {
	box-sizing: border-box;
	background-color: #c1bdbd;
	position: relative;
}


img {
	object-fit: cover;
}

.header {background-color: #555555;}

@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		top: 0;
		z-index: 999999;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: auto;
		position: relative;
		background-size: 100% 100%;
	}

	.title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: 60px;
	}

	.title img {
		width: 60px;
		height: auto;
	}

	.sitename {
		margin-left: 10px;
		font-size: 20px;
		color: #E82945;
		font-weight: bold;
	}

	.menu {
		width: 35px;
		height: 35px;
	}

	.seach {
		width: 35px;
		height: 35px;
		border-radius: 15px;
		padding: 5px;
	}


	.menu-box {
		width: 100%;
		height: calc(100vh - 56px);
		background-color:#c1bdbd;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 56px;
		left: 0;
		z-index: 9999;
	}

	.menu_list {
		width: 94%;
		padding: 3%;
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.menu_list a {
		width: 100%;
		margin: 0 auto 20px;
		border-radius: 5px;
		color: #000;
		font-weight: bold;
		text-align: center;
		display: flex;
		padding: 5px 2%;
		text-transform: capitalize;
		align-items: center;
		
		font-size: 16px;
		line-height: 2;
		box-shadow: 0px 0px 10px rgba(27, 70, 75, 0.5);
	}
	.menu_list .active{
		color: #ff6633;
	}
	.menu_list a img {
		width: 25px;
		height: 25px;
		display: block;
		padding: 3px;
		border-radius: 5px;
		margin-right: 15px;
	}
	.search-box {
		width: 100%;
		height: calc(100vh - 56px);
		background-color: #c1bdbd;
		transition: all 0.2s linear;
		display:none;
		position: absolute;
		top: 56px;
		left: 0;
		z-index: 9999;
	}
	.seachdiv {
		width: 90%;
		height: 33px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
		padding: 3px;
		margin-top: 30px;
		border: 2px solid gainsboro;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		color: gray;
		font-size: 14px;
		text-indent: 1em;
		font-weight: 400;
		background-color: transparent;
		text-overflow: ellipsis;
	}

	.seach-img {
		width: auto;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img span {
		display: none;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		padding:3px;
		border-radius: 100%;
	}

	.MenuBox a{
		width: 18%;
		display: flex;
		overflow: hidden;
		margin-bottom: 10px;
	}

}
.MenuBox{
	width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
	background:#ff6633;
    padding:10px 0 0 0;
    border-radius: 10px;
    margin-bottom:10px;
}
.MenuBox a img{
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}
	
@media (min-width:1000px) {
	.MenuBox a{
		width: 6%;
		display: flex;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	.h-box{
		display: flex;
		padding:20px 0 20px;
	}
	.header {
		width: 100%;
		max-width: 1200px;
		height: auto;
		top: 0;
		z-index: 99999;
		margin: auto;
		display: flex;
		padding: 0 3% 0 3%;
		justify-content:flex-start;
		align-items: center;
		border-bottom: 2px solid gainsboro;
		border-bottom: 2px solid #fac104;
		box-shadow: 5px 5px 10px rgba(153, 150, 150, 0.5);
		border-radius: 0 0 20px 20px;
	}

	.h-box {
		width: 100%;
		height: auto;
		display: flex;
		justify-content:flex-start;
		align-items: center;
		position: relative;
		margin: auto;
	}

	.hb {
		width: 25%;
		height: auto;
	}

	.title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
	}

	.sitename {
		margin-left: 10px;
		font-size: 20px;
		color: #E82945;
		font-weight: bold;
	}

	.title img {
		width: 60px;
		height: 100%;
		object-fit: fill;
	}

	.menu,
	.seach{
		display: none;
	}

	.menu-box {
		width: 360px;
		height: auto;
		position: relative;
		margin:auto;
		display: block;
	}

	.menu_list {
		display: flex;
		justify-content: space-between;

	}

	.menu_list a {
		width: auto;
		display: flex;
		font-size: 18px;
		align-items: center;
		font-weight: 400;
		color: #fff;
		text-transform: capitalize;
		padding: 10px;
		border-radius: 5px;
	}
	.menu_list a:hover{
		background-color:#ff6633;
		color: #fff;
	}
	.menu_list .active{color:#ff6633;}
	.menu_list a img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		display: none;
	}
	.search-box{
		width: 45%;
		margin-left: 2%;
	}
	.seachdiv {
		width: 100%;
		height: 35px;
		display: flex;
		align-items: center;
		background-color: #fff;
		
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 15px;
		text-indent: 2em;
		color: gray;
		font-weight: 400;
		background-color: transparent;
		border: 1px solid gainsboro;
		border-right: none;
	}

	.seach-img {
		width: auto;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
		padding:3px;
		border-radius: 100%;
		object-fit: cover;

	}

}

.content1 {
        width: 90%;
        margin: 40px auto;
        font-size: 1.6em;
       
}
.title-h1{
	display: block;
	width: 100%;
	margin-bottom: 2em;
	text-align: center;

}
.desc-p{

	width: 100%;
}

.footer {
	width: 100%;
	margin-top: 20px;
	height: auto;
	text-align: center;
	background-color: #555555;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}

.aboutus {
padding: 10px;
}

.aboutus p {
	margin:10px;
}

.aboutus h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}