@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700;800&display=swap');

p, a, button, span, div, li {
font-family: 'Heebo', sans-serif !important;
}

body * {
transition:all 0.4s;
}

.mobile-only{
	display:none;
}
.btn-brand {
    background: #CA3548;
	border:2px solid #CA3548;
    color: #fff;
    padding: 20px 50px;
}

.btn-brand:hover {
    color: #fff;
}
.contact-btn-wrapper .btn-brand:hover {
    border: 2px solid #CA3548;
    background: none;
    color: #CA3548
}

.header-top-row {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.header-top-row .call-wrapper {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.header-top-row .address-wrapper {
    display: flex;
    align-items: center;
}
.header-top-row .call-wrapper img {
    width: 40px;
    margin-right: 10px;
}
.header-top-row .address-wrapper img {
    width: 40px;
    margin-right: 10px;
}
.header-top-row p {
    margin-bottom: 0;
}
.header-top-row .call-wrapper p:first-child {
    font-size: 16px;
    font-weight: bold;
}
.header-top-row .address-wrapper p:first-child {
    font-size: 16px;
    font-weight: bold;
}
.header-menu-row {
background: #F5F5F5;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.header-menu-row .logo-wrapper img {
    width: 140px;
}

.call-header-text a {
	color:#000;
}

.menu-links-wrapper ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.menu-links-wrapper ul li {
    margin-right: 30px;
}

.menu-links-wrapper ul li a{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.header-left {
    display: flex;
    align-items: center;
}
.header-left .logo-wrapper {
margin-right:50px;
}

.banner-wrapper {
background:url(../img/home-banner.png) #000;
background-size:cover;
height:450px;
display:flex;
align-items:center;
}

.banner-text h2{
    margin-top: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}
.banner-text p {
    color: #fff;
    font-size: 28px;
    width: 40%;
}
.banner-text {

    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.banner-wrapper {
    position: relative;
}
.content-wrapper {
    margin-top: -50px;
    z-index: 5555;
}
.header .header-menu-row {
    z-index: 999999;
    position: relative;
}
.header-menu-row {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.main-service-box {
    display: flex;
}
.main-service-box {
    width: 33%;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    border-bottom: 8px solid #CA3548;
    background: #f5f5f5;
}
.main-service-box img {
    height: 100px;
    margin-right: 20px;
}
.main-service-box .main-service-text p:first-child {
    font-weight: 800;
    color: #000;
    font-size: 20px;
}
.main-service-box .main-service-text p:last-child {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
.main-services-wrapper {
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-top: -20px;
    z-index: 99999;
    position: relative;
}
.main-service-box:nth-child(2) {
    background: #CA3548;
}
.main-service-box:nth-child(2) p {
    color: #Fff !important;
}
.spectrum-solution-wrapper {
    width: 80%;
    margin-left: 10%;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.spectrum-solution-wrapper h2 {
    font-weight: 700;
    width: 40%;
}
.spectrum-solution-wrapper p {
    font-size: 18px;
    width:55%;
}

.plating-services-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:20px;
    column-gap:1%;
}

.plating-services-wrapper .plating-service-box {
    background: #eee;
    width: 32%;
    padding: 30px;
}
.plating-service-box  h3 {
    font-weight: 800;
}

.anchor-arrow {
    background: #CA3548;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border: 7px solid #fff;

}
.anchor-arrow  img {
    width: 30px;
}
.plating-service-box {
    position: relative;
}

.quality-services-wrapper {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 100px;
}
.quality-service-left {
    width: 50%;
    padding-right: 100px;
}
.quality-service-right {
    width: 50%;
}
.quality-service-left h2 {
    font-size: 50px;
    font-weight: 800;
    width: 80%;
    margin-bottom: 30px;
}
.quality-service-left p {
    font-size: 18px;
    margin-bottom: 30px;
}
.quality-service-left ul {
    padding-left: 0;
    list-style-type: none;
}
.quality-service-left ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.quality-service-right {
    display: flex;
    align-items: center;
	
}
.quality-service-right .quality-img {
    width: 70%;
}
.main-quality-boxes {
   width: 50%;
    margin-right: -40px;
    z-index: 9999;
}
.quality-box {
    text-align: center;
    display: flex;
    align-items:center;
    flex-direction: column;
    padding: 10px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}
.quality-box p {
    margin-bottom: 0;
}
.quality-box p.bold{
    font-weight: 800;
    margin-top: 10px;
}
.quality-box img {
    width: 60px
}
.quality-box:nth-child(2) {
    background: #CA3548
}
.quality-box:nth-child(2) p {
    color: #fff;
}


.industry-served-wrapper {
    display: flex;
    padding: 100px 50px;
    background: url(../img/industry-banner-img.png) #CA3548;
	background-size:contain;
	background-repeat:no-repeat;
}
.industry-served-wrapper .industry-served-left {
    width: 50%;
}
.industry-served-wrapper .industry-served-right {
    width: 50%;
    padding: 30px;
}
.industry-served-wrapper .industry-served-left p {
    color: #fff;
    font-size: 30px;
}
.industries-icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.industry-icon {
    text-align: center;
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 10px;
}
.industry-icon p {
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}
img.industry-icon { 
    margin-bottom: 0 !important;
    font-weight: 800;
    width: 100px;
}

.testimonials-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
}
.testimonials-wrapper h2 {
    font-weight: 800;
    font-size: 36px;
}
.testimonials-wrapper h2+ p {
    font-size: 22px;
    margin-bottom: 100px;
}

.client-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap:8px;
}
.client-list-wrapper a {
    width: 18%;
    margin-right: 5px;
}
.client-list-wrapper a img {
    width: 100%;
}

.footer {
    margin-top: 50px;
}
.footer-top-row {
    background: #292828;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-about {
    width: 30%;
    margin-right: 4%;
}
.footer-hours {
    width: 33%;
}
.footer-about h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 800;
	margin-bottom:30px;
}
.footer-about p {
    color: #fff;
    font-size: 20px;
}
.footer-hours ul {
    list-style-type: none;
    padding-left: 0;
}
.footer-hours ul li {
    display: flex;
    justify-content: flex-start;
}
.footer-hours ul li p {
    font-size: 20px;
    color: #fff;
    margin-right: 50px;
    width: 50%;
}

.footer-hours h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 800;
	margin-bottom:30px;
}

.footer-bottom-row {
    background: #000;
    padding: 20px 40px;
}
.footer-bottom-row p {
    color: #fff;
    font-size: 18px;
    
}

.menu-links-wrapper li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #CA3548
}


.anchor-arrow:hover {
    cursor: pointer;
}

.mtop-0 {
    margin-top: 0;
}
.service-details-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 80px;
	margin-bottom:100px;
}
.service-name {
    font-weight: 800;
    font-size: 40px;
}
.service-description {
    font-size: 22px;
    width: 60%;
    margin-bottom: 80px;
}

.service-meta-wrapper .owl-item > div {
    display: flex;
}
.service-meta-wrapper .owl-item div .service-part-left {
    width: 50%;
}
.service-meta-wrapper .owl-item div .service-part-right {
    background: #CA3548;
      width: 50%;
    padding: 30px;
    flex-direction: column;
}
.service-part-right h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
}

.service-part-detail-row {
    display: flex;
    flex-direction: column;
}
.service-part-detail-row p {
    color: #fff;
    font-size: 16px;
}
.service-part-detail-row p.service-part-detail-row-label {
    color: #fff;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    width: 50%;
    padding-left: 0;
    padding-bottom: 5px;
}

.service-part-detail-row p.service-part-detail-row-value {
    color: #fff;
    padding: 10px;
    width: 50%;
    padding-left: 0;
    padding-top: 5px;
}
.plating-type-caption {
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px 40px;
}

.plating-type-caption p.plating-part-name {
    font-size: 24px;
    font-weight: bold;
}
.plating-type-caption p.plating-part-details {
    font-size: 18px;
}

.owl-nav {
    position: absolute;
    bottom:30px;
    left: 40px;
}
.owl-nav button span{
    background: #CA3548;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.owl-nav button {
    margin-right: 10px;
}
.plating-type-caption {
    padding-bottom: 20px;
}
.abouts-details-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.aboutus-title {
    font-size: 50px;
    font-weight: 800;
}

.about-img-text {
    display: flex;
    margin-top: 100px;
}

.about-img-text .about-left {
    width: 50%;
    
}

.about-img-text .about-right {
    width: 50%;
	padding:50px;
}

.about-img-text .about-right p {
font-size: 18px;}

.about-us-stats-wrapper {
    display: flex;
    margin-top: 150px;
    column-gap:20px;
    margin-bottom: 80px;
}

.about-stat-box{
width: 24%;
background: #CA3548;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.about-stat-box p{
    color: #fff;
}
.about-stat-box .about-label {
    font-size:18px;
}
.about-stat-box .about-value {
    font-size:40px;
    font-weight: 900;
}

.contact-details-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.contact-title {
    font-size: 50px;
    font-weight: 800;
}
.contact-information-row {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dotted #888;
}
.contact-information-row .contact-info-box {
    width: 30%;
}
.contact-info-box p.contact-section-title {
    font-size: 24px;
    font-weight: 800;
}
.contact-details-list p {
    font-size: 18px;
    font-weight: 600;
}
.contact-information-row:last-child {
    border: none;
}
p.contact-section-title {
    font-size: 24px;
    font-weight: 800;
}
p.contact-section-title + p {
    font-size: 20px;
}
.btn-brand-outline {
    border: 2px solid #CA3548;
    padding: 15px 40px;
    color: #CA3548;
    font-weight: 600;
    font-size: 16px;
}
.find-office a {
    margin-top: 50px;
}

.find-office a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}
.find-office a img {
    margin-right: 20px;
    height: 30px
}

.contact-btn-wrapper .btn {
    font-size: 16px;
    padding: 15px 40px;
}

.main-services-list {
    margin-top: 70px;
}

.service-meta-wrapper .owl-nav {
    left: auto !important;
    right: 20px !important;
}
.service-meta-wrapper .owl-nav button span {
    background: #000;
}

.plating-type-caption {
    display: none;
}

.plating-service-box h3 a {
    color: #000
}

@media screen and (max-width:900px) {

.mobile-only {
	display:block;
}


.header-top-row {
    display: none;
}
.header-menu-row {
    width: 100%;
    padding: 10px;
}
.menu-links-wrapper {
    display: none;
}
.header-menu-row .logo-wrapper img {
    width: 90px;
}

.contact-btn-wrapper .btn {
    padding: 10px 30px;
    font-size: 14px;
}

.banner-text p {
    width: 100%;
}

.main-services-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right:auto;
    flex-direction: column;
}

.main-service-box {
    width: 100%;
}

.spectrum-solution-wrapper {
    width: 95%;
    margin-left: auto;
        margin-right:auto;
    flex-direction: column;
    padding: 20px;
}

.spectrum-solution-wrapper h2 {
    width: 100%;
}

.spectrum-solution-wrapper p {
    width: 100%;
}

.plating-services-wrapper {
    width: 90%;
}

.plating-services-wrapper .plating-service-box {
    width: 100%;
}

.quality-services-wrapper {
    margin-top: 50px;
    width: 90%;
    flex-direction: column;
}

.quality-service-left {
    width: 100%;
    padding-right: 0;
}

.quality-service-left h2 {
    font-size: 28px;
}

.quality-service-right {
    width: 100%;
    flex-direction: column;
}

.main-quality-boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 50px;
}

.quality-box {
    width: 50%;
}

.quality-service-right .quality-img {
    width: 100%;
}

.industry-served-wrapper {
    padding: 25px;
    flex-direction: column;
}
.industry-served-wrapper .industry-served-left {
    width: 100%;
}
.industry-served-wrapper .industry-served-right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}

img.industry-icon {
    width: 80px;
}
.testimonials-wrapper {
    padding-top: 30px;
    width: 90%;
}

.testimonials-wrapper h2+ p {
    margin-bottom: 50px;
}

.client-list-wrapper a {
    width: 30%;
}

.footer-top-row {
    padding: 20px;
    flex-direction: column;
}

.footer-about {
    width: 100%;
    margin-bottom: 50px;
}

.footer-hours {
    width: 100%;
}
.footer-bottom-row {
    padding: 10px;
}
.footer-bottom-row p {
    font-size: 16px;
}

.mobile-menu-btn {
    background: #CA3548;
    z-index: 9999;
    position: relative;
    padding: 10px 5px;
	cursor:pointer;
    
}
.mobile-menu-btn p {
    margin-bottom: 0;
    text-align: center;
    color:#fff;
    letter-spacing: 5px;
}

.menu-links-wrapper {
    position: fixed;
    display: block;
    background: #fff;
    left: 0;
    top: -100vh;
    width: 100vw;
    z-index: 9999999999;
    padding: 40px 10px;
    
}
.menu-links-wrapper ul {
    display: flex;
    flex-direction: column;
    
}
.show-mobile-menu .content-wrapper {
    margin-top: 20vh;
}
.menu-links-wrapper ul li {
    margin-bottom: 20px;
}

.show-mobile-menu .menu-links-wrapper {
    top: 0;
}

.mobile-menu-close-btn {
    background: #CA3548;
    z-index: 9999;
    position: relative;
    padding: 10px 5px;
	cursor:pointer;
	margin-bottom:30px;
    
}
.mobile-menu-close-btn p {
    margin-bottom: 0;
    text-align: center;
    color:#fff;
    letter-spacing: 5px;
}

.service-details-wrapper {
    width: 95%;
    margin-top: 30px;
    padding: 0;
}
.service-description {
    width: 100%;
}
.service-meta-wrapper .owl-item > div {
    flex-direction: column;
}
.service-meta-wrapper .owl-item div .service-part-left {
    width: 100%;
}
.service-meta-wrapper .owl-item div .service-part-right {
    width: 100%;
}

.plating-type-caption {
    position: relative;
    padding: 20px;
}
.owl-nav {
    position: relative;
    top: 20px;
    left: 0;
    
}

.abouts-details-wrapper {
    margin-top: 30px;
    width: 95%;
}
.about-img-text {
    flex-direction: column;
}
.about-img-text .about-right {
    width: 100%;
}
.about-us-stats-wrapper {
    margin-top: 50px;
    flex-wrap: wrap;
    row-gap:20px;
}
.about-stat-box {
    width: 45%;
}

.contact-details-wrapper {
margin-top: 30px;
    width: 95%;
}
.contact-information-row {
    flex-direction: column;
}
.contact-information-row .contact-info-box {
    width: 100%;
    margin-bottom: 30px;
}

}

.header-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-row .contact-wrapper {
    display: flex;
    flex-direction: row !important;
}
.header-top-row .certified-wrapper p {
    font-size: 16px;
    font-weight: 600;
}



.plating-service-box .anchor-arrow {
    padding: 0 !important;
}
.plating-service-box .anchor-arrow img {
    width: 80px;
}
.plating-service-box p {
    padding-right: 60px;
}

