.font_h{
	font-family: 'Lato', sans-serif;
}

nav{
	width:100%;
	height: 80px;
	position: fixed;
	z-index: 1000;
	margin-top: 25px;
}
.nav_log_block{
	width:20%;
	height: 100%;
	float:left;
	padding-left: 5%;
}
.nav_menu_block{
	width:80%;
	height: 100%;
	float:left;
}
.menu_min{
	float:right;
	margin-right: 7%;
	padding-top: 25px;
}
.menu_min a{
	color:white;
	font-weight: bold;
}
.menu_min a:hover{
	text-decoration: none;
}
.menu_min_lists{
	position: absolute;
	display: none;
	margin-left: -50px;
	margin-top: 16px;
	background: red;
	width:200px;
	padding: 20px;
	border-radius: 0 0 5px 5px;

}
.menu_moblie{
	display: none;
}
.menu_mobile_style{
	width:100%;
	background-color: #24303e;
	margin-top: 81px;
	padding-left:5%;
	padding-top: 30px;
	padding-bottom: 20px;
	display: none;
}
.menu_mobile_style p{
	font-weight: bold;
	margin-top: -10px;
}
.menu_mobile_style a{
	color:white;
}
.menu_mobile_style a:hover{
	color:white;
	text-decoration: none;
}

.home_section_style{
	position: relative;
	width:100%;
	min-height:100vh;
	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.5;
}
.home_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 13%;
	color:white;
	padding-bottom: 20px;
	text-align: center;
}
.home_section_content h1{
	font-size: 55px;
	font-weight: bold;
	color:white;
	text-shadow: 1px 1px black;
	border-bottom:3px solid orange ;
	padding-bottom: 2%;
}
.home_section_content h3{
	font-weight: bold;
	color:white;
	margin-top: 5%;
	margin-bottom: 7%;
	line-height: 1.4;
}
.home_section_content a{
	font-size: 20px;
	font-weight: bold;
	color:orange;
	border:solid 3px orange;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.home_section_content a:hover{
	text-decoration: none;
	color:white;
	background-color:orange;
}
.home_services_style{
	margin-top: 4%;
}
.home_services_body a{
	color: black;
}
.home_services_body p{
	font-size: 18px;
	text-decoration: underline;
	margin-top: 1%;
}
.home_projects_body a{
	color: #212529;
	text-decoration: none;
}
.home_projects_body p{
	font-size: 14px;
	color: #212529;
}
.review_section_style{
	position: relative;
	width:100%;
	height:auto;
	background-image: url("/images/static/reviews.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 20px;
}
.client_min{
	width:100%;
	border-radius: 10px;
	border:solid 1px #88b50d;
	padding: 10px;
}
.services_section_style{
	position: relative;
	width:100%;
	min-height:45vh;
	height:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.services_section_fone{
	position: absolute;
	width:100%;
	min-height:100%;
	height:auto;
	background-color: black;
	opacity: 0.7;
}
.services_section_content{
	position: relative;
	width:100%;
	min-height:100%;
	height:auto;
	z-index: 200;
	padding-top: 120px;
	color:white;
	padding-bottom: 20px;
}
.services_section_content h3{
	font-weight: bold;
	color:white;
	margin-top: 5%;
	margin-bottom: 4%;
	line-height: 1.4;
}
.services_section_content a{
	color: white;
}
.installation_m{
	margin-top: 3%;
}
.about_a_call a{
	font-size: 20px;
	font-weight: bold;
	color:white;
	border:solid 3px white;
	border-radius: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.request_form_div{
	background-color: #24303e;
	padding: 20px;
	color: white;
}
.request_form_div p{
	font-size: 12px;
	font-weight: bold;
}
.btn_custom{
	font-size: 12px;
	width: 100%;
	background-color: orange;
	margin-top: 10px;
}