@media only screen and (max-width: 998px) {
  .nav_menu_d{
		display: none;
	}
	#minmenI{
		display: block;
	}
}


@font-face {
  font-family: vernagir;
  src: url("/fonts/vernagir.TTF");
}

@font-face {
  font-family: vernagirA;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none !important;
}
.a_hover: hover{
	text-decoration: none;
}
.color_v{
	color: #0B2E5E;
}
.font_v{
	font-family: vernagir;
}
.font_va{
	font-family: vernagirA;
}

nav{
	width: 100%;
	height: 100px;
	position: fixed;
	background-color: #ECF4E8;
	z-index: 2000;
	top: 0;
}
.ld-s{
	width:150px; 
	float:left;
	padding-top: 3px;
	text-align: center;
}
.cd-s{
	width:calc(100% - 150px);
	float: left;
	height: 80px;
}
.nav_menu_d{
	font-family: vernagir;
	width: 25%;
	float: left;
	text-align: right;
	font-size: 18px;
	padding-top: 18px;

}
.nav_menu_d a{
	color: #0B2E5E;
}
.minmenI{
	width: 100px;
	float: right;
	height: 60px;
	text-align: right;
	padding-top: 25px;
	display: none;
}
.menuList{
	width:100%; 
	padding-top: 20px; 
	padding-bottom:20px; 
	background-color: black; 
	z-index:2000; 
	position: absolute;
	display: none;
	top: 0;
	margin-top: 120px;
}
.home_section_style{
	position: relative;
	width:100%;
	min-height:calc(100vh - 100px);
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	background-color: black;
	opacity: 0.4;
}
.home_section_content{
	font-family: vernagirA;
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 120px;
	color:white;
	padding-bottom: 20px;
	text-shadow: 1px 1px 1px #003135;
}
.home_section_content h1{
	text-align: left;
	color:white;
	text-shadow: 1px 1px 1px #003135;
}
.home_section_content h3{
	font-weight: bold;
	color:white;
	margin-bottom: 3%;
}
.home_section_content a{
	background-color:#0B2E5E;
	font-size: 18px;
	color:white;
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-family: vernagir;
}
.home_section_content a:hover{
	text-decoration: none;
	border:solid 1px #D4A017;
}
.habb{
	border: none;
	background: transparent;
	box-shadow: 2px 3px 8px #f9a81b;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 40px;
}
.home_special_style{
	position: relative;
	width:100%;
	min-height:320px;
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 3%;
}
.home_special_left{
	width:50%; 
	height:100%; 
	float:left; 
	background-color: black;
}
#home_special_left_text{
	font-size: 16px;
}
.home_special_right{
	width:50%; 
	height:100%; 
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home_reviews{
	background-image: linear-gradient(black, #f9a81b);
	padding-top: 30px;
	padding-bottom: 30px;
}

