.home-map{
	background-image: url('/assets/img/map.png');
	border-radius: 25px;
	overflow: hidden;
    background-position: center;
}
.home-gall{
	background-image: url('/assets/camps/banner.jpg');
	border-radius: 25px;
	overflow: hidden;
    background-position: inherit;
}
.home-map-head{
	text-align: center;
	padding: 4px;
	height: 40px;
	background-color: #010f188f;
}
.home-map-head .txt{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.home-map-body{
	height: 213px;
}
.home-radius-25{
	border-radius: 25px;
}

.home-test{
	background-color: #fffff80;
	/*border-radius: 25px; */
	overflow: hidden;
}
.home-test-head{
	text-align: center;
	padding: 4px;
	height: 20px;
	/*background-color: #6e6a6a1f;*/
}
.txt-test{
	font-size: 16px;
	font-weight: bold;
	color: #0000008a;
}
.home-test-body{
	font-size: 15px;
    font-family: serif;
}

.opa33{
	opacity: 0.33;
}
.icn-custom{
	max-height: 136px;
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
  	opacity: 0.8;
}
.font-11{
	font-size: 11px;
}
.img96{
	max-height: 96px;
  	padding: 7px;
    border: 2px solid #ccc;
}
.section-tittle h2 {
	font-size: 25px !important;
}
.slider-area .hero__caption h4 {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 14px;
    color: #102039;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.bg-food{
	background-image: url('/assets/img/food-bg.jpg');
	overflow: hidden;
    background-position: inherit;
    background-size: cover;
    background-position: top;
    font-size: 11px;
}
.bg-indian{
	background-image: url('/assets/img/indian_food.png');
	overflow: hidden;
    background-position: inherit;
    background-size: cover;
    background-position: top;
    min-height: 210px;
}
.bg-dplan{
	background-image: url('/assets/img/diet_plan.png');
	overflow: hidden;
    background-position: inherit;
    background-size: cover;
    background-position: top;
    min-height: 210px;
}
.bg-opa{
	background: rgb(235 167 66 / 50%);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.bg-dp-head{
	background: rgb(141 155 219 / 25%);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.bg-rx{
	background: rgb(141 155 219 / 25%);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#bannervideo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}