.newslatter-section {
	top: -100px;
	position: relative;
	.newslatter-content {
		padding: 35px 0px;
		background-color: #eda213;
		.newslatter-icon {
			@extend%left-icon;
			background-color:  #ca8a10;
			i {
				color: #fff;
			}
		}
		.newslatter-text {
			margin-top: 25px;
			h2 {
				color: #fff;
				font-size: 22px;
				font-weight: 700;
				letter-spacing: 1px;
			}
		}
		.newslatter-form {
			height: 60px;
			margin: 15px 30px 0px 0px;
			input {
				@extend%input-fix;
				width: 100%;
				height: 60px;
				border-radius: 3px;
				padding-left: 30px;
				background-color: #fff;
			}
			.nws-button {
				top: 0;
				right: 0;
				height: 100%;
				button {
					@extend%button-fix;
					width: 190px;
					height: 100%;
					font-size: 16px;
					color: #fff;
					font-weight: 700;
					letter-spacing: 1px;
					border: 2px solid #fff;
					text-transform: uppercase;
					background-color: #eda213;
					i {
						@extend%arrow-icon;
					}
				}
			}
		}
	}
}