/*
Impulse Template
http://www.templatemo.com/tm-469-impulse
*/

body {
	background:#f9f9f9;
	color:#7e8181!important;
	font-family: 'vetica', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	overflow-x:hidden;
}

#footer1 {
	bottom: 0;
    margin:0 auto!important;
    text-align: center !important;
    width: 100% !important;
    height: 40px;
    position: static;
	background: #202020;
	color: #ffffff;
	
	 border: 0px;
     padding-top: 20px;
    padding-bottom: 15px;
}
#footer1 p {
	line-height:0px;
}
@font-face {
	font-family: 'vetica';
	src: url(../fonts/Eng/HelveticaNeueLTCom-Lt.ttf);
}
@font-face {
	font-family: 'vetica Bold';
	src: url(../fonts/Eng/HelveticaNeueLTCom-Bd.ttf);
}
@font-face {
	font-family: 'vetica-ar';
	src: url(../fonts/AR/ArbFONTS-arbfonts-rpt-Regular_0.ttf);
}
h1, h2, h3, h4, h5, h6 {
	font-family: "vetica";
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #eb5424;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

#home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	
}
#home img.right{
	
	float:right;
	
}

#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #eb5424;
	border-radius: 40px;
	border: none;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 60px;
	margin-top: 40px;
	
	
}
#home .btn:hover {
	background: #ddd;
	color: #eb5424;
	transition: all 0.4s ease-in-out;
}

#contact{
	padding-top:45px;
	/* padding-bottom:70px;
	height:100vh;
	margin-bottom:40px; */
}


.contact-form input[type="text"], .contact-form input[type="email"] {
  
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}


.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}

.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}

}
