@media only screen and (max-width: 998px) {
  .nav_menu_d{
		display: none;
	}
	#minmenI{
		display: inline-block;
	}
	
}

@font-face {
  font-family: vernagir;
  src: url("/fonts/vernagir.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: #00254d;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
nav{
	width: 100%;
	height: 80px;
	background-color: #ADD8E6;
}
.ld-s{
	width:100px; 
	float:left;
	padding-top: 3px;
}
.cd-s{
	width:calc(100% - 100px);
	float: left;
	height: 100px;
}
.nav_menu_d{
	font-family: vernagir;
	width: 20%;
	float: left;
	text-align: right;
	font-size: 18px;
	padding-top: 25px;

}
.nav_menu_d a{
	color: #00254d;
}
.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: #00254d; 
	z-index:2000; 
	position: absolute;
	display: none;
	top: 0;
	margin-top: 80px;
}
.home_section_style{
	position: relative;
	width:100%;
	min-height:calc(100vh - 80px);
	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;
}
.home_section_content h1{
	text-align: left;
	color:white;
}
.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:#00254d;
	font-size: 16px;
	color:white;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: vernagir;
}
.home_reviews{
	background-image: linear-gradient(#00254d, #42bcf5, #ADD8E6);
	padding-top: 30px;
	padding-bottom: 30px;
}
.home_special_style{
	margin-top: 3%;
	position: relative;
	width:100%;
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}