html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a {text-decoration:none;}
p, h1, h2, h3, h4, h5, h6, span, div, li, td, samp {
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */ white-space: -pre-wrap; /* Opera 4 thru 6 */ white-space: -o-pre-wrap; /* Opera 7 and up */ word-wrap: break-word;}
	
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


#wrapper {
	float:left;
	width:100%;
}
.inner_wrap {
	margin:auto;
	width:98%;
	max-width:1200px;
}
.default {
	float:left;
	width:100%;
}
.error {
	font-family: 'poppinsregular', Arial, sans-serif;
	color:#fff;
	line-height:13px;
}
.success {
	font-size:15px;
	line-height:15px;
	color:#090;
}
.msg_holder {
	padding:5px 0 0 0;
	float:left;
	width:100%;
	height:21px;
}
/* -- HEADER STARTS HERE -- */
#header_outer {
	padding:0 0 32px 0;
	float:left;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.59);
	z-index:100000;
}
#header {
	float:left;
	width:100%;
	position:relative;
}
/* -- LOGO STARTS HERE -- */
.logo {position:absolute; left:0; top:0;}
.logo img {float:left;}
/* -- LOGO ENDS HERE -- */

/* -- NAVIGATION STARTS HERE -- */
.navhld {margin:32px 0 0 0; float:right; position:relative;}
.hdr_phone {
	margin:5px 0 0 13px;
	float:left;
	font-size: 15px;
	font-family: 'poppinsregular', Arial, sans-serif;
	color:#fff;
}
.hdr_phone a {color:#fff;}
.hdr_phone img {float:none; display:inline-block; vertical-align:middle; margin:-5px 10px 0 0;}
nav {
	margin:6px 0 0 0;
	font-size: 15px;
	font-family: 'poppinslight', Arial, sans-serif;
	position: relative;
	float:left;
}
nav ul {padding: 0; margin: 0; float:left;}
nav li {
	display: inline; float: left; margin:0 0 0 7px;
}
nav a {
	padding:0 25px 0 25px;
	float:left;
	color: #fff;
	display: inline-block;
	text-transform:uppercase;
	text-decoration: none;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav a:hover, nav a.selected {
	background:url(../images/nav-select.png) 0 50% no-repeat; color:#ba8200;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 767px) {
	nav { 
  		height: auto; float:left; width:100%;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
		float:left;
  	}
  	nav li {
  		width:100%;
  		float: left;
  		position: relative;
		margin:0 0 0 0;
		border-bottom:1px solid rgba(255, 255, 255, 0.3) !important;
  	}
  	nav li a {
		float:left;
		background:#283744;
		color:#fff;
	}
  	nav a {
		padding: 12px 20px;
		color:#fff;
		float:left;
	  	text-align: left;
	  	width: 100%;
  	}
	nav a:hover, nav a.selected {background:#ba8200 none; color:#fff;}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 767px) {
	nav {
		border-bottom: 0;
		float:left; width:100%;
	}
	nav ul {
		display: none;
		height: auto;
		float:left;
	}
	nav a#pull {
		padding:12px 20px;
		float:left;
		display: block;
		background-color: #283744;
		color:#fff;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
/* -- NAVIGATION ENDS HERE -- */

/* -- HEADER ENDS HERE -- */

/* -- BODY STARTS HERE -- */
#container_hld {
	float:left;
	width:100%;
}
.bannerhld {
	padding:0;
	float:left;
	width:100%;
	position:relative;
}
.bnrcaption {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
	z-index:5;
}
h1 {
	margin:0;
	float:left;
	width:100%;
	font-family:"RalewayBold", Arial, Helvetica, sans-serif;
	font-size:60px;
	color:#000;
	text-transform:uppercase;
	text-shadow:0 0px 7px rgba(255, 255, 255);
}
.bnrcaption p {
	margin:8px 0 0 0;
	float:left;
	width:100%;
	font-family:"RalewayRegular", Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#000;
	text-transform:uppercase;
	text-shadow:0 0px 7px rgba(255, 255, 255);
}
.bnrcaption a {
	margin:40px 0 0 0;
	padding:14px 25px 11px 25px;
	float:none;
	display:inline-block;
	font-family:"RalewayMedium", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	background:rgba(0, 0, 0, 0.7);
	border:#ba8200 2px solid;
}
.bnrcaption a:hover {
	background:#ba8200;
}
.bnrarrow {
	margin:-16px 0 0 0;
	padding:12px 0 0 0;
	position:relative;
	float:left;
	min-height:45px;
	width:100%;
	z-index:5px;
	background:url(../images/bnr-arrow.png) 50% 0 no-repeat;
	text-align:center;
}
h2 {
	margin:0;
	float:left;
	width:100%;
	font-family:"RalewayBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
}
h2 span {
	margin:0;
	float:left;
	width:100%;
	font-family:"RalewayRegular", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5b5b5b;
	text-transform:capitalize;
}
.welcme_hld {
	padding:74px 0;
	float:left;
	width:100%;
}
.welcme_hld h2 {
	padding:0 0 20px 0;
	float:left;
	width:100%;
}
.welcme_hld h2 span {
	margin-bottom:17px;
	background:url(../images/welcome-line.png) 90px 50% no-repeat;
}
.welcomeimg {float:left; width:47%;}
.welcomecaption {float:right; width:50%;}
.welcomecaption_fullwidth {float:left; width:100% !important; margin-top:30px;}
.welcomecaption p {
	margin:0 0 22px 0;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
}
.welcomecaption a {
	margin:0px 0 0 0;
	padding:14px 25px 11px 25px;
	float:left;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	border:#000 2px solid;
}
.welcomecaption a:hover {background:#000; color:#fff;}

.hme_servicehld {
	padding:78px 0;
	float:left;
	width:100%;
	background:url(../images/service-hme.jpg) 50% 50% no-repeat;
	background-size:cover;
	text-align:center;
}
.hme_servicehld h2 {color:#fff;}
.hme_servicehld h2 span {
	margin-bottom:25px;
	color:#fff;
	background:url(../images/service-line.png) 50% 50% no-repeat;
}
.hme_servicehld p {
	margin:19px 0 0 0;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#918e8e;
}
.hme_servicehld ul {
	margin:73px 0 0 0;
	float:left;
	width:100%;
}
.hme_servicehld ul li {
	margin:0 0.8%;
	padding:0 0 0 0;
	float:left;
	width:18.2%;
	border:#797777 1px solid;
}
.hme_servicehld ul li a {
	margin:0 0;
	padding:70px 0 70px 0;
	float:left;
	width:100%;
	font-family:"RalewaySemiBold", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}
.hmesrvic_icon {
	margin:0 0 29px 0;
	float:left;
	width:100%;
}
.hme_servicehld ul li a:hover {
	background:#ba8200;
}
.hme_service_btn {float:left; width:100%; text-align:center; margin:82px 0 0 0;}
.hme_service_btn a {
	margin:0 0 0 0;
	padding:14px 25px 11px 25px;
	float:none;
	display:inline-block;
	font-family:"RalewayMedium", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:#fff 2px solid;
}
.hme_service_btn a:hover {background:#ba8200; color:#fff; border:#ba8200 2px solid;}

.hme_gallery_hld {
	padding:75px 0;
	float:left;
	width:100%;
	text-align:center;
	font-size:0 !important;
	color:#fff !important;
}
.hme_gallery_hld h2 {
	color:#000 !important;
}
.hme_gallery_hld h2 span {
	margin-top:13px;
	color:#5b5b5b !important;
	background:url(../images/work-line.png) 50% 50% no-repeat;
}
.hme_gallery_inr {
	margin:30px 0 0 0;
	float:left;
	width:100%;
	position:relative;
	font-size:0 !important;
	color:#fff !important;
}

.testimonials_hld {
	margin:0;
	padding:78px 0 78px 0;
	float:left;
	width:100%;
	text-align:center;
}
.testimonials_gallery {
	margin:0 0 0 0;
	float:left;
	width:100%;
	position:relative;
}
.testimonials_hld h2 span {
	margin-top:13px;
	color:#5b5b5b;
	background:url(../images/testimonial-line.png) 50% 50% no-repeat;
}
.quoteicon {float:left; width:100%; margin:33px 0 25px 0;}
.staricon {float:left; width:100%; margin:0 0 17px 0;}
.datetst {
	float:left;
	width:100%;
	margin:0 0 21px 0;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ba8200;
}
.testimonials_gallery p {
	margin:0;
	padding:0 102px;
	float:left;
	width:100%;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8d8d8d;
	line-height:23px;
}
.testimonials_gallery p span {
	margin:21px 0 0 0;
	float:left;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:19px;
	color:#323232;
}

.hme_contact_hld {
	padding:70px 0 70px 0;
	float:left;
	width:100%;
	background:url(../images/contact-bg-hme.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.hme_contact_hld h2 {
	margin-bottom:30px;
	color:#fff;
	line-height:45px;
	background:url(../images/contact-whiteline.png) 100% 64px no-repeat;
}
.hme_contact_form {
	margin:0;
	float:right;
	width:48%;
}
.hme_contact_element {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.hme_contact_element img {
	left:18px;
	position:absolute;
	top:15px;
	opacity:0.5;
}
.hme_contact_textarea {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.hme_contact_textarea img {
	left:18px;
	position:absolute;
	top:15px;
	opacity:0.5;
}
.hme_contact_form input[type="text"] {
	margin:0;
	padding:0 20px 0 50px;
	float:left;
	width:100%;
	height:54px;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8d8d8d;
	background:none;
	border:1px solid rgba(255, 255, 255, 0.5);
}
.hme_contact_form input[type="text"]:focus {
	outline: none;
}
.hme_contact_form textarea {
	margin:0;
	padding:20px 20px 28px 60px;
	float:left;
	width:100%;
	height:170px;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8d8d8d;
	background:none;
	border:1px solid rgba(255, 255, 255, 0.5);
	resize:none;
}
.hme_contact_form textarea:focus {
	outline: none;
}
.hme_contact_element:hover img, .hme_contact_textarea:hover img {opacity:1;}
.hme_contact_element:hover input[type="text"], .hme_contact_textarea:hover input[type="text"] {border:1px solid rgba(255, 255, 255, 1);}


.hme_contact_form input[type="submit"] {
    margin: 100px !important;
    padding: 0 020px 0 20px ;
    float: left !important;
    height: 54px;
    font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    border: 1px solid #ba8200;
    cursor: pointer;
    position: relative;
    margin-left: 2px !important;;
}
.hme_contact_form input[type="submit"]:hover {background:#ba8200;}
/* -- BODY ENDS HERE -- */

/* -- INNERPAGE STARTS HERE -- */
.bannerhld_inrpge {
	padding:0;
	float:left;
	width:100%;
	position:relative;
}
.about_hld {
	padding:74px 0;
	float:left;
	width:100%;
}
.about_hld h2 {
	padding:0 0 23px 0;
	float:left;
	width:100%;
}
.about_hld h2 span {
	margin-bottom:17px;
	background:url(../images/welcome-line.png) 90px 50% no-repeat;
}
.aboutimg {float:left; width:47%;}
.aboutcaption {float:right; width:50%;}
/*.aboutcaption {float:left; width:100% !important; margin-top:30px;}*/
.aboutcaption p {
	margin:0 0 22px 0;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
}
.aboutcaption a {
	margin:54px 0 0 0;
	padding:14px 25px 11px 25px;
	float:left;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	border:#000 2px solid;
}
.aboutcaption a:hover {background:#000; color:#fff;}
.about_bmthld {
	margin:39px 0 0 0;
	float:left;
	width:100%;
}
.about_bmthld h3 {
	margin:0 0 30px 0;
	float:left;
	width:100%;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	color:#000;
	background:url(../images/greenline.png) 100% 50% no-repeat;
}
.about_bmthld h3 span {
	padding:0 13px 0 0;
	display:inline-block;
	background:#fff;
}
.about_bmthld ul {
	margin:0;
	float:left;
	width:50%;
	list-style-type:none;
}
.about_bmthld ul li {
	margin:0 0 15px 0;
	padding:0 0 0 30px;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	color:#8d8d8d;
	background:url(../images/greenarrow.png) 0 0 no-repeat;
}
.servicepge_hld {
	padding:80px 0 89px 0;
	float:left;
	width:100%;
}
.servicepge_hld h2 {
	padding:0 0 50px 0;
	float:left;
	width:100%;
	color:#000;
	text-align:center;
}
.servicepge_hld h2 span {
	margin-bottom: 25px;
	color: #5b5b5b;
	background: url(../images/service-line.png) 50% 50% no-repeat;
}


.service_tophld {
	margin:0;
	float:left;
	width:100%;
}
.service_tophld p {
	margin:0 0 0 0 !important;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
}
.service_tophld ul {
	margin:31px 0 0 0 !important;
	float:left;
	width:100%;
	list-style-type:none;
}
.service_tophld ul li {
	margin:0 2% 0 0 !important;
	padding:20px 35px 13px 0  !important;
	float:left;
	width:49% !important;
	background:url(../images/dot-service-divider-top.png) 100% 0 repeat-y;
}
.service_tophld ul li:last-child {
	margin-right:0 !important;
	padding-right:0 !important;
	background:none;
}
.service_tophld ul li h3 {
	margin:0 0 0 0 !important;
	padding:0 0 29px 30px !important;
	float:left;
	width:100%;
	font-family:"RalewayBold", Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	font-size:25px !important;
	color:#000 !important;
	background:url(../images/dot-service.png) 0 4px no-repeat;
}
.service_tophld ul li h3 font {
	color:#ba8200 !important;
}

.servicewhyus {
	margin:31px 0 0 0 !important;
	float:left;
	width:100%;
}
.servicewhyus h3 {
	margin:0 0 29px 0 !important;
	padding:0 0 0 0 !important;
	float:left;
	width:100%;
	font-family:"RalewayBold", Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	font-size:25px !important;
	color:#000 !important;
	background:url(../images/dot-service-divider.png) 0 50% repeat-x;
	text-transform:uppercase;
}
.servicewhyus h3 span {
	margin:0 0 0 0 !important;
	padding:0 15px 0 30px !important;
	float:left;
	background:#fff url(../images/dot-service.png) 0 4px no-repeat;
}
.servicewhyus font {
	color:#ba8200 !important;
}
.servicewhyus p {
	margin:0 0 0 0;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
}

.servicewhyus ul {
	margin:32px 0 0 0 !important;
	float:left;
	width:100%;
	list-style-type:none;
}
.servicewhyus ul li {
	margin:0 2% 0 0 !important;
	padding:0 0 0 24px  !important;
	float:left;
	width:auto !important;
	font-family:"poppinssemibold", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#4e4c4c;
	background:url(../images/tik-arrow.png) 0 0 no-repeat;
}
.servicewhyus ul li:last-child {
	margin-right:0 !important;
}

.servicelst_hld {
	margin:72px 0 0 0;
	float:left;
	width:100%;
}
.servicelst_hld h2 {
	margin:0 0 74px 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	color:#000;
	text-align:center;
	background:url(../images/service-offerline.png) 50% 50% no-repeat;
}
.servicelst_hld h2 samp {
	padding:0 18px;
	float:none !important;
	display:inline-block !important;
	background:#fff !important;
	font-family: "RalewayBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
}
.servicepge_hld ul {
	padding:0 0;
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.servicepge_hld ul li {
	padding:0 0;
	margin:0 0 50px 0;
	float:left;
	width:100%;
}
.servicepge_hld ul li:nth-child(even) .srvepgeimg {
	float:right !important;
}
.servicepge_hld ul li:nth-child(even) .srvepgecaption {
	float:left !important;
}
.servicepge_hld ul li:last-child {
	margin-bottom:0;
}
.srvepgeimg {float:left; width:48.5%;}
.srvepgeimg img {float:left; width:100%;}
.srvepgecaption {float:right; width:48.5%;}
.srvepgecaption_fullwidth {float:left; width:100%; margin-top:20px;}
.srvepge_icon {float:left; width:100%; margin:0 0 25px 0;}
.servicepge_hld ul li h3 {
	margin:0 0 20px 0;
	float:left;
	width:100%;
	font-family:"poppinssemibold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#ba8200;
	text-transform:uppercase;
}
.servicepge_hld ul li p {
	margin:0 0 22px 0;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
}

.contactpge_hld {
	padding:80px 0 0 0;
	float:left;
	width:100%;
}
.contactpge_hld h2 {
	padding:0 0 50px 0;
	float:left;
	width:100%;
	color:#000;
	text-align:center;
}
.contactpge_hld h2 span {
	margin-bottom: 25px;
	color: #5b5b5b;
	background: url(../images/service-line.png) 50% 50% no-repeat;
}
.contact_formhld {float:left; width:48%;}
.contact_formhld h2 {
	margin-bottom:37px;
	padding-bottom:0;
	font-size:25px !important;
	color:#000;
	line-height:normal;
	background:none;
	text-align:left;
}
.contact_formhld h2 img {
	width:50px;
	height:2px;
	float:none; display:inline-block; vertical-align:middle; margin:0 0 0 15px;
}
.contact_formhld .hme_contact_form {
	margin:0;
	float:left;
	width:100%;
}
.contact_formhld .hme_contact_element {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.contact_formhld .hme_contact_element img {
	left:18px;
	position:absolute;
	top:15px;
	opacity:0.5;
}
.contact_formhld .hme_contact_textarea {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.contact_formhld .hme_contact_textarea img {
	left:18px;
	position:absolute;
	top:15px;
	opacity:0.5;
}
.contact_formhld .hme_contact_form input[type="text"] {
	margin:0;
	padding:0 20px 0 50px;
	float:left;
	width:100%;
	height:54px;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	background:none;
	border:1px solid rgba(0, 0, 0, 0.5);
}
.contact_formhld .hme_contact_form input[type="text"]:focus {
	outline: none;
}
.contact_formhld .hme_contact_form textarea {
	margin:0;
	padding:20px 20px 28px 60px;
	float:left;
	width:100%;
	height:170px;
	font-family:"poppinsregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	background:none;
	border:1px solid rgba(0, 0, 0, 0.5);
	resize:none;
}
.contact_formhld .hme_contact_form textarea:focus {
	outline: none;
}
.contact_formhld .hme_contact_element:hover img {opacity:1;}
.contact_formhld .hme_contact_textarea:hover img {opacity:1;}
.contact_formhld .hme_contact_element:hover input[type="text"] {border:1px solid rgba(0, 0, 0, 1);}
.contact_formhld .hme_contact_textarea:hover input[type="text"] {border:1px solid rgba(0, 0, 0, 1);}
.contact_formhld .hme_contact_form input[type="submit"] {
	margin:0;
	padding:0 20px 0 20px;
	float:right;
	height:54px;
	font-family:"RalewaySemiBold", Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#fff;
	text-transform:uppercase;
	background:#000;
	border:1px solid #ba8200;
	cursor:pointer;
}
.contact_formhld .hme_contact_form input[type="submit"]:hover {background:#ba8200;}


.contact_maphld {float:right; width:47%;}
.contact_maphld h2 {
	margin-bottom:37px;
	padding-bottom:0;
	font-size:25px !important;
	color:#000;
	line-height:normal;
	background:none;
	text-align:left;
}
.contact_maphld h2 img {
	width:50px;
	height:2px;
	float:none; display:inline-block; vertical-align:middle; margin:0 0 0 15px;
}
.map_hld {
	margin:0;
	float:left;
	width:100%;
}
.contact_btmhld {
	margin:61px 0 0 0; 
 	padding:45px 0;
	float:left;
	width:100%;
	background:#ba8200;
}
.contact_btmhld ul {
	padding:0 0 0 0;
	margin:0;
	float:left;
	width:100%;
}
.contact_btmhld ul li {
	padding:0 0 0 0;
	margin:0 2.2%;
	float:none;
	display:inline-block;
	text-align:left;
}
.contact_btmhld ul li img {
	margin:0 17px 0 0;
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.contact_btmhld ul li span {
	font-family: 'poppinsregular', sans-serif;
	font-size:19px;
	line-height:28px;
	color:#fff;
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.thankyou_txt {
	margin:30px 0;
	float:left;
	width:100%;
	font-family: "RalewayBold", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ba8200;
	text-align:center;
}

.gallery_hld {
	padding:80px 0;
	float:left;
	width:100%;
	text-align:center;
}
.gallery_hld h2 {
	padding:0 0 50px 0;
	float:left;
	width:100%;
	color:#000;
	text-align:center;
}
.gallery_hld h2 span {
	margin-bottom: 25px;
	color: #5b5b5b;
	background: url(../images/service-line.png) 50% 50% no-repeat;
}
.gallery_list {
	padding:0 0;
	float:left;
	width:100%;
	position:relative;
}
/* -- INNERPAGE ENDS HERE -- */
.toptxt_hld {
	margin:0 0 50px 0;
	float:left;
	width:100%;
}
.toptxt_hld p {
	margin:0 0 0 0 !important;
	float:left; 
	width:100%;
	font-family:"poppinslight", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#8d8d8d;
	text-align:left;
}
/* -- FOOTER STARTS HERE -- */
#footer {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	border-top:#666666 2px solid;
}
.ftrtop {
	margin:0 0 0 0;
	padding:66px 0;
	float:left;
	width:100%;
}
.ftrtop h6 {
	margin:0 0 22px 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	font-weight:normal;
	font-family:"RalewaySemiBold", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
}
.ftrtop h6 img {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 0;
}
.ftrtop ul {
	margin:0;
	float:left;
	width:100%;
	list-style-type:none;
}
.ftrtop ul li {
	margin:0 0 19px 0;
	padding:0 0 0 22px;
	float:left;
	width:100%;
	background:url(../images/ftr-dot.png) 0 1px no-repeat;
}
.ftrtop ul li a {
	margin:0;
	float:left;
	width:100%;
	font-family:"RalewayRegular", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6c6969;
}
.ftrtop ul li a:hover {color:#ba8200;}
.ftrtop_blk {
	margin:0 2% 0 0;
	padding:0 25px 0 0;
	float:left;
	width:31.5%;
	min-height:225px;
	background:url(../images/ftr-divider.png) 90% 20px no-repeat;
}
.ftrtop_blk p {
	margin:0 0 22px 0;
	float:left;
	width:100%;
	font-family: 'poppinsregular', sans-serif;
	font-size:16px;
	line-height:20px;
	color:#6c6969;
}
.ftrtop_blk p strong {
	display:inline-block;
	margin:0 0 12px 0;
	font-family: 'poppinsregular', sans-serif;
	font-weight:500;
	color:#000;
	text-decoration:underline;
}
.ftrtop_blk p img {
	float:left;
	vertical-align:middle;
	display:inline-block;
	margin:2px 10px 0 0 !important;
}
.ftrtop_blk p span {
	float:left; width:80%;
}
.ftrtop_blk:last-child {
	margin-right:0;
	padding-right:0;
	background:none;
}
.copyrihght_hld {
	padding:17px 0;
	float:left;
	width:100%;
	border-top:#e1ddda 1px solid;
}
.copyrihght_hld p {
	margin:12px 0 0 0;
	float:left;
	font-family:"RalewayRegular", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#474747;
}
.ftr_media {margin:0; float:right;}
.ftr_media a {
	margin:0 0 0 7px;
	float:left;
	width:38px;
	height:37px;
}
.ftr_media a.facebook {background:url(../images/ftr-facebook.png) 0 0 no-repeat;}
.ftr_media a.facebook:hover {background:url(../images/ftr-facebook.png) 0 -41px no-repeat;}

.ftr_media a.twitter {background:url(../images/ftr-twitter.png) 0 0 no-repeat;}
.ftr_media a.twitter:hover {background:url(../images/ftr-twitter.png) 0 -41px no-repeat;}

.ftr_media a.instragam {background:url(../images/ftr-ins.png) 0 0 no-repeat;}
.ftr_media a.instragam:hover {background:url(../images/ftr-ins.png) 0 -41px no-repeat;}
/* -- FOOTER ENDS HERE -- */

/*.gallery_hld h2.cont-title{padding-bottom:40px;}
.servicepge_hld h2.cont-title{padding-bottom:40px;}
.cont-des{ font-size:15px; line-height:25px; color:#8d8d8d;padding-bottom:50px; text-align:left; font-family: 'poppinsregular';}
.cont-des span{color:#ba8200;font-size:16px; line-height:26px;}
.serv-des{font-size:15px; line-height:25px; color:#8d8d8d;padding:25px 0; text-align:left; font-family: 'poppinsregular';}

ul.serv-ul-tic{margin: 20px 0 0; font-family: 'poppinsregular';}
ul.serv-ul-tic li {   list-style: none;  width: auto; padding-right: 20px;  font-weight: 400; font-family: 'poppinsregular'; }

ul.serv-ul-tic li:before {  content: '\2713'; color:#ba8200; font-size: 25px; font-weight: 900; margin-right: 10px;}
.service-new-title{font-size: 25px; line-height: 32px; color: #000; font-weight: 900; text-transform: uppercase; font-family: 'poppinsregular';}
.serv-icon{color:#ba8200; font-weight: 900; margin-right: 5px;}


table.service-tbl-1 tr td:first-child{ padding-right: 5%; border-right: 3px #8d8d8d dotted !important;}
table.service-tbl-1 tr td:last-child{ padding-left: 5%;}
table.service-tbl-2{margin-top: 50px;}
table.service-tbl-2 tr td:first-child{width: 18%;}
table.service-tbl-2 tr td:last-child .service-brder{border-top: 3px #8d8d8d dotted !important; width: 100%;margin-top: 15px;}


.service-new-title2-main{text-align: center; margin-bottom: 50px;}
.service-new-title2{font-size: 35px; line-height: 42px; color: #000; font-weight: 900; text-transform: uppercase; font-family: 'poppinsregular';}*/

@media screen and (max-width: 1130px) {
	.inner_wrap {max-width:1024px; width:96%;}
	
	.bnrcaption {
		top: 60%; transform: translateY(-60%);
	}
	h2 {font-size:30px;}
	.hme_servicehld ul li a {font-size:18px;}
	.hme_contact_hld h2 {background:none;}
	
	.isotope-item {width: 23.5% !important; margin: 5px 0.5%;}
	
	.aboutimg {float:left; width:100%; text-align:center;}
	.aboutimg img {float:none; display:inline-block; width:70%;}
	.aboutcaption {width:100%; margin-top:15px;}
	.about_hld h2 {text-align:center;}
	.about_hld h2 span {background:none;}
	.about_bmthld h3 {background:none; text-align:center;}
}
@media screen and (max-width: 1023px) {
	.inner_wrap {max-width:768px;}
	
	#header_outer {
		padding:0 0 32px 0;
		position:relative;
		background:none;
	}
	.logo {position:relative; float:left; width:100%; text-align:center;}
	.logo img {float:none; display:inline-block; height:120px;}
	.hdr_phone {display:none;}
	.navhld {width:100%; text-align:center; margin-top:15px;}
	nav {float:none; display:inline-block;}
	nav a {color:#000;}
	
	h1 {font-size:40px;}
	.bnrcaption p {font-size:30px;}
	
	.welcme_hld {padding:40px 0;}
	.welcomeimg {float:left; width:100%; text-align:center;}
	.welcomeimg img {float:none; display:inline-block; width:70%;}
	.welcomecaption {float:right; width:100%; padding-right:20px; padding-left:20px; margin-top:30px;}
	.welcomecaption a {margin-top:20px;}
	
	.hme_servicehld {padding:40px 0;}
	.hme_servicehld ul {margin-top:40px;}
	.hme_servicehld ul li {width:98%; margin-top:20px;}
	.hme_servicehld ul li:first-child {margin-top:0;}
	.hme_servicehld ul li a {padding:20px 0;}
	.hmesrvic_icon img {height:80px;}
	.hme_service_btn {margin-top:40px;}
	
	#ninja-slider {width:550px !important;}
	#thumbnail-slider {height:275px !important;}
	
	.hme_gallery_hld {padding:40px 0;}
	/*.testimonials_hld {padding-bottom:35px;}*/
	
	.hme_contact_hld {padding:40px 0;}
	.hme_contact_hld {background: url(../images/contact-bg-hme.jpg) 30% 50% no-repeat;}
	
	.ftrtop {padding:40px 0;}
	.ftrtop_blk {width:50%; margin-right:0; background:none;}
	
	.servicepge_hld {padding:40px 0;}
	
	.contactpge_hld {padding:40px 0 0 0;}
	.contact_formhld {width:100%;}
	.contact_maphld {width:100%; margin-top:15px;}
	.contact_btmhld ul li {margin:5px 0 5px 0; width:100%; text-align:center;}
	.contact_btmhld ul li span {margin:15px 0 0 0; width:100%; text-align:center;}
	.contact_btmhld ul li span br {display:none;}
	
	.contactpge_hld h2 {padding-bottom:20px;}
	.contactpge_hld h2 span {margin-bottom:10px;}
	.contact_formhld h2, .contact_maphld h2 {margin-bottom:0;}
	
	.gallery_hld h2 span {margin-bottom:10px;}
	.gallery_hld h2 {padding-bottom:20px;}
	
	.gallery_hld {padding:40px 0;}
	.portfolioContainer {margin-top:25px !important;}
	.portfolioFilter a {font-size:15px; margin:2px 3px 2px 3px !important;}
	
	.hme_servicehld {padding-right:20px; padding-left:20px;}
	.hme_contact_hld {padding-right:20px; padding-left:20px;}
	.ftrtop {padding-right:20px; padding-left:20px; padding-bottom:0;}
	.copyrihght_hld {padding-right:20px; padding-left:20px;}
	
	.about_hld {padding-right:20px; padding-left:20px;}
	.servicepge_hld {padding-right:20px; padding-left:20px;}
	
	.service_tophld ul li {width:100% !important; padding-right:0 !important; margin-right:0 !important; background:none; margin-bottom:30px !important;}
	.servicewhyus {margin-top:0 !important;}
	.servicewhyus ul {margin-top:15px !important;}
	.servicepge_hld ul li {width:100% !important; margin-top:12px !important;}
	
	.contactpge_hld {padding-right:20px; padding-left:20px;}
	.contact_btmhld {margin-bottom:30px;}
	
	.gallery_hld {padding-right:20px; padding-left:20px;}
}
@media screen and (max-width: 899px) {
}
@media screen and (max-width: 767px) {
	.inner_wrap {max-width:600px;}
	
	#header_outer {padding-bottom:20px;}
	
	.welcomeimg {width:100%;}
	.welcomecaption {width:100%; margin-top:25px;}
	
	.hme_contact_form {width:100%;}
	.hme_contact_hld h2 br {display:none;}
	
	.about_bmthld h3 {background:none; text-align:center;}
	.about_bmthld ul {width:100%;}
	
	.servicepge_hld ul li {margin-bottom:20px;}
	.servicepge_hld h2 {padding: 0 0 30px 0;}
	.servicepge_hld h2 span {margin-bottom:20px;}
	.servicelst_hld h2 {margin-bottom:0 !important;}
	.srvepgeimg {width:100%; margin-bottom:20px;}
	.srvepgecaption {width:100%; text-align:center;}
	.srvepgecaption_fullwidth {width:100%; text-align:center; margin-top:0;}
	.servicepge_hld ul li h3 {margin-bottom:20px;}
	
	.servicelst_hld h2 {padding-bottom:0 !important; margin-bottom:20px !important; font-size:25px !important;}
	.servicelst_hld h2 samp {font-size:25px !important;}
	
	.isotope-item {width: 32% !important; margin: 5px 0.5%;}
	
	#ninja-slider {width:400px !important;}
	#thumbnail-slider {height:200px !important;}
	#thumbnail-slider ul li {height:50px !important}
	
	.hme_contact_hld h2 {text-align:center; line-height:35px; margin-bottom:15px;}
	
	.toptxt_hld {margin-bottom:35px;}
}
@media screen and (max-width: 599px) {
	.inner_wrap {max-width:480px;}
	
	h1 {font-size: 20px;}
	.bnrcaption p {font-size: 17px;}
	.bnrcaption a {margin-top:14px; font-size:15px !important; padding: 10px 20px 8px 20px;}
	
	h2 {font-size: 25px;}
	
	.hme_service_btn a {padding: 14px 20px 11px 20px; font-size:15px;}
	
	.ftrtop_blk {width:100%; min-height:inherit;}
	.copyrihght_hld p {margin:0; width:100%; text-align:center;}
	.ftr_media {margin:15px 0 0 0; width:100%; text-align:center;}
	.ftr_media a {text-align:center; float:none; display:inline-block;}
	
	.about_bmthld h3 {font-size:20px; margin-bottom:20px;}
	
	.isotope-item {width: 48.5% !important; margin: 5px 0.5%;}
	
	#ninja-slider {width:250px !important;}
	#thumbnail-slider {height:125px !important;}
	#thumbnail-slider ul li {height:40px !important}
	
	.testimonials_gallery p {padding:0 40px;}
}
@media screen and (max-width: 400px) {
	.isotope-item {width: 98.5% !important; margin: 5px 0.5%;}
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 360px) {
}
