/* main color: #0077C8;
 * accent color: #6eba01;
 */

/* Global */
a:hover {
  text-decoration: none;
}
.main-header {
  background-color: rgba(0, 119, 200, 0.75);
}
.logo-box {
  max-width: 13% !important;
}
.fixed-header .logo-box {
	padding: 10px 0px !important;
}
.links li a, .main-menu .navigation > li > a {
	text-transform: none !important;
  border-bottom: 5px solid rgba(255, 255, 255, 0.0);
}
.links li a:hover, .main-menu .navigation > li:hover > a {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 5px solid #fff;
}
.active > a {
	color: #FFF !important;
	border-bottom: 5px solid #fff !important;
}
.sticky-header {
  background-color: #0077c8;
}
.sticky-header .logo {
  max-width: 9%;
}
#header-info {
	position: fixed;
	top: 10px;
	left: calc(13% + 20px);
	z-index: 1000;
	display: none;
}

#header-info a {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
}
.main-menu .navbar-collapse > .navigation > li {
	border-top: none !important;
}
.main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
	color: #FFF !important;
	font-weight: bold !important;
}

.navbar-collapse {
	z-index: -1;
}
.info-widget .text {
	font-size: 14px !important;
	line-height: 20px;
	margin-top: -10px;
}


.btn-style-one {
  border: 2px solid #6eba01 !important;
  background-color: #6eba01 !important;
  color: #fff;
  text-transform: uppercase;
}
.btn-style-one:hover {
  background-color: #fff !important;
  color: #6eba01 !important;
  text-decoration: none;
}
.featured-block, .col-md-6 .col-sm-6 .col-xs-12 {
  padding: 0 !important;
  border-bottom: none !important;
}
.sidebar-title h2:after {
  background-color: #036890 !important;
}
.widget ul li a {
  position: relative;
  color: #242424;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 15px 14px 25px;
  display: block;
  background-color: #f1f1f1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 4px solid #d2d2d2;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.widget ul li:after {
  display: none;
}
.widget ul li:active a, .widget ul li a:hover {
  color: #fff !important;
  border-color: #70cde2 !important;
  background-color: #0077c8 !important;
}
.brochure-box .inner .text {
  padding-top: 5px;
}
.brochure-box .inner .icon {
  color: #0077c8;
}
.brochure-box:hover {
  background-color: #0077c8;
}
.brochure-box:hover .inner .icon {
  color: #fff;
}

.main-footer {
  background-color: #0077c8 !important;
}
.footer-column h2:after {
  background-color: transparent !important;
}
.footer-widget .logo img {
  max-width: 90% !important;
}
.footer-widget .text, .footer-widget .number, .footer-widget li a, .copyright, .created {
  color: #fff !important;
}

.logo-widget img {
	width: 150px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
	#customer-logos img {
    max-width: none;
    max-height: none;
    height: 110px;
    margin: 0 auto;
    padding: 35px 0 35px 0;
  }
}
@media only screen and (max-width: 479px) {
  .center-text-mobile {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
	.logo-box {
		max-width: 75px !important;
		margin-top: 5px;
	}
	#header-info {
		display: inherit !important;
		left: 100px !important;
	}
	.navbar-toggle {
		background: transparent !important;
		border: none !important;
	}
	.menu-item a {
		background: #0077C8 !important;
		color: #FFF !important;
	}
	ul.navigation {
		border: none !important;
	}
	.navbar-header {
		width: 50px !important;
		float: right !important;
	}
	.logo-box {
		position: absolute !important;
	}
	.main-header .navigation li:nth-child(1) {
		display: none;
	}
	.main-header .navigation li:nth-child(2) {
		display: none;
	}
	.process-number {
		display: none;
	}
	.process-number-sm {
		display: inherit !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1140px) {
	.sticky-header {
		display: none !important;
	}
}
@media only screen and (max-width: 1140px) {
	.main-header {
		position: fixed !important;
	}
  .auto-container {
		background: #0077C8 !important;
	}
}

/* Home */
#customer-logos img {
  display: block;
  max-width: 125px;
  max-height: 150px;
  width: auto;
  height: auto;
}

/* Machine Design & Build */
.process-number {
	color: #000 !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 20pt;
}

.process-number-sm {
	color: #000 !important;
	text-align: center;
	font-size: 18pt;
	padding: 25px 0 25px 0;
	display: none;
}
/* Contact */
.kc-contact-form7 h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.wpcf7-form {
	font-family: 'Poppins';
}
.wpcf7-form input {
	max-width: 350px;
}
.wpcf7-form textarea {
	max-width: 350px;
}


