@charset "utf-8";
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
html, body {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
* html #container {
	height: 100%;
}
img {
	border: none;
	max-width: 100%;
	max-height: auto;
	border: none;
}
body {
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 100%;
	background: #000;
}
@font-face {
	font-family: 'Conv_ufonts.com_din-regular';
	src: url('../fonts/ufonts.com_din-regular.eot');
	src: local('☺'), url('../fonts/ufonts.com_din-regular.woff') format('woff'), url('../fonts/ufonts.com_din-regular.ttf') format('truetype'), url('../fonts/ufonts.com_din-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
header, nav, article, aside, footer, address, section, canvas {
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
p {
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 24px;
}
a {
	font-size: 17px;
	color: #f47e20;
	text-decoration: none;
	transition-duration: 0.5s;
}
a:hover {
	color: #000 !important;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.navbar-nav {
	/* margin-top: 75px !important; */
	margin-top: 40px !important;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
/* Home Page */

.home-section {
	height: 100%;
	padding-top: 150px;
	text-align: center;
	/* background: url(../images/home-bg.jpg) center center fixed; */
	/* background-size: cover; */
	/* background:rgba(122,122,122,0.7); */
	background: rgba(0,0,0,0.5);/* background:rgba(0,0,0,0.3); */
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('../images/home-bg.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.home-text {
	position: absolute;
	top: 45%;
	bottom: 30%;
	left: 20%;
	right: 20%;
	color: #000;
}
.home-heading {
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
	text-align: center !important;
	animation: type 4s steps(60, end);
	/* background-color:#F60; */
	font-size: 40px !important;
}
.home-heading:nth-child(2) {
	animation: type2 8s steps(60, end);
}
.home-heading-small {
	font-size: 16px;
	padding: 10px 0;
}
.play-btn {
	margin: 50px 0 0 0;
}
.play-btn a {
	color: #FFF;
	/* font-size:70px; */
	font-size: 5vw;
	font-weight: normal;
}
.play-btn a:hover {
	color: #f47e20;
}
.scroll-btn {
	bottom: 30px;
	position: absolute;
	left: 0%;
	right: 0%;
	text-align: center;
	width: 100%;
}
/* Home Page */

/* About Page */

.about-section {
	min-height: 100%;
	padding-top: 110px;
	text-align: center;
	position: relative;
	background: url(../images/about-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
.about-content-area {
	width: 40.5%;
	height: 100%;
	float: right;
	margin-right: 100px;
	position: relative;
	background: rgba(0,0,0,.3);
	margin-top:30px;
	margin-bottom:40px;
	padding: 30px;
}
.about-content-area h1 {
	color: #FFF;
}
.about-content-area p {
	color: #FFF;
}
.cover-space {
	width: 100%;
	margin: 0 auto;
}
.content-area h1 {
	color: #0081c7;
	font-size: 40px;
}
.content-area p {
	text-align: center;
}
/* About Page */

/* Services Page */
.services-section {
	min-height: 100%;
	padding-top: 110px;
	text-align: center;
	position: relative;
	background: url(../images/service-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
.services-section .content-area {
	width: 65%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	padding-bottom:50px;
}
.service-image-container {
	position: relative;
	width: 100%;
	margin-top: 80px;
	min-height: 100%;
}
.service-box {
	position: relative;
	padding-bottom: 20px;
}
.service-img, .service-img-2 {
	width: 32vw;
	position: relative;
	float: left;
	border: 6px solid #FFF;
	background-color: #FFF;
}
.service-img img, .service-img-2 img {
	width: 100%;
}
.services-content-box, .services-content-box-2 {
	width: 34vw;
	/* position:absolute; */
	float: left;
	/* right:50px; */
	z-index: 100;
	margin-left: -50px;
	position: relative;
	background-color: #f86b00;
	margin-top: 5.5vw;
	padding: 1.5vw 2vw;
	text-align: left;
}
.service-img-2 {
	float: right;
}
.services-content-box-2 {
	float: right;
	margin-right: -50px;
	margin-left: -0px !important;
	background-color: #424242;
}
.service-box h2 {
	color: #FFF;
	font-size: 1.5vw;
	padding: 0 0 5px 0 !important;
	margin: 0px !important;
	text-transform: capitalize;
}
.service-box p {
	color: #FFF;
	text-align: justify;
	font-size: 0.94vw;
	padding: 0px;
}
/* Services Page */

/* Project Page */
.project-section {
	/* min-height: 100%; */
	/* padding-top: 110px; */
	position: relative;
	/* padding-bottom:20px; */
	background-color: #FFF;
}
.project-section .content-area {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
.project-headign {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 110px 0 0 0;
}
.project-headign h1 {
	color: #FFF;
}
.project-section .carousel-inner img {
	width: 100%;
	height: 100%;
}
.project-section .carousel-control .icon-prev:before {
	content: '\2039';
	font-size: 100px !important;
}
.project-section .carousel-control .icon-next:before {
	content: '\203a';
	font-size: 100px;
}
.project-section .carousel-control.left, .project-section .carousel-control.right {
	background-image: none;
}
/* Project Page */

/* Testimonial Page */

.testimonial-section {
	min-height: 100%;
	padding-top: 150px;
	text-align: center;
	position: relative;
	background: url(../images/testi-bg.jpg) center center fixed no-repeat #ccc;
	background-size: cover;
	background-color: #FFF;
	border-bottom: 1px solid #bebebe;
}
.testimonial-section h1 {
	color: #FFF;
}
.testi-slider {
	color: #FFF;
}
.testi-heading {
	color: #FFF;
	font-size: 23px;
	padding: 40px 0 25px 0;
}
.testi-slider p {
	color: #FFF;
}
.testi-slider .carousel-indicators {
	bottom: 10px;
	left: 0%;
	list-style: outside none none;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-left: 0%;
	z-index: 15;
	top: 0px;
}
.testi-slider .carousel-indicators li {
	height: 16px;
	margin: 0;
	width: 16px;
}
/* Testimonial Page */

/* Contact Page */
.contact-section {
	min-height: 100%;
	padding-bottom:40px;
	text-align: center;
	position: relative;
	background-color: #FFF;
}
.contact-section h1 {
	color: #0081c7;
}
.contact-area {
	width: 65%;
	margin: 0 auto;
	margin-top: -70px;
	position: relative;
	min-height: 100%;
	background-color: #FFF;
	padding: 30px;
	border: 1px solid #CCC;
}
.contact-hd {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.contact-area p {
	text-align: left;
}
.map {
	margin: 0 0 0 0;
}
.address-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.contact-left, .contact-right {
	width: 40%;
	float: left;
	text-align: left;
}
.contact-right {
	float: right;
}
.contact-line {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
.address-box {
	margin-bottom: 20px;
}
.input-row {
	margin: 25px 0 25px 0;
}
.input-box, .input-box-area {
	border-bottom: 1px solid #d0cece;
	padding-bottom: 4px;
	font-size: 18px;
	color: #727272;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
}
.input-box-area {
	height: 120px;
	width: 100%;
}
.send-btn, .send-btn-2 {
	border: none;
	background: #000;
	/* width:35%; */
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 10px 60px;
	color: #FFF;
	font-size: 23px;
	letter-spacing: 1px;
	transition-duration: 0.5s;
	float: right;
}
.send-btn-2 {
	background: #000;
}
.send-btn-2:hover {
	background: #b6b6b6;
	color: #FFF;
}
.send-btn:hover {
	background: #f47e20;
}
/* Contact Page */

footer {
	padding-top:30px;
	border-top:1px solid #bebebe;
	padding: 25px 0 20px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
}
/* 4-7-2016 */
.click-right {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.click-right a {
	font-size: 20px;
	color: #FFF;
	background: rgba(0,0,0,0.6);
	display: block;
	padding: 5px 20px;
}
.click-right a:hover {
	text-decoration: none;
	background: rgba(255,118,0,0.3);
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_6.gif) center no-repeat #fff;
}

.hvr-sink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
