.molding_header {
	 position: relative;
	 background-color: #000;
}
 .molding_header .h_right {
	 display: none;
}
 .molding_header .container-lg {
	 position: relative;
}
 .molding_header .made_usa {
	 position: absolute;
	 right: 20px;
}
 
.molding_footer {
    margin-top: 0;
    filter: none;
    -webkit-filter: none
}
 .molding_footer .footer_inner {
	 padding-top: 0;
	 -webkit-clip-path: none;
	 clip-path: none;
}
 .contract-molding-section {
	 border-top: 12px solid #7fba00;
	 padding: 85px 0;
	 background-color: #171717;
}
 .contract-molding-section .sub_title {
	 margin-bottom: 85px;
}
 .contract-molding-section .sub_title h2 {
	 padding: 0;
}
.molding_item{
    position: relative;
}
.item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
 .molding_item .molding_image {
	 margin-bottom: 30px;
}
 .molding_item p {
	 font-size: 20px;
	 transition: all 0.4s;
}
 .molding_image {
	 font-size: 0;
	 line-height: 1;
	 height: 400px;
}
 .molding_image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 z-index: 1;
}
 .molding_image .ripple_btn {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 z-index: 4;
	 transform: translate(-50%, -50%);
	 opacity: 0;
}
 .mail-link {
	 position: absolute;
	 left: 0;
	 width: 100%;
	 text-align: center;
	 color: #fff;
	 bottom: 40px;
	 font-size: 28px;
	 z-index: 4;
	 transition: all 0.4s;
	 opacity: 0;
}
 .molding_heading {
	 position: absolute;
	 left: 0;
	 top: 0;
	 flex-wrap: wrap;
	 color: #fff;
	 align-content: center;
	 z-index: 4;
	 font-size: 28px;
	 text-transform: uppercase;
	 font-weight: 500;
	 height: 110px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background-color: rgba(0, 13, 0, .85);
	 width: 100%;
	 transition: all 0.4s;
}
 .molding_heading strong {
	 color: #7fba00;
	 font-weight: bold;
	 margin-right: 8px;
}
 .molding_image:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 z-index: 3;
	 top: 0;
	 background-image: linear-gradient(0deg, #7fba00 0%, #7fba00 0%, #000 68%);
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 transition: all 0.4s;
}
 .molding_item:hover .molding_image:before {
	 opacity: 0.85;
}
 .molding_item:hover .ripple_btn, .molding_item:hover .mail-link {
	 opacity: 1;
}
 .molding_item:hover .molding_heading {
	 background-color: transparent;
}
 .molding_item:hover .molding_image + p {
	 color: #7fba00;
}
@media (max-width: 1199px) {
.molding_image {height: 340px;}
}
@media (max-width: 991px) {
    .mail-link ,
   .molding_heading {font-size: 22px;}
   .molding_item p {font-size: 18px;}
   .molding_heading {height: 80px;}
   .molding_image {height: 300px;}
   .contract-molding-section .sub_title {margin-bottom: 60px;}
}

@media (max-width: 767px) {
    .contract-molding-section {
        padding: 60px 0;
        border-width: 6px;
    }
    .molding_image {height: 300px;}
    .molding_heading {font-size: 20px;}
    .molding_item p {font-size: 16px;}
    .contract-molding-section .sub_title {margin-bottom: 40px;}
    .molding_header .made_usa  {
        position: static
    }
}

@media (max-width: 359px) {
    .contract-molding-section {
        padding: 45px 0;
    }
    .contract-molding-section .sub_title {margin-bottom: 30px;}
     .mail-link ,
   .molding_heading {font-size: 17px;}
     .molding_item p {font-size: 15px;}
     .molding_image {height:250px;}
}