
.headi{
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.titl {
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
}
.bnr {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.blt {
	color: #1E7095;
}

.blbg {
	background-color: #1E7095;
	color: #ffffff;
}

.grt {
	color: #C1CE64;
}

.grtd {
	color: #859033;
}

.grbg {
	background-color: #C1CE64;
}
#loader {
	height: 100vh;
	width: 100%;
	background-color: rgb(255, 255, 255);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:rgb(139, 195, 74);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 99998;
}

.my-float{
	margin-top:12px;
}

.hvrb:hover {
	background-color: #1E7095;
}

.hvrg:hover {
	background-color: #C1CE64;
}

body a {
	text-decoration: none !important;
}

.zoom {
	transition: transform .5s;
}

.zoom:hover {

	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari 3-8 */
	/*box-shadow: 5px 5px 5px #111;*/
}