.top-text-banner{
	height:116px;
	background:#81bc00;
	position:relative;
}

.top-text-banner:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(129, 188, 0, 0);
	border-top-color: #81bc00;
	border-width: 15px;
	margin-left: -15px;
	z-index: 1;
}

.top-text-banner h1{
	font-size:30px;
}

.top-text-banner span{
	font-size:20px;
	color:#fff;
}

.banner.image {
    background: url(/images/sale-banner-bg.png) no-repeat center center;
    background-size: cover;
	height:331px;
	box-shadow:none !important;
}

.banner-content{
	background:#333;
}

.banner-h1-label{
	color:#fff !important;
	font-size:40px !important;
	margin-top:35px !important;
	margin-bottom:0px !important;
}

.banner-span-label{
	font-size:40px;
	color:#fff;
}

.sosical-icons{
	border:2px solid #fff;
	border-radius:50%;
	display:inline-block;
	color:#fff;
	width:38px;
	height:38px;
	margin-right:10px;
}

.sosical-icons:hover{
	background:#fff;
	color:#333;	
}

.sosical-icons .fa{  
	line-height:34px;
}

.counter-content{
	min-height:364px;
	padding:20px 0px;
}

.counter-content .counter-box{
	border-radius:2px;
	border:1px solid #ccc;
	height:118px;
	vertical-align:middle;
	text-align:center;
	padding: 15px 0px;
}

.counter-content .counter-box h3{
	font-size:18px;
	color:#333;
	margin:0px;
}

.counter-content .counter-box span{
	font-size:50px;
	color:#333;
}

.form-content{
	background:#e6e9ed;
	height:auto;
	padding:65px 0px;
}

.form-content h3{
	font-size:30px;
	margin:0px;
}
.form-content span{
	font-size:20px;
}

.form-content .form-element{
	margin-top:20px;
}
.form-content .form-element .form-control{
	height:40px;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
}

.form-content .form-element .textarea-control{
	height:160px;
	resize:none;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
	width:100%;
}
.form-content .form-element .form-control:hover{
	height:40px;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
}

.top-arrow{
	width:38px;
	height:38px;
	border:2px solid #e6e9ed;
	color:#b0b0b0;
	border-radius:50%;
	background:#fff;
	display:inline-block;
	margin-top:-85px;
}

.top-arrow .fa{
	line-height:32px;
}