/*
Theme Name: LakeCity Plating
Version: 1.0
Text Domain: lakecityplating
*/


@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Lato);

@font-face {
	font-family: avenir-heavy;
	src: url('../ttf/aeh.ttf');
}

@font-face {
	font-family: avenir-roman;
	src: url('../otf/avenirltstd-roman.otf');
}

@font-face {
	font-family: avenirLT-heavy;
	src: url('../otf/avenirltstd-heavy.otf');
}

@font-face {
	font-family: proximaNova-regular;
	src: url('../otf/proximanova-regular.otf');
}

img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: avenir-roman;
	overflow-x: hidden;
	color: #fff;
}

p {
	line-height: 28px;
	color: #5d5d5d;
}

section {
	clear: both;
}

label {
	margin-bottom: 0px;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

button:hover {
	opacity: 0.9;
	cursor: pointer;
}

.logo img {
	width: 200px;
	height: 60px;
}

p:empty {
	display: none;
}

button.navbar-toggler {
	width: 100%;
}

button.navbar-toggler span:first-child {
	color: #fff;
	padding: 4.5px 5px;
	float: left;
}

button.navbar-toggler span:last-child {
	float: right;
}

a.carousel-control-prev,
a.carousel-control-next {
	width: 8%;
}

.flex-center-vertically {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 400px;
}

#main-slider .carousel-caption {
	padding-top: 40px;
	left: 8%;
	right: 8%;
	height: 100%;
}

#main-slider .carousel-item .flex-center-vertically {
	font-family: avenir-heavy;
	font-size: 54px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#main-slider .carousel-item .flex-center-vertically p {
	line-height: normal;
	color: white;
	margin-bottom: 26px;
}

/*
#main-slider .carousel-item .flex-center-vertically br {
    padding: 10px 0px;
	margin: 0 auto;
    display: block;
	line-height: 135%;
    vertical-align: top;
}
*/

#main-slider .carousel-indicators {
	bottom: 5%;
}

#main-slider .carousel-indicators .active {
	background-color: #0a50a3;
}

#main-slider .carousel-indicators li {
	background-color: #959595;
	width: 50px;
	height: 6px;
	border-radius: 4px;
}

#main-slider .carousel-control-prev-icon {
	background-image: url(../png/slider-preicon.png);
	width: 16px;
	height: 44px;
}

#main-slider .carousel-control-next-icon {
	background-image: url(../png/slider-nexticon.png);
	width: 16px;
	height: 44px;
}

.services {
	padding: 60px 0px;
}

.services .row div h1 {
	font-family: avenir-roman;
	font-size: 25px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 12px;
	clear: both;
}

.services>.container>h2 {
	border-left: 3px solid #0a50a3;
	padding-left: 15px;
	margin-bottom: 20px;
	font-family: avenir-heavy;
	font-size: 40px;
	color: #7d7d7d;
	text-transform: uppercase;
}

.service-box {
	font-family: avenir-roman;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 20px 0px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	background-color: #1A1A1A;
	margin-bottom: 8px;
}

.service-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
	font-size: 15.4px;
}

.service-box img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
}

.service-box figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 18px 14px;
	background-color: rgba(12, 71, 140, 0.8);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.service-box figcaption .count_6 {
	display: none;
}

.service-box figcaption p {
	color: #fff;
	font-size: 18px;
}

.service-box h2 {
	margin: 5px 0px;
}

.service-box p {
	margin: 0px 0px 10px;
}

.service-box h3 {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 1px;
}

.service-box figcaption .count_5 {
	display: none;
}

.service-box figcaption .chrm_2 {
	display: none;
}

.service-box:hover {
	box-shadow: 0px 0px 16px 10px #e0e0e0;
}

.service-box:hover figcaption,
.service-box.hover figcaption {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.service-box figcaption .list {
	float: left;
	margin: 0px 5% 0px 0px;
	width: 45%;
	overflow: hidden;
}

.service-box figcaption .list:nth-child(4) {
	margin: 0px 0% 0px 5%;
	width: 45%;
}

.service-box figcaption .list ul {
	list-style: disc;
	padding-left: 17px;
}

.service-box figcaption a {
	background-color: #fff;
	color: #0a50a3;
	padding: 07px 15px;
	float: right;
	position: absolute;
	bottom: 5%;
	right: 5%;
}

.navbar-toggler,
.btn.request_btn {
	background-color: #0a50a3;
	color: #fff;
	border: 1px solid #fff;
	padding: 17px;
	float: right;
	border-radius: 0px;
}

.main .search-menu {
	background: #0a50a3;
	padding: 8px;
	padding-top: 12px;
	border: 1px solid #fff;
	border-left: none;
	display: -webkit-inline-box;
}

.bar {
	background: transparent;
	border: none;
	box-shadow: none;
	top: 40px;
}

.main .lower {
	margin-top: 12px;
	margin-bottom: -29px;
}

.main .col-lg-12 {
	z-index: 999;
}

.main .upper {
	margin-top: 12px;
}

.main .navbar {
	float: left;
	width: 78%;
	background-color: #000 !important;
	border: 1px solid #fff;
}

#navbarNav .navbar-nav a {
	color: #fff;
	margin: 0px 25px 0px 20px;
	font-family: avenir-roman;
	font-size: 17px;
	display: block;
	padding: .5rem 1rem;
	padding-right: .5rem;
	padding-left: .5rem;
	text-transform: uppercase;
}

.main .social {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

@media screen and (max-width: 575px) {
	.main .social {
		align-items: center;
	}
}

.main .social h3 {
	font-size: 1.25rem;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.main .social a.phone {
	color: #a4a4a4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
}

.main .social a.phone:before {
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.main .social a.phone.ohio:before {
	background: url('../png/ohio.png') no-repeat;
	background-size: contain;
	margin-right: 9px;
}

.main .social a.phone.texas:before {
	background: url('../png/texas.png') no-repeat;
	background-size: contain;
}

.main .phone {
	display: inline-block;
	margin-right: 35px;
}

.main .phone img {
	margin-bottom: 7px;
}

.main .phone p span {
	color: #a4a4a4;
	font-size: 15px;
}

.main .inner {
	float: right;
}

.main p {
	display: inline;
	color: #111111;
}

.about {
	position: relative;
	padding: 0px 15px 3.5%;
	background-color: #f4f4f4;
	overflow: hidden;
}

div.about {
	padding: 0px 15px 1%;
}

.about-banner {
	position: unset;
	padding: 0px;
	padding-top: 30px;
}

.about img {
	float: left;
}

.about h2 {
	border-left: 3px solid #0a50a3;
	padding-left: 10px;
	margin-bottom: 20px;
	font-family: avenir-heavy;
	font-size: 38px;
	color: #7d7d7d;
	text-transform: uppercase;
}

.about h4 {
	font-size: 17px;
	color: #7d7d7d;
	font-family: avenir-heavy;
	margin-bottom: 35px;
	font-weight: 800;
}

a.download_link {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;

	background: #0a50a3;
	color: #fff;
	padding: 12px;
	border: none;
	font-size: 20px;
	cursor: pointer;

	margin-bottom: 10px;
	text-align: center;
}

.about-banner img {
	position: absolute;
	top: -10%;
	right: 20px;
	left: 0;
	width: 43%;
	max-width: 100%;
	min-height: 429px;
}

.about-us {
	/* background: url('./images/newspaper-diagonal.png') no-repeat;
	background-position: right bottom; */
	position: relative;
	padding: 0px 0px 3% 30px;
	font-family: avenir-roman;
	font-size: 17px;
	color: #5d5d5d;
}

.about-us p {
	font-family: avenir-roman;
	font-size: 17px;
	color: #5d5d5d;
	line-height: 24px;
}

.about-us img {
	position: absolute;
	bottom: -10%;
	right: -2%;
	max-width: 100%;
	width: 38%;
}

.lcp {
	margin: 5% 0;
}

.zinc-text.dip p {
	color: #121212;
}

.lcp-work {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 16% 15px 3%;
}

.lcp-work h1 {
	font-family: avenir-heavy;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.lcp-work a {
	font-family: avenir-roman;
	font-size: 17px;
	color: #ffffff;
	padding: 15px 20px;
	background-color: #0a50a3;
	text-transform: uppercase;
}

.request-quote {
	padding: 50px 0px;
	background: url(../jpg/request-back.jpg) no-repeat;
	background-size: cover;
}

.request-quote h2 {
	font-family: avenir-heavy;
	font-size: 40px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}

/*******umar*****/
.footer {
	padding: 5% 15px 0%;
	background-color: #111111;
}

.footer .logo p {
	text-align: center;
	padding: 10px 20px 10px 0px;
	margin: 10px 0px;
	font-size: 14px;
	font-family: proximaNova-regular;
	color: #a4a4a4;
	width: 77%;
}

.lakefoot {
	padding-bottom: 25px;
	border-bottom: 1px solid #959595;
}

.footer li,
.footer a {
	font-size: 14px;
	font-family: proximaNova-regular;
	color: #a4a4a4;
	padding: 5px 0px 10px;
}

.footer a.phone:before {
	content: "";
	background-image: url('../png/footer-phone.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align: middle;
}

.footer li a {
	font-size: 14px;
	font-family: proximaNova-regular;
	color: #a4a4a4;
}

.footer .logo {
	padding: 5px 0px;
}

.footer .address-container {
	color: #a4a4a4;
	margin-bottom: 30px;
}

.footer .address-container h4 {
	padding-top: 5px;
	font-size: 16px;
}

.footer .address-container .address {
	font-size: 14px;
	margin-bottom: 10px;
}

.contact_us .banner-text h1 {
	text-align: left;
	padding-left: 20px;
	color: #121212;
}

.contact li {
	background-image: url(../png/meseage.png);
	background-repeat: no-repeat;
	background-position-x: 3px;
	padding-left: 48px;
	display: inline-block;
	line-height: 15px;
}

.footer h3 {
	position: relative;
	padding: 5px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #959595;
	font-size: 22px;
	font-family: proximaNova-regular;
	color: #a4a4a4;
}

.footer h3:before {
	position: absolute;
	background-color: #0c3b72;
	height: 3px;
	content: '';
	width: 40px;
	bottom: -2px;
	left: 0;
}

.footer .accounts {
	padding-top: 10%;
	padding-left: 45px;
}

.uan {
	padding: 10% 0% 0px 9%;
}

.uan img {
	float: left;
	margin-right: 10px;
}

.copyrights p {
	font-family: proximaNova-regular;
	font-size: 14px;
	color: #a4a4a4;
	text-align: center;
	padding: 15px 0px 0px;
}

/***** M.A ******/
.quoteform .form-row input,
.request-quote .custom-file-label,
.form-control,
select#location {
	border: none;
	border-radius: 0;
	height: 45px;
	text-align: left;
	padding: 10px 5px;
	margin-top: 15px;
}

.custom-file {
	margin-bottom: 20px;
}

input::placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

input::-webkit-input-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

select::option {
	font-size: 16px;
	color: #bbb8b8 !important;
}

select::-webkit-option {
	font-size: 16px;
	color: #bbb8b8 !important;
}

input::-moz-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

input::-ms-input-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

input::-moz-placeholder {
	color: #bbb8b8 !important;
}

textarea::placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

textarea::-moz-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

textarea::-ms-input-placeholder {
	font-size: 16px;
	color: #bbb8b8 !important;
}

label.custom-file-label {
	font-size: 16px !important;
	color: #bbb8b8 !important;
}

.custom-file-label::after {
	content: "Choose file";
	font-size: 14px;
	margin: 4px 6px;
	padding: 7px 20px;
	border: 1px solid e1e1e1;
	border-radius: 0;
	color: #7d7d7d;
	background-color: #d7d7d7;
	text-transform: capitalize;
}

textarea {
	height: 180px !important;
}

.btn-primary.sub {
	background-color: #111111;
	float: right;
	padding: 15px 20px;
	border: none;
	border-radius: 0;
	font-size: 17px;
}

/********REQUEST-A-QUOTE*********/
.quote {
	background: none;
}

.quote .quoteform .form-row input,
.quote .custom-file-label,
.quote .form-control {
	border: 1px solid #bbb8b8;
}

.quote h1 {
	text-align: left;
	border-left: 3px solid #7d7d7d;
	padding-left: 25px;
	color: #7d7d7d;
	font-size: 40px;
	font-family: avenir-heavy;
	margin-bottom: 15px;
}

.quote h1 span {
	display: block;
	color: #0a50a3;
	font-size: 20px;
	font-family: avenir-roman;
}

.quote .req-quote h1 {
	text-align: left;
	border-left: 3px solid #0a50a3;
	padding-left: 25px;
	color: #7d7d7d;
	font-size: 40px;
	font-family: avenir-heavy;
}

.quote p {
	font-family: avenir-roman;
	color: #7d7d7d;
	font-size: 17px;
	text-align: left;
	margin: 15px 0px;
}

.quote li {
	font-family: avenir-roman;
	color: #7d7d7d;
	font-size: 17px;
	margin-left: 40px;
	list-style: disc;
}

.quote .quoteform label {
	color: #7d7d7d;
	font-size: 18px;
	font-family: avenir-heavy;
	display: flex;
	margin: 0;
}

.quote .form-group h2 {
	color: #7d7d7d;
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 0px;
}

.quote .qmail {
	font-size: 16px;
	color: #121212;
	padding-top: 14px;
}

.quote .qmail span {
	color: #0a50a3;
	text-decoration: underline;
}

.quote .request-button {
	color: #fff;
	background-color: #0a50a3;
	font-size: 16px;
	padding: 15px 20px;

}

.quote button.btn-primary {
	background-color: #0a50a3;
	font-size: 16px;
	padding: 15px 19px;
}

.quote .quoteform label:last-child {
	color: #bbb8c2;
	font-family: avenir-roman;
}

form br {
	display: none;
}

.row.form-row.quoteform input {
	margin-top: 0;
	margin-bottom: 10px;
}

/********career*********/
.margin-input .quoteform .form-row input,
.margin-input .form-control,
.margin-input select#location {
	margin-top: 0px;
	margin-bottom: 10px;
}

.margin-input label.custom-file-label {
	margin-top: 25px;
}

div#wpcf7-f134-p132-o1 textarea.form-control {
	margin-top: 3px;
}

.career-quote {
	background: url(../png/quote-banner-2.png) no-repeat;
	background-size: cover;
}

.banner {
	background: url(../png/lcp-associates.png) no-repeat;
	background-size: cover;
}

.service-banner {
	background: url(../jpg/service-banner.jpg) no-repeat;
	background-size: cover;
}

.request-banner {
	background: url(../jpg/request-quote.jpg) no-repeat;
	background-size: cover;
}

.banner-text h1 {
	font-family: avenir-heavy;
	font-size: 50px;
	color: #fff;
	text-align: center;
	padding-top: 16%;
	padding-bottom: 13%;
}

.work-banner .banner-text h1 {
	padding-top: 27%;
	padding-bottom: 2%;
}

.work-text p {
	color: #7d7d7d;
	font-size: 17px;
	font-family: avenir-roman;
	margin: 15px 0px 15px;
}

.work-text li {
	padding-left: 20px;
}

.our-mission {
	background-color: #f4f4f4;
	text-align: center;
	color: #7d7d7d;
	padding: 60px 0px;
}

.our-mission p {
	line-height: 20px;
}

.current-opening .request-button {
	color: #fff;
	background-color: #0a50a3;
	font-size: 7px;
}

.current-opening button.btn-primary {
	background-color: #0a50a3;
	font-size: 16px;
	padding: 15px 32px;
	border-radius: unset;
}

.why-work {
	padding-top: 5%;
}

.text-space {
	padding: 25px 0px;
}

.why-work ul {
	list-style: disc;
	padding: 5px 14px;
}

.mission-text h2 {
	font-size: 36px;
	font-family: avenir-heavy;
	position: relative;
}

.mission-text h3 {
	font-size: 32px;
	font-family: avenir-heavy;
	color: #666666;
	line-height: 36px;
	width: 38%;
	margin: 0 auto;
}

.princple-text h3 {
	font-size: 36px;
	font-family: avenir-heavy;
	padding: 35px 0px;
	position: relative;
}

.our-mission h4 {
	font-size: 28px;
	font-family: avenir-heavy;

}

.princple-text h3::before,
.mission-text h2::before {
	content: "";
	position: absolute;
	width: 29%;
	height: 1px;
	background-color: #c3c3c3;
	top: 50%;
	left: 0px;
}

.mission-text {
	margin-bottom: 40px;
}

.princple-text h3::after,
.mission-text h2::after {
	content: "";
	position: absolute;
	width: 29%;
	height: 1px;
	background-color: #c3c3c3;
	top: 50%;
	right: 0px;
}

.mission-text h2::before,
.mission-text h2::after {
	width: 39%;
}

.work-text .card {
	border: none;
	border-bottom: 1px solid #c3c3c3;
	display: inline-block;
	width: 100%;
}

.work-text .card-header {
	background-color: #fff;
}

.work-text .card-header .btn-link {
	color: #383339;
	text-decoration: none;
	font-size: 20px;
	font-family: avenir-heavy;
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-bottom: 24px;
}

.btn.btn-primary.request-button.download-button {
	margin: 15px auto;
	white-space: normal !important;
	word-wrap: break-word;
	font-size: 16px;
	padding: 15px 32px;
	border-radius: unset;
}

.work-text .card-header .btn-link.collapsed::after {
	content: "View More";
	background: url(../png/down-arrow.png) no-repeat;
	position: absolute;
	right: 0px;
	background-position: 88% 50%;
	padding: 0px 76px;
	color: #0a50a3;
}

.work-text .card-header .btn-link::after {
	content: "View Less";
	background: url(../png/up-arrow.png) no-repeat;
	position: absolute;
	right: 0px;
	background-position: 88% 50%;
	padding: 0px 76px;
	color: #0a50a3;
}

.card #headingfour {
	border-bottom: none;
	width: 96%;
}

.current-opening {
	padding-top: 6%;
}

.current-opening .card-body {
	margin: 5px 0px;
	line-height: 32px;
	text-align: left;
	color: #959499;
}

.career-quote .custom-file {
	margin-bottom: 40px;
}

.margin-input .custom-file {
	margin-bottom: 50px;
}

.plating-services {
	position: relative;
	padding: 3% 0px 5%;
	height: auto;
}

.cadium-plating-service {
	position: relative;
	right: -3px;
	padding: 3% 0px 30px 20px;
	height: auto;
}

.zinc-ul-l {
	float: left;
	padding-right: 60px;
}

.zinc-ul-r {
	margin-top: 0px;
	padding-left: 0px;
}

.zinc-plating {
	padding: 4% 50px;
	background-color: #f4f4f4;
}

.service-quote {
	padding: 15px 0px 37px 35px;
}

.work-text,
.work-txt {
	color: #000;
}

.work-text ul,
.work-txt ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	margin-bottom: 20px;
}

.tin-ul-r {
	margin-top: 0px;
	padding-left: 30px;
}

.work-text li,
.work-txt li {
	padding-left: 25px;
	text-indent: -17px;
	font-size: 15px;
	line-height: 20px;
	color: #7d7d7d;
	white-space: normal;
	margin-bottom: 10px;
}

.work-text li::before,
.work-txt li:before {
	content: "• \00a0 ";
	font-size: 16px;
	white-space: normal;
	color: #1855c5;
	/* or whatever color you prefer */
}

.plate-career li {
	padding-left: 25px;
	text-indent: -17px;
	font-size: 17px;
	line-height: 22px;
	color: #7d7d7d;
	white-space: normal;
	margin-bottom: 10px;
}

.plate-career li::before {
	font-size: 16px;
	white-space: normal;
	color: #000;
	/* or whatever color you prefer */
}

.tin-plating {
	padding: 5% 15px;
	width: 100%;
	background-color: #f4f4f4;
}

.tin-plating:nth-child(9) {
	padding: 0px;
}

.tin-plating:nth-child(9) .row {
	display: none !important;
}

.tin-plating .tin-row {
	display: table;
	width: 100%;
}

.work-head {
	position: relative;
	left: 60px;
}

.zinc-chromate {
	position: relative;
	left: -15px;
}

.cadimum-plating {
	padding: 6% 50px;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-color: #f4f4f4;
}

.cad-plat-space {
	position: relative;
	left: 90px;
}

/* .work-text .col-sm-6:first-child{
	padding-left: 0;
} */
.row.align-items-start .col-sm-6:first-child {
	padding-left: 15px;
}

.col-lg-12.col-md-12.chrom {
	padding-left: 0px;
}

.work-text .col-sm-6:nth-child(2) ul {
	background: linear-gradient(#e0dcdc, #e0dcdc) center left no-repeat;
	background-size: 1px 90%;
	margin-left: -45px;
	padding-left: 45px;
}

.zinc-text {
	background: linear-gradient(#e0dcdc, #e0dcdc) center right no-repeat;
	background-size: 1px 70%;
}

.zinc-text:last-child {
	background: none;
}

.other-services {
	color: #000;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 5%;
}

.footer h3 {
	position: relative;
	padding: 5px 0px;
	margin-bottom: 30px;
	background: linear-gradient(#959595, #959595) bottom left no-repeat;
	background-size: 60% 1px;
	font-size: 22px;
	font-family: proximaNova-regular;
	color: #a4a4a4;
	border-bottom: none;
	text-transform: uppercase;
}

.footer li {
	width: 100%;
}

.contact li {
	background-position-x: 0;
	padding: 3px 0 15px 41px;
	line-height: 17px;
}

.contact ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.uan {
	padding: 63px 0% 0px 0%;
}


/* search bar */
.main .search-menu img {
	cursor: pointer;
}

.main .search-menu {
	background: #0a50a3;
	/*  padding: 8px;
    padding-top: 12px; */
	border: 1px solid #fff;
	border-left: none;
	display: -webkit-inline-box;
}

.search-box {
	background: transparent;
	position: absolute;
	top: 59px;
	right: -2%;
	width: 350px;
	height: 62px;
	line-height: 60px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	display: none;
	margin: 0;
	padding: 0;
}

.search-box:before {
	content: "";
	position: absolute;
	top: -15px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 14px solid #fff;
}

.search-box input[type="text"],
.search input[type="text"] {
	width: 271px;
	padding: 0px 10px;
	margin-left: 0px;
	border: 1px solid #0a50a3;
	outline: none;
}

.search-box button[type="submit"],
.search input[type="submit"] {
	width: 80px;
	padding: 0px 0;
	background: #0a50a3;
	color: #fff;
	margin-left: -6px;
	border: 1px solid #0a50a3;
	outline: none;
	cursor: pointer;
}

.search input[type="text"],
.search input[type="submit"] {
	padding: 15px 10px;
}

.quote {
	background: none;
}

.service-quote {
	padding: 10px 0px 37px 35px;
}

.services .col-lg-4.col-md-6 {
	margin: 0 auto;
	width: 370px;
	height: auto;
}

.custom-file-input {
	min-height: 64px;
}

.upload-file .custom-file-input {
	min-height: 45px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #000;
}

.career-quote div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #000;
}

select#location {
	-webkit-appearance: none;
	background: none;
	background-position: 98% center;
	background-color: #fff;
	color: #bbb8b8;
}

#location option {
	padding: 5px;
	color: #495057;
}

#location option:first-child,
.mob-img {
	display: none;
	color: #bbb8b8;
}

.menu-main-menu-container {
	width: 100%;
}

ul#menu-main-menu li {
	margin: 0 auto;
}

img.zinc-img {
	width: 100%;
	height: auto;
}

.row.work-txt {
	margin-top: 25px;
}

/***********************Contact Us Page Ammar Css ***********************/
.contact-details {
	font-size: 20px;
	color: #121212;
	font-family: AvenirLT Heavy;
	padding: 50px 15px 15px;
}

.contact-details h2 {
	font-family: avenir-heavy;
	color: #323232;
	border-bottom: 1px solid #d6d6d6;
}

.details-section {
	padding-right: 25px;
}

.details {
	border-bottom: 1px solid #d6d6d6;
	margin: 10px 0px 0px;
	padding: 0px 0px 10px 15px;
}

.details p {
	font-family: avenir-heavy;
	color: #323232 !important;
	font-size: 20px;
	margin-bottom: 0px;
}

.details a {
	font-family: avenir-roman;
	font-size: 16px;
	text-decoration: none;
	padding-bottom: 20px;
	color: #0a50a3;
}

.details img {
	padding-right: 7px;
	max-width: 27px;
}

.col-lg-6.details:nth-child(5),
.col-lg-6.details:nth-child(6) {
	padding-bottom: 30px;
}

.detail-text {
	padding-top: 22px;
}

.map-section {
	padding-top: 32px;
}

.map {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.map iframe {
	max-width: 100%;
	max-height: 278px;
}

.icon {
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	margin-top: -8px;
}

.icon img {
	padding-right: 14px;
}

.border-section {
	padding-left: 20px;
	/* border: 1px solid #d6d6d6; */
	margin-bottom: 20px;
}

.icon p {
	font-family: proximaNova-regular;
	font-size: 20px;
	color: #464646;
}

.icon span {
	display: block;
	padding-left: 33px;
}

/*************Form upload option *******/

.cust.om-file span {
	border: none;
	border-radius: 0;
	/* height: 45px; */
	color: #bbb8b8;
	text-align: left;
	padding: 0px 50% 22px;
	/* margin-top: 48px; */
	background: #fff;
	text-align: right;
	position: relative;
	/* width: 265px; */
}

.cust.om-file input {
	position: absolute;
	top: 4px;
	right: -24.5%;
	width: 42%;
	/* text-align: -webkit-auto; */
	display: block;
	padding: 1px;
	outline: none;
	color: #ffff;
}

.row.form-row.quoteform .cust.om-file {
	text-align: left;
	display: block;
}

.row.form-row.quoteform .cust.om-file span {
	border: 1px solid #bbb8b8;
	padding: 0px 100% 22px;
}

.row.form-row.quoteform .cust.om-file input {
	right: -17.5%;
	color: black;
	z-index: 0;
}

div#wpcf7-f5-o1 p {
	color: #fff;
	text-align: left;
	margin: 8px 0px !important;
}

.form-group.ttextarea {
	margin-top: 22px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color: #398f14;
}

#mfcf7_zl_add_file {
	color: #121212 !important;
	background-color: #fff !important;
}

.ct #mfcf7_zl_add_file {
	color: #fff !important;
	background-color: #121212 !important;
	border: none;
	border-radius: unset;
}

.row.lower.opac-req div:last-child .request_btn:hover {
	opacity: 0.94;
	z-index: 9999;
	color: #b2b2b2;
}

.ct {
	margin-top: 5px;
}

.request-quote .text-center {
	text-align: left !important;
}

.cust.small-cust.formp.ct.col-md-12 {
	padding: unset;
}

.ct div#mfcf7_zl_multifilecontainer {
	padding: 0px 0px;
	text-align: left;
}

div#mfcf7_zl_multifilecontainer p {
	color: #121212;
	padding: 11px 0px;
	text-indent: 20px;
	background: #fff;
	margin-bottom: 15px !important;

}

label.formp.lab {
	color: #fff;
}

.row.form-row.quoteform.req-form p {
	margin: 0px;
}

.req-btn #mfcf7_zl_add_file {
	margin-right: 0px !important;
	background-color: #0a50a3 !important;
	color: #fff !important;
}

.req-btn {
	margin-top: 7px;
}

.req-form label:last-child {
	color: #7d7d7d !important;
	font-family: avenir-heavy !important;

}

.req-btn div#mfcf7_zl_multifilecontainer p {
	color: #7d7d7d;
	padding: 3px 0px 4px;
	text-indent: 20px;
	background: #7d7d7d2e;
	margin-bottom: 15px;
}

.req-line {
	line-height: 1.61;
}

span.wpcf7-form-control-wrap input {
	width: 100%;
}

/* 
.text-name input, .email-field input{
    float: left;
}
.company input, .phone input {
    float: right;
} */
div.wpcf7 span.ajax-loader {
	background-image: url(../loader.html);
	width: 32px;
	background-repeat: no-repeat;
	height: 32px;
	z-index: 999999999999999;
	position: absolute;
	bottom: 2%;
	left: 15%;
}

.first {
	float: left;
	width: 50%;
	padding-right: 5px;
}

.second {
	float: right;
	width: 50%;
	padding-left: 5px;
}

.second select#location {
	width: 100%;
}

.why-work {
	padding-top: 5%;
	margin-bottom: 8%;
}

.work-text ul,
.work-txt ul {
	padding-bottom: 8px;
}

/********Media Query*********/

@media (min-width:2400px) {
	.about-banner img {
		top: -50%;
		min-height: 518px;
	}
}

@media (min-width:1366px) {
	.about-banner img {
		top: -32%;
		min-height: 518px;
	}

	.container {
		width: 1180px;
	}

	.col-md-strip {
		flex: 0 0 29%;
		max-width: 26%;
	}
}

@media (max-width: 1199px) {

	.about a.download_link,
	.about h4 {
		font-size: 19px;
	}

	.about-us {
		font-size: 16px;
		line-height: 22px;
	}

	.about-us p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.work-text .col-sm-6:nth-child(2) {
		padding-right: 0px;
	}

	.work-text .col-sm-6:nth-child(2) ul {
		margin-left: -20px;
		padding-left: 20px;
	}

	#main-slider .carousel-caption.slide-2,
	#main-slider .carousel-caption.slide-3 {
		top: 15%;
	}

	.main .navbar {
		width: 74%;
	}

	.navbar-toggler,
	.btn.request_btn {
		padding: 17px 10px;
	}

	#navbarNav .navbar-nav a,
	#navbarNav .navbar-nav .active>a {
		margin: 0 10px;
		padding: 8px 4px;
	}

	.service-box figcaption {
		padding: 10px 10px 0px;
	}

	.service-box h3 {
		font-size: 20px;
		margin-bottom: 4px;
	}

	.service-box figcaption h4 {
		font-size: 18px;
	}

	.service-box figcaption p {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.service-box figcaption .list ul {
		font-size: 14px;
		padding-left: 15px;
	}

	.service-box * {
		font-size: 15px;
	}

	.service-box figcaption .list {
		margin: 0px 0px;
	}

	.main .navbar {
		width: 74%;
	}

	.contact {
		padding: 0;
	}

	.contact li {
		background-position-x: 0;
		padding: 3px 0 15px 30px;
		line-height: 17px;
	}

	.mission-text h2::before,
	.mission-text h2::after {
		width: 35%;
	}

	.princple-text h3::before,
	.princple-text h3::after {
		width: 22%;
	}

	.about-banner img {
		height: auto;
	}

	.about-us img {
		bottom: -6%;
		right: -2%;
		width: 37%;
	}

	.mission-text h2::before,
	.mission-text h2::after,
	.princple-text h3::after,
	.princple-text h3::before {
		display: none;
	}

	.work-head {
		left: 0px;
	}

	.common-spac {
		position: relative;
		left: 0px;
	}

	.zinc-common {
		padding-top: 10px;
		flex: 10% 59%;
		left: 0px;
	}

	.os-vl-3 {
		display: none;
		left: 0px;
	}

	.os-col-striping {
		left: 0px;
	}

	.col-md-strip {
		min-width: 100%;
	}
}

@media (max-width: 991px) {
	.about-us {
		padding: 20px 0px;
	}

	.work-text .col-sm-6:first-child {
		padding-left: 15px;
	}

	.mission-text h3 {
		width: 60%;
	}

	.princple-text h3,
	.mission-text h2 {
		font-size: 28px;
	}

	.zinc-img {
		margin: 0 auto;
		width: auto;
		height: auto;
		display: block;
	}

	.main .phone {
		margin-right: 0px;
	}

	.main .navbar {
		width: 72%;
		padding: 10px 5px;
	}

	.main .container {
		max-width: 100%;
	}

	#navbarNav .navbar-nav a,
	#navbarNav .navbar-nav .active>a {
		margin: 0 0px;
		padding: 6.5px 10px;
	}

	.navbar-toggler,
	.btn.request_btn {
		padding: 17px 6px;
		font-size: 15px;
	}

	.main .navbar {
		width: 72%;
		padding: 9.5px 5px;
	}

	.footer .contact li:last-child {
		display: block;
	}

	.uan {
		display: none;
	}

	.about-banner img {
		position: static;
		right: 20px;
		left: 0;
		width: 100%;
		max-width: 100%;
	}

	.about-us img {
		position: static;
		right: 10px;
		padding-top: 40px;
		left: 0;
		width: 70%;
	}

	.zinc-col-spac {
		padding-left: 10px;
	}

	.other-services {
		padding: 10px 0px 10px 30px;
	}

	.vl-strip-service {
		display: contents;
	}

	.o-s-p {
		padding-top: 10px;
	}

	#main-slider .carousel-item .flex-center-vertically {
		font-size: 46px;
	}

	.about-us img {
		display: none;
	}

	.services>.container>h2 {
		margin-left: 0px;
	}

	.service-box figcaption a {
		clear: both;
	}

	.zinc-text:nth-child(3) {
		background: none;
	}

	#main-slider .carousel-item .flex-center-vertically p {
		margin-bottom: 23px;
		line-height: 52px;
	}
}

@media (max-width: 890px) {

	#navbarNav .navbar-nav a,
	#navbarNav .navbar-nav .active>a {
		margin: 0 0px;
		padding: 8px 7px;
		font-size: 15px;
	}
}

@media (max-width: 890px) and (min-width: 768px) {
	.footer .logo {
		padding: 8% 0px;
	}

	.footer .logo p {
		padding: 10px 0px;
	}
}

@media (max-width: 767px) {

	.first,
	.second {
		padding: 0px;
		width: 100%;
	}

	.border-section {
		padding-left: 0px;
	}

	.lcp {
		margin: 5% 0 0%;
	}

	.tin-plating {
		padding: 5% 15px;
	}

	.tin-plating img {
		margin: 0 auto 10px;
		display: block;
		width: auto;
		height: auto;
	}

	#main-slider .carousel-item .flex-center-vertically {
		font-size: 32px;
	}

	.services>.container>h2 {
		font-size: 30px;
	}

	.tin-common-spac {
		position: relative;
		top: 10px;
		flex: 0 0 50.666667%;
		max-width: 52%;
	}

	.main .navbar {
		width: 65% !important;
	}

	.main .navbar {
		width: 202px;
		padding: 10px 15px;
	}

	.navbar-toggler {
		padding: 3.5px 14px;
		background-color: transparent;
		border: none;
		font-size: 20px;
		text-transform: uppercase;
	}

	div#navbarNav {
		position: absolute;
		top: 58px;
		background-color: #000;
		width: 201px;
		left: -1%;
		padding: 10px;
	}

	.lower .navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	.logo,
	.qlinks,
	.contact {
		padding: 0 15px;
	}

	.logo img {
		margin: 0 auto 15px;
		display: block;
	}

	.footer .qlinks {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.footer .qlinks ul li {
		padding: 5px 0px 7px;
	}

	.work-head,
	.zinc-iron-plat-space {
		padding-top: 20px;
	}

	.services .row div h1 {
		clear: both;
	}

	.service-box {
		width: auto;
	}

	.mission-text h2::before,
	.mission-text h2::after {
		width: 25%;
	}

	.princple-text h3::before,
	.princple-text h3::after {
		width: 13%;
	}

	.zinc-text:nth-child(2) {
		background: none;
	}

	.zinc-text:nth-child(3) {
		background: linear-gradient(#e0dcdc, #e0dcdc) center right no-repeat;
		background-size: 1px 70%;
	}

	.mob-img {
		display: block;
		margin: 20px auto;
	}

	.desk-img {
		display: none;
	}

	.footer .logo p {
		margin: 10px 0px 0px 72px;
	}

	.plate-career li {
		text-indent: -17px;
	}

	.quotaa h1 {
		margin-top: 20px;
	}

	.h-plate h4,
	h6 {
		font-size: 18px;
	}

	.h-plate .h3,
	h3 {
		font-size: 18px;
	}

	.h-plate .h4,
	h4 {
		font-size: 18px;
	}

	.req-btn {
		margin-bottom: 15px;
	}

	#main-slider .carousel-caption {
		padding-top: 42px;
	}

	#main-slider .carousel-item .flex-center-vertically p {
		line-height: 35px
	}
}

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

	#main-slider .carousel-caption.slide-2,
	#main-slider .carousel-caption.slide-3 {
		top: 20%;
	}
}

@media (max-width: 639px) {

	#main-slider .carousel-control-prev-icon,
	#main-slider .carousel-control-next-icon {
		width: 15px;
		height: 30px;
	}

	.lcp-work h1,
	.request-quote h2,
	.services>.container>h2,
	.banner-text h1 {
		font-size: 24px;
	}

	.lcp-work a {
		font-size: 14px;
	}

	.main .navbar {
		width: 52% !important;
	}

	.search-box input[type="text"] {
		width: 213px;
	}

	.search-box {
		width: 292px;
	}

	.about {
		padding: 0px 0px 4%;
	}

	.about-us {
		padding: 4% 15px 4% 15px;
	}

}

@media (max-width: 575px) {
	.details-section {
		padding: 0 20px;
	}

	.btn.btn-primary.request-button.download-button {
		width: 90%;
	}

	.current-opening button.btn-primary {
		padding: 15px 25px;
	}

	.plating-services,
	.zinc-plating {
		padding: 3% 15px;
	}

	.lcp {
		margin: 5% 0;
	}

	.logo img,
	.call-inner {
		display: block;
		margin: 0px auto 20px;
		text-align: center;
	}

	.main .inner {
		float: none;
	}

	.accounts {
		position: relative;
		left: -30px;
	}

	.main .navbar {
		width: auto !important;
		padding: 10px 10px !important;
	}

	.search-box input[type="button"] {
		float: left;
	}

	.search-box {
		right: unset;
	}

	.search-box input[type="text"] {
		width: 128px;
	}

	.search-box {
		width: 212px;
	}

	.search-box:before {
		right: unset;
		left: 7px;
	}

	.contact ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.work-text .card-header .btn-link.collapsed::after {
		right: 0px;
		top: 25px;
		background-position: 98% -2px;
		padding: 0px 76px;
		content: "";
		width: 10px;
		height: 10px;
	}

	.work-text .card-header .btn-link {
		padding-bottom: 10px;
	}

	.work-text .card-header .btn-link::after {
		right: 0px;
		top: 25px;
		background-position: 98% -2px;
		padding: 0px 76px;
		content: "";
		width: 10px;
		height: 10px;
	}

	.card-header {
		padding: 0.25rem 0.45rem;
		margin-bottom: 0;
		background-color: rgba(0, 0, 0, .03);
		border-bottom: 1px solid rgba(0, 0, 0, .125);
	}

	.quoteform .custom-file-input:lang(en)~.custom-file-label::after {
		margin: 0px 0px;
		padding: 11px 5px;
		height: 100%;
	}

	.work-text .col-sm-6:nth-child(2) ul,
	.zinc-text {
		background: none;
	}

	h1 {
		font-size: 26px !important;
	}

	h2 {
		font-size: 24px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	p {
		font-size: 16px !important;
	}

	footer .logo p {
		margin: 10px 0px 0px 64px;
	}

	#main-slider .carousel-item .flex-center-vertically p {
		line-height: normal;
		font-size: 22px !important;
	}

}

@media(max-width: 430px) {

	.margin-input label.custom-file-label {
		margin-top: 55px;
	}

	.margin-input .custom-file {
		margin-bottom: 70px;
	}

	.about-banner img {
		min-height: 1px;
	}

	.custom-file-label::after {
		margin: 4px 4px;
		padding: 7px 10px;
	}

	label.custom-file-label {
		font-size: 12px !important;
	}

	.services .col-lg-4.col-md-6 {
		width: 320px;
	}

	#main-slider .carousel-item .flex-center-vertically {
		font-size: 16px !important;
	}

	.princple-text h3::before,
	.princple-text h3::after {
		width: 8%;
	}

	.mission-text h2::before,
	.mission-text h2::after {
		width: 18%;
	}

	.service-box figcaption a {
		margin-top: -18px;
	}

	.footer .logo p {
		margin: 10px 0px 0px 53px;
	}

	#main-slider .carousel-item .flex-center-vertically {
		margin-top: 24px;
	}

	#main-slider .carousel-item .flex-center-vertically p {
		margin-bottom: 5px;
	}

	.service-box * {
		font-size: 13px;
	}

	#main-slider .carousel-item .flex-center-vertically p {
		font-size: 17px !important;
	}
}

@media(max-width: 379px) {

	/* .navbar-toggler, .btn.request_btn {
		padding: 14.5px 6px;
		font-size: 14px;
	}
	.main .navbar{
		padding: 0 10px !important;
	}
	.main .search-menu {
		padding: 6.5px !important;
	} */
	.main .search-menu {
		padding: 5.8px;
	}

	.navbar-toggler,
	.btn.request_btn {
		padding: 13.5px 1px;
	}

	.main .navbar {
		padding: 6px 0px !important;
	}

	.navbar-toggler {
		padding: 3.5px 0px;
	}

	div#navbarNav {
		top: 50px;
	}

	.footer .logo p {
		margin: 10px 45px;
	}

	div#mfcf7_zl_multifilecontainer p {
		text-indent: 2px;
	}

	#mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap a i {
		margin: 0px;
	}
}





.work-point {
	margin: 40px 0;
}

.work-point h2 {
	color: #7d7d7d;
	padding-bottom: 5px;
	border-bottom: 1px solid #7d7d7d;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.work-point .left {
		order: 3;
	}
}

a.button {
	margin-right: 0px;
	background-color: #0a50a3;
	color: #fff;
	padding: 12px 28px;
	font-size: 20px;
	border-radius: 4px;
	padding-bottom: 13px;
}

.page-content {
	padding-left: 0;
}

.lakefoot .logo .textwidget {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

.lakefoot .logo .textwidget a {
	width: 50px;
	height: auto;
}

.lakefoot .logo .textwidget a img {
	width: 100%;
	height: auto;
}

.location-row {
	margin-top: 50px;
}