/*****************COMMON STYLE**********************************/
body {
	font-family: 'SegoeUI-Light', arial;
}

ul {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1130px !important;
	width: auto !important;
}

.container-modi {
	max-width: 1542px !important;
	width: auto !important;
}

.hoveranimate {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
}

.equalspace {
	margin: 0 auto !important;
	float: none !important;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a:focus, input:focus {
	outline: none;
}

input, buttom {
	border-radius: none;
}

a {
	text-decoration: none !important;
}

.body_container {
	max-width: 1677px !important;
	width: auto !important;
	padding: 0px;
}

/********************landing-body*******************/
#landing-body {
	padding: 30px 0 0;
}

#landing-body .event_bg {
	background: url(../images/backgroung-bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#landing-body .left-border {
	position: absolute;
	left: -33px;
	height: 100%;
	top: 0;
}

#landing-body .right-border {
	position: absolute;
	right: -33px;
	height: 100%;
	top: 0;
}

#landing-body .event-content {
}

#landing-body .event-content .heading-wrap {
	padding: 66px 0 65px;
}

#landing-body .event-content .heading-wrap h5 {
	font-size: 16px;
	line-height: 17px;
	color: #ffffff;
	margin: 0 0 38px;
	font-family: 'Segoe UI Bold', arial;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

#landing-body .event-content .heading-wrap h5 span {
	display: inline-block;
	position: relative;
}

#landing-body .event-content .heading-wrap h5 span:before, .event-content .heading-wrap h5 span:after {
	height: 5px;
	content: "";
	position: absolute;
	width: 83px;
	top: 50%;
	margin-top: -0.5px;
}

#landing-body .event-content .heading-wrap h5 span:before {
	right: 100%;
	margin-right: 23px;
	background-image: url(../images/left-border.png);
	background-repeat: no-repeat;
	background-position: center;
}

#landing-body .event-content .heading-wrap h5 span:after {
	left: 100%;
	margin-left: 23px;
	background-image: url(../images/right-border.png);
	background-repeat: no-repeat;
	background-position: center;
}


#landing-body .col-sm-6.width-1 {
	padding-right: 8px;
}

#landing-body .event-content .heading-wrap h2 {
	font-size: 70px;
	line-height: 60px;
	color: #ffffff;
	margin: 0 0 34px;
	font-family: 'Perpetua Bold', arial;
}

#landing-body .event-content .heading-wrap h2 span {
	display: block;
}

#landing-body .event-content .heading-wrap h3 {
	font-size: 34px;
	line-height: 40px;
	color: #fefefe;
	margin: 0px;
	font-family: 'Perpetua';
}

#landing-body .event-content .heading-wrap h3 span {
	display: block;
}

#landing-body .event-content .text-wrap {
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
	padding: 50px 0 0;
	font-family: 'Perpetua';
}

#landing-body .event-content .text-wrap p {
	margin: 0 0 55px;
}

#landing-body .event-content .text-wrap h3 {
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	margin: 0 0 40px;
	font-family: 'Perpetua Bold', arial;
}

#landing-body .event-content .sidebar-wrap {
	padding-left: 16px;
}

#landing-body .event-content .form-wrap {
	position: relative;
	padding: 50px 50px 48px;
	margin-bottom: 16px;
}

#landing-body .form-border {
}

#landing-body .form-border img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#landing-body .event-content .form-title {
	position: relative;
	z-index: 1;
}

#landing-body .event-content .form-title h4 {
	font-size: 36px;
	line-height: 38px;
	color: #ffffff;
	margin: 0 0 21px;
	font-family: 'Perpetua Bold', arial;
}

#landing-body .event-content .form-title h4 span {
	display: block;
}

#landing-body .event-content .form-text {
}

#landing-body .event-content .form-text h3 {
	font-size: 44px;
	color: #ffffff;
	margin: 0px;
	font-family: 'Perpetua Bold', arial;
}

#landing-body .event-content .bottom-text {
	font-family: 'SegoeUI-Light', arial;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
}

#landing-body .event-content .bottom-text p {
	margin: 0px;
}

#landing-body .event-content .bottom-text p span {
	display: block;
}

#landing-body .allworx_event_form {
	position: relative;
	z-index: 1;
}

#landing-body .event-contact {
	padding-bottom: 99px;
	padding-top: 63px;
}

#landing-body .contact-wrap {
	font-size: 28px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'Perpetua Bold', arial;
	position: relative;
}

#landing-body .contact-wrap:after {
	content: "";
	display: block;
	height: 9px;
	width: 233px;
	background: url(../images/bottom-border.png);
	margin: 88px auto 0;
}

#landing-body .contact-wrap:before {
	content: "";
	display: block;
	height: 9px;
	width: 233px;
	background: url(../images/top-boder.png);
	margin: 0 auto 88px;
}

#landing-body .event-contact sup {
	font-size: 16px;
}

#landing-body .contact-wrap p {
	margin: 0 0 33px;
}

#landing-body .contact-wrap p span {
	display: block;
}

#landing-body .contact-wrap h4 {
	font-size: 60px;
	color: #ffffff;
	margin: 0 0 29px;
	font-family: 'great_vibesregular', arial;
}

#landing-body .series-wrap {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'Segoe UI Semilight', arial;
	padding-left: 76px;
	padding-top: 50px;
}

#landing-body .series-wrap p {
	padding: 0 0 24px;
}

#landing-body .series-wrap p span {
	display: block;
}

#landing-body .series-wrap ul {
	padding-left: 73px;
}

#landing-body .series-wrap ul li {
	list-style: none;
	position: relative;
	padding-left: 64px;
	margin-bottom: 32px;
}

#landing-body .series-wrap ul li:before {
	content: url(../images/check-icon.png);
	position: absolute;
	left: 0;
	top: 0;
}


/***************************landing-footer*******************/
#landing-footer {
	padding: 85px 0 78px;
}

#landing-footer .about-us {
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	font-family: 'Segoe UI Semilight', arial;
	padding: 0 0 43px;
}

#landing-footer .about-us p {
	margin: 0 0 32px;
}

#landing-footer .about-us p span {
	font-family: 'Segoe UI Bold', arial;
}

#landing-footer .contact-content {
	border-bottom: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
	padding: 66px 0 61px;
}

#landing-footer .contact-text {
}

#landing-footer .contact-text h3 {
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	font-family: 'SegoeUI-Light', arial;
	margin: 0px;
}

#landing-footer .contact-text h3 a {
	color: inherit;
}

#landing-footer .wrapper {
	display: inline-block;
	padding: 43px 0 0;
}

#landing-footer .logo {
	display: table-cell;
	vertical-align: middle;
	padding-rigth: 42px;
}

#landing-footer .logo a {
}

#landing-footer .logo a img {
}

#landing-footer .company-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 85px;
}

#landing-footer .company-wrap img {
}

#landing-footer .footer-text {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-family: 'Segoe UI Semilight', arial;
	padding: 59px 0 0;
}

#landing-footer .footer-text p {
	margin: 0px;
}


/********************Success-body*******************/
#Success-body {
	padding: 30px 0 0;
}

#Success-body .event_bg {
	background: url(../images/backgroung-bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#Success-body .left-border {
	position: absolute;
	left: -18px;
	height: 100%;
	top: 0;
}

#Success-body .right-border {
	position: absolute;
	right: -18px;
	height: 100%;
	top: 0;
}

#Success-body .Success-content {
	padding: 123px 0 136px;
}

#Success-body .heading-wrap {
	padding: 0 0 28px;
}

#Success-body .heading-wrap h2 {
	font-size: 70px;
	line-height: 60px;
	color: #ffffff;
	margin: 0 0 35px;
	font-family: 'Perpetua Bold', arial;
}

#Success-body .contact-wrap {
	font-size: 28px;
	line-height: 36px;
	color: #ffffff;
	font-family: 'Perpetua Bold', arial;
	position: relative;
}

#Success-body .contact-wrap:after {
	content: "";
	display: block;
	height: 9px;
	width: 233px;
	background: url(../images/bottom-border.png);
	margin: 72px auto 0;
}

#Success-body .contact-wrap:before {
	content: "";
	display: block;
	height: 9px;
	width: 233px;
	background: url(../images/top-boder.png);
	margin: 0 auto 62px;
}

#Success-body .contact-wrap p {
	margin: 0 0 33px;
}

#Success-body .contact-wrap p span {
	display: block;
}

#Success-body .contact-wrap h4 {
	font-size: 60px;
	color: #ffffff;
	margin: 0 0 29px;
	font-family: 'great_vibesregular', arial;
}

#Success-body .series-wrap {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'Segoe UI Semilight', arial;
	padding-left: 76px;
	padding-top: 50px;
}

#Success-body .series-wrap p {
	padding: 0 0 24px;
}

#Success-body .series-wrap p span {
	display: block;
}

#Success-body .contact-text {
	font-size: 28px;
	color: #ffffff;
	font-family: 'Perpetua', arial;
	padding: 68px 0 0;
}

#Success-body .contact-text a {
	color: inherit;
}

#Success-body .contact-text h4 {
	font-size: 38px;
	line-height: 48px;
	color: #ffffff;
	margin: 0px;
	font-family: 'Perpetua Bold', arial;
}

#Success-body .contact-text p {
	margin: 0px;
}

/**********************Success-footer****************/
#Success-footer {
	padding: 57px 0 62px;
}

#Success-footer .contact-content {
}

#Success-footer .wrapper {
	display: inline-block;
}

#Success-footer .logo {
	display: table-cell;
	vertical-align: middle;
	padding-right: 42.5px;
}

#Success-footer .logo a {
}

#Success-footer .logo a img {
}

#Success-footer .company-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-left: 42.5px;
}

#Success-footer .company-wrap img {
}

/****************************Form****************************************/
#landing-body .allworx_event_form .fsBody .fsForm, form_wrapper .fsForm .fsFieldRow .fsRowBody, form_wrapper.fsForm .fsSpacerRow .fsRowBody {
	background: transparent !important;
}

#landing-body .allworx_event_form .fsBody .fsForm {
	border: none !important;
}

#landing-body .allworx_event_form .fsValidationError .fsLabel {
	background-size: 6px auto !important;
	background-position: 0px 2px !important;
	background-image: none;
}

#landing-body .allworx_event_form .fsValidationError {
	background: none !important;
}

#landing-body .allworx_event_form .fsBody .fsLabel, .fsBody label {
	color: #ffffff !important;
	padding: 2px;
}

#landing-body .allworx_event_form .fsForm .fsSubmit {
	background: none;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
	float: none;
	border-radius: 5px;
}

#landing-body .allworx_event_form .fsBody .fsRowBody {
	padding: 0 !important;
}

#landing-body .allworx_event_form .fsForm .fsLabel {
	font-size: 14px !important;
	font-family: 'Segoe UI Semilight', arial;
	color: #ffffff;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#landing-body .allworx_event_form .fsForm .fsLabel a {
	color: #AFAFAF;
	font-family: 'Segoe UI SemilightItalic', arial;
}

#landing-body .allworx_event_form .fsBody .fsSupporting {
	font-family: 'Segoe UI Semilight', arial;
	color: #515050 !important;
	font-size: 11px !important;
}

#landing-body .allworx_event_form .fsSubmit input.fsSubmitButton {
	background: url(../images/btn_bg.png) repeat-x !important;
	border: none;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'Perpetua Bold', arial;
	font-size: 44px !important;
	line-height: 44px;
	padding: 13px 10px 14px;
	width: 100%;
}

#landing-body .allworx_event_form .fsBody .fsForm {
	color: #404041 !important;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	margin: 0 !important;
	color: #fff;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

#landing-body .allworx_event_form .fsFieldRow input[type="text"], #landing-body .allworx_event_form .fsFieldRow input[type="email"], #landing-body .allworx_event_form .fsFieldRow input[type="number"], #landing-body .allworx_event_form .fsFieldRow input[type="tel"] {
	width: 100% !important;
	height: 40px;
	padding: 8px 14px !important;
}

#landing-body .allworx_event_form .fsFieldRow input[type="text"], #landing-body .allworx_event_form .fsFieldRow input[type="email"], #landing-body .allworx_event_form .fsFieldRow input[type="number"], #landing-body .allworx_event_form .fsFieldRow input[type="tel"], #landing-body .allworx_event_form .fsForm textarea, #landing-body .allworx_event_form input[type="file"] {
	margin: 0 0 16px !important;
	background: #fff;
	border: none !important;
	border-radius: 0 !important;
	max-width: 100%;
	width: 100% !important;
	font-size: 16px !important;
	font-family: 'Segoe UI Semilight', arial;
	line-height: 18px;
	color: #6D6E71;
	font-weight: normal;
}

#landing-body .allworx_event_form div.fsError {
	font-family: 'Segoe UI Semilight', arial;
	font-size: 14px !important;
	margin: 0 0 20px !important;
	padding: 4px !important;
	width: 100%;
}

#landing-body .allworx_event_form .fsRequiredMarker {
	font-weight: normal !important;
	color: #fff;
	padding-left: 5px;
	margin: 0 !important;
}

#landing-body .allworx_event_form .fsBody {
	margin-bottom: 0px !important;
	background: transparent;
	padding: 0;
}

#landing-body .allworx_event_form input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	box-shadow: none;
}

#landing-body .allworx_event_form .fsSectionHeader {
	display: none !important;
}

#landing-body .allworx_event_form .fsFirst.fsLast.fsFieldCell {
	background: none;
	padding: 0;
	margin: 0 !important;
}

#landing-body .allworx_event_form .fsForm input.fsField[type="email"]:focus, #landing-body .allworx_event_form .fsForm input.fsField[type="file"]:focus, #landing-body .allworx_event_form .fsForm input.fsField[type="number"]:focus, #landing-body .allworx_event_form .fsForm input.fsField[type="tel"]:focus, #landing-body .allworx_event_form .fsForm input.fsField[type="text"]:focus, #landing-body .allworx_event_form .fsForm textarea.fsField:focus {
	outline: 0;
}

#landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow {
	margin-bottom: 0 !important;
}

#landing-body .allworx_event_form ::-webkit-input-placeholder {
	color: #213655;
}

#landing-body .allworx_event_form :-moz-placeholder {
	color: #213655;
	opacity: 1;
}

#landing-body .allworx_event_form ::-moz-placeholder {
	color: #213655;
	opacity: 1;
}

#landing-body .allworx_event_form :-ms-input-placeholder {
	color: #213655;
}

#landing-body .allworx_event_form .fsValidationError {
	box-shadow: none !important;
	background-color: none;
}


@media (min-width: 430px) {
	#landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow:nth-child(odd) {
		width: 48%;
		float: left;
		margin-right: 4%;
	}

	#landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow:nth-child(even) {
		width: 48%;
		float: left;
	}

	#landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow:nth-last-child(1) input, #landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow:nth-last-child(2) input {
		margin: 0 0 16px !important;
	}

	#landing-body .allworx_event_form .fsRow.fsFieldRow.fsLastRow:last-child {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	#landing-body .contact-wrap {
		font-size: 24px;
	}

	#landing-body .contact-wrap h4 {
		font-size: 52px;
	}

	#landing-body .series-wrap {
		font-size: 16px;
		line-height: 28px;
	}

}

@media (min-width: 768px) and (max-width: 1100px) {
	#landing-body .event-content .heading-wrap h2 {
		font-size: 54px;
	}

	#landing-body .event-content .heading-wrap h3 {
		font-size: 28px;
		line-height: 36px;
	}

	#landing-body .event-content .text-wrap {
		font-size: 24px;
		line-height: 30px;
	}

	#landing-body .event-content .text-wrap h3 {
		font-size: 30px;
		line-height: 36px;
	}

	#landing-body .event-content .form-title h4 {
		font-size: 28px;
	}

	#landing-body .event-content .form-text h3 {
		font-size: 34px;
	}

	#landing-body .contact-wrap {
		font-size: 19px;
		line-height: 28px;
	}

	#landing-body .contact-wrap h4 {
		font-size: 40px;
	}

	#landing-body .series-wrap {
		padding-left: 0px;
	}

	#landing-body .series-wrap p span {
		display: inline;
	}

	#landing-body .series-wrap ul {
		padding-left: 50px;
	}

	#landing-footer .about-us {
		font-size: 18px;
		line-height: 28px;
	}

	#landing-body .allworx_event_form .fsSubmit input.fsSubmitButton {
		font-size: 32px !important;
	}

}

@media (min-width: 768px) and (max-width: 960px) {
	#landing-body .event-content .heading-wrap h5 {
		font-size: 13px;
	}

	#landing-body .event-content .heading-wrap h2 {
		font-size: 40px;
		line-height: 50px;
	}

	#landing-body .event-content .heading-wrap h3 {
		font-size: 22px;
		line-height: 30px;
	}

	#landing-body .event-content .text-wrap {
		font-size: 20px;
		line-height: 26px;
	}

	#landing-body .event-content .text-wrap h3 {
		font-size: 24px;
		line-height: 30px;
	}

	#landing-body .event-content .form-title h4 {
		font-size: 20px;
	}

	#landing-body .event-content .form-text h3 {
		font-size: 24px;
	}

	#landing-body .event-content .bottom-text {
		font-size: 12px;
	}

	#landing-body .contact-wrap {
		font-size: 14px;
		line-height: 24px;
	}

	#landing-body .series-wrap {
		font-size: 14px;
		line-height: 24px;
	}

	#landing-footer .about-us {
		font-size: 16px;
		line-height: 26px;
	}

	#landing-footer .contact-text h3 {
		font-size: 20px;
		line-height: 30px;
	}

	#Success-body .contact-wrap {
		font-size: 24px;
	}

	#landing-body .allworx_event_form .fsSubmit input.fsSubmitButton {
		font-size: 26px !important;
	}

	#landing-body .allworx_event_form .fsForm .fsLabel {
		font-size: 12px !important;
	}

	#landing-body .event-contact sup {
		font-size: 10px;
	}
}

@media (max-width: 960px) {

	#landing-body .event-content .sidebar-wrap {
		padding: 0px;
	}

	#landing-body .event-content .bottom-text p span {
		display: inline;
	}


}

@media (max-width: 767px) {

	.small-screen-center {
		text-align: center;
	}

	#landing-body .left-border {
		display: none;
	}

	#landing-body .right-border {
		display: none;
	}

	#landing-body .event-content .heading-wrap h2 span {
		display: inline;
	}

	#landing-body .event-content .heading-wrap h2 {
		font-size: 42px;
		line-height: 50px;
	}

	#landing-body .event-content .heading-wrap h3 span {
		display: inline;
	}

	#landing-body .event-content .heading-wrap h3 {
		font-size: 24px;
		line-height: 30px;
	}

	#landing-body .event-content .heading-wrap {
		padding-bottom: 0px;
	}

	#landing-body .event-content .text-wrap {
		font-size: 22px;
		line-height: 30px;
	}

	#landing-body .event-content .text-wrap h3 {
		font-size: 30px;
	}

	#landing-body .series-wrap {
		padding-left: 0px;
	}

	#landing-body .series-wrap ul {
		padding: 0px;
		text-align: left;
	}

	#landing-footer .contact-text h3 {
		font-size: 22px;
	}

	#landing-footer .logo {
		display: block;
		margin-bottom: 30px;
		padding: 0px;
	}

	#landing-footer .company-wrap {
		display: block;
		padding: 0px;
	}


	#Success-body .left-border {
		display: none;
	}

	#Success-body .right-border {
		display: none;
	}

	#Success-body .contact-wrap p span {
		display: inline;
	}

	#Success-body .contact-wrap {
		font-size: 22px;
		line-height: 30px;
	}

	#Success-body .contact-wrap h4 {
		font-size: 52px;
	}

	#Success-footer .wrapper {
		display: block;
	}

	#Success-footer .logo {
		display: block;
		margin-bottom: 30px;
		padding: 0px;
	}

	#Success-footer .company-wrap {
		display: block;
		padding: 0px;
	}


}

@media (max-width: 600px) {

	#landing-body .event-content .heading-wrap h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#landing-body .event-content .text-wrap h3 {
		font-size: 24px;
	}

	#landing-body .event-content .form-wrap {
		padding: 43px 35px 67px;
	}

	#landing-body .event-content .form-title h4 {
		font-size: 26px;
	}

	#landing-body .event-content .form-text h3 {
		font-size: 30px;
	}

	#landing-body .contact-wrap {
		font-size: 21px;
		line-height: 30px;
	}

	#landing-body .contact-wrap h4 {
		font-size: 40px;
	}

	#landing-body .allworx_event_form .fsSubmit input.fsSubmitButton {
		font-size: 32px !important;
	}
}

@media (max-width: 400px) {
	#landing-body .event-content .heading-wrap h5 {
		font-size: 11px;
	}

	#landing-body .event-content .heading-wrap h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#landing-body .event-content .text-wrap h3 {
		font-size: 26px;
	}

	#landing-body .event-content .form-title h4 {
		font-size: 24px;
		line-height: 28px;
	}

	#landing-body .event-content .form-text h3 {
		font-size: 24px;
	}

	#landing-body .contact-wrap {
		font-size: 20px;
		line-height: 30px;
	}

	#landing-body .contact-wrap h4 {
		font-size: 30px;
	}

	#landing-body .series-wrap {
		font-size: 16px;
		line-height: 24px;
	}

	#landing-footer .about-us {
		font-size: 18px;
		line-height: 26px;
	}

	#landing-footer .contact-text h3 {
		font-size: 18px;
	}

	#landing-footer .footer-text {
		font-size: 15px;
	}

	#Success-body .heading-wrap h2 {
		font-size: 60px;
	}

	#Success-body .contact-wrap {
		font-size: 19px;
	}

	#Success-body .contact-wrap h4 {
		font-size: 30px;
	}

	#Success-body .contact-text {
		font-size: 22px;
	}

	#Success-body .contact-text h4 {
		font-size: 24px;
	}

	#landing-body .allworx_event_form .fsSubmit input.fsSubmitButton {
		font-size: 24px !important;
	}

	#landing-body .allworx_event_form .fsForm .fsLabel {
		font-size: 11px !important;
	}

}
