
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
	display: block;
}
a img {
	border: 0;
}
a {text-decoration:none;}
a:hover {text-decoration:none;}
body {
	margin: 0px;
	padding:0px;
	font-family: "Roboto", serif;
	font-size:15px;
	font-weight:400;
	background-color:#fff;
}
html {
  scroll-behavior: smooth;
}

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}


/* Selection colours */
::selection {
background: #ffb347;
color:#fff;
}
::-moz-selection {
background: #ffb347;
color:#fff;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
a {
	outline:none; 
}
p {
	padding:0px;
	margin:0px;
	color:#333333;
	font-size:15px;
}
li {
	padding:0px;
	margin:0px;
	list-style:none;
}
h1 {
	font-size:30px;
	font-weight:600;
}
h2 {
	font-size:28px;
	margin-bottom:10px;
}
h3 {
	font-size:23px;
	margin-bottom:10px;
}
h4 {
	font-size:20px;
	margin-bottom:10px;
}
h5 {
	font-size:18px;
	margin-bottom:10px;
}
h6 {
	font-size:16px;
	margin-bottom:10px;
}
ol li {
	list-style:decimal inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.call-to-action {position:fixed; left:35px; bottom:5%; z-index:1000000 !important; }

.scb_phone_but {
	position: fixed;
	background-color: transparent;
	width: 100px;
	height: 100px;
	z-index: 99999 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
}
.scb_phone_but.scb_show {
	visibility: visible
}
.scb_phone_but.scb_stat {
	opacity: 0.9
}
.scb_phone_but.scb_stat:hover {
	opacity: 1;
	cursor: pointer;
}
.scb_bg_puls {
	width: 124px;
	height: 124px;
	top: -6px;
	left: -6px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .1;
	-webkit-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-moz-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-ms-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-o-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.scb_bg_puls:hover {
	-webkit-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
	-moz-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
	-ms-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
	-o-animation: scb_bg_puls_anime 1s infinite ease-in-out !important;
	animation: scb_bg_puls_anime 1s infinite ease-in-out !important
}
.puls2 {
	-webkit-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-moz-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-ms-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-o-animation: scb_bg_puls_anime 3s infinite ease-in-out;
	animation: scb_bg_puls_anime 3s infinite ease-in-out;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.scb_phone_but.scb_but_hov .scb_bg_puls {
	background-color: rgba(226, 26, 45, 0.88);
	opacity: .75 !important
}
.scb_phone_but.scb_but_green.scb_but_hov .scb_bg_puls {
	background-color: rgba(226, 26, 45, 0.68);
	opacity: .75 !important
}
.scb_phone_but.scb_but_green .scb_bg_puls {
	background-color: rgba(0, 0, 0, 0.47);
	opacity: .75 !important
}
.scb_but_img {
	width: 72px;
	height: 72px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: #c81e28;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: none;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.scb_but_img:hover {
	background-color: #dd1d10;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 1;
}
.scb_phone_but.scb_but_hov .scb_but_img {
	background-color: #c81e28;
}
.scb_phone_but.scb_but_green .scb_but_img {
	background-color: #ffb347;
}
.scb_phone_img:before {
	content: "";
	width: 42px;
	height: 41px;
	background-image: url(../images/img-phone-call.png);
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*background-position: -468px -184px;*/
}
@-webkit-keyframes scb_bg_puls_anime {
0% {
-webkit-transform:rotate(0deg) scale(0.4) skew(1deg);
-moz-transform:rotate(0deg) scale(0.4) skew(1deg);
-ms-transform:rotate(0deg) scale(0.4) skew(1deg);
-o-transform:rotate(0deg) scale(0.4) skew(1deg);
transform:rotate(0deg) scale(0.4) skew(1deg);
opacity:0
}
5% {
-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);
-moz-transform:rotate(0deg) scale(0.5) skew(1deg);
-ms-transform:rotate(0deg) scale(0.5) skew(1deg);
-o-transform:rotate(0deg) scale(0.5) skew(1deg);
transform:rotate(0deg) scale(0.5) skew(1deg);
opacity:1
}
100% {
-webkit-transform:rotate(0deg) scale(1) skew(1deg);
-moz-transform:rotate(0deg) scale(1) skew(1deg);
-ms-transform:rotate(0deg) scale(1) skew(1deg);
-o-transform:rotate(0deg) scale(1) skew(1deg);
transform:rotate(0deg) scale(1) skew(1deg);
background:rgba(0, 0, 0, 0);
}
}
@keyframes scb_bg_puls_anime {
0% {
-webkit-transform:rotate(0deg) scale(0.4) skew(1deg);
-moz-transform:rotate(0deg) scale(0.4) skew(1deg);
-ms-transform:rotate(0deg) scale(0.4) skew(1deg);
-o-transform:rotate(0deg) scale(0.4) skew(1deg);
transform:rotate(0deg) scale(0.4) skew(1deg);
opacity:0
}
5% {
-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);
-moz-transform:rotate(0deg) scale(0.5) skew(1deg);
-ms-transform:rotate(0deg) scale(0.5) skew(1deg);
-o-transform:rotate(0deg) scale(0.5) skew(1deg);
transform:rotate(0deg) scale(0.5) skew(1deg);
opacity:1
}
100% {
-webkit-transform:rotate(0deg) scale(1) skew(1deg);
-moz-transform:rotate(0deg) scale(1) skew(1deg);
-ms-transform:rotate(0deg) scale(1) skew(1deg);
-o-transform:rotate(0deg) scale(1) skew(1deg);
transform:rotate(0deg) scale(1) skew(1deg);
background:rgba(0, 0, 0, 0);
}
}

@media only screen and (max-width:767px) {
#SCBbuttonMain, #SCB_main_container {
	display: block;
	margin-left: 50%;
	position: fixed;
	bottom: 30px;
	z-index: 110000;
}
#SCB_main_container a.close_button_mobile {
	display: block;
}
.scb_but_img {
	width: 56px;
	height: 56px;
	top: 22px;
	left: 22px;
}
.scb_bg_puls {
	width: 120px;
	height: 120px;
	top: -10px;
	left: -10px;
}
.scb_phone_img {
	margin: 24% !important;
}
}

@media only screen and (max-width:767px) {
#SCBbuttonMain, #SCB_main_container {
	display: block;
	margin-left: 50%;
	position: fixed;
	bottom: 30px;
	z-index: 110000;
}
#SCB_main_container a.close_button_mobile {
	display: block;
}
.scb_but_img {
	width: 56px;
	height: 56px;
	top: 22px;
	left: 22px;
}
.scb_bg_puls {
	width: 120px;
	height: 120px;
	top: -10px;
	left: -10px;
}
.scb_phone_img {
	margin: 24% !important;
}
}


header {
  padding:5px 0px;
  background: #fff;
  width: 100%; z-index:9999999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  /*border-bottom:#e5e5e5 1px solid;*/
}
/*section {
  height: 100vh;
}*/


.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-70px);
	} 
	100% {
		transform: translateY(0px);
	}
}


.navbar-default {background:transparent !important}

.bg_top{ background:#161f36; border-bottom:1px #18223a solid; width:100%; display:block; font-weight:400; padding:5px 0px;}
.bg_top p { color:#fff; font-size:14px;}
.bg_top a { margin:2px 10px 0 10px; color:#fff; font-size:14px; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.bg_top a:hover {color:#00a8ff;}

.facolor {color:#00a8ff;}

.mobi_txt {float:right;}
.mobi_txt ul li {margin:0; padding:0;}
.mobi_txt li {float:left; display:block; margin:0 2px!important;}

.socialmedia {margin:0px; padding:0px; list-style:none; float:left; display:block; margin:0px 0 0 10px;}
.socialmedia ul {margin:0px; padding:0px; list-style:none;}
.socialmedia li {margin:0px; padding:0px; list-style:none; float:left;  border-bottom:none !important}
.socialmedia li a{ font-size:14px; color:#666; margin:0px 1px; padding:0px; width:32px; height:32px; /*line-height:30px; */text-align:center; display:inline-block; vertical-align:middle; background:#transparent; border:1px #f2f2f2 solid; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px;   -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.socialmedia li a:hover {background:#f9f9f9; border:1px #f9f9f9 solid; color:#666 !important;}

.ph-mail { color:#fff;}
.ph-mail a{ color:#fff; font-weight:400; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.ph-mail a:hover {color:#00a8ff;}

.booknow{ float:right; display:block; margin:-5px 0 0 5px; background:#d25a17; color:#fff; font-size:14px; padding:10px 25px; border-radius:45px; font-weight:600; text-transform:none; text-decoration:none!important;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.booknow:hover {background:#e2c10d;  color:#fff;}

.booknow_mobile{ float:right; display:block; margin:-35px 45px 2px 0; background:#ffb347; color:#fff; font-size:14px; padding:5px 15px; border-radius:3px; font-weight:500; text-transform:none; text-decoration:none!important;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.booknow_mobile:hover {background:#ff0000;  color:#fff;}

.menu{ float:right;}
.menu ul{ margin:0px; padding:0px; list-style:none;}
.menu li{ list-style:none; float:left!important;  color:#ffd628; font-weight:400; font-size:12px; padding:5px 5px 5px 10px; line-height:20px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; text-transform:uppercase; padding:0px  10px;}
.menu li a{color:#ffd628; float:left!important;}
.menu li a:hover{ color:#fff; text-decoration:none;}

/*.main{ background:#fff; display:block; width:100%;}*/
.bg_white{ background:#fff; width:100%; height:auto; padding:0px;}


.scroller { padding:10px 15px; background:#FFFFFF;   }
.header_top { }

.logo { display:inline-block; margin:10px 15px 0 0;}



.banner_bg {margin:0!important; padding:0!important;}
.fade_slider {margin:0!important; padding:0!important;}

header .navbar { margin-bottom:0px; border:0px; margin-top:20px!important; z-index:9999;}
header .navbar-nav > li { /*padding-left:2px; padding-right:2px; */ text-align:left; }
header .navbar-nav > li > a {  color:#333 !important;text-transform:uppercase; text-align:left!important; font-size:14px; display:block; padding:10px 25px; border-radius:0px; background:#transparent!important; font-weight:600; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
header .navbar-nav > li:hover a { color: #fff !important; background:#ffb347!important;}
header .navbar-nav > li.active > a { color:#fff!important; background:#ffb347;}
header .navbar-nav > li > a:hover { color:#fff !important;  background:#ffb347; text-decoration:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background-color:#ffb347!important; text-decoration:none;color:#fff !important; }

header .navbar-nav li a .caret { margin-top:-3px; border-width: 4px 4px 0 4px;}


.banner_bg {width:100%; margin:0!important; padding:0!important;}

.banner_bg .fade_slider li.slide1 { background-image:url(../images/slide1.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide2 { background-image:url(../images/slide2.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide3 { background-image:url(../images/slide3.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide4 { background-image:url(../images/slide4.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide5 { background-image:url(../images/slide5.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide6 { background-image:url(../images/slide6.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.banner_bg .fade_slider li.slide7 { background-image:url(../images/slide7.jpg); height:550px; background-repeat:no-repeat; background-position:center; background-size:cover; }

.banner_bg .slick-dots { bottom: 25px; margin: auto; position: absolute; text-align: center; width: 100%; }
.banner_bg .slick-dots li { display:inline-block; padding-left:5px; padding-right:5px;  }

.banner_bg .slick-dots li .sliders_dots { width:15px; height:5px; background-color:#fff; border-radius: 1px; outline:none!important; border:0!important;  }

.banner_bg .slick-dots li.slick-active .sliders_dots { background-color:#ffb347; width:30px;  }

.banner_bg .slick-prev { background-image:url(../images/header_slider_left_arw.png); background-position:top; background-repeat:no-repeat; border:none; background-color:transparent; width:28px; height:55px; position: absolute; left: 20px; top: 45%; z-index:9999; }


.banner_bg .slick-next { background-image:url(../images/header_slider_right_arw.png); background-position:top; background-repeat:no-repeat; border:none; background-color:transparent; width:28px; height:55px; position: absolute; right: 20px; top: 45%; }

.banner_bg .slick-prev:hover, .banner_bg .slick-next:hover { background-position:bottom; }



.banner_txt { margin-top:230px!important; }
.banner_bg h3 { color:#fff; font-size:22px; font-weight:400; text-align:left; }
.banner_bg .bnr_text { color:#fff; text-align:left; font-size:45px; line-height:50px; font-weight:700; text-transform:none;  margin-bottom:15px;  }
.banner_txt .read_more_link { display:inline-block; padding:8px 20px; border:2px solid #fff; color:#fff; font-size:18px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;   }
.banner_txt .read_more_link:hover { text-decoration:none; border-color:#ED1C24; background-color:#ED1C24; color:#fff;  }

.title_arrw {font-size:36px; color:#f1c338; margin-bottom:0;}


.cont-icon1 {background: #fff; width:100%; padding:45px 0px;}
.cont-icon2 {background:#FFFFFF; width:100%; height:auto;}

.cont-icon-inner {background: #fff; width:100%; padding:55px 15px;}
.cont-icon-inner p { color:#49499; font-size:16px; line-height:30px;  font-weight:400; margin:10px 0px; }
.cont-icon-inner  h1{   color:#212121; font-size:26px; font-weight:900; text-transform:uppercase; margin:13px 0px; -webkit-text-decoration-color:#ffb347;
  text-decoration-color: red; text-decoration: underline red;}
.cont-icon-inner .uline {width:12%; background:#c81e28 !important; height:2px; margin:5px 0 35px 0; border:none !important;}

.cont-icon-inner  h2{   color:#c81e28; font-size:20px; font-weight:600; text-transform:uppercase; margin:18px 0px; }
.cont-icon-inner  h3{   color:#494949;  font-size:20px; font-weight:600; text-transform:none; margin:25px 0px 20px 0px; }
.cont-icon-inner  h5{   color:#2f2360;  font-size:15px; font-weight:400; text-transform:uppercase; margin:10px 0px; }



a.mail { font-size:18px; font-weight:400; color:#212121; text-transform:none !important; text-decoration:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
a.mail:hover {color:#dd2a1b;}

.group {width:100%; border:10px #e5e5e5 solid; padding:25px; background:url(../images/bg-group.png) no-repeat right; background-attachment:fixed; margin-bottom:25px;}
.group img {margin-bottom:15px; !important}
.group h2 { font-size:35px !important; font-weight:700; color:#212121; text-transform:none; text-align:center !important;}
.group .uline {width:10%; background:#dd2a1b !important; height:1px; margin:10px auto;}

.group h3 {font-size:18px; line-height:35px; font-weight:400; color:#212121; text-transform:uppercase; margin:10px 0; text-align:center !important;}
.group h3 span {color:#dd2a1b;}
.group .btn1{font-family:Arial, Helvetica, sans-serif !important; color:#212121; font-size:14px; font-weight:500; text-transform:none; text-decoration:none;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.group .btn1:hover {color:#dd2a1b;}



.abt-cont {padding:25px 0;}

.abt-cont h2 {font-size:24px !important; line-height:37px; font-weight:400; color:#212121; margin-bottom:25px !important;}
.abt-cont h2 span{color:#dd2a1b;}
.abt-cont p { font-size:18px; font-weight:400; color:#212121; text-transform:none; line-height:36px;  text-align:left !important; margin-bottom:25px !important; width:90%;}

.machine {padding:25px 0;}
.machine h2 {font-size:24px !important; line-height:37px; font-weight:400; color:#212121; margin-bottom:25px !important;}
.machine img {/*margin:10px 0;*/}
.machine ul {margin:0; padding:0; list-style:none;}
.machine li {margin:0; padding:0; list-style:none;}
.machine li a {font-size:15px; color:#666666; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.machine li a:hover {color:#dd2a1b;}

.qty {background:url(../images/bg-quality.jpg) no-repeat center; background-size:cover;}
.bdr {border:8px #e5e5e5 solid;}
.qty-cont{padding:0 0 25px 0; background: #fff;}
.qty-cont h3 { font-size:35px; font-weight:600; color:#212121; text-transform:none; text-align:center !important;}
.qty-cont .uline {width:15%; background:#dd2a1b !important; height:1px; margin:15px auto;}
.qty-cont p { font-size:18px; font-weight:400; color:#212121; text-transform:none; line-height:36px;  text-align:left !important; margin-bottom:25px !important}
.qty-cont p span{color:#dd2a1b;}
.jobs {padding:45px 25px; background:#e5e5e5;}
.job-info {background:#FFFFFF; padding:20px; box-shadow: 5px 5px #dddcdc;}
.jobs h3 {font-size:30px; line-height:35px; font-weight:400; color: #212121; text-transform:none; margin:10px 0; text-align:left !important;}
.jobs .uline {width:10%; background: #dd2a1b !important; height:1px; margin:10px 0 25px 0;}
.jobs h4 {font-size:18px; line-height:28px; font-weight:600; color: #212121; text-transform:none; text-align:left !important;}
.jobs p {font-size:16px; font-weight:400; color:#494949; text-transform:none; line-height:26px;  text-align:left !important; width:98%;}


.careers {padding:45px 25px; background:url(../images/bg-careers.jpg) no-repeat; background-attachment:fixed; background-size:cover; width:100%;}
.careers h3 {font-size:30px; line-height:35px; font-weight:400; color: #fff; text-transform:none; margin:10px 0; text-align:left !important;}
.careers .uline {width:10%; background:#dd2a1b !important; height:1px; margin:10px 0 25px 0;}
.careers h4 {font-size:18px; line-height:28px; font-weight:400; color: #FFCC00; text-transform:none; text-align:left !important;}
.careers p {font-size:16px; font-weight:400; color:#fff; text-transform:none; line-height:26px;  text-align:left !important; width:98%;}

.carimg {padding:0 0 0 25px;}

.careers_form { width:50%; font-size:14px; margin:25px 0 0 0 !important  }
.careers_form tr td span { font-size:14px; color:#e6192a;  }
.careers_form tr td { padding-bottom:10px; }
.careers_form tr .left_section { width:140px; font-size:14px; font-weight:400; color:#fff;}
.careers_form .text_box { width:100%; height:40px; border:1px solid #484747; border-radius:4px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#fff;}
.careers_form .text_box1 { width:24%; height:40px; border:1px solid #484747; border-radius:4px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#fff;}

.careers_form .comments_box {  font-size:14px; width:100%; height:145px; max-height:145px; /*max-width:345px;*/ border:1px solid #484747; border-radius:4px; background:transparent; padding-left:10px; padding-right:5px; padding-top:8px; line-height:23px;   font-size:14px; font-weight:400; color:#fff;}

.careers_form .styled-select select { background: transparent; width: 345px; padding: 5px; font-size: 14px; line-height: 1; border: 0; border-radius: 0; height: 40px; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;   font-size:14px; font-weight:400; }

.careers_form .styled-select { overflow: hidden;  background:url(../images/select_arw.png) no-repeat; background-position:95% center; border:1px solid #484747; width:345px;  height:40px; line-height:40px; padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;   font-size:14px; }
.careers_form .submit_enquiry {  background-color: #dd2a1b; border:2px #dd2a1b solid; color:#fff; padding:8px 25px; border-radius:4px;  font-size:13px; font-weight:600; text-transform:uppercase;  cursor:pointer; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.careers_form .submit_enquiry:hover, .enquiry_form .submit_enquiry:focus { background-color: #fff; border:2px #fff solid; color:#212121; }

.how-it-works {padding:75px 0; background:#f9f9f9; width: 100%;}
.how-it-works h3 {font-size:30px; line-height:20px; font-weight:600; text-transform:none; color:#46497b; margin-bottom:25px;}
.how-it-works h4 {color:#333; font-size:22px; font-weight:500; line-height:34px;}
.how-it-works p { color: #444; font-size: 17px; line-height: 30px; font-weight: 400; margin-bottom: 10px;}

.howto {padding:25px 0;}
.howto-cont {padding:25px 30px; background:#fcc117; margin-bottom:10px;  max-height:140px; height:140px;}
.howto-cont img{margin:0 25px 0 0;}
.howto-cont h5 {font-size:22px;}
.how-it-works .read-more{background-color:#46497b; border-left:4px #ffb347solid; border-radius:0px; color:#fff; font-size:14px; font-weight:600; padding:5px 24px; text-transform:uppercase; display:inline-block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; margin-bottom:10px; margin:10px 0px;}

.how-it-works .read-more:hover { text-decoration:none; background-color:#ffb347; border-left:4px #ffb347solid;  color:#fff; }

.custom_prod {background:#2e3163; padding:20px; width:93%; margin-left:0%;}
.custom_prod h4 {font-size:22px; line-height:20px; font-weight:600; text-transform:none; color:#fff; margin:12px 0;}
.custom_prod a {color:#fff; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.custom_prod a:hover {color:#ffb347;}
.custom_prod ul {margin:0; padding:0; list-style:none;}
.custom_prod li {margin:0; padding:0; list-style:none; color:#fff; font-size:17px;}
.custom_prod .fa {color:#ffb347; margin-right:3px;}

.wcome {padding:75px 0; width:100%; background:#fff;}
.wcome_cont {padding:20px 25px 35px 0px!important;}
.wcome h3 { font-size:45px; line-height:normal; width:90%; font-weight:700; text-transform:uppercase; color:#46497b; margin:0 0 10px 0;}
.wcome h4 {font-size:22px; color:#888; font-weight:500; line-height:30px;}
.wcome h5 {font-size:22px; line-height:30px; font-weight:600; color:#666; margin:0;}
.wcome .uline {width:15%; background:#ffb347!important; height:2px; margin:10px 0 0 0; border:none!important;}
.wcome p {color:#666; font-size:18px; font-weight:00; line-height:28px; margin:10px 0;}
.wcome img {margin-bottom:25px;}
.wcome .read-more{background-color:#46497b; border-left:4px #ffb347solid; border-radius:0px; color:#fff; font-size:14px; font-weight:600; text-align:center; padding:5px 24px; text-transform:uppercase; display:inline-block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; margin-bottom:10px; margin:10px 0px;}
.wcome .read-more:hover { text-decoration:none; border-left:4px #ffb347solid; background-color:#ffb347;  color:#fff; }

.sec_counter {padding:30px 0;}
.column {
  float: left;
  width: 50%;
  padding: 0 5px;
  border:1px transparent solid;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 767px) {
  .column {
    width: 50%;
    display: block;
    margin-bottom: 10px;}

	.sec_counter {padding:10px 0;}
}

/*Style the counter cards */

.card {
  border:1px #f5f5f5 solid;
  padding: 16px;
  text-align: center;
  background-color: transparent;
  color: #bbb8b7;
  font-weight:400;
  margin:10px 0;
}

.card h3 { font-size:70px; font-weight:100; color:#253858; margin:15px 0 0 0;}
.card h3:before{
	top: 0;
	right: 0;
	content: '+';
	color: #fff;
	font-size: 50px;
	line-height: 30px;
	position: absolute;
}
.card p {font-size:13px; font-weight:400; text-transform:uppercase; margin:20px 0; letter-spacing:1px; color:#494949;}

.card .fa {font-size:70px; color:#ffcb05; font-weight:400;}

.our_services {padding:65px 15px; background:#f7f7f7;}
.our_services h3 {font-size: 30px; line-height: 40px; font-weight: 600; text-align:center; color: #46497b; margin-bottom:15px;}
.our_services h4 { color:#555; font-size:22px;  text-align:center; line-height:30px; font-weight:400; margin-bottom:35px;}
.our_services p { color:#494949; font-size:16px; line-height:30px; font-weight:400; margin-bottom:10px;}
.our_services .read-more {margin:15px 0 0 0; background-color:#888; color:#fff; font-size:14px; border-radius:3px; padding:5px 15px;  text-transform:uppercase; display:inline-block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.our_services .read-more:hover{ text-decoration:none; background-color: #444; color:#fff;}

.accordion-inner {margin:0px; padding:0px;}
.accordion-inner a {color:#fff!important; font-size:15px; font-weight:400; text-transform:uppercase; font-weight:500; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.accordion-inner a:hover {color:#212121;}
.accordion-inner h3 {font-size:18px; font-weight:500; color:#e4af2f; line-height:26px;}
.accordion-inner h5 { padding:10px 15px; font-size:13px; display:block; line-height:25px; color:#19284d!important; font-weight:400; text-transform:uppercase; margin:2px 0 !important;}
.accordion-inner p {margin:10px 0; font-size:15px!important; color:#fff!important; font-weight:400; line-height:28px;}
.accordion-inner li {font-size:16px!important;}
.accordion-inner .line {width:100%; background:#fff; height:1px ; margin:10px 0;}
.btn-accordion { background-color:#333; color:#fff; font-size:13px; border-radius:3px; padding:5px 12px;  text-transform:uppercase; display:inline-block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.btn-accordion:hover{ text-decoration:none; background-color:#edb000; color:#fff;}

.panel { margin-bottom: 1px; background-color:#19284d ; border-radius: 0px;}
.panel-group .panel { margin-bottom: 2px!important; border-radius: 0px;}

.panel-body1 {padding: 10px!important;}
.panel-default {border-color: #fff!important;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.panel-default:hover{border-color: #fcc117!important; background:#fcc117; color:#fff!important;}


.cont-icon-inner a { color:#212121 !important; font-size:14px; line-height:25px;  font-weight:400; text-decoration:none;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.cont-icon-inner a:hover {color:#c81e28; text-decoration:none;}

.cont-icon-inner ul {margin:0px; padding:0px; list-style:none;}
.cont-icon-inner li {margin:0px; padding:0px; list-style:none; background:url(../images/product_categories_list1.png) no-repeat left 15px; padding-left:15px;  color:#212121; font-size:16px; line-height:35px; border-bottom:1px #e5e5e5 solid;  font-weight:400;}
.cont-icon-inner li a{ color:#212121; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.cont-icon-inner li a:hover {color:#c81e28; text-decoration:none;}
.cont-icon-inner li a.active{color:#c81e28 !important;}

.list ul {margin:0px; padding:0px; list-style:none;}
.list li {margin:0px; padding:0px; list-style:none; background:url(../images/product_categories_list1.png) no-repeat left 15px; padding-left:15px;  color:#212121; font-size:16px; line-height:35px; border-bottom:none !important;  font-weight:400;}
.list li a {color:#212121; text-decoration:none; text-transform:none !important;}
.list li a:hover {color:#ffb347;}
.list li a.active {color:#ffb347;}

.pad-btm {padding-bottom:25px;}



.panel-heading h5 {color:#FFFFFF !important; font-weight:500; font-size:13px; line-height:22px;}
.panel-heading a {color:#FFFFFF !important; font-weight:500; font-size:13px;}

.contact_page_info { display:inline-block; width:240px; color:#fff; }
.contact_address { background-image:url(../images/contact_address_icon.png); background-repeat:no-repeat; background-position:left top; }
.contact_address span.name_txt {  font-size:14px; line-height:25px; display:block;` }

.contact_phone_enquiry { background-image:url(../images/contact_enquiry_icon.png); background-repeat:no-repeat; background-position:left top; padding-left:45px; margin-top:20px; }
.contact_phone_enquiry a { display:block; color:#fff; } 
.contact_phone_enquiry a:hover { text-decoration:none; color:#ED1C24; }

.contact_mail_enquiry { background-image:url(../images/contact_mail_icon.png); background-repeat:no-repeat; background-position:left 0px; padding-left:45px; margin-top:20px; }
.contact_mail_enquiry a { display:block; color:#fff; line-height:18px; margin-bottom:8px; } 
.contact_mail_enquiry a:hover { text-decoration:none; color:#ED1C24; }

.pad {padding:25px 0;}
.enquiry_form { width:95%; font-size:14px;  }
.enquiry_form tr td span { font-size:14px; color:#e6192a;  }
.enquiry_form tr td { padding-bottom:10px; }
.enquiry_form tr .left_section { width:140px;  font-size:14px; font-weight:400; color:#494949;}
.enquiry_form .text_box { width:100%; height:40px; border:1px solid #cccccc; border-radius:0px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#494949;}
.enquiry_form .text_box1 { width:24%; height:40px; border:1px solid #cccccc; border-radius:0px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#494949;}

.enquiry_form .comments_box {  font-size:14px; width:100%; height:145px; max-height:145px; /*max-width:345px;*/ border:1px solid #cccccc; border-radius:0px; background:transparent; padding-left:10px; padding-right:5px; padding-top:8px; line-height:23px;   font-size:14px; font-weight:400; color:#494949;}

.enquiry_form .styled-select select { background: transparent; width: 345px; padding: 5px; font-size: 14px; line-height: 1; border: 0; border-radius: 0; height: 40px; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;   font-size:14px; font-weight:400; }

.enquiry_form .styled-select { overflow: hidden;  background:url(../images/select_arw.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:345px;  height:40px; line-height:40px; padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;   font-size:14px; }
.enquiry_form .submit_enquiry { color:#333; border:2px #333 solid; padding:8px 35px; background-color:#transparent; font-size:14px; font-weight:600; text-transform:uppercase;  cursor:pointer; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.enquiry_form .submit_enquiry:hover, .enquiry_form .submit_enquiry:focus { border:2px #333 solid; background-color:#333; color:#fff; }

.cont_rgt a {color:#333; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.cont_rgt a:hover {color:#ffb347;}

.home_content_bg  {background:#fcc117; padding:1px 15px;}
.quick_lnks {background:#transparent; padding:5px 0; margin:auto!important; }
.quick_lnks_bg {background:#fff; -webkit-box-shadow: -1px 7px 20px -10px rgba(181,179,181,1);
-moz-box-shadow: -1px 7px 20px -10px rgba(181,179,181,1);
box-shadow: -1px 7px 20px -10px rgba(181,179,181,1);}
.quick_lnks_bg:hover { background: url(../images/bg-grad.jpg) repeat-x bottom #fff;}
.quick_lnks_cont {padding:10px 15px;}
.quick_lnks_cont h1 a{color:#333; text-align:center; font-size:24px;}
.quick_lnks_cont h1 a:hover {color:#333!important;}
.quick_lnks h2 {font-size:18px; color:#282828; font-weight:500; text-align:center; margin:10px 0;}

.trade_view { padding:0 15px 0 0;}
.trade_view_last {solid; padding:0 15px 0 0;}

.home_products { margin:75px auto; margin-bottom:0;  }
.home_products li { text-align:center; height:auto!important;}
.home_products li  { /*width:410px;*/ text-align:center; display:block; margin:10px 0!important; margin-left:1px; margin-right:1px; border:0!important; outline:none!important; }
.home_products li p {color:#494949!important; font-size:16px!important; line-height:26px; text-align:center; font-weight:400!important;  text-transform:none; }
.home_products li.slick-slide img { display:inherit; margin-bottom:10px; }
.home_products li .product_img {text-align:center;  width:100%;}
.prod_inner {background:#fff; padding:15px 15px; border-radius:4px; box-shadow: 10px 10px #f2f2f2;}

.slide_outer img{display: inline-block;}
.home_products .slick-arrow
{
	position: absolute;
	border: 0px;
	box-shadow: none;
	top: -60px;
	background-color: transparent;
	
}
.home_products .slick-prev
{
	background-image: url(../images/featured_product_left.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 48px;
	 border:0!important; outline:none!important;
}
.home_products .slick-next
{
	background-image:url(../images/featured_product_right.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0px;
	 border:0!important; outline:none!important;
}
.home_products .slick-list { transform: translate3d(0px, 0px, 0px);  margin: auto; }

.home_products li .industrial_list:hover { text-decoration:none; }

.home_products li .industrial_list:hover h5 { text-decoration:none; color:#00a0e3;  }
.home_products li .industrial_list:hover .product_img { border:none; }





@media only screen and (min-width: 768px) {

header .navbar .navbar-collapse { padding-left:0px; padding-right:0px; }
header .navbar-nav { float:right; }
header .navbar-nav > li:hover > ul { display:block; }
header .navbar-nav > li > ul > li:hover > ul { display:block; }
header .navbar-nav > li ul li a { font-size:15px; color:#494949; font-weight:500;}
header .navbar-nav > li:hover ul li a {/* color:#204f38 !important;*/ text-transform:uppercase; color:#f55415; }
header .navbar-nav li .dropdown-menu { padding:0px; }
header .navbar-nav > li > a { /*padding-left:10px; padding-right:5px*/ }
header .navbar-nav li ul li a { padding:10px 20px; font-size:14px !important; font-weight:300!important;  /* background-color:#b80c16;*/ text-transform:none; color:#777!important; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; position:relative; }
header .navbar-nav li ul li { border-bottom:1px solid #e8e8e8; }
header .navbar-nav li ul li:last-child { border:none; }
header .navbar-nav li ul li a:hover { color:#222 !important; background:#fff!important;}
header .navbar-nav li ul li:last-child a {  -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;  }
header .navbar-nav li ul li:last-child a:hover { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;  }
header .navbar-nav li ul li:last-child {  -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; background-color:transparent;  }


header .navbar-nav li ul.dropdown-menu { border-top:0px; background-color:transparent !important; left:0px; min-width:190px;  }
header .navbar-nav li ul.dropdown-menu li { position:relative !important; }
header .navbar-nav li ul.dropdown-menu li ul.dropdown-menu { border-top:0px; background-color:transparent !important; left:269px; top:-2px; min-width:250px;  }  
.sub_dropdown_icon { background-image: url(../images/dropdown_arw.png); background-repeat:no-repeat; background-position:left; width:15px; height:7px; margin-left:8px; display:inline-block; }

header .navbar-nav li ul li ul li a { background-color:#fff;  color:#f55415 !important;}

.dropdown_icon { background-image: url(../images/dropdown_arw.png); background-repeat:no-repeat; background-position:left; width:15px; height:7px; margin-left:5px; display:inline-block; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { /*background-color:#fbecc7;*/ border-bottom:0px solid #fff; }


}



select{background:transparent; color:#FFFFFF;}

select option {
    background: transparent);
    color:#212121;
}

select option[val="1"]{
    background: transparent);
}

select option[val="2"]{
    background: transparent);
}


.map {width:100%; margin:0px; padding:0px;}

.careers_form { width:100%;}

.videos {width:100%; background:#f9f9f9; padding:85px 35px; }
.vdocont {margin-bottom:0px;}
.videos img {margin: 0 0 25px 0;}
.videos h1 {color:#FFFFFF;}
.videos h2 {color:#FFFFFF;}
.videos h3 { font-size:24px; line-height:40px; font-weight:700; color:#fcc117;}
.videos h4 {font-size:22px; color:#fff; font-weight:400; line-height:30px;}
.videos h5 {font-size:20px; color:#fff; line-height:22px;}
.videos p {font-size:16px; color:#fff; font-weight:400; line-height:30px; margin:15px 0;}
.videos .uline {width:15%; background:#fcc117 !important; height:2px; margin:15px 0 30px 0; border:none!important;}
.videos .list ul {margin:0; padding:0; list-style:none;}
.videos .list li{margin:0; padding:0; list-style:none; font-size:16px; color:#fff; font-weight:300!important; line-height:30px; background:url(../images/bullet.png) no-repeat left 10px; padding-left:13px;}
.videos a {color:#FFFFFF; text-decoration:none;}
.videos a:hover {color:#FFCC00;}

.container1{
  padding: 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .container1{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container1{
    /*width: 33.33333%;*/
	width: 25%;
  }
}

.container1 .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 98%;
  max-width: 400px;
  margin: auto;
  margin-bottom:2%;
  overflow: hidden;
  border:1px #f5f5f5 solid;
}

.content .content-overlay {
  background: rgba(205, 153, 51, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  font-size:15px!important;
  color: #fff!important;
  font-weight: 500;
  line-height:1.6;
  margin-bottom: 0.5em;
  text-transform: none;
}

.content-details p{
  color: #fff;
  font-size: 13px;
  line-height:18px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

a.expand {
  display: block;
  z-index: 100;
  width: 110px;
  padding:5px 12px !important;
  background:transparent !important;
  border: solid 1px #fff !important;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration:none;
}

a.expand:hover {background:#c81e28 !important; color:#fff !important; border: solid 1px #c81e28 !important;}

.pad_video {width:100%; background:#1d2e57; height:1px; margin:25px 0;}

.bg_inquiry {width:100%; background:#fff; padding:65px 10px; }
.bg_inquiry p { width:80%; font-size:18px; text-align:left;  font-weight:400; line-height:26px;  color: #888; margin-bottom:32px!important;}
.bg_inquiry h3 {font-size:30px; color:#46497b; text-align:left; font-weight:600; margin-bottom:26px!important;}
.btn-sub {  margin-top:20px!important; background:#fff; border:2px #46497b solid; border-radius:0px;  color:#666; font-size:14px; font-weight:600; text-transform:uppercase; padding:5px 25px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
   
.btn-sub:hover { color:#FFFFFF; background:#46497b; border:2px #46497b solid; text-decoration:none!important; margin-top:10px;  transition-duration: .2s; }

.applications {margin:0; padding:0;}
.applications h4 {font-size:30px; color:#46497b; text-align:left; font-weight:600; margin-bottom:26px!important;}
.applications p{width:100%; margin:0 0 10px 0;}
.applications img { margin-bottom:10px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.applications ul {margin:0; padding:0; list-style:none;}
.applications li {margin:0; padding:0; list-style:none; font-size:18px; color:#888; line-height:30px;}
.applications .fa {color:#f1c338;}

.proj_cont {padding:20px; background: #fff;  border-radius:8px; margin:10px 0; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.proj_cont img {border-radius:300px; border:6px #e5e5e5 solid; margin-bottom:12px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.proj_cont img:hover {border:6px #FF0000 solid;}
.proj_cont h3 {font-size:20px; font-weight:600!important; line-height:20px!important; color:#000; text-align:center;}
.proj_cont h4 {font-size:18px; color:#F00!important; text-align:center;}
.proj_cont p{ font-size:16px; color:#888; line-height:20px!important; text-align:center!important;}

.footer{padding:55px 25px; background: #444;}
.footer h5 {font-size:18px ; line-height:26px; font-weight:400; color:#fff; margin-bottom:25px;}
.footer img {margin-bottom:35px;}
.footer a {font-weight:400; color: #fff; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.footer a:hover {color: #274c65; text-decoration:none;}
.footer p {font-size:14px; color:#fff; font-weight:400; line-height:28px; margin:10px 0 20px 0;}


.ftrline {border-top:1px #9e9e9e solid!important; padding:20px 0px; margin:25px 0 0 0;}
.location {padding:50px 0 0 0;}
.facolor1{color: #f5c400;}

.socialmedia1 {margin:0; padding:0px; list-style:none; float:left; display:block;}
.socialmedia1 ul {margin:0px; padding:0px; list-style:none;}
.socialmedia1 li {margin:0px; padding:0px; list-style:none; float:left !important;  border-bottom:none !important}
.socialmedia1 li a{ font-size:14px; color:#8f8b3c; margin:0px 4px; padding:0px;  line-height:30px; text-align:center; display:inline-block;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.socialmedia1 li a:hover { color: #fff;}

.back-to-top{position: fixed;bottom: 55px;right: 20px;}
.back-to-top .fa {color:#fff;}

/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #848484;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
}
.btn:hover {
  background: none repeat scroll 0 0 #ffb347;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.btn:selected {
outline: 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #d45d00;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #d45d00;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red a{ 
  border: 1px solid #ed3237; text-transform:uppercase; font-size:18px; border-radius:5px!important; 
  color: #FFF; 
  background: none repeat scroll 0 0 #ed3237;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #1cade4;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #1cade4;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}


.socialmedia {margin:0; padding:0px; list-style:none; float:left; display:block;}
.socialmedia ul {margin:0px; padding:0px; list-style:none;}
.socialmedia li {margin:0px; padding:0px; list-style:none; float:left;  border-bottom:none !important}
.socialmedia li a{ font-size:14px; color:#222222; margin:0px 1px; padding:0px;  line-height:30px; text-align:center; display:inline-block;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.socialmedia li a:hover { color:#fff;}

.socialmedia_ftr {margin:0; padding:0px; list-style:none; float:left; display:block;}
.fb {float:left; display:block;}
.twr {float:left; display:block; margin-left:8px;}
.gplus {float:left; display:block; margin-left:8px;}
.youtube {float:left; display:block; margin-left:8px;}

.bdrtop {border-top:1px #283454 solid; padding:25px 0; margin:20px 0 0 0;}
.copyright {padding:55px 0; width:100%; font-weight:400; color:#888;  background:#779ecc;}
.copyright h5 {font-size:18px; color:#FFFFFF; font-weight:600; text-transform:uppercase; margin-bottom:25px;}
.copyright p {color:#fff; font-size:15px; font-weight:400; line-height:23px!important; margin:10px 0;}
.copyright h6 {color:#fff; font-size:13px; font-weight:400; line-height:23px!important; margin-bottom:26px; width:60%;}
.copyright p span{color:#354368; font-size:15px; font-weight:400;}
.copyright a {color:#fff; font-size:16px; font-weight:400;  margin:0 5px;  text-decoration:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.copyright a:hover {color:#999;}

.copyright span a {color:#fff; text-decoration:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.copyright span a:hover {color:#2d2c31;}

.copyright ul { margin:0px; padding:0px; list-style:none;}
.copyright li { margin:0px; padding:0px; list-style:none; display:inline-block; margin:0 2px; font-size:14px; color:#fff; font-weight:400; line-height:32px; text-transform:none;}
.copyright li a {color:#fff; font-weight:400; text-decoration:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.copyright li a:hover {color: #999;}
.ftr_contact {margin-left:100px;}
.ftrcont {float:right;}
.btmlogo {margin:25px 0;}
.payment {float:right;}
.ico-payment { margin-bottom:10px;}
.scndblk-cont {margin-left:220px;}

.logo_slider
{
	padding: 0px 30px;
	margin-top: 30px;
}
.logo_slider .slick-arrow
{
	position: absolute; top: 45%;
}
.logo_slider .slick-prev
{
	background: url(../images/logoleft_arrow.png) no-repeat;
	width: 10px;
	height: 42px;
	border: 0px;
	position: absolute;
	left: 0px;
}
.logo_slider .slick-next
{
	background: url(../images/logoright_arrow.png) no-repeat;
	width: 10px;
	height: 42px;
	border: 0px;
	position: absolute;
	right: 0px;
}
.logo_slider .imgpad {padding:5px 10px;}
.logo_slider .bdr {border:1px #CCCCCC solid;}

.inner-banner-about{background:url(../images/inner-banner-about.jpg); width:100%; padding:120px 35px;}
.inner-banner-about h1 { font-weight:600; color:#fff; font-size:32px; text-align:left; text-transform:none;}
.inner-banner-about p {font-size:18px; color:#fff;}

.breadcrumb {margin:0; padding:0;}
.breadcrumb li {color:#555!important; background:none!important; background-image:none; font-size:16px; background-image:none!important;}
.breadcrumb li a{ background:none!important; background-image:none!important; padding:1px 8px; font-size:12px!important;  color:#444!important; font-weight:400; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.breadcrumb li a:hover{color:#fff!important; background:#FF0000;}

.inner-content-bg{ background:#f9f9f9; width:100%; padding:45px 35px;  }
.inner-content-bg h1{  font-weight:600; color:#46497b; font-size:32px;}
.inner-content-bg h1 span{ color:#fff;}
.inner-content-bg .uline{ width:100%; height:1px; background:#e5e5e5; margin:15px 0 35px 0;}
.inner-content-bg p{font-weight:400; color:#888; text-align:left; font-size:18px; text-align:left; line-height:27px!important; margin:0 0 20px 0;}
.inner-content-bg h2{color:#969595; font-weight:500; font-size:24px; text-transform:none; text-align:left; margin:0px 0 20px 0;}
.inner-content-bg h3{  color:#333; font-weight:400; font-size:22px; line-height:30px!important;}
.inner-content-bg h4{  color:#666; font-size:20px;}

.inner-content-bg ul{ list-style:none; margin:0px; padding:0px;}
.inner-content-bg li{ list-style:none; margin:0px; padding:0px; background:url(../images/bullet1.png) no-repeat left 10px!important; padding-left:15px; font-weight:400; color:#8b8b8b; text-align:left; font-size:18px; line-height:30px!important;}
.inner-content-right{ margin:30px 0px;}
.inner-content-right img{ margin-bottom:25px;}
.inner-content-right a {color:#FFCC00; text-decoration:none;}
.inner-content-right a:hover {color:#fff;}

.services {padding:0;}
.service_cont { background:#fff; padding:15px; border-radius:6px; margin:15px 0; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.service_cont img {margin-bottom:10px;}
.service_cont h3 { font-size:24px; line-height:normal; font-weight:600; color:#444; text-align:center;}
.service_cont .title_arrw { font-size: 36px; color: #f1c338; margin-bottom: 0;}
.service_cont p {font-weight:400; color:#888; text-align:left; font-size:18px; text-align:left; line-height:27px!important;}
.service_cont fa {color:#FF0000; font-size:20px;}

.infographic {background:#f6f6f6; padding:10px; margin-bottom:10px;}
.info_cont {padding:10px 0!important;}
.info_cont h5 {font-size:15px; line-height:15px!important; text-align:left; color:#666666;}
.info_cont h4 {font-size:20px; line-height:20px; text-align:left; color:#444; margin:5px 0!important;}
.info_cont fa {color:#FF0000; font-size:20px;}
.btmline { border-bottom:1px #CCCCCC solid;}


.img-abt {margin-bottom:25px;}

.location-box {background:#fff; border:1px #CCCCCC solid; border-radius:4px; padding:15px 20px; margin-bottom:12px;}
.location-box .fa {color:#FF0000; font-size:14px; margin:10px 0!important;}
.location-box p {margin:0!important; font-size:16px; line-height:26px!important;}
.location-box a { color:#333333; font-weight:500; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.location-box a:hover {color:#FF0000;}

.grybox {background:#fdfbfc; padding:20px 10px; margin:10px 0;}


/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px; background:none!important;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
  background:none!important;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}


	
.prod {margin:0px;}
.prod_cont{padding:0px;}
.prod_cont h4{font-size:16px!important; line-height:25px; margin:10px 0 ; height:30px!important; color:#8e8e8e; font-weight:500; text-transform:none; text-align: center;}
.prod_cont p{font-size:14px!important; margin:0; color:#fbad18; margin:10px 0; font-weight:500; text-align: center;}

.searchbox {float:right!important;}
.pagination li {background:none!important; background-image:none!important; border-bottom:none!important;}
.qty {margin-left:2%; margin-right:2%; margin-bottom:10px;}
.qtybox{display: block;
    width: 100%;
    height: 24px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.thumbnail {
    display: block;
    padding:10px 15px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /*border: 1px solid #ddd;
	border:none;*/
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.125);
}

.thumbnail img {width:100%!important; height:100%!important;}
.thumbnail:hover {box-shadow: 0 0 30px 0 rgba(0,0,0,.115); transition: all .3s ease;}

.thumbnail .read-more{background-color:#565862; border-radius:3px; color:#FFF; font-size:12px!important; padding:5px 12px; text-transform:uppercase; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; margin:10px 0px;}
.thumbnail .read-more:hover { text-decoration:none; background-color:#ffb347;  color:#fff; }

.thumbnail .read-more1{background-color:#ffb347; border-radius:3px; color:#FFF; font-size:12px!important; padding:5px 12px; width:100%;  text-transform:uppercase; display:block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; margin:10px 0px;}
.thumbnail .read-more1:hover { text-decoration:none; background-color:#555;  color:#fff; }

/*********************************
6. Product Details
*********************************/

.product_details
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.details_row
{
	margin-top: 95px;
}
.details_image
{ 	
}
.details_image_large
{
	width: 50%;
}
.details_image_large img
{
	max-width: 100%;
}
.details_image_thumbnails
{
	margin-top: 17px;
}
.details_image_thumbnail
{
	width: calc((100% - 51px) / 4);
	cursor: pointer;
	float:left; margin:0 5px 0 0;
}
.details_image_thumbnail::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #transparent;
	content: '';
	background: transparent;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.details_image_thumbnail.active::after,
.details_image_thumbnail:hover::after
{
	visibility: visible;
	opacity: 1;
}
.details_image_thumbnail img
{
	max-width: 100%;
}
.product_name
{
	font-size: 30px;
	font-weight: 600;
	color: #232323;
	line-height: 0.75;
}
.product_price
{
	font-size: 24px;
	font-weight: 600;
	margin-top: 9px;
	color: #8a8a8a;
}
.in_stock_container
{
	margin-top: 22px;
}
.availability
{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
}
.in_stock_container span
{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #44a038;
	margin-left: 5px;
}
.details_name
{
	font-size: 26px;
	font-weight: 600;
	color: #1b1b1b;
	margin-top: -9px;
}
.details_discount
{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #e95a5a;
	margin-right: 20px;
	text-decoration: line-through;
}
.details_price
{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #6c6a74;
	margin-top: 12px;
}
.details_text
{
	margin-top: 49px;
}
.details_text p
{
	font-weight: 500;
}
.product_quantity_container
{
	margin-top: 48px;
}
.product_quantity
{
	display: inline-block;
	width: 147px;
	height: 61px;
	border: solid 2px #d0d0d0;
	overflow: hidden;
	padding-left: 78px;
	vertical-align: middle;
}
.product_quantity span
{
	position: absolute;
	top: 50%;
	left: 23px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 600;
	color: #6c6a74;
}
.product_quantity input
{
	display: block;
	width: 30px;
	height: 57px;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	color: #1b1b1b;
	text-align: left;
	padding-left: 9px;
	line-height: 39px;
	float: left;
}

.products
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
	padding-top: 89px;
}
.products_title
{
	font-size: 30px;
	font-weight: 500;
	color: #1b1b1b;
}
.product_grid
{
	margin-top: 88px;
}
.product
{
	width: calc((100% - 90px) / 4);
	margin-bottom: 59px;
}
.product_image
{
	width: 100%;
}
.product_image img
{
	max-width: 100%;
}
.product_content
{
	width: 100%;
	padding-top: 36px;
	padding-bottom: 38px;
}
.product_title a
{
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
	line-height: 1.1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_title a:hover
{
	color: #e95a5a;
}
.product_price
{
	font-size: 16px;
	font-weight: 500;
	color: #6c6a74;
	line-height: 0.75;
	margin-top: 13px;
}
.product_extra
{
	position: absolute;
	top: 0;
	left: 54px;
	width: 66px;
	height: 36px;
	text-align: center;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	transform: rotate(90deg);
}
.product_extra a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
}
.product_new
{
	background: #6c6a74;
}
.product_sale
{
	background: #e95a5a;
}
.product_hot
{
	background: #1b1b1b;
}


/*products page starts*/
/* Container needed to position the overlay. Adjust the width as needed */
.containerr {
  position: relative;
  width: 100%;
  margin:10px 0;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
  
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.containerr:hover .overlay {
  transform: scale(1);
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.texte {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn-enquiry {
	position: absolute;
	top: 46%;
	left: 30%;
    width: 40%;
    background-color: #transparent;
    border: 2px #fff solid;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	display:block;
    letter-spacing: 1px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-enquiry:hover {background:#FFFFFF; color:#333333;}

/*products page ends*/


.infra{ background:#fff; width:100%; padding:65px 35px;  }
.infra h3{  font-weight:500; color:#333; font-size:32px; text-align:center;}
.infra .uline{ width:10%; height:2px; background:#FFCC00; margin:10px auto;}
.infra_cont {padding: 65px 0;}
.infra_cont_inner {padding:15px; border:1px #e4e4e4 solid; border-radius:5px; margin:15px 0; height:215px;}
.infra_cont_inner:hover {-webkit-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2);}
.infra_cont_inner h4{font-size:16px; font-weight:600; margin:10px 0;}
.infra_cont_inner p {font-size:15px; font-weight:400; margin:10px 0; text-align:left!important; color:#666666; line-height:24px!important; width:100%;}

.pad25 {padding:25px 0;}

.capabilities  {width:100%; background: url(../images/img-counter.jpg) no-repeat left; height:747px; position:relative; }
.bg-capabilities { position:absolute; background:#f5c400; padding:30px 25px; right:5%; top:15%; box-shadow: 0px 25px 38px rgba(0,0,0,0.2);}
.bg-capabilities h3 { font-size: 40px; color: #333; text-transform: none; font-weight: 400; text-align: center; line-height: 60px; margin-bottom: 15px;}
.bg-capabilities p { font-size:16px; color:#333; font-weight:400; line-height:30px; text-transform:uppercase; text-align:center;}



/* gallery */

.rowg {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columng {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columng img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columng {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columng {
    flex: 100%;
    max-width: 100%;
  }
}

/* gallery ends */


.infra_facilities { background:#333333; padding:85px 35px;}
.infra_facilities h3 {font-size:34px; color:#FFFFFF; font-weight:400; text-align:center;  letter-spacing:-1px;}
.infra_facilities .uline{ width:10%; height:2px; background:#f5c400; margin:10px auto; margin-bottom:35px;}
.infra_facilities p {color:#FFFFFF; font-size:16px; font-weight:400; text-align:center; line-height:32px; width:90%; margin:auto;}
.infra_facilities ul li {margin:0; padding:0; list-style:none;}
.infra_facilities li {color:#FFFFFF; font-size:16px; font-weight:400; line-height:32px; background:url(../images/bullet.png) no-repeat left 10px; padding-left:15px!important;}
.infra_facilities_cont {padding:35px 0;}


.exper { background:#fff; padding:85px 35px;}
.exper_cont {margin-left:25px;}
.exper h4 {font-size:34px; color:#333; font-weight:400; letter-spacing:-1px; }
.exper .uline{ width:35%; height:2px; background:#f5c400; margin:10px 0; margin-bottom:35px;}
.exper p {color:#494949; font-size:16px; font-weight:400; line-height:32px; width:90%;}

.quality_system  {width:100%; background: url(../images/img-quality-system.jpg) no-repeat left; height:450px; position:relative; margin:25px 0;}
.bg-quality_system { position:absolute; background:#2d155e; padding:30px 35px; right:0%; top:15%;  box-shadow: 0px 25px 38px rgba(0,0,0,0.2);}
.bg-quality_system h3 { font-size:32px; color: #fff; text-transform: none; font-weight:400; letter-spacing:-1px; line-height: 60px; margin-bottom: 15px;}
.bg-quality_system .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-quality_system p { font-size:16px; color:#fff; font-weight:400; line-height:30px;}

.time_commitment  {width:100%; background: url(../images/img-time-commitment.jpg) no-repeat right; height:450px; position:relative;  margin:25px 0;}
.bg-time_commitment { position:absolute; background:#32a5a2; padding:30px 35px; left:0%; top:15%;  box-shadow: 0px 25px 38px rgba(0,0,0,0.2);}
.bg-time_commitment h3 { font-size:32px; color: #fff; text-transform: none; font-weight:400; letter-spacing:-1px; line-height: 60px; margin-bottom: 15px;}
.bg-time_commitment .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-time_commitment p { font-size:16px; color:#fff; font-weight:400; line-height:30px;}

.work_flow  {width:100%; background: url(../images/img-work-flow.jpg) no-repeat left; height:450px; position:relative; margin:25px 0;}
.bg-work_flow { position:absolute; background:#af133a; padding:30px 35px; right:0%; top:15%;  box-shadow: 0px 25px 38px rgba(0,0,0,0.2);}
.bg-work_flow h3 { font-size:32px; color: #fff; text-transform: none; font-weight:400; letter-spacing:-1px; line-height: 60px; margin-bottom: 15px;}
.bg-work_flow .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-work_flow p { font-size:16px; color:#fff; font-weight:400; line-height:30px;}

.milestone{ background: url(../images/bg-milestone.jpg) no-repeat; background-size:cover; background-attachment:fixed; width:100%; padding:75px 35px;  }
.milestone h3{  font-weight:400; color:#fff; font-size:32px; text-align:center; margin-bottom:0px;}
.milestone .uline{ width:10%; height:2px; background:#FFCC00; margin:10px auto;}




.pad-form {padding:0 0 0 35px;}
.contact_form { width:95%; font-size:14px;  }
.contact_form tr td span { font-size:14px; color:#e6192a;  }
.contact_form tr td { padding-bottom:10px; }
.contact_form tr .left_section { width:140px;  font-size:14px; font-weight:400; color:#494949;}
.contact_form .text_box { width:100%; height:50px; border:1px solid #e0e0e0; border-radius:0px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#494949;}
.contact_form .text_box1 { width:24%; height:50px; border:1px solid #e0e0e0; border-radius:0px; font-size:14px; padding-left:10px; padding-right:5px; background:transparent; color:#494949;}

.contact_form .comments_box {  font-size:14px; width:100%; height:145px; max-height:145px; /*max-width:345px;*/ border:1px solid #e0e0e0; border-radius:0px; background:transparent; padding-left:10px; padding-right:5px; padding-top:8px; line-height:23px;   font-size:14px; font-weight:400; color:#494949;}

.contact_form .styled-select select { background: transparent; width: 345px; padding: 5px; font-size: 14px; line-height: 1; border: 0; border-radius: 0; height: 40px; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;   font-size:14px; font-weight:400; }

.contact_form .styled-select { overflow: hidden;  background:url(../images/select_arw.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:345px;  height:40px; line-height:40px; padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;   font-size:14px; }
.contact_form .submit_enquiry { color:#fff; padding:8px 35px; background-color:#104678; font-size:14px; font-weight:600; text-transform:uppercase; border:0;  cursor:pointer; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.contact_form .submit_enquiry:hover, .enquiry_form .submit_enquiry:focus { background-color:#FF6600; color:#fff; }


.qty_cont {padding:65px 0;}
.qty_cont_inner {padding:25px; border:1px #e4e4e4 solid; border-radius:5px; margin:15px 0; height:310px;}
.qty_cont_inner:hover {-webkit-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2);}
.qty_cont_inner p {font-size:14px; text-align:center!important; color:#666666; line-height:20px!important; width:100%;}

.prod_cont {padding:65px 0;}
.prod_cont_inner {padding:15px; border:1px #e4e4e4 solid; border-radius:5px; margin:15px 0;}
.prod_cont_inner:hover {-webkit-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2); box-shadow: 0px 6px 19px -1px rgba(0,0,0,0.2);}
.prod_cont_inner p {font-size:16px; font-weight:600; text-align:center!important; color:#666666; line-height:20px!important; width:100%;}

.process {width:100%; padding:65px 35px; background:#333333;}
.process h2{  font-weight:500; color:#fff; font-size:26px; text-align:center;}
.process .uline{ width:10%; height:2px; background:#f5c400; margin:10px auto;}
.process p{  font-weight:400; color:#fff; font-size:23px; line-height:32px!important; margin:12px 0; text-align:center;}

.cont_process {padding:45px 0;}
.cont_process h3 {color:#FFFFFF; font-weight:400; font-size:32px; text-align:center; margin:25px 0 0 0;}
.cont_process p{  font-weight:400; color: #fff; font-size:18px; line-height:26px!important; margin:12px 0; text-align:center;}
.cont_process img {border-radius:300px; max-width:75%; border:4px #rgba(255,255,255,0.6) solid; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.cont_process img:hover {border:4px #f5c400 solid;}


.whyus { background: #fff; width:100%;}
.whyus .img_left { float:right; width:50%;  height:530px; background-image:url(../images/whyus.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.whyus .content_right { float:left;  width:50%; padding:55px 35px; }
.whyus h3 {color:#2d2d2d;  font-size:40px; font-weight:400; text-transform: none;}
.whyus .line { width:25% !important; background:#f5c400; height:2px; margin:15px 0;}
.whyus p{color:#494949; font-size:16px; line-height:32px; font-weight:400; text-transform:none; margin:15px 0px;}
.whyus ul li {margin:0; padding:0; list-style:none;}
.whyus li {color:#494949; font-size:16px; line-height:32px; font-weight:400; text-transform:none; background:url(../images/bullet1.png) no-repeat left 10px; padding-left:13px!important;}

.qty_policy { background: #fff; width:100%;}
.qty_policy .img_left { float:right; width:50%;  height:530px; background-image:url(../images/quality_policy.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.qty_policy .content_right { float:left;  width:50%; padding:55px 35px; }
.qty_policy h3 {color:#2d2d2d;  font-size:40px; font-weight:400; text-transform: none;}
.qty_policy h4 {margin-bottom:15px;}
.qty_policy .line { width:25% !important; background:#f5c400; height:2px; margin:15px 0;}
.qty_policy p{color:#494949; font-size:16px; line-height:32px; font-weight:400; text-transform:none; margin:15px 0px;}
.qty_policy ul li {margin:0; padding:0; list-style:none;}
.qty_policy li {color:#494949; font-size:16px; line-height:32px; font-weight:400; text-transform:none; background:url(../images/bullet1.png) no-repeat left 10px; padding-left:13px!important;}
.qty_policy .read-more{background:transparent; color:#2d2d2d; border-radius:4px; border:2px #212121 solid; font-size:14px; padding:10px 15px;  text-transform:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.qty_policy .read-more:hover { text-decoration:none;  background-color:#212121; border:2px #212121 solid; color:#fff;}

.contact {padding:35px 0;}
.contact_hgt {height:155px;}
.contact .bodr {border-right:1px #dadada dashed!important;}
.contact h4 {margin:0; font-size:24px; font-weight:400; color:#333!important;}
.contact p {text-align:left; margin:0;}
.contact p span {font-style:italic; color:#666666;}
.person {padding:0px 15px;}
.call {padding:0px 25px;}
.address {padding:0px 25px;}
}



@media (max-width: 1199px) {
	.cont-icon1 .col-md-4{ width: 50%;}
	.col-bg1, .col-bg2, .col-bg3{ height: auto; margin-bottom:10px;}
}
@media (max-width: 991px){
	.cont-icon1 .col-md-4{ width: 100%;}
	.col-bg1, .col-bg2, .col-bg3{ height: auto; margin-bottom:10px;}
	.qty_policy .content_right{ padding:25px 35px	 }
	.qty_policy h3 { font-size:30px; }
	.whyus .content_right{ padding:25px 35px	 }
	.whyus h3 { font-size:30px; }
}



@media (min-width: 992px) and (max-width: 1199px) {

h1 { font-size:30px; }
h2 { font-size:26px; } 
h3 { font-size:24px; } 
h4 { font-size:22px; } 
h5 { font-size:20px; } 
h6 { font-size:16px;  } 


header .navbar { margin-top:10px;  }
header .navbar-nav > li { padding-left:6px; padding-right:6px; }
header .navbar-nav > li > a { font-size:12px; }
/*.header_top .navbar-nav > li { padding-left:0px; padding-right:15px;}
.header_top .navbar-nav > li > a { font-size:12px; }*/
.logo { margin-top:15px; margin-right:30px; }
.menu{ float:right;}

	
.banner_bg { width:100%; height:auto;/*height:380px;*/ }


.home_about_content { font-size:13px; }




.home_products { width:950px; }
.home_products .slick-list { width:auto; margin-left:26px; }
.home_products li.slick-slide img { width:100%; display:block; }
.home_products li .industrial_list { width:198px !important }
.home_products li .product_img { width:200px !important; height:238px; }
.home_products .slick-next { right:-10px; background-size:28px auto;   }
.home_products .slick-prev { left:-10px;  background-size:28px auto;  }


.featured_product_bg { padding-top:10px; padding-bottom:10px; background-size:inherit; }
.featured_product_bg h3 { font-size:35px;  }
.featured_product_bg .industrial_solutions li { padding:10px; margin-left:7px; margin-right:7px; margin-bottom:20px; }
.featured_product_bg .industrial_solutions li { width: 210px !important; height:auto; min-height:240px; max-height:240px; }
.featured_product_bg .industrial_solutions li .img_bg { max-width:100%; }
.featured_product_bg .industrial_solutions li h5 { font-size:14px; line-height:18px;  }
.industrial_solutions .slick-list { transform: translate3d(0px, 0px, 0px); width: 450px; margin: auto; }


.footer_menu { margin-left:0px; }
.footer_menu h4 { padding-left:20px; }
footer { padding-bottom: 30px; padding-top: 30px; }



.rg-image-wrapper { max-width:830px; }
.rg-caption p { font-size:14px; }

#sliderFrame { width:940px; }
#slider, #slider div.sliderInner { width:940px; }

.page_content h2 {
    font-size: 22px;
    color: #222860;
    line-height: 24px;
    text-transform: uppercase;
}

.text{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:240px; line-height:20px; margin-bottom:10px;
font-size: 14px;color:#333333; margin-right:10px; margin-left:10px;}
.text2{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:120px; line-height:20px;  margin-bottom:10px;
font-size: 14px;color:#333333;  margin-right:5px; margin-left:5px;}

.textarea{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:240px; height:100px; line-height:20px; font-size:14px; margin-bottom:10px;font-size: 14px;color:#333333;  margin-right:10px; margin-left:10px;}
.submit{ background:#ff861c; width:80px; height:35px; float:left; border:0px; cursor:pointer; color:#FFF; border-radius:3px;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  margin-right:10px;}
.submit:hover {background:#222860; color:#FFFFFF;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.career-heading{ color:#fff; padding:10px; font-size:15px;}
.star {color: #CC0000!important; font-size:13px!important; }

.select1 select { background: transparent;width:240px;  font-size: 14px; line-height: 1; border: 0; border-radius: 0;  border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor:pointer;  padding:5px; margin-bottom:10px; padding-top:7px!important; margin-right:10px; margin-left:10px;}

.select1 { overflow: hidden;  background: url(../images/arrow-mark.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:240px;  padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  font-size: 14px;cursor:pointer;  padding:5px; margin-bottom:10px;padding-top:7px!important; margin-right:10px; margin-left:10px;}

.select2 select { background: transparent;width:120px;  font-size: 14px; line-height: 1; border: 0; border-radius: 0;  border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor:pointer;  /*padding:5px;*/ margin-bottom:10px;padding-top:5px!important; margin-right:5px; margin-left:5px;}

.select2 { overflow: hidden;  background: url(../images/arrow-mark.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:120px;  padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  font-size: 14px;cursor:pointer;  /*padding:10px;*/ margin-bottom:10px;padding-top:5px!important; margin-right:5px; margin-left:5px;}


.col-bg h2 { font-size:25px; }
.col-bg { padding-left:0px; padding-right:0px; }
.col-bg p { font-size:14px; line-height:25px; }
.home-content-bg p { font-size:14px; line-height:25px; }
.home-content-bg li { font-size:14px; }
.getin {
    top: 10px !important;
}
footer { padding-bottom:0px; }
.footer p { font-size:14px; }
.copyright { font-size:13px; }
.products_content { width:255px !important; float:right; overflow:hidden; }
.home-content-bg h3 { font-size:18px; }
.products_content .home-content-bg h3 { font-size:18px; }




header .navbar { margin-bottom:0px; border:0px; margin-top:35px; z-index:9999;}
header .navbar-nav > li { padding-left:2px; padding-right:2px; }
header .navbar-nav > li > a { margin-top:20px!important;  color:#494949 !important; font-size:14px; font-weight:400; text-transform:none; padding:5px 6px ; line-height:20px; border-bottom:1px transpatent solid !important; }
header .navbar-nav li ul li a {font-size:14px;}


}

@media (min-width: 768px) and (max-width: 991px) {
.first_image{margin-left: -50px; margin-right: 0px;}
.banner_bg { height:auto; padding:0px 0px; }

.banner_bg .fade_slider .slick-track li { height:auto !important;  padding:40px 0px;  }
.banner_bg .fade_slider .slick-dots { bottom:10px; }
.banner_bg .banner_txt { padding-top:0px; }
.banner_bg h3 { font-size: 30px; }
.banner_bg .bnr_text { font-size: 80px; line-height: 80px; }
.banner_txt .read_more_link { padding:8px 15px; font-size:16px; }
.side_bar{margin:10px 0px;}
.carimg {padding:0;}

.bg_inquiry {width:100%;  }
.bg_inquiry h3 {font-size:18px;  color:#FFFFFF; font-weight:400; margin:20px 0 0 0;}


}


@media only screen and (max-width: 767px) {

header .navbar { position:absolute;  z-index:99999;  }
.navbar-collapse{  background-color:#565862; color:#fff!important; text-align:left;}
.nav.navbar-nav {  background-color:#565862;/*background-color:#000;*/ margin-top:1px; margin-right:0px; margin-left:0px; color:#333!important;}
.navbar #bs-example-navbar-collapse-1 { padding-left:0px; padding-right:0px; }
header .navbar-nav li ul { border-top:1px solid #transparent !important;  }
header .navbar-nav > li, header .navbar-nav > li > ul > li  { border-bottom:1px solid #fff;  }
header .navbar-nav > li > ul > li:last-child { border:none; }
header .navbar-nav > li:last-child { border-bottom:none;  }
header .navbar-nav > li { padding-left:0px; padding-right:0px; }
.navbar-nav .open .dropdown-menu {  background-color:#ffb347;/*background-color:#ae1019;*/ display:block; overflow:visible!important; color:#fff!important;}
.navbar-default .navbar-nav .open .dropdown-menu > li { border-bottom:1px solid #fff;  display:block; overflow:visible!important; }
.navbar-nav > li > .dropdown-menu { border-radius:0px; padding-top:0px; padding-bottom:0px; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color:#333 !important;  display:block; overflow:visible!important; }
header .navbar-nav > li.dropdown.open { border-bottom:0px; display:block; overflow:visible!important;  }
.dropdown_icon { background-image:url(../images/mob_dropdown_icon.png); background-repeat:no-repeat; float:right; margin-top:8px; margin-right:15px; background-position:left; width:14px; height:8px; margin-left:5px; display:inline-block; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { border-bottom:none; background-color:#ffb347!important; color:#fff !important; }
header .navbar-nav > li > a { padding:10px 10px; color:#333 !important; border-bottom:0px; font-size:12px;  }
header .navbar-nav li ul li a { padding:10px 20px !important; color:#333 !important; border-bottom:0px;  display:block; overflow:visible!important;  }
header .navbar-nav li:hover a { color:#333 !important; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {  background-color:#ffb347;  display:block; overflow:visible;}
header .navbar-nav > li > a:hover, header .navbar-nav > li > ul > li > a {display:block; overflow:visible!important; background-color:#ffb347; color:#fff !important; }
.navbar {/*float:none !important;*/ margin: auto !important; min-height: inherit; width: 100%;  }
header .navbar-nav > li.active a { background-color:#333 !important; }
header .navbar-nav li a .caret { margin-top:7px; float:right; margin-left:0px;  border-left: 7px solid rgba(0, 0, 0, 0); border-right: 7px solid rgba(0, 0, 0, 0);
 border-top: 8px dashed; }

.first_image{margin-left: 0px; margin-right: 0px;}
.banner_bg { height:auto; padding:40px 0px; overflow:hidden; }
.banner_bg .fade_slider .slick-track li { height:auto !important;  padding:0px;  }
.banner_bg .fade_slider .slick-dots { bottom:10px; }
.banner_bg .slick-next { top:30%; }
.banner_bg .slick-prev { top:30%; }
.banner_bg .banner_txt { padding-top:0px; }
.banner_bg h3 { font-size: 16px; margin:-100px 0 0 0; }
.banner_bg .bnr_text { font-size: 25px; line-height: 25px; }
.banner_txt .read_more_link { padding:8px 13px; font-size:15px;  background-color: #ed1c24; border-color: #ed1c24; }
h1 { font-size:35px; }

.inner-banner-about {padding:75px 0;}

.quick_lnks_bg {margin-top:50px;}
.home_content_bg {height:auto;}

.applications {padding:35px 15px 0 15px;}

.qty_policy .img_left { width:100%; height:300px; }
.qty_policy .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
.qty_policy h3{ font-size:25px; margin-top:30px;}

.videos {padding:45px 10px;}
.vdocont {margin-bottom:30px;}

.qty_cont_inner {height:auto;}
.cont_process img {border-radius:300px; max-width:40%!important;}
.process p {font-size:18px;}
.contact .bodr {border-bottom:1px #999999 dashed!important;}

.home_products { width:100%; }
.home_content_bg h1{font-size: 25px;}
.home_products .slick-list { width:auto; margin-left:30px; }
.home_products li.slick-slide img { width:100%; display:block; }
.home_products li .home_product_list { width:178px !important }
.home_products li .product_img { height:auto; }
.home_products .slick-next { right:-20px; top:-15%; background-size: auto;   }
.home_products .slick-prev { left:120px; top:-15%;  background-size: auto;  }
.home_products li .home_product_list h5 { font-size:14px; padding:10px 3px; }
.home_products li h5 {margin-top:10px!important;}

.carimg {padding:0;}

.custom_prod {width:100%; margin-left:0; margin-top:10px; padding:15px 4px;}

.flowchart .uline {width:25%;}
.flowchart h3 {font-size:18px; line-height:24px;}
.flowchart p {font-size:14px; line-height:22px;}

<!--.logo_slider .slick-arrow{display: none!important;}
.logo_slider img{display: inline-block!important;}-->

.bg_inquiry {width:100%; padding:30px 15px; }
.bg_inquiry h3 {font-size:24px; line-height:28px; text-align:left;  color:#000; font-weight:400; margin:20px 0;}

.contact_hgt {height:auto;}
.mob_ico {width:20%;}
.mob_ico_cont {width:80%;}
.call {padding:20px 15px;}
.address {padding:20px 15px;}

.capabilities {height:600px; background-size:cover;}
.bg-capabilities {right:0%!important; left:0%; }
.card img {max-width:40%; width:40%;}
.card h3 {font-size: 45px;}
.card p {font-size: 13px;line-height: 15px; margin:auto;}

.infra_facilities p {width:100%;}

.quality_system  {width:100%; background-size:cover;  height:400px; }
.bg-quality_system {padding:30px 25px; right:2%; left:2%; top:10%;}
.bg-quality_system h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.bg-quality_system .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-quality_system p { font-size:15px; line-height:26px;}

.time_commitment  {width:100%; background-size:cover;  height:350px; }
.bg-time_commitment {padding:30px 25px; right:2%; left:2%; top:10%;}
.bg-time_commitment h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.bg-time_commitment .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-time_commitment p { font-size:15px; line-height:26px;}

.work_flow  {width:100%; background-size:cover;  height:330px; }
.bg-work_flow {padding:30px 25px; right:2%; left:2%; top:10%;}
.bg-work_flow h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.bg-work_flow .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-work_flow p { font-size:15px; line-height:26px;}

.scndblk-cont {margin-left:0;}
.ftrcont {float:none!important;}
.ftr_contact {margin-left:0px;}
.ftr_logo {display:none;}
}

@media only screen and (max-width: 480px) {
header {padding:10px 0;}
.bg_top {padding:5px 0;}
.logo img{margin:0; /*width:75%;*/}
.facolor {color:#fff;}
.mob_menu_btn {
    background-image: url(../images/mobile_menu_icon.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    border: none;
    margin-right: 0px;
}


.bg_white {padding:0px;}
.banner_bg {margin-top:3px!important;}
.banner_bg h3 { font-size: 16px; line-height:18px; /*margin-top:-85px;*/ }

.banner_bg .fade_slider .slick-next { display:none !important; }
.banner_bg .fade_slider .slick-prev { display:none !important;}
.banner_bg .bnr_text { font-size: 26px; font-weight:600; line-height: 30px; }
.banner_txt { padding:100px 0!important; }
.banner_txt .read_more_link { padding:7px 10px; font-size:14px;}
h1 { font-size:28px; }

.home_content_bg {padding:25px 0px; height:auto!important;}
.inner-content-bg {padding:35px 0px;}
.inner-content-bg p {font-size:15px; line-height:25px;}
.quick_lnks {top:0;}
.quick_lnks_bg {margin-bottom:10px;}
.quick_lnks_cont {padding:12px 0;}

.how-it-works {padding:35px 0; height: auto; min-height: auto; width: 100%; overflow: auto;}
.how-it-works h3 {font-size:18px; margin:25px 0;}
.howto-cont {height:auto!important;}
.howto-cont img {margin:0 15px 0 0;}
.howto-cont h5 {font-size:17px;}
.howto-cont p {font-size:14px;}
.our_services h3 {font-size:26px; font-weight:600;}
.our_services p {color:#fff;}
.qty_cont_inner {height:auto;}
.cont_process img {border-radius:300px; max-width:50%!important;}
.qty_policy h3 {margin-top:30px;}
.whyus h3 {margin-top:30px;}
.process p {font-size:18px;}
.contact_hgt {height:auto;}
.contact .bodr {border-bottom:1px #999999 dashed!important;}

.person {padding:20px 0px;}
.call {padding:20px 0px;}
.address {padding:20px 0px;}
.flowchart p {font-size:14px; line-height:22px;}
.mob_ico {width:20%;}
.mob_ico_cont {width:80%;}

.home_content_bg {padding:0px 15px;}
.home_content_bg h1 {font-size:20px;}
.ph-mail {text-align:center !important;  width:100%; padding:0px 5px; margin:0px; display:inline-block;}
.wcome h3 {font-size:18px!important;}
.wcome h4 {font-size:18px!important; line-height:26px;}
.wcome_cont {padding:25px 0px!important;}
.footer {padding:25px 15px !important;}
.footer .uline {width:15%; margin:5px 0 25px 0}
.footer li {  line-height:26px;}
.footer img {margin-bottom:15px; max-width:70%;}
.footer h5 {margin-top:20px;}
.footer a{text-align:center !important; }
.ftr_right{text-align:left !important; }
a.ftr{text-align:left !important; }
.cont-icon-inner {padding:20px 0px !important;}
.cont-icon-inner h1 {font-size:18px; font-weight:600;}
.cont-icon-inner .uline {margin-bottom:15px;}
.cont-icon-inner p {font-size:14px; line-height:22px; margin:10px 0 !important; width:100%; }
.cont-icon-inner h2 {font-size:16px; line-height:18px; font-weight:600;}
.caret {color:#fff !important}
.iconic img  {margin:25px 0;}

.txtbox {width:100%;}
.txtarea {width:100%;}
.navbar-toggle {margin:-30px 0 0 0;}
.careers_form { width:100%;}
.carimg {padding:0 0 20px 0;}
.logo_slider img {width:100% !important}

.bg_inquiry {width:100%;  padding:20px 0px; }
.bg_inquiry h3 {font-size:22px; line-height:25px; font-weight:500; width:100%;  color:#161f36; font-weight:500; margin-bottom:20px;}
.enqry_form { background: #FFFFFF; padding: 25px 25px; margin:35px 0 0 0;}
.enqry_form h3 {color:#5a5037; font-size:25px; line-height:35px;}
.enqry_form p { font-size:13px;}

.capabilities {height:600px; background-size:cover;}
.bg-capabilities {right:0%!important; left:0%; }
.card img {max-width:65%; width:65%;}
.card h3 {font-size: 45px;}
.card p {font-size: 11px;line-height: 15px; width:90%; margin:auto;}

.infra_facilities { padding:45px 0px;}
.infra_facilities h3 {font-size:22px;}
.infra_facilities p {width:100%; font-size:15px; line-height:28px;}
.infra_facilities li {font-size:15px; line-height:28px;}
.infra_facilities .uline {width:25%;}
.infra_facilities img {margin-bottom:15px;}
.infra_facilities_cont {padding:35px 0 0 0;}

.exper {padding:45px 0px;}
.exper_cont {margin-left:0px;}
.exper h4 {font-size:22px; color:#333; }
.exper .uline{ width:25%; margin-bottom:15px;}
.exper p {color:#494949; font-size:15px; font-weight:400; line-height:28px; width:100%;}
.exper img {margin-bottom:15px;}

.quality_system  {width:100%; background-size:cover;  height:600px; }
.bg-quality_system {padding:30px 25px; right:2%; left:2%; top:10%;}
.bg-quality_system h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.bg-quality_system .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-quality_system p { font-size:15px; line-height:26px;}

.time_commitment  {width:100%; background-size:cover;  height:500px; }
.time_commitment {padding:30px 25px; right:2%; left:2%; top:10%;}
.time_commitment h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.time_commitment .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.time_commitment p { font-size:15px; line-height:26px;}

.work_flow {width:100%; background-size:cover;  height:460px; }
.bg-work_flow {padding:30px 25px; right:2%; left:2%; top:10%;}
.bg-work_flow h3 { font-size:34px; line-height: 32px; letter-spacing:0; margin-bottom: 15px;}
.bg-work_flow .uline{ width:10%; height:1px; background:#fff; margin:10px 0; margin-bottom:15px;}
.bg-work_flow p { font-size:15px; line-height:26px;}

}




@media (min-width: 768px) and (max-width: 991px) {
h1 { font-size:30px; }
h2 { font-size:26px; } 
h3 { font-size:24px; } 
h4 { font-size:22px; } 
h5 { font-size:20px; } 
h6 { font-size:16px;  } 

.logo img { max-width:140px; }
.menu_right { }
header .navbar { margin-top:10px; }
header .navbar-nav { float:right; margin-top:10px;   }
header .navbar-nav > li { padding-left:5px!important; padding-right:5px!important; }
header .navbar-nav > li > a { font-size:12px!important; padding-right:0px; padding-left:2px; }


.col-bg1 h2{  font-size:20px;}
.col-bg1 p{font-size:14px; line-height:18px;}


.col-bg2 h2{  font-size:20px;}
.col-bg2 p{font-size:14px; line-height:18px;}


.col-bg3 h2{  font-size:20px;}
.col-bg3 p{font-size:14px; line-height:18px;}

/*.header_top #bs-example-navbar-collapse-1 { padding-left:0px; padding-right:0px;  }
.header_top .navbar-nav > li { padding-left:5px; padding-right:5px; }
.header_top .navbar-nav > li > a { font-size:11px; }

.header_section .navbar-nav > li { padding-right:8px!important;}
.header_section .navbar-nav > li > a { font-size:11px;padding-right:3px!important; }

.header_section #bs-example-navbar-collapse-2 { padding-left:0px; padding-right:0px;  }

*/.logo { width:100%; margin-top:10px; }
.menu{ float:right!important;}
/*.header_main_menu { padding-top:0px; }
navbar .collapse.navbar-collapse { padding-left:0px; padding-right:0px; }*/
.banner_bg {  padding-top:0px; }
.banner_bg ul.fade_slider .slick-list li { /*height:270px*/ } 
.banner_bg .fade_slider li { background-size:cover; }

.banner_bg { width:100%; height:auto; }
.banner_content p {font-size:15px; line-height:22px; width:100%;}
.banner_content .btn {font-size:15px; padding:5px 10px;}

.iconic img {width:50%;}
.iconic h3 {font-size:16px;}

.featured_product_bg { padding-top:30px; padding-bottom:30px; background-size:inherit; }
.featured_product_bg h3 { font-size:30px;  }
.featured_product_bg .industrial_solutions li { padding:10px; margin-left:8px; margin-right:8px; margin-bottom:15px; }
.featured_product_bg .industrial_solutions li { width: 210px !important; height:auto; min-height:240px; max-height:240px; }
.featured_product_bg .industrial_solutions li .img_bg { max-width:100%; }
.featured_product_bg .industrial_solutions li h5 { font-size:14px; line-height:18px;  }

.home_content_bg  { background:url(../images/bg-machineries-scroll.jpg) no-repeat; background:cover; padding:45px 0px; width:100%;}
.home_content_bg h1 { font-size:26px; color:#212121; font-weight:600;  text-align:center; text-transform:none; }
.home_content_bg .uline {width:15%; background: #FFCC66; height:1px; margin:10px auto;}
.home_products { width:650px !important; margin:auto;  }
.home_products li { text-align:center; width:200px !important;  display:block; }
.home_products li .industrial_list { text-align:center; }
.home_products li.slick-slide img { display:inherit; width:100% !important }
.home_products li .product_img { height:auto;}

.home_products .slick-prev { background-image:url(../images/home_slider_left_arw.png); background-position:top; background-repeat:no-repeat; border:none; background-color:transparent; width:28px; height:55px; position: absolute; left: -40px; top: 25%; }

.home_products .slick-next { background-image:url(../images/home_slider_right_arw.png); background-position:top; background-repeat:no-repeat; border:none; background-color:transparent; width:28px; height:55px; position: absolute; right: -20px; top: 25%; }

.home_products .slick-prev:hover, .home_products .slick-next:hover { background-position:bottom; }
.home_products .slick-list { transform: translate3d(0px, 0px, 0px);  margin: auto; }

.home_products li .industrial_list:hover { text-decoration:none; }

.home_products li .industrial_list:hover .product_img { border:none; }

.inner-content-bg h1{ font-size:28px;}
.col-bg img { max-width:45px; }
.col-bg h2 { margin-top:10px;  margin-bottom:15px; font-size: 23px;  }
.cont-icon .col-lg-4.col-md-4.col-sm-12 { margin-bottom:40px;  }
.col-bg p { font-size: 14px; line-height: 25px; }

.welcome-more { display: inline-block; }
.home-content-bg p { font-size: 14px; }
.home-content-bg li { font-size: 14px; }
.why_content { margin-bottom:25px; }
.products_content { padding-top:20px;  }

.featured_product_bg { padding-top:15px; padding-bottom:15px; }
footer { padding-bottom:0px; }
.footer p { font-size:14px; }
.copyright { font-size:13px; }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) 
{



}

@media only screen and (max-width: 767px) {
h1 { font-size:25px; }
h2 { font-size:24px; } 
h3 { font-size:22px; } 
h4 { font-size:20px; } 
h5 { font-size:18px; } 
h6 { font-size:16px;  } 

.mob_menu_btn { background-image:url(../images/mobile_menu_icon.png) !important; background-repeat:no-repeat; background-position:center; width:26px; height:20px;  border:none; margin-right:0px; border-radius:0px!important; }

.mob_menu_btn span { display:none !important;  }

.logo { width:55%; }

.socialmedia {margin-top:-70px; margin-right:34px;}

header .navbar { position:absolute;  z-index:99999;  }
.navbar-collapse{  background-color:#fff;}
.nav.navbar-nav {  background-color:#fff);/*background-color:#000;*/ margin-top:1px; margin-right:0px; margin-left:0px; text-align:left; }
.navbar #bs-example-navbar-collapse-1 { padding-left:0px; padding-right:0px; }
header .navbar-nav li ul { border-top:1px solid #e5e5e5 !important;  }
header .navbar-nav > li, header .navbar-nav > li > ul > li  { border-bottom:1px solid #e5e5e5; text-align:left;  }
header .navbar-nav > li > ul > li:last-child { border:none; }
header .navbar-nav > li:last-child { border-bottom:none;  }
header .navbar-nav > li { padding-left:0px; padding-right:0px; }
.navbar-nav .open .dropdown-menu {  background-color:#fff;/*background-color:#ae1019;*/ display:block; overflow:visible!important; }
.navbar-default .navbar-nav .open .dropdown-menu > li { border-bottom:1px solid #e5e5e5;  display:block; overflow:visible!important; }
.navbar-nav > li > .dropdown-menu { border-radius:0px; padding-top:0px; padding-bottom:0px; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color:#555 !important; font-weight:300!important;  display:block; overflow:visible!important; }
header .navbar-nav > li.dropdown.open { border-bottom:0px; display:block; overflow:visible!important;  }
.dropdown_icon { background-image:url(../images/mob_dropdown_icon.png); background-repeat:no-repeat; float:right; margin-top:8px; margin-right:15px; background-position:left; width:14px; height:8px; margin-left:5px; display:inline-block; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { border-bottom:none; background-color:#fff; color:#fff !important; }
header .navbar-nav > li > a { padding:10px 10px; color:#fff!important; border-bottom:0px; font-size:12px;  }
header .navbar-nav li ul li a { padding:10px 20px !important; color:#fff !important; border-bottom:0px;  display:block; overflow:visible!important;  }
header .navbar-nav li:hover a { color:#fff !important; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {  background-color:#8e8934;  display:block; overflow:visible; }
header .navbar-nav > li > a:hover, header .navbar-nav > li > ul > li > a { color:#23382d !important; display:block; overflow:visible!important; background-color:#8e8934; }
.navbar {/*float:none !important;*/ margin: auto !important; min-height: inherit; width: 100%;  }
header .navbar-nav > li.active a { background-color:#003399!important; }
header .navbar-nav li a .caret { margin-top:7px; float:right; margin-left:0px;  border-left: 7px solid rgba(0, 0, 0, 0); border-right: 7px solid rgba(0, 0, 0, 0);
 border-top: 8px dashed; }
 a.brochure{ float: none; margin: 5px ;}
 a.brochure1{ float: none;  margin: 5px ;}
 .ph-mail{margin: 15px 15px 15px;}
.right_mob { /*float:right;*/ width:100%;  }
.mob_menu_btns { margin-top:45px !important; }
.banner_bg { height:160px; padding-top:0px; }
.banner_content p {width:60%; line-height:24px;}
.banner_content span {font-size:20px;}
.banner_content .btn {padding:5px 10px;}
.banner_bg .bnr_text {width:100%; font-weight:400;}
inner-banner-about {height:140px;}
inner-banner-about h1 {font-size:18px; line-height:22px; margin-top:5%; width:100%;}

.how-it-works h4 {font-size:18px; line-height:24px;}
.our_services {padding:45px 0!important;}
.our_services h3 {font-size:28px;}
.our_services h4 {margin-bottom:0;}
#slider, #slider div.sliderInner { height:160px; }
#sliderFrame { width:100%; }
#slider, #slider div.sliderInner { width:100%; }
#slider {
    background-position: center top !important;
    background-size: 100% !important;
}
.mc-caption-bg, .mc-caption { display:none!important; }
#slider div.mc-caption{
display:none!important;
}

.col-bg img { max-width:45px; }
.col-bg h2 { margin-top:10px;  margin-bottom:15px; font-size: 23px;  }
.cont-icon .col-lg-4.col-md-4.col-sm-12 { margin-bottom:40px;  }
.col-bg p { font-size: 14px; line-height: 25px; }

.home-content-bg p { font-size: 14px; }
.home-content-bg li { font-size: 14px; }
.why_content { margin-bottom:25px; }
.products_content { padding-top:20px;  }

.featured_product_bg { padding-top:15px; padding-bottom:15px; }

.right_mob { float:right; width:100%; }
.banner_bg {  padding:0px 0px; overflow:hidden; position:relative; margin-top:0px;}
.banner_bg ul.fade_slider .slick-list li {  } 
.banner_bg .fade_slider li { background-size:cover; background-repeat:no-repeat; background-position:center center;}

.product_category_mob { background-color:#ee1c25; color:#fff; font-size:16px; width:100%; margin-left:0px; margin-right:0px; text-align:left; }
.product_category_mob span.add_class { font-size:35px; float:right; }
.product_categories { display:none; }
.product_categories li a { font-size:14px; }

.logo_mob_left  { text-align:center; }

.logo_slider{margin-top: 20px;}
.logo_slider img{padding: 0px 25px; margin:0 auto;}
.logo_slider .slick-arrow{position: absolute;top: 45%;}
.logo_slider .slick-prev{
	background: url(../images/logoleft_arrow.png) no-repeat;
	width: 10px;
	height: 42px;
	border: 0px;
	position: absolute;
	left: 0px;
}
.logo_slider .slick-next{
	background: url(../images/logoright_arrow.png) no-repeat;
	width: 10px;
	height: 42px;
	border: 0px;
	position: absolute;
	right: 0px;
}

.whyus li {font-size:15px; line-height:26px;}

.featured_product_bg { background-size:inherit; }
.featured_product_bg h3 { font-size:25px;  }
.featured_product_bg .industrial_solutions li { padding:10px; margin-left:15px; margin-right:15px; margin-bottom:15px; }
.featured_product_bg .industrial_solutions li { width: 250px !important; height:auto; min-height:265px; max-height:265px; }
.featured_product_bg .industrial_solutions li .img_bg { max-width:100%; }
.featured_product_bg .industrial_solutions li h5 { font-size:14px; line-height:18px;  }
.home-content-bg { padding-bottom:30px; }
.footer { text-align:left; padding:40px 35px;}
.footer h5 {margin:20px 0 0 0;}
.txtbox { color:#fff !important; }
.txtarea { color:#fff !important; }
.btn-sub { margin-top:10px; }
.wcome_say { margin-top:20px;  }
.contact_address { margin-top:20px; }
.footer p { font-size:14px; }
a.mail, .phone, .mobile { font-size:14px; }
.copyright { text-align:left; font-size: 13px;  }
.copyright .col-lg-3.col-md-3.col-sm-3.col-xs-12 { float:none; display:inline-block;  }
.all_rights { display:block;  }

.socialmedia {margin-top:-65px; margin-right:37px;}

.home-left-content-bg { width:100%; margin-top:30px!important; margin-left:10px;}

.inner-content-bg h1{ font-size:24px;}
.inner-content-bg .uline {width:100%;}
.inner-content-bg p{ font-size:16px; line-height:18px;}
.inner-content-bg li{ font-size:16px;}
.inner-content-bg h3{ font-size:20px;}
.inner-content-bg h4{ font-size:16px;}
.banner_bg { width:100%; height:auto; }
#slider, #slider div.sliderInner { height:160px; }
#sliderFrame { width:100%; }
#slider, #slider div.sliderInner { width:100%; }
#slider {
    background-position: center top !important;
    background-size: 100% !important;
}
.mc-caption-bg, .mc-caption { display:none!important; }
#slider div.mc-caption{
display:none!important;
}




.col1-bg{ background:url(../images/col1-bg.jpg) repeat; width:100%; float:left; border-top:12px solid #3a6b17; height:150px;}
.col1-bg-icon{ margin-top:16px;}
.col1-bg img{ margin-top:5px; margin-bottom:5px;}
.col1-bg h2{   color:#e2be2a; text-align:center; font-size:18px;}
.col1-bg p{ color:#e2be2a; text-align:center; font-size:13px; padding:5px 15px;}


.col2-bg{ background:url(../images/col2-bg.jpg) repeat; width:100%; float:left; border-top:12px solid #689622; height:150px;}
.col2-bg img{ margin-top:5px; margin-bottom:5px;}
.col2-bg h2{   color:#e2be2a; text-align:center; font-size:18px;}
.col2-bg p{ color:#e2be2a; text-align:center; font-size:13px; padding:5px;}

.col3-bg{ background:url(../images/col3-bg.jpg) repeat; width:100%; float:left; border-top:12px solid #4e7c00; height:150px;}
.col3-bg img{ margin-top:5px; margin-bottom:5px;}
.col3-bg h2{  color:#e2be2a; text-align:center; font-size:18px;}
.col3-bg p{ color:#e2be2a; text-align:center; font-size:13px; padding:5px;}

.inner-content-right{ margin-top:20px;}
.inner-content-right img{ margin-bottom:15px;}
.copyright {padding:45px 0;}
.copyright h5 {margin:15px 0!important;}
.contact_us_form .contact_us_text{ color:#fff; font-size:13px; float:left; margin-top:30px; height:0px;}
.contact_us_form .textbox{  font-size:13px; height:40px; }
.contact_us_form .textarea{ font-size:13px; width:300px; height:50px;  }
}

@media only screen and (max-width: 480px) {

.menu li{ font-size:11px;}
.mob_menu_top { padding-left:0px; padding-right:0px;  }
.logo_mob_left { padding-left:0px; padding-right:0px; }

.header_section .navbar { top:15px; }
.banner_bg { background:#fff; }
.banner_bg ul.fade_slider .slick-list li {  }
.banner_bg .bnr_text { font-size:30px; line-height:31px; letter-spacing:-1px; width:83%!important; font-weight:600;}
.home-left-content-bg {  width:100%; margin-top:30px!important; margin-left:10px;}
.wcome .img_left { width:100%; height:200px; margin-bottom:30px; }
.iconic img {max-width:50% !important;}

.whyus li {font-size:15px; line-height:26px;}

.abt-cont {padding:0px;}
.abt-cont p {font-size:16px; width:100%;}
.abt-cont h2 {font-size:18px !important; line-height:32px;}

.qty-cont h3 {font-size:24px !important; font-weight:400; line-height:32px;}
.qty-cont p {font-size:16px; width:100%; line-height:26px;}

.solutions {padding:0px;}
.wcome {padding:0px;}
.wcome h3{font-size:28px !important; line-height:32px;}
.wcome .uline {width:35%;}

.logo_slider {width:287px; margin:0 auto;}
.logo_slider img {width:190px !important; display:block; margin:0 auto; border:1px #CCCCCC solid;}


.ph-mail {margin:-10px; padding:0px 65px; font-size:12px;}
.ph-mail a {font-size:12px;}

.socialmedia {margin-top:0px; margin-right:97px;}

.our_services {padding:35px 0px;}
.btn-sub {padding:10px 20px; font-size:14px; margin-bottom:20px;}
.bg_inquiry p {font-size:16px; width:100%; font-weight:400; margin:5px 0;}

.copyright a {font-size:14px; font-weight:400; margin:0 3px;}

.home_products .slick-prev {left:0;}
.home_products .slick-next {right:0px;}
.copyright h5 {margin:30px 0 0 0;}
}



@media (max-width: 767px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;  background-color:rgba(34,40,96,0.9);
  }
  
  
  header .navbar-nav li.megamenu_head ul.dropdown-menu { padding-top:0px; padding-bottom:10px;  }
  header .navbar-nav li.megamenu_head ul li  { padding-left:0px; padding-right:0px; }
  .nav > li.megamenu_head ul li a { color:#fff !important;   background-color:rgba(34,40,96,0.9); }
  header .navbar-nav li.megamenu_head ul li.divider { display:none; }
  header .navbar-nav li.megamenu_head ul.dropdown-menu {  background-color:rgba(34,40,96,0.9); }
  .nav > li.megamenu_head ul { border-top:none !important; }
  .nav > li.megamenu_head ul li.dropdown-header { padding-left:20px !important; margin-top:0px; padding-top:10px !important; padding-bottom:10px !important; }
  header .navbar-nav li.megamenu_head ul li a { padding:3px 20px !important; }
  
  .wcome .img_left { width:100%; height:300px; margin-bottom:30px; }

}
/*table hover 15-12-16*/

.rg-image {
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img {
	max-height:100%;
	max-width:100%;
}
.rg-caption {
	position: absolute;
	bottom:0px;
	width: 100%;
	padding: 15px 0px;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.7);
}
.rg-caption p {
	font-size:14px;
	line-height:16px;
	padding:0 15px;
	
	margin:0px;
}
.rg-view { display:none; }
.rg-view a {
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover { opacity:1.0; }
.rg-view a.rg-view-full { background-position:0px 0px; }
.rg-view a.rg-view-selected {
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs { background-position:0px -16px; }
.rg-loading {
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/********************/
.rg-gallery { background-color:#705b60; padding-top:20px; }
.rg-image-wrapper {
	max-width:600px;
	margin:auto;
}
.rg-thumbs { }
.rg-image-wrapper { position:relative; }
.es-carousel ul {
	margin: 0px;
	padding: 0px;
}
.rg-image-nav a {
	position:absolute;
	top:0px;
	left:0px;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next {
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover { opacity:0.8; }

.text{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:280px; line-height:20px; margin-bottom:10px;
font-size: 14px;color:#333333;}
.text2{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:180px; line-height:20px;  margin-bottom:10px;
font-size: 14px;color:#333333;}
.textarea{ border:1px solid #c3c1c1; border-radius:3px; padding:10px; width:280px; height:100px; line-height:20px; font-size:14px; margin-bottom:10px;font-size: 14px;color:#333333;}
.submit{ background:#ff861c; width:80px; height:35px; float:left; border:0px; cursor:pointer; color:#FFF; border-radius:3px;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.submit:hover {background:#222860; color:#FFFFFF;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.career-heading{ color:#fff; padding:10px; font-size:15px;}
.star {color: #CC0000!important; font-size:13px!important; }

.select1 select { background: transparent;width:280px;  font-size: 14px; line-height: 1; border: 0; border-radius: 0;  border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor:pointer;  padding:5px; margin-bottom:10px; padding-top:7px!important;}

.select1 { overflow: hidden;  background: url(../images/arrow-mark.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:280px;  padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  font-size: 14px;cursor:pointer;  padding:5px; margin-bottom:10px;padding-top:7px!important;}

.select2 select { background: transparent;width:180px;  font-size: 14px; line-height: 1; border: 0; border-radius: 0;  border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor:pointer;  margin-bottom:10px;padding-top:5px!important;}

.select2 { overflow: hidden;  background: url(../images/arrow-mark.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:180px;  padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  font-size: 14px;cursor:pointer;  /*padding:10px;*/ margin-bottom:10px;padding-top:5px!important;}




	

.bg-cont {padding:30px 0px;}


}

/*Contact-us form*/
.contact_us_form {width:100%; background:#FFFFFF; margin:25px 0px;} 
.contact_us_form .contact_us_text{ color:#333; font-size:16px;}
.contact_us_form .contact_us_text span{ color:#f30b21; font-size:12px; }
.contact_us_form .textbox{ border:1px solid #dedede; background:transparent; color:#fff; font-size:14px; width:100%; height:40px; border-radius:3px; margin-bottom:10px; padding:5px;}
.contact_us_form .textarea{ border:1px solid #dedede; background:transparent; color:#fff; font-size:14px; width:100%; height:120px; border-radius:3px; margin-bottom:10px; padding:5px;}

.contact_us_form .submit_btn{background-color:#333; color:#fff; font-size:16px; padding:10px 30px;  text-transform:uppercase;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; border:none;   }

.contact_us_form .submit_btn:hover { text-decoration:none; background-color:#f55415;  color:#fff; }



.touch { position:relative;}
.getin {position:absolute; top:-20px; left:50px;}



.testimonials {width:100%; height:auto; padding:0px 25px 0px 0px; margin-bottom:15px;}
.testimonials p {font-size:16px; color:#b7b7b7; font-weight:normal; line-height:30px; text-align:left; margin:20px 0px;}

.testimonials .fade_slider li:hover, .banner_bg .fade_slider li:focus { outline:none; }
.testimonials .slick-dots {margin: auto; position: absolute; text-align: left; width: 100%;}
.testimonials .slick-dots li { display:inline-block; padding-left:5px; padding-right:5px;  }
.testimonials .slick-dots li .sliders_dots { width:13px; height:13px; background-color:#4d4c4c; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border:none;display:block;  }
.testimonials .slick-dots li.slick-active .sliders_dots { background-color:#0491d5;display:block;}
.testimonials .slick-prev { background-image: url(../images/previous-arrow-mark.png); background-position:bottom; background-repeat:no-repeat; border:none; background-color:transparent; width:30px; height:30px; position: absolute!important; left: 20px; top: 45%; z-index:9999; display:none!important; }
.testimonials .slick-next { background-image: url(../images/next-arrow-mark.png); background-position:bottom; background-repeat:no-repeat; border:none; background-color:transparent; width:30px; height:30px; position: absolute!important; right: 20px; top: 45%;  display:none!important;}

.plan {margin:15px 0px;}

.wcome img {margin:15px 0;}
.prod {margin:15px 0px;}

.modal-title h4 {font-size:18px; color:#212121 !important; line-height:26px;}
.modal-title h4 spam {color:#FFCC00 !important;}

.login {background: url(../images/bg-login.jpg) no-repeat; background-size:cover;  width:100%; padding:25px 0px;}
.login h2 { font-size:35px; text-align:center; color:#FFFFFF; font-weight:600;}
.login-btn {background-color:#fff; color:#000; font-size:15px; text-transform:uppercase; padding:12px 40px;   text-transform:uppercase; display:inline-block; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; margin-bottom:10px; }
.login-btn:hover { text-decoration:none; background-color:#000; color:#fff; }

.joining {background:#322e45; padding:10px;}
.joining h3 { font-size:25px; text-align:center; color:#FFFFFF; font-weight:600;}
.joining h3 span {color:#FFCC00;}

/* I Phone Landscape */


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

header .navbar-nav {margin-top:0;}
header .navbar-nav > li > a { font-size:12px; font-weight:400;}
.inner-banner-about {height:175px;}
.inner-banner-about h1 {margin-top:45px;}
.banner_bg {height:325px!important; display:block;}
.banner_bg h3 {font-size:18px;}
.banner_bg .bnr_text {font-size:32px; line-height:45px;}
.banner_txt {padding-top: 50px!important;}
.team_cont img {margin-bottom:35px!important;}
.infra_cont_inner {height:auto;}
.bg_inquiry h3 {font-size:24px; color:#000000; margin-bottom:25px;}
.qty_cont_inner {height:auto;}
.home_content_bg {height:700px;}
.quick_lnks_bg {margin-bottom:10px;}

.capabilities {height:600px; background-size:cover;}
.bg-capabilities {right:0%!important; left:5%; width:90%;}
.card img {max-width:40%; width:40%;}
.card h3 {font-size: 45px!important;}
.card p {font-size: 13px; line-height:8px; width:90%!important; margin:auto;}
}


/* Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 768px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

header .navbar-nav {margin-top:0;}
header .navbar-nav > li > a { font-size:15px; font-weight:400;}
.inner-banner-about {height:175px;}
.inner-banner-about h1 {margin-top:45px;}
.banner_bg {height:325px!important; display:block;}
.banner_bg h3 {font-size:18px;}
.banner_bg .bnr_text {font-size:32px; line-height:45px;}
.banner_txt {padding-top: 50px!important;}
.team_cont img {margin-bottom:35px!important;}
.infra_cont_inner {height:auto;}
.bg_inquiry h3 {font-size:24px; color:#000000; margin-bottom:25px;}
.qty_cont_inner {height:auto;}
.home_content_bg {height:270px;}
.quick_lnks_bg {margin-bottom:10px;}
.quick_lnks_cont {padding:15px 10px;}

.capabilities {height:600px; background-size:cover;}
.bg-capabilities {right:0%!important; left:0%;}
.card img {max-width:40%; width:40%;}
.card h3 {font-size: 25px;}
.card p {font-size: 13px; line-height:8px; width:90%!important; margin:auto;}
}
