@font-face {
 font-family: 'open_sanssemibold';
 src: url('../fonts/opensans-semibold-webfont.eot');
 src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-semibold-webfont.woff') format('woff'),  url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),  url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/opensans-regular-webfont.eot');
 src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-regular-webfont.woff') format('woff'),  url('../fonts/opensans-regular-webfont.ttf') format('truetype'),  url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal
}
 @font-face {
 font-family: 'open_sanslight';
 src: url('../fonts/opensans-light-webfont.eot');
 src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg'),  url('../fonts/opensans-light-webfont.woff') format('woff'),  url('../fonts/opensans-light-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/*****START GLOBAL*******/
a, body, div, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, li, nav, ol, p, section, select, span, strong, table, tbody, td, th, thead, tr, ul {
	outline: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0
}
body {
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height:30px;
	font-family: 'open_sansregular';
}
.clear {
	clear: both;
}

/********START MENU*********/

*, *::after, *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, html {
/* prevent horizontal scrolling */
  /*overflow-x: hidden;*/
}
a {
	color: #9cb3a8;
	text-decoration: none !important;
}
.img_responsive {
	max-width: 100%;
}
ul {
	list-style: none;
	padding:0;
}
.extra-margin-top-120 {
	margin-top: 120px;
}
.extra-padding-top-120 {
	padding-top: 120px;
}
.extra-margin-top {
	margin-top: 60px;
}
.extra-margin-bottom-20 {
	margin-bottom: 20px !important;
}
.extra-padding-top {
	padding-top: 60px;
}
.extra-padding-bottom-60 {
	padding-bottom: 60px;
}
.extra-margin-bottom-120 {
	margin-bottom: 120px;
}
.extra-padding-bottom-120 {
	padding-bottom: 120px;
}
.extra-padding-top-40 {
	padding-top: 40px;
}
.extra-padding-bottom-40 {
	padding-bottom: 40px;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
main {
	position: relative;
	z-index: 2;
	-webkit-overflow-scrolling: touch;
	/* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.navigation-is-open main {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.cd-nav-trigger {
	position: absolute;
	z-index: 999;
	right: 15px;
	top: 15px;
	height: 40px;
	width: 40px;
	border: 2px solid #e3b61b;
	/*background-color: #e3b61b;*/
  border-radius: 50%;
	/* image replacement */
  overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
	/* icon created in CSS */
  position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #e3b61b;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
 position: absolute;
 top: 0;
 right: 0px;
 width: 100%;
 height: 100%;
 background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
 -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
 transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
 -webkit-transform-origin: right top;
 -moz-transform-origin: right top;
 -ms-transform-origin: right top;
 -o-transform-origin: right top;
 transform-origin: right top;
 -webkit-transform: translateY(-6px);
 -moz-transform: translateY(-6px);
 -ms-transform: translateY(-6px);
 -o-transform: translateY(-6px);
 transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
 -webkit-transform-origin: right bottom;
 -moz-transform-origin: right bottom;
 -ms-transform-origin: right bottom;
 -o-transform-origin: right bottom;
 transform-origin: right bottom;
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
 top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
 top: -2px;
}
.cd-nav-trigger svg {
	position: absolute;
	top: 0;
	right: 0;
}
.cd-nav-trigger circle {
	/* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
	-moz-transition: stroke-dashoffset 0.4s 0s;
	transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
	/* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
 -webkit-transition: -webkit-transform 0.5s, width 0.5s;
 -moz-transition: -moz-transform 0.5s, width 0.5s;
 transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
 top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.4s 0.3s;
	-moz-transition: stroke-dashoffset 0.4s 0.3s;
	transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
 .cd-nav-trigger {
 top: 40px;
}
}
.cd-nav {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #a41be8;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.7s;
	-moz-transition: visibility 0s 0.7s;
	transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
	/* all navigation content */
  height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/*padding: 40px 5% 40px calc(5% + 80px);*/
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
	position: relative;
	margin-bottom: 1.7em;
	font-size: 1.3rem;
	font-weight: 800;
	color: #080b0f;
}
.cd-nav .cd-primary-nav {
	margin-top: 30px;
	padding-left: 25px;
}
.cd-nav .cd-primary-nav li {
	margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
	font-size: 1.8rem;
	color: #fff;
	display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
	color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
	color: #ffffff;
}
.cd-nav .cd-contact-info {
	margin-top: 80px;
}
.cd-nav .cd-contact-info li {
	margin-bottom: 1.5em;
	line-height: 1.2;
}
.cd-nav .cd-contact-info a {
}
.cd-nav .cd-contact-info span {
	display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
	font-size: 1.6rem;
}
@media only screen and (min-width: 1170px) {
 .cd-nav .cd-navigation-wrapper {
 padding: 62px 20%;
}
 .cd-nav .cd-navigation-wrapper::after {
 clear: both;
 content: "";
 display: table;
}
 .cd-nav .cd-half-block {
 width: 50%;
 float: left;
}
 .cd-nav .cd-primary-nav {
 margin-top: 0;
}
 .cd-nav h2 {
 font-size: 1.5rem;
 margin-bottom: 5.6em;
}
 .cd-nav .cd-primary-nav li {
 margin: 2em 0;
}
 .cd-nav .cd-primary-nav a {
 font-size: 4.4rem;
}
 .cd-nav .cd-contact-info {
 margin-top: 120px;
 text-align: right;
}
 .cd-nav .cd-contact-info li {
 margin-bottom: 2.4em;
}
 .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
 font-size: 2rem;
}
}
.no-js main {
	height: auto;
	overflow: visible;
}
.no-js .cd-nav {
	position: static;
	visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
	height: auto;
	overflow: visible;
	padding: 100px 5%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#menu {
	background-color: #cf1928;
	min-height: 55px;
	line-height: 55px;
	position: relative;
	z-index: 99;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
}
.mobile_menu {
	display: block;
}
#menu {
	font-family: 'open_sanssemibold';
	border: 0;
	border-radius: 0;
}
#logo {
	float: left;
	margin-top:0px;
	padding: 15px 0;
	position: relative;
	z-index: 999;
}
#logo img {
	max-height: 100%;
}
.padding-left-60 {
	padding-left: 60px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e14350;
}
.list-inline>li {
	padding-left: 15px;
	padding-right: 15px;
}
/********footer********/
#footer {
	text-align: center;
	background-color: #1e2223;
	padding:30px 15px;
	font-size: 13px;
	color: #858585;
	line-height: 24px;
}
#footer li {
	margin: 0 10px;
	display: inline-block;
}
#footer a {
	color: #858585;
	text-decoration: none;
}
/**********Content*********/
.content {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.btn_enuiry {
	float: right;
	margin-top: 32px;
	font-size: 13px;
}
.btn_enuiry a {
	display: block;
	border-style: solid;
	border-width: 1px;
	position: relative;
	z-index: 999;
	border-color: rgb(102, 12, 19);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	height: 44px;
	width: 116px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.mobile_enquiry {
	border-style: solid;
	display: none;
	border-color: rgb(102, 12, 19);
	background-image: -moz-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	;
	border-radius: 3px;
	height: 44px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin: 20px 0;
}
.bg_slide1 {
	background:url(../images/banner-home1.jpg) center center no-repeat;
	height: 593px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg_slide2 {
	background:url(../images/banner-home2.jpg) center center no-repeat;
	height: 593px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg_slide3 {
	background:url(../images/banner-home3.jpg) center center no-repeat;
	height: 593px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg_slide4 {
	background:url(../images/banner-home4.jpg) center center no-repeat;
	height: 593px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.bg_slide5 {
	background:url(../images/banner-home5.jpg) center center no-repeat;
	height: 593px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.banner_slide {
	position: relative;
}
.banner_text {
	position: absolute;
	top: 28%;
	color: #fff;
	width: 100%;
	font-size: 16px;
}
.banner_text h1 {
	font-size: 36px;
	line-height: 48px;
	font-family: 'open_sanslight';
}
.banner_text_inner {
	text-align: center;
	max-width: 510px;
	margin:0 auto;
}
.white_bdr {
	height: 2px;
	width: 110px;
	background-color: #fff;
	margin: 40px auto;
	text-align: center;
}
a.read_more {
	display: block;
	width: 120px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #cf1928;
	color: #cf1928;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 40px;
}
#home_carausel_wrap {
	background-color: #009ed6;
	font-size: 16px;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #fff;
}
#home_carausel_wrap h2 {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'open_sanslight';
	margin-top: 15px;
}
#home_carausel_wrap .slide {
	float: left;
	margin:0 30px;
}
.product_company {
	background:url(../images/bg-product.jpg) #000 center center no-repeat;
	padding-top: 20px;
	padding-bottom: 80px;
	color: #fff;
}
.product_company h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
a.view_detail {
	display: block;
	color: #cf1928;
	color: #cf1928;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 40px;
	border: 1px solid #cf1928;
	text-align: center;
	width: 120px;
	height: 42px;
	line-height: 40px;
	text-decoration: none;
}
.product_line_points li {
	background: url(../images/left_bulet.png) left 12px no-repeat;
	padding-bottom: 15px;
	padding-left: 25px;
}
.product_line_points li:last-child {
	padding-bottom: 0px;
	background: url(../images/left_bulet.png) left 8px no-repeat;
	padding-bottom: 0px;
	line-height: 18px;
}
.steemed_clients h3 {
	font-size: 18px;
	font-family: 'open_sanssemibold';
	color: #000;
}
.steemed_clients {
	text-align: center;
}
.small_black_hr {
	height: 2px;
	width: 105px;
	background-color: #000;
	margin: 25px auto;
	text-align: center;
}
.steemed_clients ul li {
	margin: 20px 25px;
	display: inline-block;
}
#header_logo {
	box-shadow: 0 0 5px #d8d8d8;
	height: 110px;
	position: relative;
	z-index: 9;
}
.navbar {
	margin-bottom: 0;
}

::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666666;
font-size: 13px;
}
:-moz-placeholder, textarea:-moz-placeholder {
 color: #666666;
font-size: 13px;
}
::-moz-placeholder, textarea::-moz-placeholder {
 color: #666666;
font-size: 13px;
}
:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #666666;
font-size: 13px;
}
/*****OUR CLIENTS******/
.bg_grey {
	background-color:#f8f8f8;
}
.equal-height {
	overflow: hidden;
}
.contact_add {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	background-color:#ffffff;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.35);
	border-right: 1px solid #dfdfdf;
	font-family: 'open_sanssemibold';
}
.contact_form {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	background-color:#f8f8f8;
	padding-left: 30px;
	padding-right: 50px;
}
.content_inner_pages {
	margin:0 auto;
	overflow: auto;
	position: relative;
	max-width: 1300px;
	padding-left: 50px;
	padding-right: 50px;
	min-width: 1250px;
	z-index: 9;
}
.title {
	padding-bottom: 35px;
}
.title h2 {
	font-size: 24px;
	color: #000;
}
.yellow_hr {
	height: 2px;
	width:115px;
	background-color: #f8c301;
	margin-top: 15px;
}
.clients_logos li {
	display: inline;
	float: left;
	padding-left:30px;
	margin-bottom: 30px;
	width: 20%;
	text-align: center;
}
.img_logo {
	height: 170px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(185, 185, 185, 0.35);
	border-radius: 3px;
}
.clients_logos .img_logo img {
	max-width: 100%;
	vertical-align: middle;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}
.clients_logos li.first {
	padding-left: 0;
}
.title_bdr {
	background: url(../images/bdr.jpg) left center repeat-x;
}
.title_bdr h5 {
	width: 90px;
	background-color: #fff;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	color: #000;
	font-size: 13px;
}
.contact_add h4 {
	font-size: 18px;
	color: #000;
}
.contact_add img {
	margin-right: 10px;
	margin-left: -30px;
}
.phonenumber img {
	margin-right: 10px;
	margin-left: 0px;
}
.contact_form h4 {
	font-size: 16px;
	color: #000;
	font-family: 'open_sanssemibold';
}
.form_field {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(213, 213, 213);
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(194, 194, 194, 0.35);
	padding-left: 15px;
	min-height: 42px;
	width: 100%;
	outline: none;
}
.btn-primary {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 158, 214);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	height: 44px;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-primary:hover {
	border-width: 1px;
	border-color: rgb(0, 158, 214);
}
.margin-right-0 {
	margin-right: 0;
}
#menu_inner {
	background-color: #cf1928;
	min-height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-family: 'open_sanssemibold';
	position: relative;
	z-index: 99;
}
#menu_inner li {
	display: inline-block;
	margin: 0 15px;
}
#menu_inner li a {
	position: relative;
	display: block;
}
#menu_inner li.active a:before {
	content: ' ';
	width: 0px;
	height: 6px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 6px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.align_right {
	float: right;
}
.content_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
#logo_inner {
	float: left;
	padding: 15px 0;
}
.btn_enuiry_inner {
	float: right;
	margin-top: 32px;
	font-size: 13px;
}
.btn_enuiry_inner a {
	display: block;
	border-style: solid;
	border-width: 1px;
	position: relative;
	z-index: 999;
	border-color: rgb(102, 12, 19);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(93,30,38) 0%, rgb(135,47,58) 100%);
	height: 44px;
	width: 116px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#banner_aboutus {
	background:url(../images/banner-aboutus.jpg) center top no-repeat;
	color: #fff;
}
#banner_aboutus h2 {
	font-size: 24px;
}
.about_certified_detail {
	color: #000;
	padding-top: 100px;
}
#banner_our_mission {
	background:url(../images/banner-our-mission.jpg) center top no-repeat;
	padding: 130px 0;
	color: #fff;
}
.our_mission {
	max-width: 600px;
}
.our_mission p {
	margin-top: 40px;
}
.big_title {
	font-size: 24px;
}
.promoter {
	padding-top: 60px;
}
.promoter h2 {
	color: #000;
}
.promoter p {
	margin-bottom: 60px;
}
b {
	color: #000;
	font-family: 'open_sanssemibold';
}
#promoter_points {
	background-color: #009ed6;
	color: #fff;
	padding-bottom: 80px;
}
#promoter_points h4 {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	line-height: 30px;
}
.point-arrow {
	margin: 0 auto;
	text-align: center;
	width: 32px;
	margin-bottom: 20px;
}
.products h2 {
	color: #000;
}
.numbering {
	color: #666;
	font-family: 'open_sanssemibold';
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #8d8d8d;
	text-align: center;
	line-height: 32px;
}
.product_links_wrap {
	border-left: 1px solid #dedede;
	padding-left: 20px;
	margin-left: -40px;
}
.product_links_wrap .col-xs-4 {
	display: table;
	margin-top: 20px;
}
.product_link {
	color: #666666;
	background-color: #fff;
	display: block;
	box-shadow: 0 0 3px rgba(127, 127, 127, 0.35);
	border-radius: 3px;
	padding:0 15px;
	line-height: 18px;
	height: 55px;
	display: table-cell;
	vertical-align: middle;
}
.blue_head {
	font-size: 16px;
	color: #009ed6;
	font-family: 'open_sanssemibold';
	padding:10px 0;
}
.product_link:hover {
	color: #cf1928;
}
.detail_main_tab li {
	display: inline-block;
	float: left;
	width: 33.3333%;
	text-align: center;
}
.detail_main_tab li a {
	display: block;
	border-left: 1px solid #eeeeee;
	border-bottom: 2px solid #dfdfdf;
	padding: 15px 0;
	color: #666;
	font-size: 16px;
	font-family: 'open_sanssemibold';
}
.detail_main_tab li a.active {
	color: #000;
	border-bottom: 2px solid #cf1928;
}
.left_tabs {
	background-color: #f9f9f9;
	width: 290px;
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	border-right: 1px solid #dfdfdf;
}
.left_tabs li {
	display: table;
	width: 100%;
}
.left_tabs li a {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	padding: 10px 50px;
	line-height: 18px;
	font-size: 13px;
	color: #666;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
}
.left_tabs li a.active {
	border-right: 2px solid #f8c301;
}
.tabs_content {
	float: left;
	padding:0 50px;
	width: calc(100% - 290px);
}
.tabs_content h3 {
	font-size: 24px;
	color: #000;
}
.hr_line {
	margin: 20px 0;
	height: 1px;
	background-color: #ebebeb;
	width: 100%;
}
.btn_make_enuiry {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 158, 214);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,158,214) 0%, rgb(22,181,237) 100%);
	height: 40px;
	color: #fff;
	font-size: 13px;
	font-family: 'open_sanssemibold';
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
.btn_make_enuiry:hover {
	color: #fff;
}
.tabs_content h4 {
	font-size: 18px;
	color: #009ed6;
	line-height: 24px;
}
.tabs_content p {
	margin-bottom: 30px;
}
.table_treatment {
	width: 100%;
	line-height: 20px;
	border: 1px solid #d5d5d5;
	box-shadow: 0 0 5px rgba(194, 194, 194, 0.35);
	border-radius: 3px;
	border-collapse: separate;
	margin-bottom: 60px;
}
.table_treatment th {
	font-family: 'open_sanssemibold';
	color: #000;
}
.table_treatment th, .table_treatment td {
	padding:8px 30px;
}
.bdr_left {
	border-left: 1px solid #cccccc;
}
.bdr_bottom th {
	border-bottom: 2px solid #cccccc !important;
}
.table_typical_property {
	width: 100%;
	margin-bottom: 60px;
	line-height: 20px;
}
.table_typical_property td {
	padding: 10px 30px 10px 0;
}
.table_typical_property tr {
	border-bottom: 1px solid #cccccc;
}
.table_typical_property tr.bdr_bottom_0 {
	border-bottom: 0 !important;
}
.detail_inner_tabs {
	overflow: hidden;
}
.uses_points {
	padding-left: 20px;
}
.uses_points li {
	list-style: circle;
}
.sol_300_points h5 {
	font-size: 14px;
	font-family: 'open_sanssemibold';
	color: #000;
	margin-bottom: 10px;
}

/*******MEDIA CSS*********/

@media (max-width: 767px) {
/*.banner_text{display: none;}*/
.bg_slide1, .bg_slide2, .bg_slide3, .bg_slide4, .bg_slide5 {
height: 300px;
}
 .list-inline>li {
display: inherit;
border-bottom: 1px solid #e14350;
}
 #menu {
background-color: #cf1928;
min-height: 55px;
line-height: 55px;
font-size: 16px;
}
 .navigation a {
color: #fff;
text-decoration: none;
padding-left: 0px;
}
 .banner_text {
top: 15%;
padding:0 15px;
}
 .banner_text p {
font-size: 13px;
line-height: 24px;
}
 .content {
max-width: 1300px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
 #banner_wrap .bx-wrapper .bx-prev {
left: 15px;
}
 #banner_wrap .bx-wrapper .bx-next {
right: 15px;
}
 #home_carausel_wrap .slick-prev {
left: -10px !important;
}
 #home_carausel_wrap .slick-next {
right: -10px !important;
}
 #home_carausel_wrap .slide {
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
 .btn_enuiry {
display: none;
}
 .mobile_enquiry {
display: block;
}
 .white_bdr {
margin: 30px auto;
}
 .bx-wrapper .bx-controls-direction a {
 display: none;
}
 #header_logo {
height: 80px;
}
 #logo {
width: 280px;
margin:0 auto;
text-align: center;
float: none;
}
 #logo img {
max-width: 100%;
}
 .btn_enuiry {
display: none;
}
 .product_company {
padding-bottom: 40px;
}
 .banner_text h1 {
font-size: 20px;
line-height: 30px;
}
 #home_carausel_wrap {
padding: 40px 0;
}
 .extra-margin-top-120 {
margin-top: 60px;
}
 .extra-padding-top-120 {
padding-top: 60px;
}
 .extra-margin-top {
margin-top: 30px;
}
 .extra-padding-top {
padding-top: 30px;
}
 .extra-margin-bottom-120 {
margin-bottom: 60px;
}
 .extra-padding-bottom-120 {
padding-bottom: 60px;
}
 .padding-left-60 {
padding-left: 0px;
}
}
 @media (min-width: 768px) {
#menu {
display: block;
position: relative;
 z-index: 99;
}
 .mobile_menu {
display: none;
}
 .banner_text {
top: 15%;
}
 #menu li a {
display: block;
position: relative;
}
 #menu li.active a:before {
 content: ' ';
 width: 0px;
 height: 6px;
 border-left: 9px solid transparent;
 border-right: 9px solid transparent;
 border-bottom: 6px solid #fff;
 display: inline-block;
 position: absolute;
 bottom: 0;
left: 50%;
}
 .mobile_enquiry {
display: none !important;
}
}
 @media (min-width: 992px) {
.banner_text {
top: 20%;
}
}
 @media (min-width: 1200px) {
.banner_text {
top: 28%;
}
 .content {
padding-left: 50px;
padding-right: 50px;
}
}
p.error, p.e {
	display:block;
	text-align:center;
	color:#F00;
	font-size:12px;
}
p.e {
	text-align:left;
}
