/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 4.22.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Ultralight.eot');
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Ultralight.woff') format('woff'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Ultralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
} 
 */

 

@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('/wp-content/themes/Divi-child/fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body, body *{
	 font-family: 'SF Pro Display';
}
.text_shadow_0 * {
    text-shadow: 0 0 black;
}
.align_items_center {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.img_full .et_pb_module.et_pb_image, .img_full .et_pb_module.et_pb_image * {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
/*Header Start*/
.main_header {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
}
.main_header > div:first-child {
    width: calc(80% - 50px)!important;
}
.main_header > div {
    margin: 0!Important;
}
.main_header > div:nth-child(2) {
    width: 20%!Important;
    display: flex;
    justify-content: end;
    align-items: center;
}
.main_header .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 15px 0;  
}
.main_header:after{
    display: none;
}
html body #page-container .et_pb_section  .et_pb_row .et_pb_button_module_wrapper a.btn_style2:hover {
    background: #e94e0e !important;
    color: #fff !important;
}
html body #page-container .et_pb_section  .et_pb_row .et_pb_button_module_wrapper a.btn_style1 {
    border-width: 1px !important;
}

html body #page-container .et_pb_section  .et_pb_row .et_pb_button_module_wrapper a.btn_style1:hover {
    color: #e94e0e !important;
    border-width: 1px !important;
    border-color: rgba(233, 78, 14, 0.57);
    background: #fff!important;
}
.img_search img {
    width: 19px;
    height: 19px;
}
.img_search {
    border-width: 1px !important;
    border: 1px solid #cecece;
    border-radius: 50px;
    padding: 13px;
    display: flex
;
}
/*Header End*/
/*Icon text section Start*/
.icon_logo .et_pb_module.et_pb_image {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_logo > div:hover {
    background: #f5f5f7!important;
}
/*Icon text section End*/
/*Why choose section start*/
.why_choose_grid:hover {
    background: #fff;
}
.why_choose_grid .et_pb_main_blurb_image {
    background: #fff;
    padding: 18px;
    border-radius: 50px;
    margin-bottom: 34px!Important;
}
.why_choose_grid .et_pb_main_blurb_image img {
    width: 30px;
    height: 30px;
}
.why_choose_grid .et_pb_module_header {
    margin-bottom: 20px;
}
.why_choose_grid:hover .et_pb_main_blurb_image {
    background: #f5f5f7;
}
/*Why choose section End*/
/*Contact form home Start*/
.col_2 > p {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
}
.contact_form_home input, .contact_form_home textarea {
    width: 100%;
    padding: 20px;
    background: #F5F5F7;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}
.center_btn {
    margin-top: 32px;
    text-align: center;
}
.center_btn span.wpcf7-spinner {
    display: none;
}
.center_btn input.wpcf7-form-control.wpcf7-submit {
    background: #e94e0e;
    border-radius: 50px;
    max-width: 236px;
    padding: 16px 20px;
    color: #fff;
    cursor: pointer;
    border: 1px solid !important;
}
.center_btn input.wpcf7-form-control.wpcf7-submit:hover {
    color: #e94e0e !important;
    border: 1px solid !important;
    border-color: rgba(233, 78, 14, 0.57);
    background: #fff!important;
}
/*Contact form home End*/
/*Footer Start*/
.footer_links_list  ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    flex-flow: wrap;
}
.footer_links_list ul li a {
    border: 1px solid #ffffff57 !important;
    padding: 9px 20px;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
}
.footer_links_list ul li a {
    width: 100%;
    display: inline-block;
    color: #fff;
}
.footer_links_list ul li a:hover {
    background: #e94e0e;
}
.footer_mail a {
    color: rgba(255,255,255,0.6)!important;
}
.footer_mail a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}
.anchor_highlight  a {
    color: #e94e0e;
}
.anchor_highlight a:hover {
    text-decoration: underline;
}

.p_text_font {
    font-weight: 200 !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
}

.p_text_font em {
    font-weight: 200 !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
}

/******* contact page css *********/ 

.contact_us_page_form .contact_form_home {
    background: #f5f5f7;
    padding: 40px;
    border-radius: 30px;
}

.contact_us_page_form .contact_form_home input, .contact_us_page_form .contact_form_home textarea {
    background: #fff;
    border-radius: 20px;
}

.contact_us_page_form .contact_form_home textarea {
    height: 130px;
}
 
.contact_us_page_form .et_pb_blurb_content:hover span.et-waypoint {
    background: #e94e0e;
    color: #fff;
}

.contact_us_page_form .et_pb_blurb_content span.et-waypoint {
    transition: all 0.3s linear;
}


@media only screen and (max-width:980px){

header .et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper.et_pb_module {
    margin-bottom: 0;
}

div#gt_float_wrapper { 
       position: unset !important;
    margin-left: 10px;
    height: 48px;
}

.menu-search button.et_pb_menu__icon.et_pb_menu__search-button { 
    margin-left: 16px !important;
    width: 36px !important;
    height: 36px !important;
    margin-top: 3px; 
}
 
header ul.et_pb_module.et_pb_social_media_follow {
    display: none;
}

  .footer_links_list  ul {
    gap: 15px;
        justify-content: center;
}
.top_molding_slider .et_pb_slide_image {
    MARGIN-TOP: 0PX !important;
}
 
.footer_links_list ul li a {
    font-size: 15px;
}
html body header .main_header > div:first-child,
html body header .main_header > div:nth-child(2){
    width: 100%!important;
  }

video#EngineeringVideo {
    height: 350px;
}

}

@media only screen and (max-width:767px){

.footer_logos_cus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_logos_cus .et_pb_column {
    width: fit-content !important;
    margin-bottom: 0 !important;
    padding: 10px;
}

.footer_logos_cus .et_pb_module { 	
           width: 70px !important;
        padding: 14px !important;
        height: 70px !important;
        min-height: 70px !important;
}

    .col_2 > p {
    grid-template-columns: 1fr;
}

div#cnc_three_bns .et_pb_column {
    flex-wrap: wrap;
    row-gap: 0;
}

div#washington_address, div#oregon_address { 
    display: block !important;
    width: 100% !important;
}

#metaslider_462.flexslider .slides li { 
    min-width: 200px;
}

#metaslider_462.flexslider .slides li img {
    width: 180px;
}
}
/*Footer End*/

.menu-search button.et_pb_menu__icon.et_pb_menu__search-button {
    border-width: 1px !important;
    border: 1px solid #cecece;
    border-radius: 57px;
    padding: 12px;
    display: inline-flex;
    margin-right: 0 !important;
    margin-left: 28px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.main_header .et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child {
width: 20% ! Important;
justify-content: left;
}

.main_header .et_pb_column.et_pb_column_1_2.et_pb_column–with-menu {
width: calc(86% - 20px)!important;
}

.main_header .et_pb_column.et_pb_column_1_2.et_pb_column–with-menu {
width: calc(86% - 20px)!important;
}

.menu-search {
    padding-right: 0;
}

.molding_slider img.wp-post-image {
    width: 32px !important; 
    object-fit: contain;
}


.molding_slider .item-inner img, .molding_slider .item-inner figure {
    background: #ffffff00;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 32px !important;
    width: 32px !important;
    border-radius: 0;
    margin-bottom: 36px;
    position: relative;
    margin-left: 16px;
    object-fit: contain;
}

.molding_slider .item-inner:hover::before {
        border-color: transparent;
    box-shadow: 0 0 10px #ddd;
}

.molding_slider .item-inner:before {
       content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #00000030;
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    border-radius: 60px;
    background: #fff;
}

div#automation_molding_slider .owl-item:hover {
    background: #fff;
    border-color: #F5F5F7;
}
 
div#automation_molding_slider .owl-item:hover .item-inner:before { 
    background: #F5F5F7;
}


.molding_slider .item-inner {
    position: relative;
    line-height: 1.4;
    font-weight: 300;
}

.molding_slider .item-inner h4 {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 24px;
    color: #000000!important;
    line-height: 1.3;
    margin-top: 10px;
}


div#left-area, div#left-area a, div#left-area p, div#left-area span, div#left-area li, div#left-area p.post-meta {
    color: #333 !important;
    font-size: 18px;
    line-height: 1.5;
}

div#left-area h2, div#left-area h2 a, div#sidebar h2 {
    color: #000; 
   font-size: 24px;
}

div#left-area a.entry-featured-image-url {
    max-width: 40px;
}

div#sidebar button.wp-block-search__button.wp-element-button {
    background: #e94e0e;
    color: #fff;
}

/******************* responsive *********************/

@media screen and (min-width: 981px) and (max-width: 1200px) { 

.hero_sec .et_pb_text_1 h1 {
    font-size: 38px; 
}

.key_pointers_sec .percent span.percent-value {
    font-size: 26px;
}


body .main_header .et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child { 
    width: max-content !important;
}

nav.et-menu-nav li a {
    font-size: 13px !important;
}

nav.et-menu-nav li {
    padding-left: 0 !important;
}

.main_header {
    width: 95% !important;
}

.key_pointers_sec .et_pb_text_inner {
    font-size: 17px;
}

.footer_logos_cus .et_pb_module {
    width: 95px !important;
    padding: 14px !important;
    height: 95px !important;
    min-height: 95px !important;
}

footer h6 {
    font-size: 18px !important;
}

body .main_header > div:first-child {
    width: calc(80% - 70px)!important;
}

}

@media screen and (min-width: 1600px){
.molding_slider .item-inner { 
    font-size: 18px;
}

.best_choice_sec .et_pb_blurb_description p {
    font-size: 20px;
    line-height: 1.4 !important;
}

}

@media screen and (min-width: 768px) and (max-width: 980px) { 

body .hero_sec .et_pb_slides  .et_pb_slide_image { 
    top: 0;
    left: 27%;
}

.key_pointers_sec .et_pb_row {
    justify-content: center;
}

.footer_logos_cus .et_pb_column {
       width: max-content !important;
    margin-bottom: 0;
    margin-right: 0px !important;
}

.footer_logos_cus {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_cus_new .et_pb_column:nth-child(3) {
    width: 60% !important;
}

.footer_cus_new .et_pb_column:last-child {
    width: 34.5% !important;
}

.footer_logos_cus .et_pb_module {
    width: 85px !important;
    padding: 14px !important;
    height: 85px !important;
    min-height: 85px !important;
}

.footer_cus_new .et_pb_column:nth-child(2), .footer_cus_new .et_pb_column:nth-child(1) {
    width: 46.5% !important;
}

footer .et_pb_section.et_pb_section_2_tb_footer {
    padding-bottom: 10px;
}

.footer_copyright_row {
    display: flex;
    flex-wrap: nowrap;
}

.home_services .et_pb_row, .two_col_sec {
        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; 
}

.three_col_sec {
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; 
}

.three_col_sec .et_pb_column { 
    margin-bottom: 0px !important;
}

.home_services .et_pb_row.et_pb_with_border  { 
    border-bottom: 1px solid #535353 !important;
}


.home_services .et_pb_with_border {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}



.flex_row {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
}
 
.flex_row::after, .row_flex::after {
    display: none !important; 
}

.top_molding_slider .et_pb_slide_image {
    margin-right: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
	
.row_flex {
    display: flex !important;
    gap: 30px !important;
}

.row_flex  .et_pb_slide_image {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  top: 0;
}

.row_flex .et_pb_slider_container_inner {
  height: 100% !important;
  max-height: 100% !important;
}


}

/*************** seo suggestion changes css ****************/

.nav li.menu-item-type-custom.menu-item-has-children a:after {
    right: -22px;
    font-size: 18px;
}

.nav li.menu-item.menu-item-has-children {
    padding-right: 34px;
}

html body #page-container .et_pb_section .et_pb_row .et_pb_button_module_wrapper a.btn_style2:hover {
    background: transparent !important;
    color: #e94e0e !important;
}

html body #page-container .et_pb_section  .et_pb_row .et_pb_button_module_wrapper a.btn_style2 {
        background: #e94e0e !important;
    color: #fff !important;
    border-color: #e94e0e !important;
}

body .hero_sec .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body .hero_sec .et_pb_slides  .et_pb_slider_container_inner {
    height: 100%;
}

body .hero_sec .et_pb_slides  .et_pb_slide_image {
     display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    margin-top: 0 !important;
}

.blogs_sec span.published {
    position: absolute;
    top: 48%;
    background: #e94e0e;
    left: -7px;
    padding: 6px 22px;
}

.blogs_sec article {
    position: relative;
}

.home_contact_sec .contact_form_home input {
    font-size: 17px;
    background: #fff !important;
    border: 1px solid #b7b7b7;
    border-radius: 50px;
    padding: 13px 20px !important;
}

 .home_contact_sec .contact_form_home textarea {
        font-size: 17px;
    background: #fff !important;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    padding: 13px 20px !important;
    height: 140px;
}

 .home_contact_sec .contact_form_home .center_btn input.wpcf7-form-control.wpcf7-submit {
    background: #e94e0e !important;
    border-radius: 50px;
    max-width: 236px;
    padding: 16px 20px !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid !important;
}

.home_contact_sec .contact_form_home .center_btn input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent !important;
}

.sp-testimonial-free {
    background: #F1F1F1 !important;
    height: 100% !important;
    border-radius: 16px !important;
    text-align: left !important;
    padding: 40px 18px 30px;
}

.sp-testimonial-free {
    display: flex;
    position: relative;
    gap: 20px;
    flex-direction: column-reverse;
}

div#sp-testimonial-free-1170 {
    margin: 0;
}

.sp-testimonial-client-rating {
    justify-content: center;
}

i.fa.fa-star { 
    background: url(/wp-content/uploads/2025/06/star-icon.png);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.sp-testimonial-content p {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.footer_cus_new .et_pb_column:nth-child(3) {
    width: 40%;
}

.footer_cus_new .et_pb_column:nth-child(2), .footer_cus_new .et_pb_column:nth-child(1) {
    width: 14.5%;
}


.footer_cus_new .et_pb_column:last-child {
   width: 22.5%;
}
 
.main_header .et_pb_column.et_pb_column--with-menu {
    display: grid;
    width: 100%;
    grid-template-columns: 3fr auto;
}

.newsletter_cus input[type="email"] {
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.gjs-row:nth-child(2) {
    width: 100%;
}

.newsletter_cus input[type="submit"] {
    background: #e94e0e;
    border-color: #e94e0e;
    padding: 14px 30px;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.3s linear;
 color: #fff;
} 

.newsletter_cus .es-form-field-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.newsletter_cus input {
    padding: 14px  20px;
    border: 1px solid #7e7e7e;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    border-radius: 40px;
}

.newsletter_cus input[type="submit"]:hover {
    background: transparent;
 color: #000 !important;
}

.footer_logos_cus .et_pb_module {
    background: #ffffff;
    border-radius: 90px;
    overflow: hidden;
    width: 130px;
    padding: 16px;
    height: 100px;
}

.modal-wrapper.modal-transition {
       right: 18px;
    left: auto;
    border-radius: 30px !important;
    overflow-y: scroll;
    width: 360px;
    height: 400px;
    content: attr(x);
    overflow-x: hidden;
    position: fixed;
    z-index: 999999;
    border: 40px;
    top: auto;
    bottom: 85px;
    background: #f1f1f1;
    padding-right: 0 !important;
}

.modal-wrapper textarea {
    height: 100px;
}

.modal-wrapper textarea { 
     border-radius: 10px !important;
}

.modal-wrapper textarea, .modal-wrapper input {
    padding: 10px 0;
    border-radius: 40px;
    border: 1px solid #cfcfcf;
    width: 100%;
    font-size: 16px;
    color: #333; 
    padding: 10px;
}

 
.modal-wrapper textarea::placeholder, .modal-wrapper input::placeholder {
    color: #333;
}

.modal h2 { 
    font-size: 20px;
    padding-bottom: 0;
}

.modal-content {
    padding: 16px 20px !important;
}

.modal-wrapper .modal-content p {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-bottom: 16px;
}

.modal-wrapper .col_2 p {
    flex-direction: column !important;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

button.modal-close.modal-toggle {
       background: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    top: 6px;
    cursor: pointer;
}


.modal-wrapper.modal-transition::-webkit-scrollbar {
  width: 12px; /* Vertical scrollbar width */
  height: 12px; /* Horizontal scrollbar height */
}

.modal-wrapper.modal-transition::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px;
}

.modal-wrapper.modal-transition::-webkit-scrollbar-thumb {
  background-color: #888; /* Scroll thumb color */
  border-radius: 10px;
  border: 3px solid #f1f1f1; /* Optional border around thumb */
}

.modal-wrapper.modal-transition::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-wrapper.modal-transition {
    background: url(https://img.freepik.com/free-vector/abstract-seamless-geometric-shape-lines-pattern-design-background_84443-23990.jpg);
    background-position: center;
    background-size: cover;
}

.key_pointers_sec .percent {
    margin-bottom: 0 !important;
}

header .et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_section_regular.et_pb_section--with-menu.et_pb_sticky.et_pb_sticky--top {
    box-shadow: 0 0 10px #ddd;
}
  
@media screen and (min-width: 980px) {

.key_pointers_sec .et_pb_column {
    width: 20% !important;
    margin-right: 1% !important;
}
}


