.logo_img{
	width:30%;
	height: auto;
}
#black{
	display: none;
}

@media(max-width: 767px)
{
	.logo_img{
	width: 60%;
	height: auto;	
	}
	#black{
		display: block;
	}
	#logo{
		display: none;
	}
	
}
.htab{
	height: 90%;
}
.mar {
	height: 300px;
	position: relative;
	overflow-y: hidden;
}

.mar ul{
	/*height: 300px;*/
	list-style-type: none;
	padding: 5px;
}
.mar li{
	padding-bottom: 20px;
}
.trainer_area{
	padding-top: 30px;
}
.feature_area{
	padding-bottom: 20px;
}

.single-trainer .meta-text {
  height:300px;

}
.single-trainer .meta-text p{
  width: 100%; 
  height: auto;
  text-align:justify;
  overflow: hidden;
  font-size: 15px;
}
.bgevent{
	 background: rgba(15,37,107,0.5);
	
}
.gap{
	margin-top: 50px;
	margin-bottom: 60px;
}
.bg-color{
	/*background: rgba(18,40,64,0.9);*/
	background: rgba(24,44,105,0.9);
}
.bg-color p{
	padding: 10px;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
}

.float{
	position:fixed;
	/*width:auto;
	height:60px;*/
	bottom:40px;
	right:40px;
	/*background-color:#f7631b;*/
	color:#FFF;
	border-radius:50px;
	text-align:center;
	/*box-shadow: 2px 2px 3px #999;*/
	z-index: 99;
}

.my-float{
	margin-top:22px;
}

label{
	font-weight: 600;
	color:#333;
	text-transform: uppercase;
}
.dropdown:hover>.dropdown-menu {
	display: block;
  }