/*===================
	Start topbar CSS 
=====================*/
.topbar{
	background-color:#fff;
	position:relative;
}
.topbar .navbar-collapse{
	padding:0;
}
/* Topbar */
.topbar .topbar{
	background-color:#009B00;
	border-bottom:1px solid #eee;
}
.topbar .topbar{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.topbar .top-link{
	float:left;
	font-size: 16px;
	font-weight: bolder;
}
.topbar .top-link li{
	display:inline-block;
	margin-right:15px;
	color: #FFFFFF;
}
.topbar .top-link li:last-child{
	margin-right:0px;
}
.topbar .top-link li a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
}
.topbar .top-link li:hover a{
	color:#FF8000;
}
.topbar .top-contact{
	float:right;
}
.topbar .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#FFFFFF;
}
.topbar .top-contact li:last-child{
	margin-right:0;
}
.topbar .top-contact li a{
	font-size:16px;
}
.topbar .top-contact li a:hover{
	color:#FFA851;
}
.topbar .top-contact li i{
	color:#1A76D1;
	margin-right:8px;
}
.topbar .topbar-inner {
	background:#fff;
	z-index:999;
	width:100%;
}
.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}

.topbar .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.topbar .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.topbar .nav li:last-child{
	margin:0;
}
.topbar .nav li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
}
.topbar .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #1A76D1;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.topbar .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.topbar .nav li.active a{
	color:#1A76D1;
}
.topbar .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.topbar .nav li:hover a{
	color:#1a76d1;
}
.topbar .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle topbar */
.topbar.style2 .topbar-inner {
	border-top: 1px solid #eee;
}

.topbar .middle-topbar {
	background: #fff;
	padding: 20px 0px;
}
.topbar .widget-main{
	float:right;
}
.topbar.style2 .get-quote {
	margin-top: 0;
}
.topbar .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.topbar .single-widget:last-child{
	margin:0;
}

.topbar .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #1A76D1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.topbar .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.topbar .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.topbar .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.topbar .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #2889e4;
}
.topbar .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.topbar .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.topbar .nav li .dropdown li:last-child{
	border:none;
}
.topbar .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.topbar .nav li .dropdown li a:before{
	display:none;
}
.topbar .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.topbar .nav li .dropdown li:hover a{
	color:#1A76D1;
}
.topbar .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.topbar.style2 .main-menu{
	display:inline-block;
	float:left;
}
.topbar .right-bar {
	float: right;
}
.topbar .right-bar {
	padding-top:20px;
}
.topbar .right-bar {
	display: inline-block;
}
.topbar .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a76d1;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.topbar .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.topbar .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.topbar .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.topbar .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.topbar .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.topbar .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #1A76D1;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.topbar .search-form button:hover{
	background:#fff;
	color:#1A76D1;
	border-color:#e6e6e6;
}
/* topbar Sticky */
.topbar.sticky .topbar-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End topbar CSS
===========================*/