.elementor-kit-4332{--e-global-color-primary:#004A64;--e-global-color-secondary:#589EB8;--e-global-color-text:#004A64;--e-global-color-accent:#E88531;--e-global-color-17ed034:#FFFFFF;--e-global-color-387a5c2:#AE282E;--e-global-color-64180db:#26A249;--e-global-typography-text-font-family:"Oxygen";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Georgia";}.elementor-kit-4332 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4332 h1{font-family:"Oxygen", Sans-serif;font-size:3.25rem;font-weight:700;line-height:4.5rem;}.elementor-kit-4332 h2{font-size:3rem;font-weight:700;line-height:3.75rem;}.elementor-kit-4332 h3{font-size:1.75rem;font-weight:500;line-height:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4332 h2{font-size:2rem;line-height:2.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-4332 h1{font-size:3rem;line-height:4rem;}}@media(max-width:600px){.elementor-kit-4332 h1{font-size:2.5rem;line-height:3.25rem;}.elementor-kit-4332 h2{font-size:1.75rem;line-height:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.after-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background-color: black;
}
.after-line.after-line-primary::after {
        background-color: var(--e-global-color-primary);
}
.after-line.after-line-secondary::after {
        background-color: var(--e-global-color-secondary);
}
.after-line.after-line-accent::after {
        background-color: var(--e-global-color-accent);
}
.after-line.after-line-red::after {
        background-color: var(--e-global-color-387a5c2);
}

img.case-study-client-image {
    /*height: 100%;*/
    /*max-height: 80px;*/
    /*width: auto;*/
    width: 100%;
    max-width: 200px;
    height: auto;
}

.cs-loop-item img.case-study-client-image {
    /*height: 100%;*/
    /*max-height: 80px;*/
    /*width: auto;*/
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 80px;
}

.cs-loop-item:hover .cs-loop-item-img::before {
    /*opacity: 0.75;*/
    content: "View Case Study";
    font-size: 1.5rem;
    line-height: 2rem;
    background-color: #E88531A3;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
}

.post-loop-item:hover .post-loop-item-img::before {
    /*opacity: 0.75;*/
    content: "View Article";
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    background-color: #E88531A3;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
}

.wpcf7-submit {
    color: #ffffff;
    background-color: #E88531;
    font-family: "Oxygen", Sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 100px 100px 100px 100px;
}
.wpcf7-submit:hover {
    background-color: var(--e-global-color-64180db);
    border-color: var(--e-global-color-17ed034);
}/* End custom CSS */