
.menu ul{
	margin-bottom: 0px;
	float: right;
	padding: 15px 30px;
}
.menu ul li{
	padding: 15px;
	float: left;
}
.menu ul li.active,.menu ul li:hover{
	background-color: #b5e0fc;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 9999;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 10px 0px #888;
}
.carousel-item img{
	height: 400px;
	width: 100%;
}
.achievement img{
	max-height: 200px;
}
.testimonial{
	background-color: #b5e0fc;
}
.counting .fa-users,.counting .fa-rupee-sign,.counting .fa-hands-helping{
	font-size: 50px!important;
}
.stickbar{
	position: fixed;
	bottom: 0px;
	right: -300px;
	background-color: #fff;
	/*height: 70vh;*/
	width: 300px;
	box-shadow: 0 0 10px #888;
	transition: all 0.5s;
	z-index: 999999; 
}
.textoption{
	padding: 0px;
}
.textoption li{
	padding: 10px 20px;
	border-bottom: 1px solid #888;
	font-size: 18px;
}
.stickyicon{
	position: absolute;
	bottom: 6rem;
    /* bottom: 15px; */
    font-size: 3rem;
    /* background-color: #000000; */
	background-color: #b1040e;
	
    height: 4rem;
    width: 4rem;
    text-align: center;
    color: #fff;
    left: -4rem;
    cursor: pointer;
}
.textoption li.active{
	background-color: #0072bc;
}
.textoption li.active a{
	color: #fff;
}
@media(max-width: 767px){
	.logo h1{
		font-size: 25px
	}
	.logo img{
		max-height: 40px!important;
	}
	.menu{
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #f2f2f2;
		display: block;
		z-index: 99999;
		height: 100vh;
		width: 50%;
		transition: all 0.5s;

	}
	.menu ul{
		margin-top:20px;
		padding: 0px;
		float: none;
	}
	.menu li{
		padding: 10px 40px;
		border-bottom: 1px solid #d6d1d1;
		float: none!important;

	}
	.overlay{
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background-color: #00000070;
		z-index: 9999;
		display: none;
	}
	.closemenu{
		position: absolute;
	    bottom: 30px;
	    left: 50%;
	    background: #6d6868;
	    padding: 12px 10px;
	    text-align: center;
	    color: #fff;
	    font-size: 20px;
	    height: 50px;
	    width: 50px;
	    border-radius: 50%;
	}
	.carousel-item img{
		height: 200px;
	}
	.stickbar{
		right: -70%;
		width: 70%;
	}
}

