

body {
	background-color:#99d5d6;
	margin:0 auto;
	padding:0 auto;
	color:#000;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-size:100% auto;
}

p{
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#5a5a5a;
	line-height:200%;
	text-align: justify;
	padding:5px 0px ;
	margin:0;
}

.heading {
	width:100%;
	height:auto;
	line-height:60px;
	margin:30px auto;
	position:relative;
	color:#000;
	font-family: 'Titillium Web', sans-serif;
	font-size:22px;
	font-weight:900;
	text-align:left;
	border-bottom:1px solid #000;
	text-transform:uppercase;
	letter-spacing:0.5px;
	overflow:hidden;
}

.heading-1 {
	width:100%;
	height:auto;
	line-height:60px;
	margin:30px auto;
	position:relative;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:22px;
	font-weight:900;
	text-align:left;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

	
.read-now {
	width:100px;
	height:30px;
	margin:30px auto;
	position:relative;
	border-radius:0px;
	background-color:#99d5d6;
	text-align:center;
	line-height:30px;
	color:#FFF;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	float:left;
}

.read-now:hover {
	background-color:#00a8ff;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
	

/**************************************/
/************ Header-Top **************/
/**************************************/

.header {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.header-container {
	width:80%;
	height:auto;
	margin:0 auto;
	position:relative;
}

.navii {
	width:100%;
	height:60px;
	margin:50px auto 0 auto;
	position:relative;
	background-color:rgba(0,0,0,0.6);
}

.navii-container {
	width:auto%;
	height:auto;
	margin:0px 10% 0 auto;
	position:relative;
	float:right;
}

.social-icon {
	width:100%;
	height:50px;
	margin:0 auto 0 20px;
	position:relative;
	background-image:url(../images/social-icon-bg.png);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	text-align:right;
}

.logo {
	width:445px;
	height:155px;
	margin:-170px auto 0 auto;
	position:relative;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	border-top:5px solid #00a8ff;
}

/**********************************/
/************ Banner **************/
/**********************************/

.banner {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.banner-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border-bottom:10px solid #00a8ff;
}

/**********************************/
/************ Welcome *************/
/**********************************/

.welcome {
	width:100%;
	max-width:1470px;
	height:auto;
	margin:20px auto;
	position:relative;
	color:#000;
	font-family: 'Titillium Web', sans-serif;
	font-size:24px;
	text-align:center;
}


/**********************************/
/************ h-text **************/
/**********************************/


.h-text {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
}

.h-text-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.h-text-container-left {
	width:60%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:left;
}

.h-text-container-right {
	width:39%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:right;
}


/****************************************/
/************ Our Products **************/
/****************************************/


.our-products {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#99d5d6;
	padding-top:0px;
	padding-bottom:50px;
	box-shadow: 0px -1px 3px 0 rgba(0,0,0,0.4);
}

.our-products-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/**************************************/
/************ associated **************/
/**************************************/

.assoc {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background-color:#e3e3e3;
}

.assoc-container {
	width:80%;
	height:auto;
	max-width:1470px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}


/************************************/
/************ location **************/
/************************************/


.location {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#fff;
	padding-top:0px;
	padding-bottom:50px;
}

.location-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/**************************************/
/************ Quick-Enquiry ***********/
/**************************************/

.q-enquiry {
	width:100%;
	height:70px;
	margin:0 auto;
	position:relative;
	background-color:#99d5d6;
	font-size:1.2vw;
	font-weight:700;
	font-family: 'Titillium Web', sans-serif;
	line-height:70px;
	color:#fff;
	text-align: center;
	z-index:999;
	overflow:hidden;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
}

.q-enquiry:hover {
	background-color:#3072b8;
	font-size:1.2vw;
	color:#fff;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*******************************/
/************ footer ***********/
/*******************************/


.footer-nav {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5c5c5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c5c5c5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c5c5c5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.footer-nav-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:50px auto 0 auto;
	position:relative;
}

.footer-logo {
	width:100%;
	height:150px;
	margin:0 auto 0px auto;
	position:relative;
	padding-top:40px;
	background-image:url(../images/footer-logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

.footer-address {
	width:100%;
	height:auto;
	margin:20px auto 30px auto;
	position:relative;
	font-size:16px;
	font-weight:500;
	font-family: 'Titillium Web', sans-serif;
	line-height:30px;
	color:#000;
	text-align:center;
}

.footer-social-icon {
	width:100%;
	height:50px;
	margin:0 auto 0px auto;
	position:relative;
	padding-top:0px;
	text-align:center;
}

.footer-navi {
	width:100%;
	height:auto;
	margin:30px auto 50px auto;
	position:relative;
	font-size:16px;
	font-weight:500;
	font-family: 'Titillium Web', sans-serif;
	line-height:30px;
	color:#000;
	text-align:center;
}

.footer {
	width:100%;
	height:100px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.footer-container {
	width:80%;
	max-width: 1470px;
	height:100px;
	margin:0 auto;
	position:relative;
}

.footer-container-left {
	width:48%;
	height:100px;
	line-height:100px;
	margin:0 auto;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#000;
	letter-spacing:0.5px;
}

.footer-container-right {
	width:48%;
	height:100px;
	line-height:100px;
	margin:0 auto;
	float:right;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#000;
	letter-spacing:0.5px;
	text-align:right;
	text-decoration:none;
}

/************************************/
/************ abt-text **************/
/************************************/


.abt-text {
	width:80%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
	background-image:url(../images/abt-img.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding-bottom:150px;
	padding-top:150px;
}

.abt-text-container {
	width:90%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}	

.abt-text-box {
	width:100%;
	height:auto;
	margin:10px auto 0px auto;
	position:relative;
	float:right;
	background-color:rgba(0,0,0,0.8);
	padding:30px;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.5px;
	text-align:justify;
	line-height:200%;
}

.abt-text-box:hover {
	background-color:rgba(153, 213, 214, 0.8);
	color:#000;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-shadow:5px 5px 10px #000000; 
}


.abt-text-box-1 {
	width:100%;
	height:auto;
	margin:10px auto 0px auto;
	position:relative;
	float:right;
	background-color:rgba(0,0,0,0.8);
	padding:30px;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	letter-spacing:0.5px;
	text-align:justify;
	line-height:200%;
}

.abt-text-box-1:hover {
	background-color:rgba(153, 213, 214, 0.8);
	color:#000;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-shadow:5px 5px 10px #000000; 
}

/************************************/
/************ products **************/
/************************************/


.products {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
}

.products-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}	

.products-l-r-container {
	width:100%;
	height:auto;
	margin:0px auto 20px auto;
	position:relative;
	overflow:hidden;
}

.products-left {
	width:300px;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	float:left;
}

.products-right {
	width:50%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	float:left;
	border:1px solid #000;
}

.products-right-box1 {
	width:33%;
	height:100%;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	float:left;
	border-right:1px solid #000;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:200%;
	padding:20px;
}

.products-right-box2 {
	width:33%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	float:left;
	border-right:1px solid #000;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:200%;
	padding:20px;
}

.products-right-box3 {
	width:33%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:200%;
	padding:20px;
}

.product-1 {
	width:250px;
	height:auto;
	position:relative;
	margin:0px 20px 20px 0px;
	float:left;
}

.product-image {
	width:250px;
	height:350px;
	position:relative;
	margin:0px 0px 0px 0px;
	float:left;
	border:1px solid #CCC;
}

.product-heading {
	width:250px;
	height:auto;
	line-height:30px;
	position:relative;
	margin:10px auto 0 auto;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#3072b8;
}

.product-dimention {
	width:250px;
	height:auto;
	position:relative;
	margin:0 auto;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#999;
}

/************************************/
/************ enquiry **************/
/************************************/


.enquiry {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
}

.enquiry-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}	

.enquiry-enq {
	width:49%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:left;
}	

.enquiry-img {
	width:49%;
	max-width:1470px;
	height:400px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:right;
	background-image:url(../images/enquiry-img.jpg);
	background-size:100% auto;
}	

/************************************/
/************ contact ***************/
/************************************/


.contact {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
}

.contact-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}	

.contact-con {
	width:49%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:left;
}	

.contact-map {
	width:49%;
	max-width:1470px;
	height:400px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	float:right;
	background-image:url(../images/enquiry-img.jpg);
	background-size:100% auto;
}	

/************************************/
/************ products **************/
/************************************/


.projects {
	width:100%;
	height:auto;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:40px;
	z-index:99;
}

.projects-container {
	width:80%;
	max-width:1470px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}	
