@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap);
div.main-menu-more {
	display: none !important;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.9);
}

body {
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
}

a, a:hover, a:visited, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
}

.banner .for_desktop {
	display: none;
}

.logo-wrapper {
	background: rgba(247,247,247, .8);
	border-bottom: 5px solid #FAC014;
	padding: 25px 0;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
}

.home .logo-wrapper,
.page-template-new-about-us .logo-wrapper {
	position: absolute;
	z-index: 99;
}

.navbar-toggler {
	border: 1px solid #000;
}

.navbar-toggler-icon {
	width: auto;
	height: auto;
}

#navigation {
	background: #FAC014;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
	text-transform: uppercase;
}

.navbar-expand-lg li {
	margin: 0 10px;
}

#page-content,
header.about-content {
	margin-top: 40px;
}

#page-content.contact-us .col-md-6:last-child {
	margin-top: 30px;
}

#page-content.contact-us label {
	display: block;
}

#page-content.contact-us input[type="text"],
#page-content.contact-us input[type="email"],
#page-content.contact-us textarea {
	border: 1px solid #ccc;
	width: 100%;
}

#page-content.contact-us input[type="submit"] {
    background: #FAC014;
    border: none;
    box-shadow: none;
    font-weight: bold;
    min-width: 280px;
    width: 100%;
    padding: 15px;
}

/*responsive iframe*/
.wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-list img {
	height: auto;
	width: 100%;
}

#product-list .text-wrapper,
.our-project h3 {
	background: #FAC014;
	font-size: 18px;
	padding: 15px;
}

.copyright {
	font-size: 18px;
}

.about-content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

ul.about-content {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 50px;
}

.page-template-about-us #product-list h3 {
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.page-template-new-about-us .rl-gallery-container {
	margin: 0 auto;
	width: 300px;
}

.page-template-new-about-us #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
	width: auto;
}

.about_us_machines h3 {
	color: #FAC014;
	font-weight: bold;
	margin-top: 40px;
}

.about_us_machines #product-list .col-md-4 {
	margin-top: 0 !important;
}

.about_us_machines #product-list p {
	height: 0;
}

.about_us_machines #product-list .text-wrapper {
	margin-top: -20px;
}

.about_us_section2 {
	background-image: url(/wp-content/uploads/2019/10/about_overlay_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	margin-top: 50px;
	padding: 60px 30px;
}

.about_us_section2 h3:first-child {
	margin-top: 0;
}

.about_us_section2 h3 {
	color: #FAC014;
	font-weight: bold;
	margin: 60px 0 15px;
}

.about_us_section3 {
	background-image: linear-gradient(#D4AD59, #F3EFA5);
	padding-top: 60px;
	padding-bottom: 60px;
}

.about_us_section3 h3 {
	color: #000;
	font-weight: bold;
	margin: 0 0 50px;
}

.no-bold,
.no-bold:hover {
	font-weight: normal;
}

.our-service .text-wrapper {
	margin-top: 10px;
}

.our-service .yellow-bg {
	background: #FAC014;
	font-weight: bold;
	padding: 10px;
}

.our-project h3 {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
}

.our-project .row {
	margin-bottom: 30px;
}

@media only screen and (min-width: 767px) {
	.banner .for_desktop {
		display: block;
	}

	.banner .for_mobile {
		display: none;
	}

	#page-content.contact-us .col-md-6:last-child {
		margin-top: 0;
	}
	.page-template-new-about-us .rl-gallery-container {
		width: 455px;
	}
}