.header{
	display: flex;
	background-color: #fff;
	justify-content: space-around;
}

.header .content h3{
	color: #000;
}

.header .content h5{
	color: #6e9e3a;
}

.impt .scroll{
	background-color: white;
    box-shadow: 0 0 10px #6e9e3ac9;
    border-radius: 15px;
    overflow: auto;
    height: 200px;
    padding: 10px 45px;
}

/*.carousel-item img {
	width: 100%;
	height: 392px!important;
	margin: 0 auto;*/ /* center your carousel if other than 100% */
/*}*/

#carouselExampleControls a:hover {
	background-color: transparent;
}

.header .content button {
	background-color: #6e9e3a;
	border: none;
	border-radius: 15px;
	color: #fff;
	padding: 5px 30px;
}

.left-logo h6{
	border: 2px solid #6e9e3ac9;
    border-radius: 25px;
    /*padding: 5px;
    margin: 15px 0;*/
	color: #6e9e3a;
	cursor: pointer;
}

.right-logo h6{
	border: 2px solid #6e9e3ac9;
    border-radius: 25px;
/*    padding: 5px;
    margin: 15px 0;*/
	color: #6e9e3a;
	cursor: pointer;
}

.scroll ul li{
    margin: 10px 0;
}

.last-sec{
	background-color: #fff;
	border-radius: 10px;
	margin: 35px auto;
	box-shadow: 0 0 7px #6e9e3ac9;
}

.last-sec .address{
	border-bottom: 1px solid black;
    padding: 5px 35px;
}

.last-sec .address h4{
	color: #507726;
}

.last-sec .address p{
	color: #000;
}
