.home-content-repeater{
	padding: 80px 0 70px;
}
.home-main-heading{
	text-align: center;
	color: #183782;
	margin: 0;
	padding: 50px 0;
}
.home-banner-sec {
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
		background-size: cover;
		padding: 13% 0;
}
.home-heading-content{
	margin-bottom: 38px;
}
.home-heading-content:last-child{
	margin-bottom: 0;
}
.home-heading-content h2{
	color: #183782;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 22px;
}
.registration-form-sec{
	background: #EFF3F9;
	padding: 78px 0;
}
.form-heading-sec h3{
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
	color: #183782;
}
.form-main-sec{
	max-width: 932px;
	width: 100%;
	margin: 0 auto;
}
.form-main-sec .wpcf7-list-item{
	margin: 0 0 0 18%;
}
.form-main-sec .wpcf7-list-item.first{
	margin-left: 0;
}
.form-main-sec input[type="radio"]{
	margin-right: 15px;
}
.label-pdd-top label{
	padding-top: 10px;
}
.submit-sec input[type="submit"]{
    background: #183782;
    border-radius: 10px;
    color: #fff;
    height: 60px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.submit-sec input[type="submit"]:hover,
.submit-sec input[type="submit"]:focus{
	background: #363636;
}

/*radio button design start*/
.form-main-sec input[type="radio"]{
	position: absolute;
    opacity: 0;
}
.form-main-sec input[type=radio] + .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #CBD2E4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.form-main-sec input[type=radio]:checked + .wpcf7-list-item-label:before {
    background-color: #183782;
    box-shadow: inset 0 0 0 4px #fff;
}
/*radio button design end*/
.form-group.submit-sec,
.form-group.textarea-sec{
	margin-bottom: 0;
}
.page-template-page-full-width .main-content{
	padding: 80px 0;
}
.page-header{
	margin-bottom: 22px;
}
.page-header h1{
	font-family: 'Helvetica-Bold';
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #183782;
}

/*404*/
.error-404 .page-header h1{
	font-size: 110px;
	line-height: 140px;
}
.error-404{
	background: #fff;
	color: #363636;
}
.error-404 a{
	color: #183782;
}
.error-404 a:hover,
.error-404 a:focus{
	color: #363636;
}

/*contact form validation*/
.wpcf7-not-valid-tip{
	display: none
}
.registration-form-sec .wpcf7-response-output{
	/*display: none;*/
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    font-weight: 600;
}
.wpcf7-not-valid, 
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid{
	border: 1px solid #f00;
}
