@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'OpenSans-Regular';
    color: #717171;
    font-size:16px;
    background-color:#fff;
    -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;
    line-height:24px;
}
html {
    width: 100%;
    height: 100%;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
b{
	font-family: 'Roboto-Bold';
	font-weight:normal;
	color:#000;
	}
p{
	color: #222;
    line-height:27px;	
	}
.m-top{
	margin-top:20px;
	}
.m-top2{
	margin-top:40px;
	}
.row-box{
	width:100%;
	float:left;
	clear:both;
}
.mbt{
	margin-top:0;
	margin-bottom:20px;
}
/*---- header ----*/
section{
	float:left;
	width:100%;
	clear:both;
	}
.padding{
	padding:50px 0;
	}
.padding-sm{
	padding:25px 0;
	}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	clear: both;
}
.navbar-brand {
    height: auto;
    padding: 0 15px;
}
.banner .item2 .carousel-caption{
	 right: 0;
	left: 0;
	padding-bottom: 30px;
	text-shadow: none;
	bottom: 60px;
}
#carousel-example-generic img{
	width:100%;
}
.banner .item2 .carousel-caption img {
    width:500px;
    float: right;
}
.banner .item2 .carousel-caption .left{
	float:left;
	max-width: 520px;
    text-align: left;
}
.banner .item2 .carousel-caption h1{
	line-height: 60px;
}
.banner img.main{
	width:auto;
	height:100%;
}
.banner h1{
	font-size:40px;
	font-family: 'Oswald-Bold';
	color:#333333;
	text-transform:uppercase;
	margin-bottom: 31px;
}
.banner h1 span{
	color:#007ab9;
}
.carousel-caption{
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.banner .main{
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
}
.banner .carousel-caption {
	right:4%;
	left: auto;
	padding-bottom: 30px;
	text-shadow: none;
	bottom:auto;
	top:1%;
	max-width:750px;
}
.banner .carousel-caption p{
	margin-bottom:30px;
}

#carousel-example-generic .carousel-control .glyphicon-chevron-left, #carousel-example-generic .carousel-control .glyphicon-chevron-right, #carousel-example-generic .carousel-control .icon-next, #carousel-example-generic .carousel-control .icon-prev{
	background-color: #333;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	padding: 3px;
	text-align: center;
}
.banner .carousel-control{
	width: 8%;
}
.banner .carousel-inner {
    height: 100%;
}
.banner .carousel, .banner .item, .banner .active {
    height: 100%;
}
.top-none .navbar-default{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
	}
/*---- slider ----*/
/* Animation delays */

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: none;
	width:auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width:auto;
	}

/*---- carousel-fade ----*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*---- carousel-close ----*/
.cd-top {
    bottom:0;
    color: #FFFFFF;
    display:inline-block;
    font-size: 12px;
    line-height: 0;
    padding: 0;
    position:absolute;
    right:0px;
	left: 0;
    width: 144px;
    margin: 0 auto;
    text-align: center;
    z-index: 9999;
	visibility: visible;
  opacity:1;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top  i.fa{
	font-size:25px;
}
.cd-top img{
	vertical-align: inherit;
	width: 71px;
	}
.cd-top:hover{
	color:#fff;
	}
.cd-top:focus{
	color:#FFF;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:1 
}
.header-top{
	float:left;
	width:100%;
	padding: 7px 0;
}
.logo{
	float:left;
}
.header-top-right{
	float:right;
	margin-top: 15px;
}
.navbar-brand{
	display:none;
}
.breadcrumb {
padding: 0;
list-style: none;
background-color: #f5f5f500;
border-radius: 4px;
width: 100%;
margin: 0;
}
.nav > li > a {
    display: inline-block;
}
.navbar-inverse {
    background-color:#333333;
    border-color: #333333;
    clear: both;
	border-radius: 0;
	margin-bottom: 0;
}
.header-top-right a{
	float:left;
}
.header-top-right .fa{
	font-size: 29px;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: 2px solid #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 9px;
}
.right-icon{
	float:right;
	margin-left: 8px;
}
.right-icon i{
	font-size:14px;
	color:#777;
	font-family: 'Roboto-Light';
	font-style:normal;
}
.right-icon b{
	float:left;
	width:100%;
	color:#333;
}
.header-top-right .fa-envelope{
	font-size: 25px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-size: 15px;
	padding:15px 35px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #007ec4;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
	color: #007ec4;
    background-color: transparent;
}
.section1{
	background-color:#007ec4;
}
.section1 p{
	color:#fff;
	text-align: justify;
}
.section1 p b{
	color:#fff;
}
h2{
	font-size: 32px;
	color: #007ec4;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 10px;
}
.section1 h2{
	color:#fff;
}
h2 small{
	font-family: 'Roboto-Light';
	font-size:36px;
	color:#fff;
}

.btn-primary{
	background-color:#fff;
	font-family: 'Roboto-Bold';
	color:#333;
	text-transform: uppercase;
	font-size:15px;
	padding:10px 20px;
	border-radius: 4px;
    border: 0;
}
.btn-primary:hover{
	background-color:#000;
	color:#fff;
}
.btn-danger{
	background-color:#9c9ea1;
	font-family: 'Roboto-Bold';
	color:#fff;
	text-transform: uppercase;
	font-size:15px;
	padding:10px 20px;
	border-radius: 4px;
    border: 0;
}
.btn-danger:hover{
	background-color:#007ec4;
	color:#fff;
}
.video-round{
	background-image:url(../images/video.png);
	background-repeat:no-repeat;
	height:240px;
	width:240px;
	border-radius:50%;
	display:block;
	background-size: 240px;
	vertical-align: middle;
    padding-top: 92px;
	text-align: center;
	border:3px solid #fff;
}
.video-round .fa{
    color: #fff;
    background:rgba(51, 51, 51, 0.69);
    border-radius: 50px;
    padding: 18px;
    height:60px;
    width:60px;
    font-size: 25px;
    text-align: center;
}
.video-round .fa:hover{
	background:#000;
}
#video .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
#video .modal-header .close {
    padding: 0 10px;
    padding-top: 4px;
    padding-right: 13px;
	font-size: 26px;
}
.triangle-up{
	width: 30px;
	height: 30px;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
	border-bottom: 37px solid #007ec4;
	position: absolute;
	display: block;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.triangle-up:hover{
	border-bottom: 37px solid #333;
}
.triangle-up .fa{
    float: left;
    padding: 7px;
    margin-left: -15px;
    margin-top: 7px;
    color: #fff;
}
/* .machine .panel-body { */
	/* max-height:650px; */
	/* overflow:hidden; */
/* } */
.machine .panel-body .item img{
	margin:0 auto;
}
.products .item{
	text-align:center;
	position:relative;
	max-width:700px;
	margin:0 auto;
}
.products .item p{
	font-family:arial;
	color:#111;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
}
.products .item a{
	position:absolute;
	top:45%;
	left:0;
	z-index:0;
	right:0;
	max-width:131px;
	background-color:#007ec4;
	margin:0 auto;
	color:#fff;
	 transform: scale(0);
     -webkit-transform: scale(0);
	     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products .item a:hover{
	background-color:#333;
}
.products .item:hover a{
	 transform: scale(1);
     -webkit-transform: scale(1);
}
.products .item img{
	max-width:700px;
	margin: 0 auto;
	border: 1px solid #ddd;
    border-radius: 4px;
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products .item:hover img{
	border-color:#007ec4;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	opacity: 0.8;
}
#products h3{
	margin-top: 5px;
    margin-bottom: 21px;
}
.owl-controls{
	position: absolute;
	top:45%;
	float: left;
	width: 100%;
	z-index:-1;
}
.owl-controls .owl-prev{
	float: left;
	margin-left: -30px;
    padding: 5px;
}
.owl-controls .owl-next{
	float:right;
	margin-right: -30px;
	padding: 5px;
}

.owl-controls .fa{
	font-size: 37px;
	color:#c9c9c9;
}
h3{
	font-size:20px;
	font-family: 'Roboto-Bold';
	color:#333;
	text-transform:uppercase;
	line-height: 27px;
	margin-top:5px;
}
.featured{
	border-top:4px solid #9c9ea1;
}
.featured ul{
	list-style-type:none;
	padding-left: 0;
	text-align: center;
}
.featured ul li{
  margin: 0px 1px;
  display: inline-block;
}
.featured ul li a{
   float:left;
   background-color:#9c9ea1;
   font-family: 'OpenSans-Bold';
   color:#fff;
   text-transform: uppercase;
   padding:5px 10px;
   font-size: 15px;
}
.featured ul li a:hover{
	background-color:#007ec4;
}
.clients{
	background-image:url(../images/clients-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.clients .owl-controls{
	position: relative;
	width: 51px;
	margin: 0 auto;
	float: none;
	padding-top: 25px;
}
.clients .owl-controls .owl-prev{padding:0; width: 0; height: 0; border:25px solid transparent; border-bottom-color:#9c9ea1; position: relative; top: -20px; } 
.clients .owl-controls .owl-prev:after{ content: ''; position: absolute; left: -25px; top: 25px; width: 0; height: 0; border: 25px solid transparent; border-top-color:#9c9ea1; }
.clients .owl-controls .owl-next{padding:0; width: 0; height: 0; border:25px solid transparent; border-bottom-color:#9c9ea1; position: relative; top: -20px; } 
.clients .owl-controls .owl-next:after{ content: ''; position: absolute; left: -25px; top: 25px; width: 0; height: 0; border: 25px solid transparent; border-top-color:#9c9ea1; }
.clients .owl-controls .owl-prev:hover, .clients .owl-controls .owl-next:hover{
	opacity:0.5;
}
.clients .owl-controls .owl-prev .fa{
	position: absolute;
	z-index: 999;
	top:10px;
	left: -7px;
}
.clients .owl-controls .owl-next .fa{
	position: absolute;
	z-index: 999;
	top:10px;
	right: -7px;
}
.clients .owl-controls .fa {
    font-size:28px;
    color: #fff;
}
.clients .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
footer{
	background-color:#2f2f2f;
	float:left;
	width:100%;
	position:relative;
	padding: 30px 0;
}
footer .container{
	max-width:1000px;
}
.footer-bottom{
	background-color:#222222;
}
footer p{
	color:#b2b2b2;
	font-size:14px;
	line-height: 24px;
	
}
footer p a{
	color:#b2b2b2;
}
footer p a:hover{
	color:#fff;
}
footer ul{
	list-style-type:none;
	padding-left:15px;
}
footer ul.list2 {
    padding-left: 1px;
}
footer ul li{
	float:left;
	width:50%;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	padding-left: 12px;
    background-position: left top 8px;
	margin-bottom: 6px;
}
footer ul li a{
	font-size:14px;
	color:#b2b2b2;
}
footer ul li a:hover{
	color:#fff;
	padding-left:5px;
}
footer b{
	color:#fff;
}
.con-icon .fa{
	float:left;
	margin-top: 4px;
	color:#fff;
	font-size: 20px;
    width: 20px;
}
.con-icon .fa-envelope{
	 font-size:17px;
}
.con-icon p{
	float: left;
	width:90%;
	margin-left: 10px;
	line-height: 22px;
}
footer h4{
	font-family: 'Roboto-Bold';
	color:#fff;
	position:relative;
	margin-bottom: 28px;
	margin-top: 0;
}
footer h4::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 80px;
    z-index:1;
    background-color: #007ec4;
}
.social-icons a{
	background-color:#222222;
	padding:8px;
	height:40px;
	width:40px;
	float:left;
	margin:4px;
	text-align:center;
	border-radius:50px;
}
.social-icons a .fa{
	color:#fff;
}
.footer-bottom p{
	color:#b2b2b2;
	font-size:14px;
	margin-top:10px;
}
.inner-banner{
	position:relative;
	width: 100%;
clear: both;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.inner-banner h1{
	position:absolute;
	top:auto;
	left:0;
	right:0;
	margin:0;
	font-family: 'Roboto-Bold';
	font-size:30px;
	color:#007ec4;
	text-align:center;
	text-transform:uppercase;
	align-self: center;
	-ms-flex-item-align: center;
	
}
.inner-banner img{
	opacity: 0.4;
}
.product-tab{
	background-color:#fafafa;
}
.product-tab b{
	float:left;
	width:100%;
	font-size:18px;
	color:#333;
	margin-bottom: 30px;
	line-height: 30px;
}
.select-style {
	width: auto;
	border-radius: 3px;
	overflow: hidden;
	background: #007ec4 url("../images/icon-select.png") no-repeat 97% 50%;
	color: #fff;
	font-family: 'OpenSans-Bold';
	display: inline-block;
	margin:30px 0;
	padding-right:30px;
}

.select-style select {
    padding:12px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
.product-tab .table-bordered > thead > tr > th{
	font-size:14px;
	font-family: 'Roboto-Bold';
	background-color:#555555;
	color:#fff;
	font-weight: normal;
}
.product-tab .table-bordered > thead > tr > th, .product-tab .table-bordered > tr > td{
	border: 1px solid #888;
}
.product-tab .table-bordered {
    border: 1px solid #555;
	background-color: #fff;
	margin-bottom: 0;
}
.product-tab .table-bordered > tbody > tr > td{
	border:1px solid #cecece;
	color:#333;
	font-size:14px;
	padding: 12px 8px;
}
.form-control {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    height:45px;
    box-shadow: none;
    margin-bottom: 20px;
}
.contact-page h2{
	font-size: 24px;
	text-transform:capitalize;
	color: #333;
}
.contact-page .con-icon .fa {
    float: left;
    margin-top: 4px;
    color: #333;
    font-size: 20px;
    width: 20px;
}
.blue_bg{
	float:left;
	width:100%;
	padding:20px;
	background-color:#f6f6f6;
}
.white_bg{
	float:left;
	width:100%;
	padding:20px;
	border:1px solid #f6f6f6;
	margin-bottom: 30px;
}
.contact-page  .con-icon{
	margin-bottom:20px;
}
.profile p{
	font-size:15px;
}
.gray-bg{
	background-color:#fafafa;
}
ul.list-check{
	list-style-type:none;
	padding-left: 0;
}
ul.list-check li{
	background-image:url(../images/list-check.png);
	background-repeat:no-repeat;
	padding-left: 27px;
    background-size: 17px;
	padding-bottom: 10px;
	background-position: left top 5px;
}
ul.list-check li h3{
	font-family: 'Roboto-Light';
	color:#007ec4;
}
ul.list-check li p{
	color:#333;
	text-align:justify;
}
.navbar-nav > li > .dropdown-menu{
	left:24px;
    right: 0;
	background-color:#333333;
}
.navbar-nav .dropdown-menu > li > a{
	color:#fff;
	padding: 8px 20px;
}
.navbar-nav  .dropdown-menu > li > a:focus, .navbar-nav  .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #232323;
}
.well{
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 12px;
	margin-bottom: 0;
	background-color: #007ec4;
	border: 1px solid #007ec4;
	border-radius:0;
}
.list2 li{
    margin-bottom:0px;	
}
.list-half li{
    width: 50%;
	float: left;
	font-size: 15px;
}
.list-half{
    float: left;
    width: 100%;
}
.m-auto{
	margin:0 auto;
}
.br-gall a{
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	padding: 5px;
	min-height: 257px;
}
ul.list2{
	padding-left:15px;
}
.table-responsive{
    border-radius:0px;
	clear: both;
}
.product-tab2{
	background-color:#fff;
}
.awards p{
	font-family: 'Roboto-Light';
	font-size:16px;
	line-height:26px;
}
.clients-page .col-md-3{
	margin-bottom:25px;
}
.clients-page .col-md-2{
	margin-bottom:20px;
}
.clients-page h3{
	margin-bottom:20px;
}
.clients-page p{
	font-size:14px;
	color:#666;
}
.footer-logo{
	margin-bottom: 12px;
}
.process .media .media-object{
	width:200px;
	border: 1px solid #007ec4;
}
.process .media .media-left{
	padding-right: 25px;
}
.media-heading{
	color:#007ec4;
	margin-bottom:10px;
	font-family: 'Roboto-Bold';
	font-weight:normal;
}
.process .media p{
	text-align:justify;
}
.process .media {
    margin-top: 0;
    padding: 15px 0;
	position:relative;
}
.process .media:after{
	content: '';
	position: absolute;
	left: 100px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #007ec4;
	z-index: -1;
}
.white-box{
	float:left;
	width:100%;
	padding:15px;
	border:1px solid #fff;
	background-color:#fff;
	margin-bottom:20px;
	min-height: 355px;
}
.minh-auto{
	min-height: auto;
}
.min-h-p p{
	min-height: 91px;
	margin-bottom: 24px;
	margin-top: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
	border: 0px solid transparent;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #007ec4;
    border-radius: 0;
}
.panel-default > .panel-heading a{
	position:relative;
	display: block;
}
.panel-default > .panel-heading a::before {
    content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	color:#007ec4;
	position: absolute;
	right: 3px;
	top:8px;
	font-size: 14px;
}
.panel-default > .panel-heading a.collapsed::before {
    content:"\f067";

}
.wow {
    margin-bottom: 20px;
    height: 240px;
    overflow: hidden;
}
.certi .wow{
	padding:10px;
	border:1px solid #ddd;
	height:600px;
}
.certi .owl-controls .fa {
    font-size: 30px;
}
.certi .owl-controls .owl-prev {
    margin-left:0px;
}
.certi .owl-controls .owl-next {
    margin-right:0px;
}
.full-achiv{
	border:1px solid #ddd;
	padding:10px;
}
.white{
	background-color:#fff;
	padding:15px;
}
.white .con-icon .fa{
	color:#333;
}
.white .con-icon p{
	font-size:15px;
	width: 86%;
}
.white iframe{
	margin-top:20px;
	margin-bottom:0;
}
.contact-page form{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.slide-product img{
	display:inline-block;
	width:32%;
}
.sp2 img{
	width:24%;
}
.sp2{
	margin-top:20px;
}
.clients-logo {
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}
.clients-logo li {
    border: 1px solid #e6e6e6;
    width: 20%;
    float: left;
    padding: 20px 10px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    background-color: #fff;
}
.clients-logo li img {
    margin: 0 auto;
    height: 96px;
}
.product-tab .owl-controls .fa {
    font-size: 25px;
    color: #c9c9c9;
}
.product-tab .owl-controls .fa:hover{
	color:#007ec4;
}
.product-tab .owl-carousel .owl-item img{
	padding:15px;
}
.product-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ededed;
}
.product-tab .panel-group .panel + .panel {
    margin-top:20px;
}
.product-tab .owl-controls {
position: absolute;
top: -55px;
float: left;
width: 50px;
z-index: -1;
right: 0;
}
.product-tab .panel-default > .panel-heading a::before{
	content: none;
}
.product-tab .panel-default > .panel-heading a{
	cursor: auto;
}
.product-tab .owl-controls .owl-prev {
    margin-left: 0;
}
.product-tab .owl-controls .owl-next {
    margin-right: 0;
}
.map-location{
	position:relative;
	max-width:1130px;
	margin:0 auto;
}
.marker{
	position:absolute;
	top:0;
	left:0;
}
.marker .m-hover{
	position: absolute;
	width: auto;
	height: auto;
	padding: 7px 15px;
	line-height: 1.4;
	border-radius: 0.25em;
	text-align: center;
	background-color: #666;
	display: none;
	top: -6px;
	left: 28px;
	z-index: 9999;
}
.marker .m-hover::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 8px solid transparent;
	top: 29%;
	left: -16px;
	border-right-color:#666;
}
.m-hover p{
	font-size:16px;
	color:#fff;
	margin:0;
}
.marker:hover .m-hover{
	display:block;
}
.marker .fa{
	font-size:32px;
	color: #007dc0;
}
.marker:hover .fa{
	color:#666;
}
.can{
	left: 13%;
    top: 11%;
}
.uk{
	left: 41%;
	top: 14%;
}
.usa{
	left: 11%;
	top:30%;
}
.mexico{
	left: 10.5%;
	top: 39%;
}
.ecu{
	left: 17%;
	top: 55%;
}
.chile{
	left: 20.3%;
	top: 72%;
}
.brazil{
	left: 27%;
	top: 61%;
}
.arge{
	left: 23%;
	top: 80%;
}
.spain{
	left: 40%;
	top: 26%;	
}
.turkey{
	left: 50%;
	top: 26%;		
}
.france{
	left: 42%;
	top: 21%;
}
.belgium{
	left: 42.5%;
	top: 18%;
}
.germ{
	left: 44%;
	top: 16%;
}
.poland{
	left: 45%;
	top: 16%;
}

.kenya{
	left: 52.5%;
	top: 54%;
}
.nigeria{
	left: 43.5%;
	top: 50%;
}
.sa{
	left: 48%;
	top: 78%;
}
.uae{
	left: 58%;
	top: 36%;
}
.india{
	left: 64%;
	top: 36%;
}
.thailand{
	left: 72.5%;
	top: 43%;
}
.russia{
	left: 69%;
	top: 12%;
}
.sk{
	left: 78.7%;
	top: 28%;
}
.jap{
	left: 82%;
	top: 28%;
}

.laos{
	left: 73.3%;
	top: 41%;
}
.aus{
	left: 81.3%;
	top: 72%;
}
.owl-carousel .owl-item img.project-img-gallery{
	max-width:100%;
	max-height: 100%;
	margin: 0 auto;
	vertical-align: middle;
	width: auto;
}
.certi .owl-controls {
    z-index: 1;
}
.certi .owl-controls .owl-prev {
    margin-left: 0;
}
.certi .owl-controls .owl-next{
    margin-right: 0;
}
.mt{
	padding-top:10%;
}
.row1 .wow{
    height: auto;
}
.col-4{
	float:left;
	width:20%;
}
.arrow1{
	width:45px;
	padding:0 10px;
	  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.about-img{
	float: left;
	width: 500px;
	margin-right: 20px;
	margin-bottom: 21px;
}
.machine .wow a{
	margin-bottom:5px;
	height: 168px;
	overflow: hidden;
	float: left;
	width: auto;
}
.machine .wow{
	height:auto;
}
.machine .wow p{
	text-align:center;
	margin-bottom:0;
	clear: both;
	font-size:15px;
}
.mfp-container figcaption {
    display: block;
}
.mfp-bottom-bar {
    margin-top: -36px;
    top: auto;
    cursor: auto;
    bottom: 17px;
	font-size: 14px;
}
label.error{
	font-weight: normal;
	color: red;
	font-size: 14px;
	position: absolute;
	left: 14px;
	top: 41px;
}
.list3{
	margin-bottom:0;
	padding-left: 16px;
}
.list3 li{
	color:#fff;
	padding-bottom: 10px;
	text-align: left;
}
.section1 .media p{
	margin-bottom:5px;
	text-align: left;
}
.section1 .media .media-left{
	padding-right: 16px;
}
.cor-res{
	display:none;
}
.cor-des{
	display:block;
}
.carousel-inner .item  img.res{
	display:none;
}
.manufactur h3{
	font-size: 16px;
	margin-top: 0;
}
.product-tab .t-50 > tbody > tr > td{
	width:50%;
	padding: 12px 12px;
}
.manufactur .table-bordered{
	margin-bottom:0;
}
.p-15{
	padding:0 15px;
}
.list-bullet{
	padding-left:15px;
}
.list-bullet li{
	padding-left:5px;
	color:#222;
}
.list-bullet li b{
	text-transform: uppercase;
	color:#222;
}
.mb-0{
	margin-bottom:0;
}
.panel-group {
    margin-bottom: 0;
}


@media (min-width:250px) and (max-width:500px){

 .logo img{
	width: 80px; 
 }
.right-icon {
    display: none;
}
.header-top-right {
    width:auto;
	margin-top: 7px;
}
.header-top-right .fa {
    font-size: 20px;
    height: 40px;
    width: 40px;
}
.header-top-right .fa-envelope {
    font-size: 18px;
}
.header-top-right a {
    margin-right: 10px;
}
.navbar-toggle {
    float: none;
    margin: 0 auto;
}
.navbar {
    min-height: auto;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0px;
}
.nav > li > a {
    display: block;
}
.breadcrumb > li + li::before {
    content: none;
}
nav .breadcrumb > li {
    display: block;
}
.banner img.main {
    width: 100%;
    height: auto;
}
.slide-product img {
    width: 15%;
}
.banner h1 {
    font-size: 26px;
    margin-top: 0;
	margin-bottom: 11px;
}
.banner {
    height: auto;
}
.banner .carousel-caption {
    right:0;
    left: auto;
    padding-bottom: 20px;
    position:relative;
    bottom: 0;
}
.banner .item2 .main2{
   max-width: none;
   height: 500px;
}
.banner .item2 .carousel-caption{
	position: absolute;
	bottom: auto;
    top:20px;
	left: 15px;
    right: 15px;
}
.banner .item2 .carousel-caption h1 {
    line-height: 36px;
    text-align: center;
}
.banner .item2 .carousel-caption .left{
	text-align:center;
}
.banner .item2 .carousel-caption img {
    width: 100%;
    float: none;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next, .banner .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    padding: 4px;
}
.banner .carousel-control {
    width:21px;
}
h2 {
    font-size: 23px;
    margin-bottom:16px;
    margin-top:6px;
	line-height: 30px;
}
h2 small {
    font-size: 24px;
}
.clients .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.video-round{
	margin:35px auto 15px auto;
}
.products .owl-controls .owl-prev {
    margin-left: -16px;
}
.products .owl-controls .owl-prev {
    margin-left:-15px;
}
.products  .owl-controls .owl-next {
    margin-right:-15px;
}
.owl-controls .fa {
    font-size: 30px;
}
#products h3 {
    font-size: 18px;
}
.products .item img {
    width:100%;
	padding:0px;
}
.products .item {
padding: 0;
min-height: auto;
}
.con-icon p {
    width: 85%;
}
footer ul li {
    width: 100%;
}
footer .col-md-3, footer .col-md-5, footer .col-md-4{
	clear:both;
}
footer ul {
    float: left;
    width: 100%;
}
footer h4 {
    margin-top: 24px;
    float: left;
}
.footer-bottom p {
    margin: 0;
}
.footer-bottom  .pull-right {
    float: left;
}
.footer-bottom {
    padding: 8px 0;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 8px 21px;
}
.inner-banner h1{
	font-size: 20px;
}
.contact-page  .col-md-6{
	clear:both;
}
.gallery{
	margin-top: 30px;
}
.br-gall a{
	margin-bottom: 20px
}
.process .media .media-object {
    margin: 0 auto;
}
.process .media .media-left {
    padding-right: 0;
    display: block;
    text-align: center;
}
.process .media{
	text-align: center;
}
.process .media-heading{
	margin-top: 20px;
}
.process .media::after {
    content: none;
}
.padding {
    padding: 40px 0;
}
.section1 {
    text-align: center;
}
.cer-sec{
	text-align:center;
}
.cd-top img {
    width: 80px;
}
ul.list2 {
    text-align: left;
}
.awards .img-thumbnail{
	margin-top:15px;
}
#achievements .wow {
    height: auto;
}
#achievements .owl-controls .owl-prev {
    margin-left: -17px;
}
#achievements .owl-controls .owl-next {
    margin-right: -17px;
}
.slide-product{
	margin-bottom:12px;
}
footer .col-md-8{
	clear: both;
}
.col-4 {
    width: 50%;
}
.clients-logo li {
    width: 50%;
}
.m-top2 {
    margin-top: 18px;
}
.cor-res{
	display:block;
}
.cor-des{
	display:none;
}
.carousel-inner .item  img.res{
	display:block;
}
.carousel-inner .item  img.dest{
	display:none;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left, #carousel-example-generic .carousel-control .glyphicon-chevron-right, #carousel-example-generic .carousel-control .icon-next, #carousel-example-generic .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    padding: 4px;
}
.product-tab .table-bordered > tbody > tr > td {
    font-size:11px;
    padding: 9px 1px;
}
.manufactur .table-bordered > tbody > tr > td {
    font-size: 11px;
    padding: 9px 8px;
}
.product-tab .t-50 > tbody > tr > td {
    padding: 7px 6px;
}


}
@media (min-width:501px) and (max-width:767px){

 .logo img{
	width: 80px; 
 }
.right-icon {
    display: none;
}
.header-top-right {
    width:auto;
	margin-top: 7px;
}
.header-top-right .fa {
    font-size: 20px;
    height: 40px;
    width: 40px;
}
.header-top-right .fa-envelope {
    font-size: 18px;
}
.header-top-right a {
    margin-right: 10px;
}
.navbar-toggle {
    float: none;
    margin: 0 auto;
}
.navbar {
    min-height: auto;
}
.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 0px;
}
.nav > li > a {
    display: block;
}
.breadcrumb > li + li::before {
    content: none;
}
nav .breadcrumb > li {
    display: block;
}
.banner{
	height:215px;
}
.banner .carousel-caption {
   right: 15px;
   bottom: auto;
	top: 0;
	padding-top: 4px;
	width: 50%;
	padding-bottom: 12px;
}
.banner h1 {
    font-size: 22px;
	margin-top: 6px;
	line-height: 27px;
	margin-bottom: 6px;
}
.banner .carousel-caption img {
    width:19%;
}
.banner .carousel-caption p {
    margin-bottom: 7px;
	line-height: 21px;
}

.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next, .banner .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    padding: 4px;
}
.banner .carousel-control {
    width:21px;
}
.banner .item2 .carousel-caption h1 {
    line-height: 28px;
}
.banner .item2 .carousel-caption {
	bottom: auto;
	width: 100%;
	padding-bottom: 0;
	top: 10%;
}
.banner .item2 .carousel-caption .left {
    width:50%;
}
.banner .item2 .carousel-caption img {
    width: 50%;
}

h2 {
    font-size: 23px;
    margin-bottom:16px;
    margin-top:6px;
}
h2 small {
    font-size: 24px;
}
.clients .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.video-round{
	margin: 15px auto;
}
.products .owl-controls .owl-prev {
    margin-left: -16px;
}
.products .owl-controls .owl-prev {
    margin-left:0;
}
.products  .owl-controls .owl-next {
    margin-right:0;
}
#products h3 {
    font-size: 18px;
}
.products .item img {
    width:100%;
}
.products .item {
    min-height:auto;
}
footer .col-md-3, footer .col-md-5, footer .col-md-4{
	clear:both;
}
footer ul {
    float: left;
    width: 100%;
}
footer h4 {
    margin-top: 24px;
    float: left;
}
.footer-bottom p {
    margin: 0;
}

.footer-bottom {
    padding: 8px 0;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 8px 21px;
}
.inner-banner h1{
	font-size:28px;
}
.gallery{
	margin-top: 30px;
}
.br-gall a{
	margin-bottom: 20px
}
#achievements .wow {
    height: auto;
}
#achievements .owl-controls .owl-prev {
    margin-left: -17px;
}
#achievements .owl-controls .owl-next {
    margin-right: -17px;
}
footer .col-md-8{
	clear: both;
}
.col-4 {
    width:33%;
}
.clients-logo li {
    width:33%;
}
.m-top2 {
    margin-top: 18px;
}
.cor-res{
	display:block;
}
.cor-des{
	display:none;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left, #carousel-example-generic .carousel-control .glyphicon-chevron-right, #carousel-example-generic .carousel-control .icon-next, #carousel-example-generic .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    padding: 4px;
}

}
@media (min-width:768px) and (max-width:991px){
	.navbar-header{
		width:100%;
	}
	.logo img{
		width:100px;
	}
	.header-top-right {
    float: right;
    margin-top: 7px;
}
.clients-page p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    min-height: 42px;
}

	.navbar-toggle{
		float: none;
		margin: 0 auto;
	}
	.navbar {
    min-height: auto;
   }
   .navbar-nav {
    text-align: center;
   }
   .banner {
    height: 297px;
   }

.banner h1 {
    font-size: 25px;
}
.banner .carousel-caption img {
    width:15%;
}
.banner .carousel-caption {
    bottom: 20px;
	top:10%;
    max-width: 400px;
	right:2%;
}
.banner .carousel-caption p {
    font-size: 14px;
}
.banner .item2 .carousel-caption {
    padding-bottom: 0px;
}
.banner .item2 .carousel-caption .left {
    max-width: 490px;
    width: 50%;
}
.banner .item2 .carousel-caption img {
    width: 50%;
}
.gallery{
	margin-top:0px;
}
#achievements .wow {
    height: auto;
}
h2, h2 small {
    font-size: 26px;
}
h2{
   margin-bottom: 25px;
}
.padding {
    padding: 30px 0;
}
.clients .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.products .owl-controls .owl-prev {
    margin-left: 0;
}
.products  .owl-controls .owl-next {
    margin-right: 0;
}
footer p {
    font-size: 13px;
}
footer ul li {
    width: 100%;
}
.con-icon p {
    width: 85%;
}

}
@media (min-width:992px) and (max-width:1199px){
.navbar-inverse .navbar-nav > li > a {
     padding:15px 21px;
    }
.banner img.main {
    width: 45%;
    height: auto;
}
.banner .carousel-caption {
    top: 18%;
    max-width: 496px;
}
.slide-product img {
    width: 15%;
}
.clients-page p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    min-height: 44px;
}
.dropdown-menu{
	min-width: auto;
    width: 100%;
}
.banner {
    height: auto;
}
.banner h1 {
    font-size: 32px;
}

.video-round{
	height: 210px;
    width: 210px;
	padding-top: 74px;
}
.products .owl-controls .owl-prev {
    margin-left: 0;
}
.products  .owl-controls .owl-next {
    margin-right: 0;
}
footer p {
    font-size: 13px;
}
.con-icon p {
    width: 85%;
}
#achievements .wow {
    height: 580px;
}

}
@media (min-width:1200px) and (max-width:1300px){
  .banner h1 {
    font-size: 38px;
  }
  textarea.form-control {
    height: 100px;
}
.banner .carousel-caption {
    max-width: 580px;
}

}
@media (max-width: 991px) {.navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse.collapse.in { /* NEW */ display: block!important; } }
@media (min-width:1600px) and (max-width:6000px){
	.container {
		width:1450px;
	}
.navbar-inverse .navbar-nav > li > a {
    padding:15px 55px;
  }
 .banner {
    height: 550px;
}
.banner h1 {
    margin-bottom: 55px;
}
.banner .carousel-caption {
    bottom: 100px;
	max-width: 860px;
}

.br-gall a{
	min-height: 330px;
}
.white-box{
	min-height: 451px;
}
.minh-auto{
	min-height: auto;
}
.clients-page .col-md-3 {
    margin-bottom: 20px;
}
.contact-page textarea.form-control {
    height:110px;
}
.certi .wow {
    height:700px;
}
.mt{
	padding-top:0;
}
.machine .wow a {
    height:200px;
}
/* .panel-body #manufacturing{ */
	/* height:800px; */
	/* overflow:hidden; */
/* } */
  
}





