body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif !important;
}
/* pages */
.page-bar {
	position: relative;
	display: block;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	float: left;
}
.page-bar .pages {
	display: inline-block;
}
.pages a,
.pages span {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	border: 1px solid #cfcfcf;
	height: 31px;
	line-height: 31px;
	padding: 0 13px;
	margin: 0 4px;
	vertical-align: middle;
	border-radius: 3px;
	background: -webkit-linear-gradient(top,#fff,#eee);
	background: -ms-linear-gradient(top,#fff,#eee);
	background: -o-linear-gradient(top,#fff,#eee);
	background: -moz-linear-gradient(top,#fff,#eee);
	background: linear-gradient(top,#fff,#eee);
}
.pages span,
.pages span a {
	text-transform: uppercase;
}
.pages span {
	margin: 0 10px;
}
.page-count {
}
.pages .page-prev {
	margin: 0 10px 0 10px;
}
.pages .page-next {
	margin: 0 0 0 15px;
}
.pages a.current,
.pages a:hover {
	background: #333;
	border-color: #333;
	color: #FFF;
}
.pages a:hover {
	text-decoration: none;
}
.inquiry-form-wrap {
	position: relative;
	width: 100%;
	float: left;
}
#inquiry-form-wrap .inquiry-form-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	padding: 0 25px;
	color: #FFF;
	background: #3aa7c8;
	margin: 0;
	float: left;
}
#inquiry-form-wrap .inquiry-form {
	position: relative;
	background: #FFF;
	padding: 20px;
	border: 1px solid #ACACAC;
	border-top-width: 2px;
}
#inquiry-form-wrap .inquiry-form .inquiry-form-ico {
	position: absolute;
	right: 20px;
	top: 27px;
	width: 75px;
	display: block;
	overflow: hidden;
}
#inquiry-form-wrap .inquiry-form .inquiry-form-ico img {
	position: relative;
	width: 100%;
}
#inquiry-form-wrap .inquiry-form .form-item {
	position: relative;
	display: block;
}
#inquiry-form-wrap .inquiry-form  input[type="text"].form-input,#inquiry-form-wrap .inquiry-form textarea.form-text {
	position: relative;
	border: 1px solid #c3c3c3;
	width: 60%;
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px;
	color: #000;
	padding: 0 0 0 20px;
}
#inquiry-form-wrap .inquiry-form textarea.form-text {
	width: 90%;
	height: 112px;
}
#inquiry-form-wrap .inquiry-form .form-input-name,#inquiry-form-wrap .inquiry-form input[type="text"].form-input-name {
	padding: 0 0 0 28px;
	background: url(img/inq04.png) no-repeat 8px 9px;
}
#inquiry-form-wrap .inquiry-form .form-input-email,#inquiry-form-wrap .inquiry-form input[type="text"].form-input-email {
	padding: 0 0 0 28px;
	background: url(img/inq05.png) no-repeat 8px 11px;
}
#inquiry-form-wrap .inquiry-form .form-input-email,#inquiry-form-wrap .inquiry-form input[type="text"].form-input-phone {
	padding: 0 0 0 28px;
	background: url(img/inq06.png) no-repeat 8px 11px;
}
#inquiry-form-wrap .inquiry-form .form-btn-wrap {
	position: relative;
	text-align: right;
}
#inquiry-form-wrap .inquiry-form .form-btn-wrap .form-btn-submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #ECC75C;
	border-right-color: #ECC75C;
	border-top-color: #F4D67E;
	border-bottom-color: #E1AF32;
	border-radius: 5px;
	color: #4C4C4E;
	background: #fde782;
	text-shadow: 0 0 1PX rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFF5D1',endColorStr='#FCE26B',gradientType='0');
	background: -moz-linear-gradient(top, #FFF5D1, #FCE26B);
	background: -o-linear-gradient(top,#FFF5D1, #FCE26B);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF5D1), to(#FCE26B));
}
#inquiry-form-wrap	.form-btn-wrapx input {
	width: 200px;
	height: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#inquiry-form-wrap .inquiry-form .Validform_checktip {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	_display: none;
}
#inquiry-form-wrap .inquiry-form .Validform_wrong {
	color: #da3439;
	_display: block;
}
#inquiry-form-wrap .inquiry-form .Validform_checktip {
	display: block;
	width: 93%;
	margin: -10px auto 10px;
	_display: none;
}
#inquiry-form-wrap .inquiry-form .Validform_wrong {
	font-size: 12px;
	font-weight: bold;
	color: #da3439;
	_display: block;
}
#inquiry-form-wrap .wpcf7-form .captcha-image {
	position: relative;
	padding-bottom: 20px;
}
#inquiry-form-wrap .wpcf7-form .captcha-image .Validform_checktip {
	position: absolute;
	left: 20px;
	bottom: 0;
}
.header-wrapper {
	height: auto;
	width: 100%;
}
.header-inner {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.header-top {
	height: 40px;
	width: 100%;
	background-color: #0d0d0d;
}
.header-top .col-lg-2 {
	padding: 0;
}
.nav>li>a {
	padding: 14px 6px !important;
}
.nav li:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	border: 0px !important;
	padding: 0px !important;
}
.dropdown-menu>li>a {
	font-size: 14px;
	font-weight: 600 !important;
	text-transform: uppercase;
	padding: 6px 15px !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #36a55e !important;
	color: #fff !important;
	padding: 6px 15px !important;
}
.logo {
	height: auto;
	width: auto;
}
.main-menu {
	height: auto;
	width: 100%;
}
.navbar-inverse {
	background-color: #fff !important;
	border-color: #fff !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #000000 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #36a55e !important;
}
.social {
	height: auto;
	width: 100%;
}
.social ul {
	padding: 0px 15px 0 0;
	margin-bottom: 0px;
	text-align: right;
}
.social ul li {
	list-style: none;
	display: inline-block;
	float: left;
}
.social ul li a i {
	color: #fff;
	padding: 13px 12px 9px;
	font-size: 18px;
}
.social ul li a i:hover {
	background: #36a55e;
}
.header-top .fa-google-plus {
	background: #d51f1e;
}
.header-top .fa-linkedin {
	background: #0177b5;
}
.header-top .fa-twitter {
	background-color: #55acee;
}
.header-top .fa-facebook {
	background-color: #3c5a99;
	padding: 13px 15px 9px!important;
}
.details {
	height: auto;
	width: 100%;
}
.details ul {
	padding: 0px;
	text-align: right;
	padding-bottom: 0px;
}
.details ul li {
	list-style: none;
	display: inline-block;
	border-right: #fff solid 1px;
	margin-top: 7px;
	padding-right: 15px;
	color: #fff;
	padding-left: 15px;
}
.details ul li i {
	color: #fff;
	font-size: 26px;
	margin-right: 10px;
	top: 0px;
	position: relative;
}
.details ul li span {
	position: relative;
	top: -4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.details ul li a {
	text-decoration: none;
	color: #fff;
	top: -6px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-inverse .navbar-toggle {
	background-color: #333;
}
.details ul li a:hover {
	color: #36a55e;
}
/*slider*/
.slider {
	height: auto;
	width: 100%;
	position: relative;
}
.slider-main {
	height: auto;
	width: 100%;
}
.carousel-control.left {
	background-image: none !important;
}
.carousel-control.right {
	background-image: none !important;
}
.carousel-caption {
	left: -390px !important;
	top: 68px;
}
.carousel-caption h3 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.3em;
/*text-shadow: 3px 1px #000;*/
	color: #15803c;
	font-weight: 600;
}
.slider-main .carousel-caption {
	text-shadow: none !important;
	font-weight: 600;
}
.carousel-caption p {
	font-size: 16px;
/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
	padding: 10px 500px 0px 500px;
	color: #333;
}
.carousel-caption button {
	border: 0px;
	background-color: #15803c;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 17px;
	border-radius: 10px;
	margin-top: 25px;
	font-weight: 500;
}
.carousel-caption button:focus {
	outline: none;
}
.carousel-caption button:hover {
	background-color: #333;
}
.carousel-indicators {
	display: none;
}
.item img {
	width: 100%;
	height: 100px;
}
/*service*/
.service-wrapper {
	height: auto;
	width: 100%;
}
.service-wrapper .col-md-12 {
	padding: 0;
}
.service-main {
	height: auto;
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 0px;
	min-height: 325px;
	background: #ebebeb;
	position: relative;
}
.service-main h2 {
	color: #181818;
	font-size: 20px;
	font-weight: 600;
	padding-left: 20px;
}
.service-main ul {
	padding: 0px;
	padding-left: 20px;
}
.service-main ul li {
	list-style: none;
}
.service-main ul li a {
	text-decoration: none;
	color: #272727;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.service-main ul li a em {
	font-style: inherit !important;
}
.service-main ul li img {
	margin-right: 5px;
}
.service-main1 {
	height: auto;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
}
.service-main1 button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 7px 17px;
	border-radius: 7px;
	margin-top: 25px;
	font-weight: 500;
}
.service-main1 button:focus {
	outline: none;
}
.service-main1 button:hover {
	background-color: #333;
}
.service-main ul li a:hover {
	color: #03762d;
}
/*about*/
.about-wrapper {
	height: auto;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
    
}
.video-left {
	height: auto;
	width: 100%;
	position: relative;
}
.video-left h2 {
	color: #181818;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	background: #e1e1e1;
	text-align: center;
	padding: 11px 0px 10px;
	margin: 0px;
}
.video-left h3 {
	height: auto;
	background: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	width: auto;
	position: absolute;
	top: -19px;
	padding: 10px 15px;
}
.video-left p {
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	padding-top: 10px;
	font-weight: 600;
}
.video-left img {
	width: 100%;
}
.about-mid {
	height: auto;
	width: 100%;
	background-image: url("../images/about.png");
	border: 1px solid #ebebeb;
}
.about-mid h2 {
	color: #181818;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	padding: 15px 0px 15px;
}
.about-mid p {
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	padding: 0px 64px;
	font-weight: 600;
}
.about-mid h4 {
	text-align: right;
	font-size: 12px;
	color: #181818;
	padding: 15px 64px 42px;
	text-transform: uppercase;
}
.about-mid h4 a {
	text-decoration: none;
	color: #181818;
}
.about-mid h4 a:hover {
	color: #36a55e;
}
.blog-main {
	height: auto;
	width: 100%;
	margin-top: -20px;
}
.blog-main h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	background: #36a55e;
	font-weight: 600;
	padding: 6px 10px;
	font-family: 'Lato', sans-serif;
}
.blog-inner {
	height: auto;
	width: 100%;
}
.blog-left {
	height: auto;
	width: 20%;
	background: #b7b7b7;
	margin-top: 20px;
	float: left;
}
.blog-left h5 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 15px;
	margin: 0px;
	font-weight: 600;
	padding-top: 8px;
}
.blog-left p {
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 0px;
}
.blog-right {
	height: auto;
	width: 80%;
	float: left;
	margin-top: 10px;
}
.blog-right p {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding: 0px 14px;
	font-weight: 600;
}
.blog-right span {
	float: right;
	font-size: 12px;
	color: #181818;
	margin-top: 15px;
	margin-bottom: 10px;
}
.blog-right span a {
	color: #181818;
	text-decoration: none;
	text-transform: uppercase;
}
.blog-right span a:hover {
	color: #36a55e;
}
/*why choose us */
.why-choose-wrapper {
	height: auto;
	width: 100%;
	margin-top: 30px;
	background: #e1e1e1;
}
.why-choose-main {
	background-color: #e1e1e1;
	height: auto;
	width: 100%;
	float: left;
}
.why-choose-main h3 {
	font-size: 23px;
	color: #2b2a29;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 20px;
}
.why-main {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}
.why-main-left {
	height: auto;
	width: 20%;
	float: left;
}
.why-main-right {
	height: auto;
	width: 80%;
	float: left;
}
.why-main-right h4 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 7px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.why-main-right p {
	color: #2b2a28;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*testimonial slider*/
.testimonial-slider {
	height: auto;
	width: 100%;
	background-color: #e1e1e1;
	float: left;
}
.slider-test {
	height: auto;
	width: 100%;
	background-color: #e1e1e1;
}
blockquote {
	border: 0px !important;
	padding: 10px 60px !important;
	margin: 0px !important;
}
.slider-test .carousel-control.right {
	display: block;
}
.slider-test .carousel-control.left {
	display: block;
}
.testimonial-slider h2 {
	font-size: 23px;
	font-weight: 600;
	padding-left: 40px;
	margin-top: 30px;
}
/*.carousel-control {top: 50% !important;}*/
.gap-1 {
	margin-top: -11px;
	margin-left: 15px;
}
.blockquote h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blockquote h4 {
	font-size: 13px;
	margin-top: -5px;
	border-bottom: 1px solid #000;
	padding: 0px 0px 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blockquote p {
	font-size: 12px;
	text-align: justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*footer*/
.footer-wrapper {
	height: auto;
	width: 100%;
	background: #464646;
	margin-top: 25px;
	float: left;
}
.footer-wrapper .contact_info .details i {
	font-size: 20px;
	padding-right: 10px;
}
.footer-wrapper .contact_info .details li {
	line-height: 2.1em;
}
.footer-wrapper .contact_info .details .fa-map-marker {
	padding-right: 15px;
	font-size: 25px;
}
.footer-wrapper .contact_info {
	padding-top: 20px;
}
.footer-wrapper .contact_info ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-wrapper .contact_info ul li a {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-wrapper .contact_info ul li span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-wrapper .contact_info ul {
	padding: 0;
}
.footer-wrapper .contact_info ul li {
	list-style-type: none;
	color: #fff;
}
.footer-wrapper #contact_form {
	padding-left: 0;
}
.footer-wrapper #contact_form .social_wrap {
	margin-top: 15px;
	padding: 0;
}
.footer-wrapper #contact_form .social_wrap li {
	display: inline-block;
	margin-right: 1px;
}
.footer-wrapper #contact_form .social_wrap li a i {
	display: inline-block;
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 9px;
	color: #fff;
}
.footer-wrapper #contact_form .social_wrap li a i:hover {
	background: #15803c;
}
.footer-wrapper #contact_form .social_wrap li .fa-twitter {
	background: #55acee;
}
.footer-wrapper #contact_form .social_wrap li .fa-facebook {
	background: #3c5a99;
}
.footer-wrapper #contact_form .social_wrap li .fa-linkedin {
	background: #0177b5;
}
.footer-wrapper #contact_form .social_wrap li .fa-google-plus {
	background: #d51f1e;
}
.footer-wrapper #f2 {
	padding-left: 60px;
}
.footer-main {
	height: auto;
	width: 100%;
}
.footer-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 35px 0px -5px;
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-main ul {
	padding: 0px;
	margin: 30px 0px;
}
.footer-main ul li {
	list-style: none;
	margin-top: 7px;
	font-style: normal;
}
.footer-main ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-main ul li a em {
	font-style: inherit;
}
.footer-main ul li a:hover {
	color: #36a55e;
}
.footer-main input {
	height: 30px;
	background: #2b2a28;
	border: 0px;
	margin-top: 25px;
	width: 100%;
	color: #fff;
	padding: 10px;
}
.footer-main input:focus {
	outline: none;
	border: 1px solid #fff;
}
.footer-main textarea {
	height: 100px;
	background: #2b2a28;
	border: 0px;
	margin-top: 8px;
	width: 85%;
	color: #fff;
	padding: 10px;
}
.footer-main textarea:focus {
	outline: none;
	border: 1px solid #fff;
}
.footer-btn {
	height: auto;
	width: 100%;
}
.footer-btn .btn-default {
	border: 0px;
	background: #2b2a28;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	padding: 4px 20px;
	margin-right: 11px;
	width: 44%;
	margin-top: 0;
}
.footer-btn .btn-default:focus {
	outline: none;
}
.footer-btn .btn-default:hover {
	background: #36a55e;
	color: #fff;
}
.footer-inner {
	background: #252525;
	height: auto;
	width: 100%;
	float: left;
}
.footer-main-inner {
	height: auto;
	width: 100%;
}
.footer-main-inner p {
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 19px 0px 2px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.logo-wrapper {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.logo-inner {
	height: auto;
	width: 100%;
	text-align: center;
}
.contact-btn-wrapper {
	height: auto;
	width: 100%;
	background: #dadada;
	margin-top: 20px;
}
.contact-left {
	height: auto;
	width: 100%;
}
.contact-left p {
	color: #232323;
	font-size: 23px;
	padding: 24px 0px 13px;
	text-align: right;
	font-style: normal;
}
.contact-right {
	height: auto;
	width: 100%;
	text-align: center;
}
.contact-right button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 23px;
	padding: 5px 17px;
	border-radius: 7px;
	margin-top: 22px;
	font-weight: 500;
}
.contact-right button:focus {
	outline: none;
}
.contact-slider-main {
	height: auto;
	width: 100%;
	text-align: center;
}
.contact-slider-main button {
	border: 0px;
	background-color: #167e3c;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px 50px;
	margin-top: 22px;
	font-weight: 500;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.contact-slider-main button:focus {
	outline: none;
}
.contact-slider-main button:hover {
	background-color: #333;
}
.contact-right button:hover {
	background-color: #333;
}
/*pcb-service*/
.pcb-banner-wrapper {
	height: auto;
	width: 100%;
	position: relative;
}
.pcb-banner-content {
	height: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pcb-banner-content h3 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 150px;
	font-size: 33px;
	text-shadow: 3px 1px #000;
}
.pcb-banner-inner {
	height: auto;
	width: 1200px;
	margin: 0 auto;
}
.pcb-banner-content ul {
	padding: 0px;
	margin-top: 30px;
}
.pcb-banner-content ul li {
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	text-shadow: 3px 1px #000;
}
.pcb-banner-content p {
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	text-shadow: 1px 1px #000;
	text-align: center;
	padding: 5px 20px;
	max-width: 100%;
	margin: 0 auto;
	width: 600px;
}
.pcb-assemble-wrapper {
	height: auto;
	width: 100%;
}
.pcb-assemble-main {
	background: #ebebeb;
	height: auto;
	width: 100%;
	float: left;
}
/*******************/
#innerpage_wrap h2 {
	text-align: left;
	font-size: 25px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#innerpage_wrap h3 {
	text-align: left;
	font-size: 20px;
	padding: 13px 0 0;
	font-weight: bold;
}
#innerpage_wrap p a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#innerpage_wrap ul {
	padding-left: 10px;
}
#innerpage_wrap #services_wrap ul {
	min-height: 260px;
}
#innerpage_wrap ul li {
	list-style-type: none;
	text-align: left;
	line-height: 2em;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#innerpage_wrap ul li i {
	color: #36a55e;
	padding-right: 10px;
	font-size: 20px;
}
#innerpage_wrap .supplier_wraper {
	text-align: left;
	padding-left: 0;
}
#innerpage_wrap .supplier_wraper li {
	display: inline-block;
	padding-right: 5px;
}
#innerpage_wrap #table {
	border-collapse: collapse;
}
#innerpage_wrap #table th,
#innerpage_wrap #table td {
	border: 1px solid #c6c7cc;
	text-align: left;
	font-size: 14px;
	width: 50%;
	padding: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#innerpage_wrap #table th {
	font-weight: bold;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#innerpage_wrap img {
	padding: 10px 0;
}
#innerpage_wrap .circuit_img img {
	padding-right: 15px;
}
#innerpage_wrap #table tr:nth-child(even) {
	background-color: #f2f2f2
}
#innerpage_wrap .why_us img {
	padding-top: 50px;
}
.pcb-assemble-main .col-sm-7 {
	padding-right: 0px;
}
.pcb-assemble-inner {
	height: auto;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #fff;
}
.pcb-assemble-inner span {
	color: #181818;
	font-size: 25px;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
}
.pcb-assemble-inner h4 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.pcb-assemble-inner p {
	color: #2b2a29;
	font-size: 16px;
	line-height: 1.7em;
	text-align: justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pcb-assemble-inner button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 8px 17px;
	border-radius: 7px;
	margin: 0 auto;
	display: inherit;
	font-weight: 500;
}
.pcb-assemble-inner button:focus {
	outline: none;
}
.pcb-assemble-inner button:hover {
	background-color: #333;
}
.pcb-ser-1 {
	height: auto;
	width: 100%;
	text-align: right;
	margin-top: 80px;
}
.pcb-ser-main {
	height: auto;
	width: 100%;
	border-right: 1px solid #000;
}
.pcb-ser-main h3 {
	color: #181818;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 40px;
}
.pcb-ser-main p {
	color: #2b2a29;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.pcb-ser-inner {
	width: 72%;
	height: auto;
}
.pcb-ser-inner1 {
	width: 100%;
	height: auto;
}
.pcb-ser-inner button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 28px;
	border-radius: 7px;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pcb-ser-inner button:focus {
	outline: none;
}
.pcb-ser-inner button:hover {
	background-color: #333;
}
.pcb-ser-inner1 button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 28px;
	border-radius: 7px;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pcb-ser-inner1 button:focus {
	outline: none;
}
.pcb-ser-inner1 button:hover {
	background-color: #333;
}
.pcb-ser-btn {
	height: auto;
	width: 100%;
	text-align: right;
}
.pcb-ser-btn button {
	border: 0px;
	background-color: #7d7d7d;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 52px;
	border-radius: 7px;
	font-weight: 500;
	margin-left: 20px;
	float: right;
	margin-top: -74px;
}
.pcb-ser-btn button:hover {
	background-color: #36a55e;
}
.heading-ser {
	color: #181818;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 40px;
}
.heading-ser a {
	color: #181818 !important;
	text-decoration: none !important;
}
.heading-ser1 a {
	color: #181818 !important;
	text-decoration: none !important;
}
.gap-2 {
	padding-right: 0px !important;
}
.heading-ser1 {
	color: #181818;
	font-weight: bold;
	font-size: 25px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 40px;
}
.gap-3 {
	padding-left: 80px !important;
}
.pcb-second-ser-wrapper {
	height: auto;
	width: 100%;
	margin-top: 60px;
}
.pcb-ser-left-main {
	height: auto;
	width: 100%;
	padding: 0px 0px;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.12),0px 6px 12px rgba(0,0,0,0.08);
	text-align: center;
	margin-bottom: 50px;
}
.pcb-ser-left-main h3 {
	color: #36a55e;
	font-weight: 600;
	font-size: 25px;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
	margin-bottom: -10px;
}
.pcb-ser-left-main:before {
	content: "";
	position: absolute;
	border-top: 2px solid #36a55e;
	width: 147px;
	text-align: center;
	left: 34%;
	top: 0;
}
.pcb-ser-left-main h3 a {
	color: #181818;
	text-decoration: none;
}
.pcb-ser-left-main p {
	color: #2b2a29;
	font-size: 14px;
	text-align: justify;
	line-height: 27px;
	margin-top: 20px;
	padding: 0px 10px;
}
.pcb-price {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0px 10px;
}
.pcb-ser-left-main img {
	margin-top: 40px;
	padding: 0px 32px;
	width: 264px;
	max-width: 100%;
}
.pcb-price-left {
	height: auto;
	width: 30%;
	float: left;
}
.pcb-price-mid {
	height: auto;
	width: 45%;
	float: left;
}
.pcb-price-right {
	height: auto;
	width: 25%;
	float: left;
}
.pcb-price-mid p {
	margin: 0px;
}
.pcb-price-right p {
	margin: 0px;
}
.pcb-ser-left-main button {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 17px;
	border-radius: 7px;
	margin-top: 35px;
	font-weight: 500;
	margin-bottom: 30px;
}
.pcb-ser-left-main button:focus {
	outline: none;
}
.pcb-ser-left-main button:hover {
	background-color: #333;
}
.pcb-ser-btn-2 {
	float: right;
	height: auto;
	width: 100%;
}
.pcb-ser-btn-2 button {
	margin-top: -72px;
	float: right;
	background: #7d7d7d;
}
/*about*/
.about-inner-wrapper {
	height: auto;
	width: 100%;
}
.about-accordine {
	height: auto;
	width: 100%;
}
.panel {
	border: 0px !important;
	background: #ebebeb !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0px !important;
}
.panel-default>.panel-heading {
	background-color: #36a55e !important;
}
.panel-title {
	color: #fff !important;
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: 900 !important;
}
.panel-title i {
	font-size: 13px;
	font-weight: normal !important;
}
.panel-heading a {
	text-decoration: none !important;
}
.panel-group .panel {
	margin-top: 50px;
}
.panel-group .panel+.panel {
	margin-top: 40px !important;
}
.panel-list p {
	font-family: 'Open Sans', sans-serif !important;
	color: #2b2a29;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.why-choose-inner-wrapper {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.why-inner {
	height: auto;
	width: 100%;
	background: #e1e1e1;
	float: left;
}
.why-inner h3 {
	font-size: 20px;
	color: #2b2a29;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
.about-ser {
	height: auto;
	width: 100%;
	float: left;
}
.about-inner-ser {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: 35px;
}
.about-inner-ser-left {
	height: auto;
	width: 20%;
	float: left;
}
.about-inner-ser-right {
	height: auto;
	width: 80%;
	float: left;
}
.about-inner-ser-right h3 {
	margin: 0px;
	padding-top: 0px;
	text-align: left;
}
.about-inner-ser-right p {
	font-size: 13px;
	color: #2b2a28;
}
.queto_wrap {
	width: 188px;
	height: 36px;
	background: url(../images/scroll.png) no-repeat;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 9999;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.pcb-nxt {
	height: auto;
	width: 100%;
}
.pcb-nxt button {
	border: 0px;
	font-size: 13px;
	padding: 8px 18px;
	margin-top: 10px;
	margin-bottom: 18px;
}
.pcb-nxt button:focus {
	outline: none;
}
.pcb-nxt button:hover {
	color: #fff;
}
.container-fluid {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}
#myCarousel .item img {
	width: 100% !important;
	height: auto !important;
	margin-left: 0px !important;
}
.about-new-section-wrapper {
	height: auto;
	width: 100%;
	margin: 50px 0px;
}
.about-new-section {
	height: auto;
	width: 100%;
	background-image: url(../images/about.png);
	border: 1px solid #ccc;
	padding-bottom: 20px;
}
.about-new-section h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	padding: 10px 0px 8px;
	background: #36a55e;
	margin-top: 0px;
	margin-bottom: 25px;
}
.about-new-section p {
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	padding: 0px 17px;
	font-weight: 600;
}
.about-new-section h4 {
	text-align: right;
	font-size: 14px;
	color: #000;
	padding: 15px 20px 0px;
	text-transform: uppercase;
}
.about-new-section h4 a {
	color: #000;
}
.about-new-section h4 a:hover {
	color: #36a55e;
	text-decoration: none;
}
.caret {
	margin-left: 3px !important;
}
/*Quote-rwapper*/
.quote-online {
	height: auto;
	width: 100%;
}
.quote-main {
	height: auto;
	width: 100%;
}
.quote-main h3 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 50px;
}
.quote-wrapper form {
	margin-top: 0px;
	width: 102%;
}
.quote-wrapper form label {
	color: #181818;
	font-size: 15px;
	font-weight: normal !important;
}
.quote-wrapper .form-control {
	border-radius: 0px;
	box-shadow: none !important;
	color: #000;
	margin-bottom: 15px;
}
.form-control:focus {
	box-shadow: none !important;
	border: 1px solid #36a55e !important;
}
.quote-wrapper form textarea {
	height: 100px;
}
.half-box {
	height: auto;
	width: 100%;
}
.half-box form label {
	color: #181818;
	font-size: 15px;
	display: inherit;
}
.half-box input {
	border-radius: 0px;
	box-shadow: none !important;
	color: #000;
	height: 34px;
}
.half-box input:focus {
	box-shadow: none !important;
	border: 1px solid #36a55e !important;
	outline: none !important;
}
input[type="radio" i] {
	margin: 20px 15px 13px !important;
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}
.contact-right1 {
	height: auto;
	width: 100%;
	text-align: left;
}
.contact-right1 .btn-default:focus {
	outline: none;
}
.contact-right1 .btn-default {
	border: 0px;
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 5px 17px;
	border-radius: 7px;
	margin-top: 22px;
	font-weight: 500;
}
.contact-right1 .btn-default:hover {
	background-color: #333;
	color: #fff;
}
/*contact-page*/
.contact-form-wrapper {
	height: auto;
	width: 100%;
	padding-top: 20px;
}
.contact-form-wrapper .contact-left-1 {
	height: auto;
	width: 100%;
	background: #15803c;
}
.contact-form-wrapper .contact-right {
	height: auto;
	width: 100%;
}
.contact-form-wrapper .contact-right .border {
	border-left: 1px solid #ddd;
}
.contact-form-wrapper .contact-right .contact-right-main {
	height: auto;
	width: 100%;
}
.contact-form-wrapper .contact-right .contact-right-main img {
	margin-top: 50px;
	margin-bottom: 20px;
}
.contact-form-wrapper .contact-right .contact-right-main form .col-sm-6 {
}
.contact-form-wrapper .contact-right .contact-right-main form .form-control {
	border-radius: 0px;
	margin-top: 30px;
	font-size: 13px;
}
.contact-form-wrapper .contact-right .contact-right-main form textarea {
	height: 115px;
}
.contact-form-wrapper .contact-right .contact-right-main form .btn-default {
	float: left;
	border: 0px !important;
	background: #15803c;
	color: #fff;
	margin-top: 30px;
	padding: 6px 25px 8px;
}
.contact-form-wrapper .contact-right .contact-right-main form .btn-default:focus {
	outline: none;
}
.contact-form-wrapper .contact-right .contact-right-main form .btn-default:hover {
	background: #333;
}
.contact-form-wrapper .contact-left-1 .contact-con {
	padding-top: 70px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	color: #000;
}
.contact-form-wrapper .contact-left-1 .contact-con i {
	padding-right: 20px;
	font-size: 20px;
}
.contact-form-wrapper .contact-left-1 .contact-con .fa-map-marker {
	font-size: 25px;
	float: left;
	padding-bottom: 15px;
}
.contact-form-wrapper .contact-left-1 .col-sm-6 {
	padding-left: 0px;
}
.contact-form-wrapper .contact-left-1 .contact-con p {
	color: #000;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 144px;
	line-height: 25px;
	padding-bottom: 20px;
}
.contact-form-wrapper .contact-left-1 .contact-con span {
	font-weight: 600;
	margin-right: 10px;
}
.more-details {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.more-details p {
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 144px;
	line-height: 22px;
	margin-top: -10px;
}
.more-details span {
	font-weight: 700;
	margin-right: 7px;
}
.more-details p a {
	color: #000;
	text-decoration: none;
}
.more-details p a:hover {
	color: #333;
}
.work-shop {
	height: auto;
	width: 100%;
	margin-top: 50px;
}
.work-shop p {
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 144px;
	line-height: 22px;
	margin-top: -10px;
}
.work-shop span {
	font-weight: 700;
	margin-right: 7px;
}
.work-shop1 {
	height: auto;
	width: 100%;
	margin-top: 30px;
}
.work-shop1 p {
	color: #fff;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 144px;
	line-height: 22px;
	margin-top: -10px;
}
.work-shop1 span {
	font-weight: 700;
	margin-right: 7px;
}
/*********ABOUT US*************/
#about_us_wrap .service-form {
	margin-top: 0;
}
#about_us_wrap .service-form h3 {
	margin-top: 0;
}
/*****Inner_Page******/
.innerpage-wrap {
	padding: 30px 0 0 0;
}
.innerpage-wrap p {
	padding-bottom: 10px;
	line-height: 1.7em;
	font-size: 16px;
}
.innerpage-wrap ul {
	text-align: center;
	padding: 20px 0;
}
.innerpage-wrap h3 {
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.innerpage-wrap ul li {
	list-style-type: none;
	display: inline-block;
}
.innerpage-wrap .factory-wrap {
	text-align: left;
}
.innerpage-wrap .factory-wrap li {
	padding-bottom: 20px;
}
.innerpage-wrap .factory-wrap figcaption {
	background: #36a55e;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.innerpage-wrap .factory-wrap img {
	width: 100%;
}
.innerpage-wrap .blog1 {
	background: #f8f8f8;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.innerpage-wrap .blog1 p span {
	font-style: italic;
	font-weight: bold;
}
.innerpage-wrap .blog1 p {
	padding-bottom: 5px;
}
/*Capability*/
.capability-wrapper {
	height: auto;
	width: 100%;
}
.capability-wrapper table {
	border-collapse: collapse;
}
.capability-wrapper th,
.capability-wrapper td {
	border: 1px solid #c6c7cc;
	padding: 7px 50px;
	text-align: center;
	font-size: 14px;
}
.capability-wrapper th {
	font-weight: bold;
	text-align: center;
}
.capability-wrapper tr:nth-child(even) {
	background-color: #f2f2f2
}
/*subservice*/
.subservice-wrapper {
	height: auto;
	width: 100%;
	background: #f6f6f6;
	padding: 35px 0;
}
.subsevice-main {
	height: auto;
	width: 100%;
}
.subsevice-main h2 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.subsevice-main h3 {
	font-size: 18px;
	font-weight: bold;
}
.subsevice-main p {
	color: #2b2a29;
	font-size: 16px;
	line-height: 1.7em;
	text-align: justify;
	margin-top: 15px;
}
.subsevice-main .form-control {
	background: #36a55e;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: 600;
	border: 0px;
}
.subsevice-main .form-control:hover {
	background: #333;
}
.service-form {
	background: #fff;
	width: 100%;
	padding: 15px;
}
.service-form h3 {
	background: #15803c;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 10px;
}
.service-form ul {
	padding: 0px;
}
.service-form ul ul {padding-left: 20px;
padding-top: 16px;}
.service-form ul li ul li{padding: 5px 0;
border-bottom: none;
border-top: 1px solid #d7d7d7;}
.service-form ul li {
	list-style: none;
	display: inline-block;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	padding: 16px 0;
}
.service-form ul li a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.service-form ul li a em {
	font-style: inherit;
}
/*.active{background: #cccccc;}*/
.ser-description-wrapper {
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.ser-description-wrapper .ser-main {
	height: auto;
	width: 100%;
}
.ser-description-wrapper .ser-main h3 {
	color: #181818;
	font-size: 24px;
	font-weight: 600;
}
.ser-description-wrapper .ser-main p {
	color: #2b2a29;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	margin-top: 15px;
}
.wpcf7-validation-errors {
	display: none!important;
}
.wpcf7-not-valid-tip {
	display: none!important;
}
.wpcf7-not-valid {
	border: 1px solid red!important;
}
.contact-right button a {
	color: #fff!important;
	text-decoration: none;
	font-style: normal;
}
.pcb-ser-left-main button a {
	color: #fff!important;
	text-decoration: none;
}
.service-form .current_page_item {
	background: #cccccc!important;
	padding-left: 15px;
}
.slider-test  .slide1 {
	padding: 13px 13px;
}
.carousel-caption .slide2 h1 {
	font-size: 50px!important;
}
.carousel-control.left {
	left: -40px;
}
.slider-test .carousel-control {
	top: 185px;
}
.slider-test .carousel-control.left {
	left: 0px;
}
.slide3-main {
	height: auto;
	width: 100%;
	left: 333px !important;
	position: absolute;
	top: 215px;
}
.slide3-main button {
	border: 0px;
	background-color: #15803c;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 11px 17px;
	border-radius: 10px;
	margin-top: 25px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
}
.slide3-main button:hover {
	background-color: #333;
}
.btn-slide-color {
	color: #fff !important;
}
/*dropdownsubmenu*/
.dropdown-submenu .dropdown-menu {
	left: 180.2px;
	top: -3px;
}
.header-inner .navbar-default {
	border: 0px !important;
}
.navbar-default .navbar-nav>li>a {
	color: #000000 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #36a55e !important;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-top: 5px;
	width: 0;
	margin-right: -5px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-menu {
	border-radius: 0px !important;
}
.dropdown-submenu {
	position: relative;
	width: 180px;
}
.navbar-default .navbar-toggle {
	background: #333 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.dropdown-submenu .dropdown-menu li {
	display: inherit;
}
.dropdown li {
	display: inherit;
}
.mobile-menu {
	display: none;
}
.header-inner .navbar-nav>li {
	padding: 0px 6px !important;
}
.mltlngg-lang-button img.mltlngg-current-lang, .mltlngg-lang-button-icons img.mltlngg-current-lang {
	width: 30px!important;
	margin-top: 9px!important;
}
.mltlngg-lang-button img.mltlngg-lang, .mltlngg-lang-button-icons img.mltlngg-lang {
	width: 30px!important;
	margin-top: 9px!important;
}
/**model-box**/
.fade.in {
	background: transparent !important;
}
.modal {
	position: relative !important;
}
.modal-dialog {
	margin: 30px !important;
}
.quote-br {
	display: none;
}
.hero-unit .btn-inverse {
	background-color: #36a55e;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	padding: 5px 17px;
	border-radius: 7px;
	margin-top: 22px;
	font-weight: 600;
}
.hero-unit .btn.focus, .btn:focus, .btn:hover {
	color: #fff !important;
	background-color: #333;
}
#gerber-files .hero-unit {
	background: #ebebeb;
	padding: 20px 35px;
	margin-top: 30px;
}
#no-gerber-files .hero-unit {
	background: #ebebeb;
	padding: 20px 35px;
	margin-top: 30px;
}
.close-quote {
	margin: -10px 0 10px 0;
	width: 100%;
	text-align: right;
}
.hero-unit .controls {
	margin-left: 246px;
}
.hero-unit .control-label {
	float: left;
	width: 18%;
	padding-top: 5px;
	text-align: right;
}
.hero-unit .control-label {
	font-weight: 700;
}
.hero-unit .controls input {
	width: 50%;
}
.hero-unit .controls textarea {
	width: 50%;
}
.pcb-option {
	height: auto;
	width: 100%;
	background: #ebebeb;
	clear: both;
	padding: 12px 0px 21px;
}
.quote-challenge .span9 label {
	display: block;
}
.quote-challenge {
	margin-top: 50px;
}
.hero-unit p strong {
	position: relative;
	display: inline;
	top: 10px;
	right: 1px;
}
@media (min-width: 992px) {
	.col-md-4.col-sm-3.header-bottom-left .logo {
		text-align: center;
		padding: 5px 0;
	}
}