html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'humanst521_btroman';
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ol, ul, li {
	list-style-type: none;
}
div {
	box-sizing:border-box;
	}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
}
.mainContiner {
	background: url(../images/bg.jpg) no-repeat 0 0;
	background-size: cover;
}
header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 15px 0;
	border-bottom: 1px solid #f6f6f6;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.wrapper {
	max-width: 1330px;
	margin: 0 auto;
}
.wrapper .row {
	margin-right: 0px;
	margin-left: 0px;
}
.logo {
	padding-left: 0px !important;
}
.headRight {
	float: right !important;
	text-align: right;
}
.headRight p {
	font-size: 28px;
}
.headRight p span {
	font-family: 'humanst531_btbold';
	margin-left: 10px;
	margin-right: 30px;
	position: relative;
}
.headRight p span:after {
	position: absolute;
	content: "";
	top: -5px;
	right: -16px;
	background: #999999;
	height: 40px;
	width: 2px;
}
.headRight p, .headRight img {
	display: inline-block;
	vertical-align: bottom;
}
.mainBody {
	width: 100%;
	margin-top: 132px;
	display: inline-block;
}
.mainBodyInner {
	width: 100%;
	display: inline-block;
}
.banner {
	background: #523f31;
	}
.banner .topFrom h1 {
	font-family: 'futura_md_btbold';
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	border-top: 3px solid #a59700;
	border-bottom: 3px solid #a59700;
	padding: 10px 0;
	margin: 0px 0 20px 0;
}
.banner .topFrom {
	float: right;
	background: #523f31;
	padding: 50px 52px 92px 52px;
}
.banner .pad-bottom {
	padding: 50px 52px 10px 52px !important;
	}
.banner .topFrom p {
	color: #fff;
	font-family: 'futuraregular';
	font-size: 21px;
}
.bannerSlider {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.bannerSlider .carousel-caption {
	background: #a59700;
	padding: 5px 20px;
	top: 10%;
	left: 0;
	right: inherit;
	bottom: inherit;
	font-size: 25px;
}
.bannerSlider .carousel-caption p {
	margin-bottom: 0;
	text-shadow: none;
	font-family: 'Libre Baskerville';
}
.textbox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 38px;
	margin-bottom: 20px;
	height:38px;
}
.submitBtn {
	background: #a59700;
	border: none;
	padding: 10px 20px;
	font-family: 'humanst521_btroman';
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	float: right;
}
.submitBtn:hover {
	background: #b8a902;
}
.bannertag {
	background: #a59700;
	padding: 40px 100px;
}
.bannertag h2 {
	font-family: 'Libre Baskerville';
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin: 0px;
}
.contentSec {
	background: #fff;
	margin-bottom: 15px;
	padding: 40px 100px 60px 100px;
	border-bottom: 5px solid #ffa413;
	position: relative;
}
.contentSec h2 {
	font-family: 'Libre Baskerville';
	font-size: 30px;
}
.contentSec p {
	font-size: 16px;
	line-height: 28px;
}
.contentSecTop .number {
	font-family: 'Libre Baskerville';
	font-size: 30px;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 1px solid #ffa413;
	line-height: 80px;
	color: #000000;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	position: relative;
}
.contentSecTop .border {
	background: #ffa413;
	height: 1px;
	float: none;
	vertical-align: middle;
	display: inline-block;
}
.contentSec.two h2, .contentSec.four h2, .contentSec.six h2, .contentSec.two p, .contentSec.four p, .contentSec.six p, .contentSec.six .contentSecTop span, .contentSec.two .contentSecTop span, .contentSec.four .contentSecTop span {
	color: #fff;
}
.contentSec.one {
	background: url(../images/number1.png) no-repeat 0 50% #fff;
}
.contentSec.two {
	background: url(../images/number2.png) no-repeat 0 50% #523f31;
}
.contentSec.three {
	background: url(../images/number3.png) no-repeat 0 50% #fff;
}
.contentSec.four {
	background: url(../images/number4.png) no-repeat 0 50% #523f31;
}
.contentSec.five {
	background: url(../images/number5.png) no-repeat 0 50% #fff;
}
.contentSec.six {
	background: url(../images/number6.png) no-repeat 0 50% #523f31;
	border-bottom: none;
}
.facilitiesbox {
	margin: 65px 0;
}
.facilitiesbox .facilities {
	text-align: center;
 margin-top:
}
.facilitiesbox .facilities img {
	display: block;
	padding: 20px;
	border: 1px solid #ffa413;
	margin: 0 auto;
}
.facilitiesbox .facilities span {
	margin-top: 15px;
	font-size: 18px;
	display: block;
}
.contentSec.one:after, .contentSec.three:after, .contentSec.five:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	right: 50%;
	background: url(../images/white-arrow.png) no-repeat 0 50%;
	width: 28px;
	height: 20px;
}
.contentSec.two:after, .contentSec.four:after, .contentSec.four:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	right: 50%;
	background: url(../images/brown-arrow.png) no-repeat 0 50%;
	width: 27px;
	height: 20px;
}
.formsec {
	background: #ffffff;
	padding: 100px;
}

.formsectop .fromblock {
	float: none;
	display: inline-block;
}
.formsectop, .formsecBottom {
	margin: 0 auto;
	float: none !important;
	text-align: center;
}
.formsectop .textbox {
	margin: 0 10px 20px 10px;
	float: none;
}
.formsectop h3 {
	margin: 20px 90px;
	text-align: left;
}
.formsectop form {
	text-align: center;
}
.formsectop .submitBtn {
	float: none;
	color: #000;
}
.formsecBottom {
	margin-top: 20px;
	display: inline-block;
}
.formsecBottom p {
	font-size: 28px;
}
.formsecBottom p span {
	font-family: 'humanst531_btbold';
	margin-left: 10px;
	margin-right: 30px;
}
.formsecBottom p span a {
	color: #000;
}
.formsecBottom > div:first-child {
	text-align: right;
}
.formsecBottom > div:last-child {
	text-align: left;
}
footer {
	width: 100%;
	margin-top: 20px;
}
.footerinner {
	background: #fff;
}
.footertop {
	padding: 20px 0;
	border-bottom: 1px solid #f6f6f6;
}
.footertop h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 30px 0;
	text-transform: uppercase;
}
.footerBottom h2 {
	font-size: 18px;
}
.footerBottom p {
	font-size: 11px;
	line-height: 14px;
}
.footerBottomLeft, .footerBottomRight {
	vertical-align: bottom;
	display: inline-block;
}
.social li {
	display: inline-block;
}
.footerBottomRight {
	margin-top: 70px;
}
.contentSecBottompop {
	text-align: center;
	margin-top: 50px;
}
.poplink {
	background: #a59700;
	border: none;
	color: #fff;
	font-family: "humanst521_btroman";
	font-size: 18px;
	line-height: 18px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.poplink:hover, .poplink:focus {
	text-decoration: none;
	background: #b8a902;
	color: #fff;
}
.contentSecBottompop .modal-dialog, .contentSecBottompop .modal-content {
	background: #523f31;
}
.contentSecBottompop .modal-header {
	border-bottom: none;
}
.contentSecBottompop .close {
	opacity: 1;
	color: #fff;
}
.contentSecBottompop .close:hover {
	opacity: 0.8;
	color: #fff;
}
.contentSecBottompop .modal-header {
	padding: 15px 15px 15px 50px;
}
.contentSecBottompop .modal-header p {
	text-align: left;
}
.contentSecBottompop .modal-content {
	padding-bottom: 30px;
}
.contentSecBottompop .modal-content .submitBtn {
	color: #fff;
}
.call {
	display: none;
}
.thanyouInner {
	padding: 40px;
	background: #fff;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.thanyouInner p {
	color: #000;
	font-size: 18px;
	font-family: 'Libre Baskerville';
}
.thanyouInner a {
	color: #a59700;
}
.thanyouInner a:hover {
	color: #d79703;
	text-decoration: none;
}

.imagesec {
	text-align: center;
}
.error {
	color: #ff2700;
}
@media (min-width: 768px) {
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
}
#RecaptchaField2 > div {
	max-width:304px;
	margin:0 auto 10px !important;
	}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

@media (max-width: 1280px) {
.wrapper {
	padding: 0 15px;
}
.wrapper.footerinner {
	padding: 0px;
}
.banner .topFrom h1 {
	font-size: 35px;
}
.banner .topFrom {
	padding: 30px;
}
.bannertag, .contentSec, .formsec {
	padding: 30px;
}
.formsecBottom p {
	font-size: 22px;
}
.footertop h2 {
	margin: 10px 0;
	font-size: 15px;
}


}

@media (max-width: 1023px) {
.banner .topFrom h1 {
	font-size: 25px;
	line-height: 30px;
}
.banner .topFrom p {
	font-size: 15px;
}
.banner .topFrom .textbox {
	margin-bottom: 10px;
}
.bannertag h2 {
	font-size: 30px;
	line-height: 40px;
}
.contentSec h2 {
	font-size: 25px;
	line-height: 30px;
}
.banner .topFrom {
	padding: 20px;
}
.formsecBottom p {
	font-size: 18px;
}
.footertop h2 {
	font-size: 15px;
	margin: 0px;
}
}

@media (max-width: 767px) {
.formsectop .textbox {
    margin:0 0 20px !important;
}
.bannerSlider {
	padding: 0px !important;
}
.headRight p {
	display: none;
}
.headRight .call {
	display: inline-block;
	padding: 0 20px;
}
.topFrom h1 > br, .bannertag h2 > br {
	display: none;
}
.footerBottomRight {
	margin: 20px 0;
}
.bannerSlider .carousel-caption p {
	font-size: 15px;
}
.formsecBottom > div:first-child {
	text-align: center;
}
.formsecBottom > div:last-child {
	text-align: center;
}
.footertop > div:first-child {
	text-align: center;
	margin: 10px 0;
}

}

@media (max-width: 640px) {

	.headRight img {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	.headRight .call {
		padding: 0px;
	}
	.bannertag h2 {
	   font-size: 24px;
       line-height: 29px;
	}
	.bannertag, .contentSec, .formsec {
		padding: 20px;
	}

	.facilitiesbox .facilities span {
		font-size: 12px;
	}
	.formsectop h3 {
		margin: 10px 0;
		font-size: 22px;
		text-align: center;
	}
	.social, .member {
		text-align: center;
	}
	.contentSec.two:after, .contentSec.four:after, .contentSec.four:after {
		bottom: -19px;
	}
	.contentSec.one:after, .contentSec.three:after, .contentSec.five:after {
		bottom: -19px;
	}

	.poplink {
		font-size: 13px;
		line-height: 15px;
	}
	.formsecBottom p span{
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	.formsecBottom p{
		font-size: 13px;
	}
	.facilitiesbox .facilities img {
		padding: 10px;
	}
}
