@media only screen and (max-width: 998px) {
  .nav_menu_d{
		display: none;
	}
	.menuList{
		display: block;
	}
	
}



@font-face {
  font-family: vernagir;
  src: url("/fonts/Arm Hmk's Bebas Neue.TTF");
}
@font-face {
  font-family: vernagirA;
  src: url("/fonts/Reactive-Regular.ttf");
}
.font_v{
	font-family: vernagir;
}
.font_va{
	font-family: vernagirA;
}
.color_v{
	color: #0e91d0;
}
a:hover{
	text-decoration: none;
}
nav{
	width: 100%;
	height: 100px;
	background-color: #0e91d0;
}
.ld-s{
	width:100px; 
	float:left;
}
.cd-s{
	width:calc(100% - 100px);
	float: left;
	height: 100px;
}
.m_t_s{
	height: 40px;
	text-align: right;
	padding-top: 3px;
	background-color: #0e91d0;
	border-bottom: 1px solid white;
}
.m_b_s{
	height: 60px;
}
.menuList{
	width:100%; 
	padding-top: 20px; 
	padding-bottom:20px; 
	background-color: #0e91d0; 
	z-index:2000; 
	position: absolute;
	border-top: 1px solid white;
	display: none;
}
.menuList a{
	font-family: vernagir;
	color: white;
}
.nav_menu_d{
	width: 20%;
	float: left;
	text-align: right;
	font-size: 18px;
	padding-top: 16px;

}
.minmenI{
	width: 100px;
	float: right;
	height: 60px;
	text-align: right;
	padding-top: 20px;
}
.nav_menu_d a{
	color: white;
}
.nav_menu_d a:hover{
	text-decoration: none;
}

.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.2;
}
.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 #0e91d0;
}
.home_section_content h1{
	text-align: left;
	color:white;
	text-shadow: 1px 1px 1px #0e91d0;
}
.home_section_content h3{
	font-weight: bold;
	color:white;
	margin-top: 5%;
	margin-bottom: 7%;
	line-height: 1.4;
}
.home_section_content a{
	background-color:#0e91d0;
	font-size: 16px;
	color:white;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-family: vernagir;
}
.home_section_content a:hover{
	text-decoration: none;
	border:solid 1px white;
}
.home_reviews{
	background-image: linear-gradient(#0e91d0, #42bcf5, #42d1f5);
	padding-top: 30px;
	padding-bottom: 30px;
}
.door_section_style{
	position: relative;
	width:100%;
	min-height:400px;
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.door_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	background-color: black;
	opacity: 0.4;
}
.door_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 60px;
	color:white;
	padding-bottom: 20px;
}
.home_special_style{
	margin-top: 3%;
	position: relative;
	width:100%;
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutLeft{
	padding: 20px;
	color: white;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.aboutLeft a{
	color: white;
	font-family: vernagirA;
	font-size: 18px;
}