.header {
	background: rgba(71, 156, 24, 0.31);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	font-size: 14px;
}
.header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	padding: 5px 0px;
	display: none;
}

.top_menu ul li {
	display: inline-block;
	padding: 5px;
}
.top_menu ul li a {
	color: #fff;
	/* text-decoration: underline; */
	display: block;
	text-transform: capitalize;
}
.top_menu ul li a:hover {
	color: #00b1f5;
}
.top_effect {
	text-align: right;
}
.select {
	font-size: 16px;
	position: relative;
	display: inline-block;
}
.select .select_box {
	outline: none;
	-webkit-appearance: none;
	display: block;
	padding: 0px 10px;
	min-width: 120px;
	margin: 0;
	transition: border-color 0.2s;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: inherit;
}
.select .select_box option {
	color: #222;
}
.select .arr {
	background: transparent;
	bottom: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 35px;
	pointer-events: none;
}
.select .arr:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -3px;
	pointer-events: none;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.top_social {
	margin-left: 30px;
}
.top_social ul {
	padding: 0px;
	list-style: none;
}
.top_social ul li {
	display: inline-block;
	margin: 0px 10px;
}
.top_social ul li:last-child {
	margin-right: 0px;
}
.top_social ul li a {
	font-size: 15px;
	color: #fff;
}
.top_social ul li a:hover {
	color: #00b1f5;
}
.top_selection, .top_social, .navigation, .top_search {
	display: inline-block;
}

.top-info__block ul li {
	border-right: 1px solid #cfcfd0;
	display: inline-block;
	position: relative;
}
.top-info__block li:last-child {
	border: medium none;
}
.top-info__block li i {
	color: #fff;
	font-size: 30px;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}
.top-info__block p {
	margin-right: 15px;
	line-height: 1.6;
	padding-left: 50px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 500;
	/* letter-spacing: 0.5px; */
}
.top-info__block p span, .top-info__block p a {
	color: rgba(236, 236, 236, 0.71);
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}

.btn_box, .top-info__block ul {
	display: inline-block;
	vertical-align: middle;
	margin-top: 6px;
}
.top-info__block ul{
	margin-top: 10px;
}
.btn_box .btn-text {
	border-radius: 5px !important;
}

.nav_head {
	background: #08237e;
}
.navigation ul li {
	display: inline-block;
	position: relative;
}
.navigation > ul > li > a {
	display: block;
	padding: 17px 18px;
	color: #fff;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
	text-transform: uppercase;
}
.navigation > ul > li > a:hover {
	background: #02124d;
}
.navigation li:hover .sub-nav {
	opacity: 1;
	top: 100%;
	transition: top 0.3s ease 0s;
	-webkit-transition: top 0.3s ease 0s;
	visibility: visible;
}
.navigation .sub-nav {
	left: 0;
	border-top: 0;
	position: absolute;
	top: 175%;
	width: 200px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
}
.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0;
	position: relative;
}
.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color: #242424;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.navigation .sub-nav li a:hover {
	background: #02124d;
	color: #fff;
}
.top_search {
	position: relative;
	width: 21%;
}
.top_search .form_sea {
	margin: 0px;
	border: none;
	width: 100%;
	background: #02124d;
	border-radius: 0px;
	padding: 0 20px;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.top_search .form_sea::-webkit-input-placeholder {
	color: #fff;
}
.top_search .form_sea::-moz-placeholder {
	color: #fff;
}
.top_search .form_sea:-ms-input-placeholder {
	color: #fff;
}
.top_search .form_sea:-moz-placeholder {
	color: #fff;
}
.top_search .form_sea:focus {
	outline: none;
}
.top_search .serch_btn {
	position: absolute;
	top: 0px;
	right: 8px;
	height: 100%;
	background: transparent;
	color: #fff;
	font-size: 15px;
}
.menu {
	border: none;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 30px;
	background: none;
	z-index: 10;
}
.menu:after {
	position: absolute;
	top: 6px;
	right: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-info__block p {
		padding-left: 35px;
		margin-right: 10px;
	}
	.top-info__block li i {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-top: -16px;
	}
	.navigation > ul > li > a {
		padding: 17px 15px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.top_social {
		margin-left: 0;
	}
	.navigation > ul > li > a {
		padding: 17px 5px;
	}
	.top_social ul li {
		margin: 0px 4px;
	}
}
@media (max-width: 991px) {
	.logo {
		text-align: center;
	}
	.btn_box, .top-info__block ul {
		width: 100%;
		display: block;
	}
	.top-info__block ul li {
		border-right: none;
	}
	.top-info__block p {
		margin: 0;
	}
	.btn_box {
		display: none;
	}
}
@media (max-width: 767px) {
	.header{
		position: static;
		background: #222 !important;
	}
	.nav_head {
		min-height: 60px;
	}
	.navigation {
		display: none;
		width: 100%;
		margin-top: 65px;
	}
	.navigation ul li {
		display: block;
		border-bottom: 1px solid rgba(221, 221, 221, 0.39);
	}

	.navigation > ul > li > a {
		padding: 10px 15px;
	}
	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}
	.navigation ul li ul {
		display: none;
	}
	.navigation .sub-nav {
		width: 100%;
		position: static;
		background: #fff;
	}
	.top_search {
		position: absolute;
		width: 85%;
		top: 0px;
		left: 0px;
	}
	.top-info__block ul{
		text-align: center;
	}
.top-info__block ul li{
	display: block;
	margin-top: 15px;
}	
.top-info__block p{
	display: inline-block;
	padding: 0px;
}
.top-info__block li i{
	position: static;
	margin: 0 auto;
}
}

