@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, * {
	font-family: "Poppins", serif !important;
}
.ie-panel {display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;} .text-pana-1 { text-align: justify; font-size: 2.9vw; line-height: 100%; margin: 0; text-align: center; } .text-pana-2 { text-align: justify; font-size: 5.3vw; line-height: 100%; margin: 0; text-align: center; } .img-levapan { display: inline-block; width: 100%; max-width: 570px; } .control-form-lev { background-color: #ffffff !important; border-radius: 30px !important; padding: 0 20px !important; min-height: 44px !important; } .btn-levapan { border-radius: 20px !important; margin: 20px auto 0 auto; width: 100%; display: block; max-width: 300px; } .mr-5 { margin-right: 5px !important; font-style: normal; } .control-label-lev { top: 23px !important; } .float-none { float: none !important; margin-bottom: 0 !important } .bg-footer { background-color: #820000; padding: 60px 20px; } .content-link-footer a { display: inline-block !important; text-align: center; border-radius: 50%; width: 30px; height: 30px; background-color: #ffffff; text-align: center; margin-top: 5px } .content-link-footer a i { color: #820000; font-style: normal }
.service-section {
	padding: 85px 0 70px;
	background-color: #ffffff !important;
}
.single-service-box {
	padding: 30px 30px 30px;
	margin-bottom: 30px;
	filter: drop-shadow(0 0 9px rgba(2,2,2,0.1));
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.single-service-box:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #e22726;
	transition: .5s;
	z-index: -1;
}
.single-service-box:hover:before {
	width: 100%;
}
.single-service-box:hover .service-content p, .single-service-box:hover .service-content h4  {
	color: #fff !important;
}
.service-icon {
	margin-right: 30px;
	float: left;
}
.service-content {
	overflow: hidden;
}
.info-comment-levapan {
	padding: 90px 0 100px;
	background-color: #e22726;
}
.dreamhub-section-title.padding-lg {
	padding: 0 0 60px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.class-star-leva {
	width:100%;
	display:flex;
	justify-content:center;
}
.class-star-leva i {
	font-style: normal !important;
	color: #ffd700;
	margin-right: 5px;
}
.img-nav-menu {
	
	bottom: 47px;
	left: 50%;
	transform: translateX(-50%);
	
}
.text-inherit {
	
	text-transform: inherit !important;
	
}
.trm-mvl {
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
}
@media only screen and (max-width: 580px) {
	.text-pana-1 {
		font-size: 50px;
	}
	.text-pana-2 {
		font-size: 40px;
	}
	.trm-mvl {
		display: inline-block;
	}
}