@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
body{
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
a{
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	
  outline:0;
  border:none;
  -moz-outline-style: none;
  color:#000;
  text-decoration:none;
}

div{
	font-family: 'PoppinsRegular';
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
div{
	color:#fff;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
.top_header{
	width:100%;
	height:110px;
	background-image:url(top_header.jpg);
}
.main_working_area{
	width:96%;
	margin:auto;
	max-width:1200px;
}
.topheader_left{
	float:left;
	position:relative;
	width:50%;
}
.thl_abs{
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	z-index:99999;
}
.topheader_right{
	float:right;
}
.welcome_container{
	width:100%;
	background-color:#101010;
}
.welcome_container_inner{
	padding:80px 40px;
}
.main_working_area H2{
	font-family: 'PoppinsRegular';
	color:#da241b;
	font-size:36px;
}
.welcome_border{
	width:170px;
	border-bottom:1px solid #fff;
	margin-bottom:50px;
}
.category_container{
	background-color:#f5f5f5;
	width:100%;
}
.category_container_inner{
	padding:60px 40px;
}
.category_border{
	width:66px;
	border-bottom:1px solid #000;
	margin-bottom:50px;
}
.cat_boxes{
	width:33.33%;
	float:left;
	text-align:center;
	font-size:22px;
	color:#da241b;
}
.cat_boxes_inner{
	width:90%;
	margin:auto;
	background-color:#fff;
	border:1px solid #a5a5a5;
	text-align:center;
	margin-bottom:10px;
	line-height:0px;
}
.contact_container{
	width:100%;
	background-image:url(cont_bg.jpg);
	background-size: 100%;
	background-position:top;
}
.contact_container_inner{
	padding:37px 40px;

}
.main_working_area H3{
	font-family: 'PoppinsRegular';
	color:#000;
	font-size:36px;
}
.contact_border{
	width:150px;
	border-bottom:1px solid #000;
	margin-bottom:25px;
}
.contact_container_inner H4{
	font-size:20px;
	color:#c82231;
}
.cci_content{
	font-size:16px;
	color:#000;
	margin-bottom:20px;
}
.footer_left{
	float:left;
	color:#000;
	font-size:14px;
	margin-top:50px;
	margin-bottom:50px;
}
.footer_right{
	float:right;
	color:#000;
	margin-top:50px;
	margin-bottom:50px;
}
.footer_right a{
	color:#1f459c;
	text-decoration:none;
}
.smallscreen{
	display:none;
}
.cat_boxes_pro{
	width:25%;
	float:left;
	text-align:center;
	font-size:14px;
	color:#da241b;
	margin-bottom:25px;
}
.welcome_container_inner ul{
	margin-top:25px;
}
.welcome_container_inner ul li{
	list-style:circle;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dotted #333;
}
.cwa_left{
	width:65%;
	padding-left:10px;
	padding-right:10px;
	float:right;
}
.cwa_right{
	width:35%;
	padding-left:10px;
	padding-right:10px;
	float:right;
}
.cwa_left input[type="text"], .cwa_left input[type="email"], .cwa_left input[type="tel"]{
	font-family: 'PoppinsRegular';
	height:40px;
	width:100%;
	border:1px solid #6b6b6b;
	outline: none;
	padding-left:36px;
	color:#fff;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#5a5a5a;
}
.cwa_left textarea{
	font-family: 'PoppinsRegular';
	height:100px;
	outline: none;
	font-size:13px;
	width:100%;
	border:1px solid #6b6b6b;
	padding-left:36px;
	color:#fff;
	margin-bottom:20px;
	padding-top:12px;
	background-color:#5a5a5a;
}
.cwa_left input[type="button"], .cwa_left input[type="submit"]{
	width:145px;
	height:40px;
	color:#fff;
	background-color:#5b5652;
	border:0px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color:#c4c3c3;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  
  opacity: 1; /* Firefox */
  color:#c4c3c3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  
  opacity: 1; /* Firefox */
  color:#c4c3c3;
}
.product_container img{
	width::100%;
}
.product_container{
	line-height:0px;
}
.pc_background{
	background-color:#000;
}
.pc_background H3{
	font-size:36px;
	color:#da241b;
	padding-top:35px;
}
.pc_background H4{
	font-size:24px;
	color:#dad9d9;
	padding-bottom:35px;
}
.main_working_area H3 {
    font-family: 'PoppinsRegular';
    color: #da241b;
    font-size: 25px;
}
.prod_li li{
	list-style:none;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:left 12px;
	background-image:url(bullet_icon.png);
	padding-top:5px;
	padding-bottom:5px;
}
.garemail{
	margin-top:24px;
	padding-bottom:50px;
	padding-left:40px;
	background-image:url(mail-ico.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}
.clear{
	clear:both;
}