@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

body{
	padding:0;
	margin:0;
	font-family: 'Oswald', sans-serif;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
p{
	font-family: Montserrat, sans-serif;
}
a{
	text-decoration:none !important;
	outline:none !important;
}
@font-face {
font-family: 'Acumin Pro Bold';
font-style: normal;
font-weight: normal;
src: local('../fonts/Acumin Pro Bold'), url('../fonts/Acumin-BdPro.woff') format('woff');
}


/*========================================================================================
								Start fes cap page
=========================================================================================*/
.main-form {
	background: url(../images/bg/form-bg.png);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding:0 0 20px 0;
}
.contact-area {
	padding-top: 80px;
}
.IMcap2-area {
	background: url(../images/bg/IM2.png);
}
.IMcap22-area {
	background: url(../images/capbg2.jpg);
}
.IMcap3-area {
	background: url(../images/bg/IM3.png) scroll center center / cover !important; 
}
.IMcap4-area {
	background: url(../images/bg/IM4.png);
}
.IMcap5-area {
	background: url(../images/bg/IM5.png);
}
.IMcap6-area {
	background: url(../images/bg/IM6.png);
}
.IMcap7-area {
	background: url(../images/bg/IM7.png);
}

.top-text-header-area {
	padding: 15px 0px;
	outline: none;
	background-color:#4CA7DD;
	box-shadow: 0 0 15px 0 #000;
}
.fes3-area .contact-head p:after {
	position: absolute;
	content: "";
	width: 165px;
	height: 2px;
	background: #0096FF;
	left: 0;
	top:25px;
}
.head-text h2 {
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 22px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
}
.head-text h2 a{
	color: rgb(255, 255, 255);
	text-decoration:underline !important;
}
.form-background {
	background: #FFF;
	padding: 30px 30px;
	margin-top: 48px;
	margin-bottom: 45px;
	width:600px;
	float:right;
	box-shadow: 0 0 30px -10px #000;
}
.IMcap-form-area.form-background {
	width:600px;
	float:none;
	margin:auto;
}
.contact-head h1 {
	font-weight: 700;
	font-size: 38px;
	color: #000000;
	text-align: center;
	margin: auto;
	padding-bottom: 20px;
	line-height: 1.3;
	border-bottom: 3px solid #2ED3BA;
	margin-bottom: 20px;
}
.contact-head1 h1 {
	border-bottom:0;
}
.contact-head h1 span {
	color: #2ED3BA;
	display: block;
	font-size: 50px;
	padding: 5px 0;
}
.contact-head h1 span.first_title{
	color: #000;
	font-weight: 700;
	font-size: 27px;
}
.contact-head h1 span.last_title{
	font-weight: 700;
	color: #000;
}
span.middle_img img {
	padding: 0;
	margin: 15px auto 7px !important;
	width: 85% !important;
}

.contact-head h1 img {
	width: 75%;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 22px;
}
.contact-head strong {
	display: block;
	position: relative;
}
.submit-heading {
	width: 30px !important;
	margin-left: 60% !important;
}
.contact-head strong::after {
	position: absolute;
	content: "";
	width: 288px;
	height: 80%;
	background: url(../images/bg/member.png);
	left: 125px;
	background-size: 100% 100%;
}
.contact-form form input {
	width: 100%;
	border: 1px solid #707070;
	background: linear-gradient(to bottom, #FFFFFF, #E3E3E3);
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 12px 18px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.contact-name,.contact-email,.contact-phone {
	position: relative;
}
.contact-name::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/bg/user.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right:20px;
	top:13px;
}
.contact-email::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 18px;
	background: url(../images/bg/message.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right:20px;
	top:16px;
}
.contact-phone::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 25px;
	background: url(../images/bg/handset.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right:20px;
	top:13px;
}
.contact-submit img {
	width: 40px;
	margin-left: 15px;
	position: relative;
	top:-3px;
}
.contact-head p {
	font-weight: 300;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #333;
	position:relative;
	width:90%;
	margin:auto;
	padding-bottom:40px;
}
.contact-head p img {
	width: 25px !important;
	margin-left:20px;
}
.contact-form p {
	font-weight: 300;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #000;
	padding-top: 10px;
}
.contact-form h3 {
	font-weight: 500;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	position: relative;
	margin: auto;
}
.contact-submit button {
	background:linear-gradient(to right, #2ED3BA , #4CA7DD) !important;
	border: 0 !important;
	box-shadow: 0 0 20px -10px #000;
	color: #FFF !important;
	font-weight: 700 !important;
	font-size: 30px !important;
	font-family: 'Poppins', sans-serif;
	margin-top: 40px !important;
	padding: 10px 18px 10px 18px !important;
	cursor: pointer;
	height:60px;
	line-height:40px;
	width:100%;
	border-radius:0;
}
.contact-head p span {
	color: #0096FF;
}
.contact-form form{
	margin-top:20px;;
}

.img-icon {
	display: inline !important;
}
.img-icon img {
	display: inline-block !important;
	width: 35px !important;
	margin: 0 !important;
}


.footer-content {
	padding: 14px 0;
	margin-top: 50px;
	text-align: center;
}
.footer-content ul li p, .footer-content p a,.footer-content ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000000;
	padding-right: 4px;
	padding-top: 2px;
	line-height: 20px;
}
.footer-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footer-content ul li a:hover{
	color:#4BA8DC;
}
.trams label input {
    margin-right: 9px;
    font-size: 20px;
    margin-top: 3px;
    width: auto;
}
.trams {
    max-width: 573.5px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
}
.trams label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
} 
.single-form.d-flex.text-start {
	align-items: start;
}
#check1 {
	width: auto !important;
	position: inherit;
	margin-left: 0;
}