@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#333333;
	font-family:Tahoma, Geneva, HelveticaNeue, sans-serif;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:underline;}
a:hover {outline: none; color:#000; text-decoration:none;}
img {border:none;}
li {list-style:none;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*-----------------------
CSS FOR HEADER
------------------------*/
.top-section{
	float:left;
	width:100%;
	background:#fff;
	padding:8px 0;
	}
.top-logo{
	float:left;
	}
ul.top-menu{
	float:right;
	margin-top:17px;
	}
ul.top-menu li{
	float:left;
	border-right:1px solid #a9a8a8;
	padding:0 12px;
	}
ul.top-menu li a{
	float:left;
	color:#161616;
	font-size:16px;
	font-family: 'gotham_htfmedium';
	text-transform:uppercase;
	text-decoration:none;
	}
ul.top-menu li:last-child{ border:none; padding:0 0 0 12px;}
.light-menu{display:none;}
/*-----------------------
CSS FOR HOME FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	background:url(../images/footer-bg.jpg) repeat left top;
	margin-top:50px;
	padding-top:30px;
	}
.footer-left, .footer-mid{
	float:left;
	width:30%;
	margin-right:5%;
	}
.footer-logo{
	float:left;
	width:100%;
	max-width:285px;
	}
.footer-left p{
	float:left;
	width:100%;
	color:#fff;
	font-size:16px;
	font-family: 'gotham_htf_bookregular';
	line-height:22px;
	margin-top:10px;
	}
.footer-mid h4, .footer-right h4{
	float:left;
	width:100%;
	margin:5px 0;
	color:#fff;
	font-size:22px;
	font-family: 'gotham_htf_blackregular';
	text-transform:uppercase;
	}
.footer-mid ul{
	float:left;
	width:100%;
	}
.footer-mid ul li{
	float:left;
	width:100%;
	padding-left:40px;
	box-sizing:border-box;
	margin:10px 0;
	font-family: 'gotham_htf_bookregular';
	color:#fff;
	font-size:18px;
	line-height:24px;
	}
.footer-mid ul li.location{background:url(../images/location.png) no-repeat left 0;}
.footer-mid ul li.phone{background:url(../images/phone-ic.png) no-repeat left 0;  padding-bottom:7px;  padding-top:7px;}
.footer-mid ul li.email{background:url(../images/msg.png) no-repeat left 0;  padding-bottom:7px; padding-top:7px;}
.footer-right{
	width:30%;
	float:left;
	}
.form-box{
	float:left;
	width:100%;
	margin-top:7px;
	}
.field-block{
	float:left;
	width:100%;
	background:#fff;
	margin:4px 0;
	position:relative;
	}
.icon-box{
	float:left;
	width:13%;
	padding:3px;
	box-sizing:border-box;
	background:#e5e5e5;
	position:absolute;
	top:0;
	bottom:0;
	vertical-align:middle;
	}
.icon-box img{vertical-align:middle;}
.ft-input, .ft-input-ae{
	float:right;
	width:87%;
	border:none;
	padding:3px 10px;
	box-sizing:border-box;
	height:40px;
	color:#767676;
	font-size:17px;
	}
.ft-input-ae{
	height:90px;
	padding:10px;
	font-family:Tahoma, Geneva, HelveticaNeue, sans-serif;
	}
.send-msg{
	float:left;
	width:220px;
	height:52px;
	background:url(../images/send-btn.png) no-repeat center top;
	border:none;
	outline:none;
	margin:15px 0;
	cursor:pointer;
	}
.copy-text{
	float:left;
	width:100%;
	background:#151515;
	color:#969696;
	font-size:16px;
	text-align:center;
	padding:40px 0;
	font-family: 'gotham_htf_bookregular';
	}
.for-desk{display:block;}
.for-mob{display:none;}
/********common-inner**********/
.bnr-inr-cmn{
	float:left;
	width:100%;
	background:url(../images/bg-bnr-fl.jpg) no-repeat center top;
	height:167px;
	box-sizing:border-box;	
	background-size:cover;
	}
.bnr-in-padd1{padding: 55px 0 0;}
.bnr-in-padd2{padding: 39px 0 0;}
.bnr-inr-txt {
	font-size:50px;
	color:#be202d;
	font-family: 'gotham_htf_blackregular';
	text-align:left;
	text-transform:uppercase;
	}
.strip-inr{
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #dae4e6;}
.strip-inr-txt{
	float:left;
	font-size:16px;
	color:#8f8f8f;
	text-align:left;
	padding:20px 0;}
.strip-inr-txt span{ text-transform:uppercase;}
.cmn-txt-inr{
	font-size:16px;
	line-height:22px;
	color:#1e1e1e;
	letter-spacing: -0.3px;
	font-family: 'gotham_htf_bookregular';}
.txt1-btm1{width:72%;}
.txt2-fl, .txt2-ovr, .txt2-cl, txt2-cont{
	text-align:center;
	width:98%;
	margin:0 auto;}


/*--------------------------
CSS FOR MEDIA QUERY
--------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}
.top-logo{width:300px;}
ul.top-menu li{padding:0 9px;}
ul.top-menu li a{font-size:14px;}
}


@media only screen and (max-width:1010px){
.for-desk{display:none;}
.for-mob{display:block;}
.container{width:750px;}
ul.top-menu{display:none;}
.light-menu{display:block;}
.mob-mnu{float:right;}
.mob-mnu img{ width:28px; margin-top:13px;} 
.cl-logo img {width: 100px;}
.icon-box img{width:100%;}

/******Common*******/
.bnr-inr-cmn { height: auto;}
.bnr-inr-txt { font-size: 38px;}
.txt1-btm1{width:95%;}
.bnr-in-padd2 {padding: 24px 0;}
.bnr-in-padd1 { padding: 30px 0;}

}



@media only screen and (max-width:760px){
.container{width:100%; padding:0 10px; max-width:500px; box-sizing:border-box;}
.top-logo{width:200px;}
.mob-mnu img{ width:28px; margin-top:6px;} 
.footer{margin-top:20px; padding-top:5px;}
.footer-left, .footer-mid, .footer-right{width:100%; margin:1% 0; padding:0 10px; box-sizing:border-box;}
.icon-box img{max-width:30px;}
.footer-mid ul li{margin:5px 0; font-size:16px;}
.footer-left p{font-size:15px; line-height:20px;}
.footer-mid h4, .footer-right h4{ margin:20px 0 10px 0;}
.copy-text{font-size:15px; padding:20px 0;}

/****COMMON*******/
.bnr-inr-cmn { height: auto;}
.bnr-inr-txt { font-size: 30px; text-align: center;}
.txt1-top { padding: 20px 0;}
.cmn-txt-inr {  font-size: 15px; letter-spacing: 0;}
.strip-inr-txt {
    font-size: 15px;
	text-align:center;
	float:none;
	padding: 10px 0;
}
.section1-cont, .section1-fl, .section1-cl { padding: 20px 0;}
.txt1-top1, .txt1-btm1 { text-align: center;}
}




/******VALIDATION CSS*************/
input[type='text'].formError, input[type='number'].formError, input[type='email'].formError, input[type='tel'].formError, select.formError{
	border: 1px solid red !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 97% center !important;
}

textarea.formError{
	border: 1px solid red !important;
	background-image: url("../images/invalid.png")!important;
	background-repeat: no-repeat!important;
	background-position: 97% 8%;
}


/******VALIDATION CSS ENDS*************/