
.contact-section{
	position: relative;
}

.contact-section .content-box{
	position: relative;
	display: block;
}

.contact-section .content-box h2{
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-section .content-box p{
	margin-bottom: 35px;
}

.contact-section .content-box .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 7px;
}

.contact-section .content-box .social-links li:last-child{
	margin: 0px !important;
}

.contact-section .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #3B5998;
	text-align: center;
	border-radius: 50%;
}

.contact-section .content-box .social-links li:nth-child(2) a{
	background: #55ACEE;
}

.contact-section .content-box .social-links li:nth-child(3) a{
	background: #DC4E41;
}

.contact-section .content-box .social-links li:last-child a{
	background: #3F729B;
}

.contact-section .form-inner .form-group{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	font-size: 16px;
	color: #6E6E6E;
	padding: 10px 30px;
	transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
	height: 170px;
	resize: none;
	border-radius: 20px;
}

.contact-section .form-inner .theme-btn-one{
	box-shadow: none;
}