* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-family: 'Lato', sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
a:active, a:hover {
	color: #0295f4;
}
p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 28px;
	color: #292627;
	word-break: keep-all;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear:after {
	clear: both;
}
.clear:before, .clear:after {
	content: "";
	display: table;
}
/*---- global css end ----*/ 



/*---- custom css start ----*/

.container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.header {
	padding: 10px 0;
	position: relative;
}
.header:after {
	background: url(../img/pattern1.png) repeat-x 0 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 7px;
	content: "";
	position: absolute;
	bottom: -7px;
}
.logo, .contactMenu {
	width: auto;
}
.logo {
	padding-left: 15px;
	padding-right: 50px;
}
.contactMenu {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	border-bottom: 2px solid #989898;
	padding: 28px 0 0;
}
.contactMenu:hover {
	border-bottom: 2px solid #0295f4;
	color: #0295f4;
}
.hdrSlider {
	width: 64%;
	padding: 15px 15px 0;
}
.banner {
	position: relative;
}
.banner img {
    width: 100%;
}

.banner:after {
	background: url(../img/pattern2.png) repeat-x 0 0;
	width: 100%;
	height: 7px;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
}
.Caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.Caption h3 {
	font-family: 'Dosis', sans-serif;
	color: #fefefe;
	font-size: 72px;
	line-height: 74px;
	margin: 0;
	font-weight: 700;
}
.Caption h3 span {
	font-size: 84px;
	line-height: 84px;
	font-weight: 300;
	display: block;
}
.captionTxt {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15%;
}
.frequntlyPan {
	background: #f4f2ee;
	padding: 60px 0;
	text-align: center;
}
.btmFrm {
	background: url(../img/frm-bg.png) no-repeat 0 0;
	padding: 60px 0;
	text-align: center;
	background-size: 100% 100%;
}
.btmFrm h4, .frequntlyPan h4 {
	color: #fff;
	font-size: 36px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 auto 40px;
	position: relative;
	padding: 0 100px;
	display: inline-block;
	vertical-align: top;
}
.btmFrm h4 span {
	display: block;
	font-weight: 400;
}
.btmFrm h4:after, .btmFrm h4:before, .frequntlyPan h4:after, .frequntlyPan h4:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 5px;
	top: 50%;
	background: #fff;
}
.btmFrm h4:after, .frequntlyPan h4:after {
	right: 0;
}
.btmFrm h4:before, .frequntlyPan h4:before {
	left: 0;
}
.frequntlyPan h4 {
	color: #333333;
}
.frequntlyPan h4:after, .frequntlyPan h4:before {
	background: #0295f4;
}
.frmBox {
	width: 52%;
	margin: 0 auto;
}
.frmBox input, .frmBox textarea {
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	background: transparent;
	line-height: 16px;
	height: 45px;
	margin-bottom: 20px;
	width: 100%;
	padding: 15px 20px;
}
.frmBox textarea {
	font-family: 'Lato', sans-serif;
	height: 150px;
	resize: none;
}
.frmBox input[type="submit"] {
	background: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	line-height: 16px;
	padding: 15px 115px;
	vertical-align: top;
	width: auto;
	margin-bottom: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	appearance: none;
	-webkit-appearance: none;
}
.frmBox input[type="submit"]:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/* Placeholder text color -- selectors need to be separate to work. */
.frmBox input::-webkit-input-placeholder, .frmBox textarea::-webkit-input-placeholder {
 color: #fff;
 opacity:1;
}
 .frmBox input:-moz-placeholder, .frmBox textarea:-moz-placeholder {
 color: #fff;
 opacity:1;
}
 .frmBox input::-moz-placeholder, .frmBox textarea::-moz-placeholder {
 color: #fff;
 opacity:1;
}
 .frmBox input:-ms-input-placeholder, .frmBox textarea:-ms-input-placeholder {
 color: #fff;
 opacity:1;
}
/*---- footer start ----*/

.footer a:hover {
	color: #fff;
}
.footTp {
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	padding: 34px 0;
	background: url(../img/pattern3.jpg) repeat-x 0 0;
}
.footTp a {
	color: #0295f4;
	font-size: 30px;
	line-height: 28px;
	font-weight: 300;
	padding-left: 37px;
	background: url(../img/icon1.png) no-repeat 0 90%;
	margin-left: 18px;
	display: inline-block;
	vertical-align: top;
}
.footBtm {
	background: #191919;
	color: #ccc;
	padding: 30px 0;
}
.footLt p{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.footRt p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.footRt a {
	color: #0295f4;
}

.footLt p, .footRt p{
	margin: 0; color: #ccc;
}
.footTp p{
	margin: 0; color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
}
.btmFrm span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 13px;
    position: relative;
    top: -10px;
}
.frmBox form p{
	margin: 0;
}
.frmBox div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    color: #fff; margin: 25px 0 0;
}







/*---- footer end ----*/
