	`21body, html {
	font-family: 'Avenir', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 400;
	font-size: 36px;
	color: #000;
}
h3, h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}


p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #343b42;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 90px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 1px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #e6e7e8;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	font-size: 12px;
	color: #54d0dd;
	vertical-align:middle;
	
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #54d0dd;
}
.on {
	background-color: #d1d1d1 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #54d0dd !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #54d0dd;
	border-color: #54d0dd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	padding-bottom: 50px;
}
.btn-custom {
	text-transform: uppercase;
	color: #414a52;
	background-color: #54d0dd;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #54d0dd;
	background-color: #414a52;
}
.btn-default {
	text-transform: uppercase;
	color: #54d0dd;
	background-color: #414a52;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #54d0dd;
	background-color: #343b42;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 10% 0 0 0;
	text-align: center;
	background: url(../img/head.jpg) no-repeat center top;
	background-color: #000;
	background-size: contain;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
.section-title.center {
	padding: 540px 0 40px 0;
}
.section-title.center2 {
	padding: 100px 0 40px 0;
}
.intro h1 {
	color: rgba(255,255,255,0.9);
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.intro p {
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 20px;
}
header .intro-text {
	padding-top: 500px;
}
/* About Section */
#about {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/fab_2.jpg) no-repeat center top;
	background-color: #000;
	background-size: contain;
	height: 723px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}
#about .about-text {
	margin-left: 10px;
	color:white !important;
	text-align: left !important;
}
#about img {
	float: right;
}
#about p {
	margin-bottom: 30px;

}

/* pg1 */
#pg1 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background: url("../img/bck_fab.jpg")no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 600px;
}
#pg1 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
	padding-top: 45%;
}
#pg1 img {
	float: right;
}

/* pg2 */
#pg2 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background-color: #dcdce4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 300px;
	
	
}
#pg2 .about-text {
	margin-left: 10px;
	color:white !important;
	text-align: left !important;
}
#pg2 img {
	float: right;
}
#pg2 p {
	margin-bottom: 30px;
	line-height: 21px;
}
#pg2 .container {
	padding-top: 4%;
}

/* pg3 */
#pg3 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 700px;	
}
#pg3 .about-text {
	margin-left: 10px;
	color:black !important;
	text-align: left !important;
	padding-top: 45%;
}
#pg3 img {
	float: right;
}
#pg3 p {
	margin-bottom: 30px;

	color: #000;
}
#pg3 .section-title.center {
	padding: 500px 0 40px 0;
}
/* pg1new */
#pg1new {
    display: table;
    width: 100%;
    padding: 0;
    background-color: #6a98c9;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 300px;
}
#pg1new .about-text {
	margin-left: 10px;
	color:black !important;
	text-align: left !important;
	padding-top: 1%;
	padding-left: 25%;
}
#pg1new img {
	float: right;
}
#pg1new p {
	margin-bottom: 30px;
	color: #000;
}
#pg1new .section-title.center {
	padding: 500px 0px 40px 0PX;
}

/* pg4 */
#pg4 {
	display: table;
	width: 100%;
	padding: 0;
	text-align:center;
	background: url(../img/fab_4.jpg) no-repeat center bottom;
	background-color: #010721;
	background-size: contain;
	height:715px;	
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
#pg4 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg4 img {
	float: right;
}
#pg4 p {
	margin-bottom: 30px;
	line-height: 21px;
}

/* pg5 */
#pg5 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_6.jpg) no-repeat right top;
	background-color: #00021b;
	background-size: contain;
	height:700px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg5 .about-text {
	margin-left: 10px;
	color: white !important;
	text-align: left !important;
}
#pg5 img {
	float: right;
}
#pg5 p {
	margin-bottom: 30px;
	color:#a6a8ab;
}

/* pg6 */
#pg6 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 533px;
}

#pg6 .about-text {
	margin-left: 0px;
	margin-right: 40px;
	color:black!important;
	text-align: left !important;
	padding-top: 10%;
}
#pg6 img {
	float: right;
}
#pg6 p {
	margin-bottom: 30px;
	color:#000;
}

/* pg7 */
#pg7 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_8.jpg) no-repeat center top;
	background-color: #010721;
	background-size: contain;
	height:800px;	
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
#pg7 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg7 img {
	float: right;
}
#pg7 p {
	margin-bottom: 30px;
	line-height: 21px;
}


/* pg2new */
#pg2new {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_newfoto.jpg) no-repeat center top;
	background-color: #010721;
	background-size: contain;
	height:800px;	
	background-attachment: fixed;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}
#pg2new .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
}
#pg2new img {
	float: right;
}
#pg2new p {
	margin-bottom: 30px;
	line-height: 21px;
}
/* pg3new */
#pg3new {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background-color: #010720;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 500px;	
}
#pg3new .about-text {
	margin-left: 10px;
	color:white !important;
	text-align: left !important;
	padding-top: 10%;
}
#pg3new img {
	float: right;
}
#pg3new p {
	margin-bottom: 30px;
	color: #fff;
}
#pg3new .section-title.center {
	padding: 500px 0 40px 0;
}


/* pg8 */
#pg8 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:700px;
}

#pg8 .about-text {
	margin-left: 10px;
	color:black!important;
	text-align: left !important;
	padding-top: 30%;
}
#pg8 img {
	float: right;
}
#pg8 p {
	margin-bottom: 30px;
	color:#000;
}

#pg8 .col-xs-12.col-md-10 {
	margin: 0%;
}

/* pg9 */
#pg9 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_11.jpg) no-repeat center top;
	background-color: #010720;
	background-size: contain;
	height:700px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg9 .about-text {
	margin-left: 10px;
	color:white;
	text-align: left !important;
	margin-top: 40%;
}
#pg9 img {
	float: right;
}
#pg9 p {
	margin-bottom: 30px;
	color:#fff;
}

/* pg10 */
/*#pg10 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/fab_12.jpg) no-repeat center top;
	background-color: #b5d2f0;
	background-size: contain;
	height: 400px;	
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	
}
#pg10 .about-text {
	margin-left: 10px;
	color:#000 !important;
	text-align: left !important;
}
#pg10 img {
	float: right;
}
#pg10 p {
	margin-bottom: 30px;
}*/

/* pg5 */
#pg11 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_12.jpg) no-repeat center top;
	background-color: #6a98c9;
	background-size: contain;
	height:700px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;*/
}

#pg11 .about-text {
	margin-left: 0px;
	color: white !important;
	text-align: center !important;
}
#pg11 img {
	float: center;
}
#pg11 p {
	margin-bottom: 30px;
	color:#a6a8ab;
}

/* MOBILE */

@media only screen and (max-width: 641px) {
	
	.intro {
	display: table;
	width: 100%;
	padding: 10% 0 0 0;
	text-align: center;
	background: url(../img/head_small.jpg) no-repeat center bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
	
	#about {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/fab_2_small.jpg) no-repeat center top;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 700px;	
	
}
	
	#pg1 .about-text {
		padding-top:0px;
	}
	
	#pg3 .about-text {
		padding-top:0px;
	}
	
	#pg4 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_4_small.jpg) no-repeat center top!important;
	background-color: #000107;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:847px;	
	/*background-attachment: fixed;*/
}
	
	#pg5 {
display: table;
	width: 100%;
	padding: 0;
	text-align: top;
	background: url(../img/fab_6_small.jpg) no-repeat center top!important;
	background-color: #000107;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height:947px;	
	}
	
	#pg5 .about-text {
		padding-top:80%;
	}
	
	#pg6 .about-text {
		padding-top:0px!important;
	}
	
	#pg7 {
		background: url(../img/fab_8_small.jpg) no-repeat center top;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000;
		background-size: 1000px;
		height:560px;
	}
	
	#pg8 {
		background: url(../img/fab_10_small.jpg) no-repeat center top;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000;
		background-size: 1000px;
		height:650px;
	}
	
	#pg8 img {
	display: none;
}
	
		#pg2new {
		background: url(../img/fab_newfoto_small.jpg) no-repeat center top;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #000;
		background-size: 1000px;
		height:552px;
	}
	
	#pg2new img {
	display: none;
}
	
	#pg9 {
		background: url("../img/fab_11_small.jpg") no-repeat center top!important;
		background-repeat: no-repeat;
		display: table;
		width: 100%;
		padding: 0;
		text-align: top;
		background-color: #010720!important;
		background-size: 1000px!important;
		height:650px;
	}
	
	#pg9 .about-text {
		    margin-top: 130%!important;
	}
	
	#pg11 {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/fab_12_small.jpg) no-repeat center top!important;
	background-color: #6794c5!important;
	background-size: 1200px!important;
	height: 600px;	
	
}
	#pg1new .about-text {
	padding-left: 1% !important;
}
}
/* END MOBILE */

/* Portfolio Section */
#portfolio {
	padding: 120px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54d0dd+0,54d0dd+0,54d0dd+0,71777d+0,414a52+100 */
	background: rgb(0,1,7); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,1,7,1) 0%, rgba(0,1,7,1) 0%, rgba(0,1,7,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,1,7,1) 0%, rgba(84,208,2210,1,7,1) 0%, rgba(0,1,7,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,1,7,1) 0%, rgba(0,1,7,1) 0%, rgba(84,208,221,1) 0%, rgba(113,119,125,1) 0%, rgba(65,74,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000107', endColorstr='#414a52', GradientType=0 ); /* IE6-9 */
}
#portfolio h2 {
	color: #54d0dd;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #414a52;
	color: #54d0dd;
	padding: 12px 24px;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #54d0dd;
	color: #414a52;
}
ol.type li a:hover {
	background: #54d0dd;
	color: #414a52;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	/*height: 450px;*/
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Contact Section */
#contact {
	padding: 40px 0 40px 0;
	background: url(../img/solartech_7.jpg) no-repeat center top;
	background-color: #000107;}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #4b8d98;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #343b42;
	color: rgba(255,255,255,0.4);
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #54d0dd;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}
/* Fade Text*/

.fade-in-text {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 10s;
  -o-animation: fadeIn 10s;
  -ms-animation: fadeIn 10s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*logo position*/
.logo{
    position: absolute;
	bottom: 30%;
    left: 20%;
    transform: translate(-50%, -50%);  
}
 
