.header_top {
	background-color: $base-color;
	padding: 13px 0px 13px;
	.header_top_contact {
		li {
			color: #fff;
			line-height: 1.2;
			margin-right: 30px;
			i {
				font-size: 18px;
				margin-right: 8px;
			}
		}
	}
	.top_info_item {
		display: inline-block;
	}
	.top_info_menu {
		li {
			margin-left: 25px;
			position: relative;
			@extend%menu-line;
			a {
				color: #fff;
			}
		}
	}
	.top_info_social {
		margin-left: 30px;
		li {
			width: 30px;
			color: #fff;
			height: 30px;
			line-height: 30px;
			text-align: center;
			border-radius: 100%;
			background-color: #1f82bd;
			transition: .3s all ease-in-out;
			a {
				display: block;
				width: 100%;
				
			}
			&:hover {
				background-color: $base-color2;
			}
		}
	}
}
.site-main-menu {
	padding: 26px 0px 28px;
	.brand-logo {
		margin-right: 98px;
	}
	.navbar-nav {
		display: inline-block;
		padding-top: 15px;
	}
	.main_navigation {
		display: inline-block;
		li {
			margin-left: 30px;
			a {
				color: #222222;
				font-size: 16px;
				font-weight: 700;
				padding: 45px 0px;
			}
		}
	}
	.site-search-btn {
		.el-search {
			display: inline-block;
		}
		.con-btn {
			height: 55px;
			width: 208px;
			display: inline-block;
			line-height: 55px;
			margin-left: 35px;
			background-color: $base-color2;
			@extend%btn-hover;
			&:before {
				background-color: $base-color;
			}
			a {
				color: #fff;
				width: 100%;
				display: block;
				font-size: 14px;
				font-weight: 700;
				i {
					@extend%arrow-icon;
				}
			}
		}
	}
}
//*** Dropdown Menu *** //
.main_navigation.desktop-menu {
	.dropdown-menu {
		top: 48px;
		left: 0;
		z-index: 100;
		margin: 0px;
		padding: 0px;
		height: auto;
		width: 200px;
		display: block;
		border: none;
		padding: 15px 0px 0px;
		position: absolute;
		background-color: #fff;
		transform: scaleY(0);
		border-radius: 0;
		transition: all .4s ease-in-out;
		transform-origin: center top 0;
		box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
		li {
			width: 100%;
			margin-left: 0;
			transition: .3s all ease-in-out;
			border-bottom: 1px solid #e5e5e5;
			a {
				width: 100%;
				display: block;
				font-size: 14px;
				padding: 10px 20px;
			}
			&:hover {
				color: #fff;
				background-color: $base-color2;
				a {
					color: #fff;
				}
			}
		}
	}
	.dropdown {
		position: relative;
		&:hover {
			.dropdown-menu {
				transform: scaleY(1);
			}
		}
	}
}
//*** Search Form *** //
.el-search-btn {
	cursor: pointer;
}
.search-body {
	top: 58px;
	opacity: 0;
	right: 0px;
	width: 300px;
	height: auto;
	z-index: 999;
	padding: 20px 15px;
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	.search-form {
		input {
			width: 100%;
			height: 50px;
			padding: 0px 20px;
			border-radius: 3px;
			border: 1px solid #f0f0f0;
			background-color: #f7f7f7;
		}
		.search-close {
			top: 50%;
			z-index: 1;
			right: 5px;
			width: 40px;
			height: 40px;
			cursor: pointer;
			line-height: 40px;
			text-align: center;
			position: absolute;
			border-radius: 3px;
			color: #ffffff;
			transform: translateY(-50%);
			background-color: $base-color2;
			border: none;
		}
	}
	.outer-close {
		position: absolute;
		top: -10px;
		right: 10px;
		i {
			color: #b71111;
		}
	}
}
.search-open {
	opacity: 1;
	visibility: visible;
}
//*** Header Style 2 *** //
.header_style_two {
	width: 100%;
	z-index: 9;
	position: absolute;
	.brand-logo {
		display: inline-block;
	}
	.search-body {
		top: 0;
		width: 100%;
		padding: 50px;
		.search-form .search-close {
			right: 55px;
		}
	}
	.header_top {
		position: relative;
		z-index: 1;
		padding-left: 60px;
		background-color: $base-color;
		.header_top_contact {
			li {
				color: #fff;
			}
		}
		.header-top-btn {
			top: 0;
			right: 0;
			color: #fff;
			height: 100%;
			width: 250px;
			font-size: 14px;
			font-weight: 700;
			position: absolute;
			display: inline-block;
			line-height: 54px;
			text-transform: uppercase;
			background-color: $base-color2;
			i {
				margin-left: 8px;
				@extend%arrow-icon;
			}
			@extend%btn-hover;
			&:before {
				background-color: $base-color;
			}
		}
		.header_top_info {
			padding-right: 300px;
		}
	}
	.site-main-menu {
		padding: 25px 0px 20px 60px;
		border-bottom: 1px solid #6f6f6f;
		.navbar-nav {
			padding-top: 10px;
		}
		.main_navigation li a {
			color: #fff;
			font-weight: 400;

		}
		.dropdown-menu {
			li {
				a {
					color: #222 !important;
					&:hover {
						color: #fff !important;
					}
				}
			}
		}
		.site-search-btn {
			.top_info_social {
				position: relative;
				padding-right: 50px;
				display: inline-block;
				@extend%header-shape;
				top: -10px;
				&:after {
					top: -47px;
				}
				li {
					a {
						height: 32px;
						width: 32px;
						line-height: 32px;
						display: block;
						border-radius: 100%;
						background-color: #616161;
						text-align: center;
						color: #fff;
						&:hover {
							color: #fff;
							background-color: $base-color2;
						}
					}
				}
			}
		}
	}
	.header-qoute-btn {
		line-height: 1;
		padding: 0px 50px;
		position: relative;
		display: inline-block;
		@extend%header-shape;
		&:after {
			top: -35px;
		}
		i {
			color: $base-color2;
			margin-right: 12px;
		}
		p,strong {
			color: #fff;
		}
		strong {
			font-size: 20px;
			font-weight: 600;
			margin-top: 5px;
			margin-left: 25px;
		}
		p {
			margin-bottom: 10px;
		}
	}
	.el-search {
		padding: 0px 50px;
		position: relative;
		top: -10px;
		cursor: pointer;
		i {
			color: #fff;
			font-size: 24px;
		}
		.search-body {
			top: 62px;
		}
	}
}
// *** sticky menu ***//
.stickymenu-on {
	background-color: #fff;
	animation-duration: .7s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	position: fixed;
	top: -90px;
	animation-timing-function: ease;
	transition: .3s all ease-in-out;
}
.main_header.header_style_one.stickymenu-on {
	top: -58px;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.8);
}