@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav {
	background:url(../images/header_01.jpg) no-repeat center;
	background-size: cover;
	position: -webkit-sticky;
	padding-top:15px;
	padding-bottom:15px;
}
.mobile-nav {
	background:url(../images/header_01.jpg) no-repeat center;
	background-size: cover;
	position: -webkit-sticky;
	padding-top:15px;
	padding-bottom:15px;
}
.nav-text {
	color:#000000;
	font-size:14px;
	text-align:right;
}
.nav-text a {
	text-decoration:none;
	color:#000000;
}
.yellow-bar {
	background:#ffff00;
	height:15px;
	width:100%;
}
.tagline{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	margin-top:60px;
}
.navigation-bar {
	background:#949596;
}
.navigation ul{
	list-style:none;
}
.navigation li{
	list-style:none;
	float:left;
	padding-right:60px;
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
	font-size:24px;
}
.navigation a{
	color:#ffffff;
	text-decoration:none;
}
.navigation a:hover{
	color:#ffffff;
}
.slider{
	width:100%;
	height:500px;
	background:url(../images/slider2.jpg) no-repeat center;
	background-size:cover;
}
.slider2{
	width:100%;
	height:500px;
	background:url(../images/slider.jpg) no-repeat center;
	background-size:cover;
}
.facilities-slider{
	width:100%;
	height:163px;
	background: url(../images/facilities-slider_03.jpg) no-repeat center;
	background-size:cover;
}
.enquiry-slider{
	width:100%;
	height:324px;
	background: url(../images/enquiry_02.jpg) no-repeat center;
	background-size:cover;
}
.sales-slider{
	width:100%;
	height:195px;
	background: url(../images/sales-terms_02.jpg) no-repeat center;
	background-size:cover;
}
.contact-slider{
	width:100%;
	height:394px;
	background: url(../images/contact-us_02.jpg) no-repeat center;
	background-size:cover;
}
.content{
	padding-top:50px;
	padding-bottom:50px;
	background:#ffffff;
}
.content-title{
	font-size:30px;
	color:#595959;
}
.content-text{
	font-size:14px;
	line-height:18px;
}
.products {
	padding-top:50px;
	padding-bottom:50px;
	background:#ededed;
}
.product-title{
	font-size:30px;
	color:#595959;
	text-align:center;
	padding-bottom:25px;
}
.product-text{
	font-size:12px;
	padding-bottom:25px;
	text-align:center
}
.image-wrap{
	text-align:center;
	margin:auto;
}
.footer{
	background:#949596;
	padding-top:50px;
	padding-bottom:50px;
}
.footer-text{
	color:#ffffff;
	font-size:12px;
}
.footer-text a{
	color:#ffffff;
	font-size:14px;
}
.title-center{
	font-size:30px;
	color:#000000;
	text-align:center;
	padding-bottom:25px;
}
.text-center{
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#595959;
}
.title2-left{
	font-size:18px;
	font-weight:bold;
	padding-bottom:25px;
}
.white{
	background:#ffffff;
	padding-bottom:50px;
	padding-top:50px;
}
.orangebutton{
	width: 100%;
	border-radius: 25px;
	background:#ff9c00;
	color:#ffffff;
	padding:10px;
	font-size:14px;
	text-align:center;
	margin-top:25px;
}
.orangebutton a{
	color:#ffffff;
	text-decoration:none;
}
.orangebutton a:hover{
	color:#dd8e10;
	text-decoration:none;
}
.formtext-area{
	width:100%;
	padding:10px;
	border-radius:25px;
	border:1px solid #aaaaaa;
	color:#aaaaaa;
	font-size:12px;
}
.formlist-area{
	width:100%;
	height:50px;
	padding:10px;
	border-radius:25px;
	border:1px solid #aaaaaa;
	color:#aaaaaa;
	font-size:12px;
}
.product-text{
	padding:10px;
	text-align:center;
	font-size:12px;
}
#whatsapp-icon {
	margin: 0 0 40px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 100 !important;
    bottom: -4px !important;
    text-align: center !important;
    height: 30px;
    min-width: 50px;
    border-radius: 50px;
    visibility: visible;
    transition: none !important;
	right: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-image {
	height: 60px;
	width: 66px;
}