@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
	margin: 0 !important;
	padding: 0 !important;
}

body {
  font-family: 'Roboto', sans-serif;
  background:
  /* Top Transparent Black shadow */
  linear-gradient(
    rgba(200, 245, 203, 0.2),
    rgba(200, 245, 203, 0.2)
    )
}

.container{
	width: 100% !important;
	max-width: 100%;
}


.wrapper{
	width: 80%;
	max-width:80% !important;
	margin: auto !important;
}
.dark{
	background-color: #853f0d;
	color: #fff;
}
.darkgreen{
	background-color: #534526;
	color: #fff;
}
.light{
    background: linear-gradient(90deg, rgb(179 183 164) 18%, rgba(255, 255, 255, 1) 100%)
}

.bg-color{
	background-color: #e0e8d8;
}

.bg-footer{
	background-color: #eee;
}

.top-left{
	display: inline-block !important;
}

#top-div{
	height: 40px;
	line-height: 40px;
}

#logo img{
	height: 90px !important;
	width: 90px !important;
	margin-top: 25px !important;
}

#logo-right img{
	height: 120px !important;
	width: 120px !important;
	margin-top: 14px !important;
	margin-left: -100px !important;
}

#heading img{
	width: 85% !important;
	margin-top: 20px;
	padding: 10px !important;
}

.clear{
	clear: both;
}

.wrapper ul li{
	width: 130px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.wrapper ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.wrapper ul li a:hover {
	background-color: #DBB61F;
	text-decoration: none;
	color: black;
}

#news-margin{
	margin-top: 5px !important;
	border: 1px solid #132936;
	box-shadow: 5px 5px 10px #969C9E;
	box-sizing: border-box;
}

.slider-img{
	width: 100%;
	margin: auto !important;
}


.slider-img img{
	height: 350px;
	width: 698px;
	margin-top: 5px !important;
	margin-left: 20px !important;
	padding: 15px !important;
	border: 1px solid #52656B;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px #969C9E;
	background-color: #eee;
}

.content-designe{
	width: 80%;
	height: 410px; !important;
	margin: auto !important;

}
.content-designe2{
	width: 80%;
	margin: auto !important;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}


.content{
	text-align: justify;
	box-shadow: 5px 5px 10px #969C9E;
	box-sizing: border-box;
}

.marg-right{
	padding: 10px !important;
	width: 100% !important;
}

h5{
	padding: 10px !important;
	text-align: center;
}

.schemes h5{
	display: block;
	text-decoration: none;
	cursor: default;
	line-height: 40px;
}

.content-designe2 img{
	width: 100%;
	height: 320px !important;
}

.marg-div{
	margin-left: 10px !important;
	height: 100%;
}

.marg-div2{
	height: 100%;
}

.schemes{
	height: 60px;
}

.marg-left{
	margin-left: 10px !important;
	padding: 10px !important;
}

.marg-left1{
	margin-left: 30px !important;
	padding: 10px !important;
}

.marg-left1 #oc{
	list-style-type: none;
	font-weight: bold;
	line-height: 30px;
}

.marg-left1 #oc li{
	font-size: 15px !important;
	text-align: left;
	font-weight: bold;
}

.marg-left #oc{
	list-style-type: circle;
	list-style-position: inside;
	font-weight: bold;
	line-height: 30px;
}

.marg-left #oc li{
	font-size: 15px !important;
	text-align: left;
	font-weight: bold;
}

.marg-top{
	margin-top: 5px !important;
}

.marg-top1{
	margin-top: 18px !important;
}

.content-about{
	padding: 25px !important;
	text-align: justify;
	line-height: 32px;
}

.item-align{
	text-align: center;
	padding-bottom: 20px !important;
	margin-bottom: 10px !important;
}

.border-dark{
	margin: 15px 15px !important;
	border: 2px solid green;
	border-radius: 20px;
	box-sizing: border-box;
}

.item-heght{
	height: 110% !important;

}

.marg-left #np{
	list-style-type: circle;
	list-style-position: outside;
	font-weight: bold;
	line-height: 25px;
}

.marg-left #np li{
	font-size: 13px !important;
	text-align: left;
	font-weight: bold;
}

.content-marque marquee{
	height: 300px !important;
	width: 350px !important;
	padding: 25px !important;
	margin-top: 15px !important;
	margin-left: 15px !important;
}

#marque li{
	display: block;
}

#marque li a{
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	color: green;
	line-height: 32px;
	font-size: 12px;
}


.table-hed tr{
	height: 50px !important;
	text-align: center;
	line-height: 50px !important;
}

.table-hed tr th{
	font-size: 18px !important;
}

.table-bod tr{
	height: 40px !important;
	text-align: center;
	line-height: 40px !important;
}

.table-bod tr th, td{
	font-size: 18px !important;
}

.table-bod tr .td-left {
	text-align: left !important;
	padding-left: 26% !important;
}




@media screen and (max-width:999px) {

	#top-div{
	height: 25px;
	line-height: 25px;
	}

	.font-size-head p{
		font-size: 12px !important;
	}

	.wrapper{
	width: 95%;
	max-width:95% !important;
	margin: auto !important;
	}

	#logo img{
	height: 60px !important;
	width: 60px !important;
	margin-top: 15px !important;
	margin-left: 10px !important;
	}

	#heading img{
	width: 40% !important;
	margin-top: 5px;
	padding: 10px !important;
	margin-left: 120px !important;
	}

	#logo-right img{
	height: 60px !important;
	width: 60px !important;
	margin-top: 15px !important;
	margin-left: -100px !important;
	}

	.navbar-toggler-icon{
		background-color: #997a00;
		padding-top:10px !important; 
		height: 30px;
		width: 30px;
		margin: 15px !important; 
	}

	.navbar-nav li{
		display: block;
		text-align: center;
		width: 100% !important;
		padding: 10px;
		border-bottom: 1px solid #fff;
	}

	.slider-img{
	width: 100%;
	margin-bottom: 30px !important;
	}

	.slider-img img{
	position: relative;
	height: 200px;
	width: 390px;
	margin-top: 15px !important;
	margin-left: -65px !important;
	padding: 2px !important;
	border: 1px solid #52656B;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px #969C9E;
	background-color: #eee;
	}

	.vison-cont{
		margin-top: 14em !important;
	}

	.content-designe{
		width: 95% !important;
	}

	.content-designe2{
		width: 95% !important;
	}

	.content{
		margin-top: 15px !important;
	}

	.marg-div{
		margin-left: -2px !important;
	}

}


@media screen and (max-width:650px) {
	#top-div{
	height: 18px !important;
	line-height: 18px;
	}

	.font-size-head p{
		font-size: 8px !important;
	}
	.wrapper{
	width: 95%;
	max-width:100% !important;
	margin: auto !important;
	}

	#logo img{
	height: 30px !important;
	width: 30px !important;
	position: absolute;
	margin-top: 18px !important;
	margin-left: 30px !important;
	}

	#heading img{
	width: 50% !important;
	margin-top: 0px !important;
	position: relative;
	padding: 0px !important;
	margin-left: 80px !important;
	}

	#logo-right img{
	height: 30px !important;
	width: 30px !important;
	position: relative;
	float: right;
	margin-top: -50px !important;
	margin-left: 300px !important;
	}


}