﻿/*--------------- SPLASH PAGE ----------------------*/
body {
    font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}
.title-image {
	position: relative;
	min-height: 250px;
}
.title-image1 {
	position: absolute;
	padding: 50px;
	top: 8%;
	left: 5%;
}
.title-image2 {
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin-right: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.splashdownbutton {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align:center;
	color:#white
}
.splashdownbutton i {
	color: #ffffff;
}
.navbar {
    background-color: #ffffff;
    border-color: #ffffff;
	margin-bottom: 0px;
	padding: 15px 15px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.navbar-default .navbar-nav>li>a {
	color: #428bca;
}
.cbp-af-header-shrink {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fill-screen {
	background-size: cover;
	background-position: center;
}
.fixed-attachment {
	background-attachment: fixed;
}

.bgcolor1 {
	background-color: #E6E6E6;
}
.bgcolor2 {
	background-color: #ffffff;
}
.services-section1 {
	padding: 30px 30px;
}
.services-img-section {
	padding: 50px 50px;
}
.products-section1 {
	padding: 30px 30px;
}
.products-img-section {
	padding: 50px 50px;
}
.aboutus-section1 {
	padding: 30px 30px;
}
.aboutus-img-section>img {
	padding: 50px 50px;
}
.contactus-section1 {
	padding: 30px 30px;
}
.contactus-img-section>img {
	padding: 50px 50px;
}
footer {
    background-color: #333;
    color: #ddd;
    padding: 10px;
}
.footer-left-section {
	text-align: center;
	padding: 10xp;
}
.footer-center-section {
	text-align: center;
}
.footer-right-section {
	text-align: center;
}
.icon {
	margin-right: 15px;
}

