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, font, ins, kbd, q, s, samp,  small, strike, strong, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
	color: #fff;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
a:hover {
	text-decoration: none;
}



::-webkit-input-placeholder {
opacity:1;
}



:-moz-placeholder {
opacity:1;
}



::-moz-placeholder {
opacity:1;
}



:-ms-input-placeholder {
opacity:1;
}
img {
	max-width: 100%;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.relative {
	position: relative;
}
.button {
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
}
.intro-head {
	padding-bottom: 30px;
}
.intro-head h2 {
	padding: 20px 0;
	position: relative;
	margin-bottom: 22px;
	font-size: 48px;
}
.intro-head h2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	height: 1px;
	width: 80px;
}
.section-head {
	padding-bottom: 40px;
}
.section-head h2 {
	padding: 20px 0;
	position: relative;
	margin-bottom: 22px;
	font-size: 48px;
}
.section-head h2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	height: 1px;
	width: 80px;
}
.phone-no .fa {
	width: 24px;
	line-height: 24px;
	border-radius: 3px;
	background: #3498db;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: -2px;
}
.section-head h3 {
	font-size: 30px;
}
.phone-no {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 30px;
}
.slogan {
	padding-bottom: 30px;
}
.logo {
	padding-top: 13px;
}
.tap-logo {
	margin-top: 0px;
}
.top-bar {
	position: fixed;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 999;
	background: #fff;
	border-bottom: 2px solid #ec2028;
}
.lead-header-area {
	background: url(../images/bg/header-bg.jpg) fixed;
	background-size: cover;
	padding-top: 98px;
}
.lead-header-area .overlay {
	padding: 40px 0;
}
.home-text h3 {
	font-weight: 300;
}
.home-text h1 {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	font-size: 48px;
	line-height: 60px;
}
.home-text {
	padding: 100px 0;
	text-align: center;
}
.lead-form-area-mob{display:none;}
.lead-form-area {
	padding: 20px 15px;
	border-radius: 4px;
}
.lead-form-area h3 small {
	display: block;
	margin-bottom: 10px;
}
.lead-form-area h3 {
	margin-bottom: 10px;
}
.lead-form-area p {
	margin-bottom: 15px;
}
.lead-form-area input[type="text"],  .lead-form-area input[type="email"], .lead-form-area textarea {
	width: 100%;
	line-height: 45px;
	border-radius: 4px;
	border: none;
	margin-bottom: 15px;
	color: #a1a1a1;
	padding-left: 15px;
}
.lead-form-area input[type="submit"] {
	text-align: center;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
	border: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.subscription-success, .subscription-failed {
	display: none
}
.contact-form .success, .contact-form .error {
	display: none;
	font-weight: 300 !important;
}
.about-more-area {
	background: url(../images/bg/about-bg.jpg) fixed;
	background-size: cover;
}
.about-boxes {
	margin-top: -185px;
}
.single-about-img {
	overflow: hidden;
}
.single-about-img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.single-about:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.single-info h4 {
	padding-bottom: 10px;
}
.single-info {
	padding: 30px 40px;
}
.about-cta {
	padding: 90px 0 75px;
}
.about-cta h1 {
	font-weight: 700;
	padding: 20px 0 20px;
	font-size: 48px;
}
.about-cta h3 {
	font-weight: 300;
}
.pd-btm80 {
	padding-bottom: 80px;
}
.pd-top40 {
	padding-top: 40px;
}
.featured-project-area {
	padding-bottom: 50px;
}
.single-fproject {
	position: relative;
	margin-bottom: 30px;
}
.single-fproject img {
	width: 100%;
}
.single-fproject h6 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 18px;
	font-weight: 700;
}
.single-fproject h6 small {
	float: right;
	font-weight: 300;
	line-height: 24px;
}
.mfp-wrap {
	z-index: 2147483647;
}
.mfp-bg {
	z-index: 2147483646;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.why-text {
	padding: 0 0;
}
.why-fetu {
	margin-top: 0px;
	box-shadow: 5px 5px 0 #d4d4d4;
}
.why-text h2 {
	padding-bottom: 15px;
}
.why-text ul {
	padding-top: 0px;
}
.why-text ul li {
	position: relative;
	padding-left: 90px;
	padding-bottom: 20px;
}
.why-text ul li h5 {
	padding-bottom: 7px;
}
.why-text ul li img {
	position: absolute;
	top: 0;
	left: 0;
}
.services-area {/*padding-bottom:80px;*/
	padding: 60px 0;
}
.single-service {
	background: #f2f2f2;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 8px 8px 0 #d4d4d4;
}
.service-over {
	padding: 15px 10px;
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 1) none repeat 0 0;
	margin-top: 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	vertical-align: middle;
}
.single-service:hover .service-over {
	top: 0;
	margin-top: 0;
}
.single-service h5 {
	color: #fff;
	padding: 0px 0 15px;
}
.single-service p {
	color: #fff;
	font-size: 17px;
	line-height: 1.5em;
}
.testimonials {
	padding: 0 0 70px 0;
}
.single-testimonial {
	margin-bottom: 30px;
	padding: 0 15px;
}
.single-testimonial h5 {
	padding: 20px 0;
	position: relative;
}
.single-testimonial h5:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -40%;
}
.single-testimonial h5 small {
	display: block;
	font-size: 12px;
}
.tequote {
	font-size: 42px;
	padding: 18px 0 16px;
}
.single-testimonial ul {
	padding-top: 15px;
}
.single-testimonial ul li {
	display: inline-block;
	font-size: 20px;
}
.width50 {
	width: 48%;
	margin-right: 2%;
}
.fleft {
	float: left;
}
.form-area {
	background: url(../images/bg/subscriibe-bg.jpg) fixed;
	background-size: cover;
}
.form-area .overlay {
	padding-bottom: 80px;
}
.form {
	padding: 10px 15px;
}
.form input[type="text"] {
	width: 100%;
	height: 55px;
	border-radius: 8px;
	border: none;
	padding-left: 15px;
	margin: 5px 0;
}
.form input[type="submit"] {
	line-height: 60px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
	border: none;
	margin: 5px 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#email2 {
	display: none;
}
.cta-area {
	background: url(../images/bg/subscriibe-bg.jpg) fixed;
	background-size: cover;
}
.cta-area .overlay {
	padding-bottom: 40px;
}
.partners-area {
	padding: 10px 0;
}
.partners-area ul {
}
.partners-area ul li {
	display: inline-block;
}
.footer-area {
	padding: 20px 0;
}
.social-icons {
}
.social-icons li {
	display: inline-block;
	line-height: 40px;
	margin: 0 5px;
}
.social-icons li a {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
}
.footer-area p {
	padding: 7px 0;
}
#headhesive-wrapper.header-clone {
	height: auto;
	left: 0;
	opacity: 0;
	overflow: visible;
	position: fixed;
	top: -100px;
	transition: all 300ms ease 0s;
	width: 100%;
}
#headhesive-wrapper.header-clone.header-clone--stick {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
	opacity: 1;
	overflow: visible;
	top: 0;
	z-index: 9999999;
}
#headhesive-wrapper.header-clone .logo {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
#headhesive-wrapper.header-clone .logo a {
	height: 134px;
	width: 122px;
}
.mobile-header {
	background: none repeat scroll 0 0 #E9E9E9;
	border-bottom: 2px solid #CECECE;
	padding: 10px 0;
}
.mobile-header a.btn {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0;
	width: 94%;
	background: #ec2028;
	padding: 10px;
	margin: 0 10px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	border: solid 1px #ec2028;
	text-transform: uppercase;
	font-weight: bold;
}
.mobile-header a.btn:hover {
	background: #ec2028;
	border: solid 1px #ec2028;
}
.mobile-header a.btn:first-child {
	margin-bottom: 5px;
}
.mobile-only {
	display: none;
}
.footer-area p {
	padding: 20px 0;
	margin-bottom: 0;
}
.ftr_reviews {
	margin: 0 0;
}
/*-----------popup------------*/







#thover {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 999;
}
#tpopup {
	position: absolute;
	width: 620px;
	height: auto;
	background: #fff;
	left: 50%;
	top: 40%;
	border-radius: 5px;
	padding: 40px;
	margin-top: 25px;
	transform: translate(-50%, -50%);
	text-align: left;
	box-shadow: 0 0 10px 0 #000;
	z-index: 9999;
	border: 6px solid #000;
}
#tpopup h3 {
	font-size: 24px;
	font-weight: bold;
	color: #ec2028;
	margin-bottom: 15px;
	text-decoration: underline;
	text-align: center;
}
#tpopup p {
	color: #000;
	font-size: 16px;
	line-height: 1.3em;
	text-align: justify;
}
#tclose {
	position: absolute;
	background: black;
	color: white;
	right: -20px;
	top: -20px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Arial Black', Arial, sans-serif;
	cursor: pointer;/* box-shadow:0 0 10px 0 #000;*/



}







/*-----------popup------------*/







@media only screen and (min-width:768px) and (max-width:991px) {
.parallax {
	background-attachment: scroll !important;
	background-position: center top !important;
	background-size: cover !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.text-center-tab {
	text-align: center;
}
.logo {
	padding-top: 20px;
}
.tap-logo {
	margin-top: 0px;
}
.phone-no {
	font-size: 26px;
}
.home-text {
	padding: 30px 0;
}
.header-area h1 span {
	display: block;
	padding: 0;
}
.header-area h1 {
	display: block;
	padding: 0;
}
.about-boxes {
	margin-top: -119px;
}
.single-service h5 {
	padding: 0px 0 23px;
}
.single-service p {
	font-size: 16px;
}
.col-md-3 {
	float: left;
	width: 50%;
}
.why-fetu {
	margin-bottom: 40px;
}
/*popup*/



#tpopup {
	width: 70%;
	margin-top: 10%;
}
/*popup*/





}
 @media only screen and (max-width:767px) {
.parallax {
	background-attachment: scroll !important;
	background-position: center top !important;
	background-size: cover !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
h1, .h1-like {
	font-size: 40px;
	line-height: 56px;
}
.logo {
	width: 50%;
	margin: 0 auto;
}
.tap-logo {
	margin-top: 30px;
}
.phone-no {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.slogan {
	padding-bottom: 20px;
}
.text-center-tab, .text-center-mob {
	text-align: center;
}
.header-area h1 span {
	display: block;
	padding: 0;
}
.header-area h1 {
	display: block;
	padding: 0;
}
.philosophy-list li {
	width: 100%;
}
.social-icons li:first-child {
	display: block;
}
.about-more-area {
	margin-top: 0;
}
.about-boxes {
	margin-top: 0;
}
.why-fetu {
	margin-bottom: 40px;
}
.width50 {
	width: 100%;
}
.fleft {
	float: left;
}
/*popup*/



#tpopup {
	width: 80%;
	margin-top: 15%;
}
/*popup*/





}
 @media screen and (max-width:460px) {
#headhesive-wrapper.header-clone {
	top: -181px;
}
.logo {
	width: 80%;
	margin: 0 auto;
}
.tap-logo {
	margin-top: 30px;
}
.phone-no {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 15px;
}
.slogan {
	padding-bottom: 20px;
}
#headhesive-wrapper.header-clone .logo a {
	height: 103px;
	width: 93px;
}
#headhesive-wrapper.header-clone #header, #headhesive-wrapper.header-clone .navigation {
	display: none;
}
#headhesive-wrapper.header-clone .mobile-only {
	display: none;
	float: left;
	width: 100%;
}
.width50 {
	width: 100%;
}
.fleft {
	float: left;
}

.home-text {
	padding: 60px 0 0;
}
.lead-form-area {
	display: none;
}
.lead-form-area-mob {
	display: block;
	margin-top: 50px;
	background: rgba(0, 0, 0, 0.73) !important;
}
.lead-form-area-mob h3 {
	color: #fff;
}
/*popup*/
#tpopup {
	width: 80%;
	margin-top: 30%;
}
/*popup*/





}
 @media only screen and (max-width: 20em) {/*320px */
#tpopup {
	margin-top: 180px;
}
}
