.subscribe-section{
	position: relative;
}

.subscribe-section .text h2{
	display: block;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
}

.subscribe-section .form-inner form{
	position: relative;
	padding-right: 230px;
}

.subscribe-section .form-inner .form-group{
	position: relative;
	margin: 0px;
}

.subscribe-section .form-inner .form-group input[type='text'],
.subscribe-section .form-inner .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	color: #fff;
	border-radius: 35px;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.subscribe-section .form-inner button{
	position: absolute;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	top: 0px;
	right: 0px;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	background: #fff;
	border-radius: 35px;
	padding: 18px 43px 16px 43px;
	transition: all 500ms ease;
}

.subscribe-section .form-inner button:hover{
	background: #000;
	color: #fff;
}

.subscribe-section .pattern-layer .pattern-1{
	position: absolute;
	left: 220px;
	top: 0px;
	width: 474px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.subscribe-section .pattern-layer .pattern-2{
	position: absolute;
	top: 0px;
	right: 70px;
	width: 465px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}