/* Font Family */

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/ClearSans-Light.woff2') format('woff2'),
        url('../fonts/ClearSans-Light.woff') format('woff'),
        url('../fonts/ClearSans-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/ClearSans-Bold.woff2') format('woff2'),
        url('../fonts/ClearSans-Bold.woff') format('woff'),
        url('../fonts/ClearSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/ClearSans-Medium.woff2') format('woff2'),
        url('../fonts/ClearSans-Medium.woff') format('woff'),
        url('../fonts/ClearSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/ClearSans-Thin.woff2') format('woff2'),
        url('../fonts/ClearSans-Thin.woff') format('woff'),
        url('../fonts/ClearSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/ClearSans.woff2') format('woff2'),
        url('../fonts/ClearSans.woff') format('woff'),
        url('../fonts/ClearSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Animation css start */  
input:focus::placeholder,textarea:focus::placeholder {
    color: transparent !important;
}
.rf-contact-form-right-col p > br {
    display: none !important;
}
::placeholder {
    font-weight: 400;
}
.rf-form-input-label .rf-form-input:focus {
    border: 1px solid #c1c1c1;
}
div[class*="-section"] {
    overflow: hidden;
}
.rf-banner-section,.rf-job-label-section {
    overflow: visible !important;
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 700ms linear;
    transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-right {
    opacity: 0;
    transition: all 700ms linear;
    transform: translate3d(100px, 0, 0);
  }
  
  .animation-element.slide-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-up {
    opacity: 0;
    transition: all 700ms linear;
    transform: translate3d(0, 100px, 0);
  }
  
  .animation-element.slide-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
/* Animation css end */
/* Common css start */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Scroll bar css */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #e8e8e8;
}
::-webkit-scrollbar-thumb {
    background: #252525;
}
::-webkit-scrollbar-thumb:hover {
    background: #252525;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    font-family: 'Clear Sans';
    /* overflow-x: hidden; */
    background: #FCFCFC;
}

.container{
    max-width: 1306px;
    width: 100%;
    padding: 0 14px;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

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

/* Column css */
.row{
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
}
.row > *{
    padding: 0 14px;
    width: 100%;
    max-width: 100%;
}

.col-6{
    flex: 0 0 auto;
    width: 50%;
}
/* custom css */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.rf-footer-section {
    margin-top: auto;
}
.rf-dark-img {
    display: none;
}
.rf-right-squre-box:hover img.zl-default-img,.rf-icon-text-color-column:hover img.zl-default-img  {
    display: none;
}
.rf-right-squre-box:hover img.zl-hover-img,.rf-icon-text-color-column:hover img.zl-hover-img {
    display: block;
    margin-bottom: 24px;
}
img.zl-hover-img {
    display: none;
}
h3.rf-description {
    padding-top: 15px;
}
.rf-follow-find-text ul.rf-address {
    display: block !important;
}
.rf-hide-description {
    display: none;
}
.rf-right-squre-column .rf-right-squre-box:hover .rf-hide-description {
    display: block;
}
.rf-right-squre-column .rf-right-squre-box:hover .rf-hide-text {
    display: none;
}
.zl_job_tab_links.rf-job-label[data-id='37'] {
    order: 5;
}
.zl_job_tab_links.rf-job-label[data-id='35'] {
    order: 3;
}
.zl_job_tab_links.rf-job-label[data-id='34'] {
    order: 2;
}
.zl_job_tab_links.rf-job-label[data-id='39'] {
    order: 7;
}
.zl_job_tab_links.rf-job-label[data-id='40'] {
    order: 8;
}
.zl_job_tab_links.rf-job-label[data-id='36'] {
    order: 4;
}
.zl_job_tab_links.rf-job-label[data-id='38'] {
    order: 5;
}
.rf-header-section {
    position: relative;
    z-index: 999999;
}
.rf-job-label-row .rf-job-label label, .zl_job_tab_links.rf-job-label {
    min-width: fit-content;
}
img.rf-map-img {
    /* width: 350px;
    height: auto; */
    padding-top: 15px;
}
/* custom css */

/* Btn css */
.rf-fill-btn{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 48px;
    background: #BD9B60;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #BD9B60;;
    transition: all 0.3s linear !important;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rf-fill-btn:hover{
    background: #ffffff;
    color: #BD9B60;;
}
.rf-link-btn{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #BD9B60;
    text-decoration: none;
}
.rf-outline-btn{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    padding: 24px 48px;
    background: #ffffff;
    border-radius: 4px;
    color: #BD9B60;
    text-decoration: none;
    border: 1px solid #BD9B60;;
    transition: all 0.5s ease-in-out;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rf-outline-btn:hover {
    background:#BD9B60;
    color: #ffffff;
}
.rf-outline-btn svg{
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.rf-fill-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
/* Accordian component */

.rf-accordian-box {
    margin-bottom: 16px;
    padding: 32px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.rf-accordian-box:last-child {
    margin-bottom: 0px;
}

.rf-accordian-heading {
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #BD9B60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.rf-accordian-heading svg{
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    transition: all 0.3s ease-in-out;
}
.rf-accordian-heading.active svg{
    transform: rotate(180deg);
}
.rf-accordian-body{
    padding-top: 16px;
    display: none;
}
.rf-accordian-body p {
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 16px;
}
.rf-accordian-body ul li{
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
}
.rf-accordian-body p:last-child {
    margin-bottom: 0px;
}


/* Heading Component */
.rf-heading-paragraph .rf-heading{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    background: #252525;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Icon text color column */
.rf-icon-text-color-column{
    border: 1px solid #E8E8E8;
    padding: 32px;
    /* transition: all 0.3s ease-in-out; */
    height: 100%;
    z-index: 9;
    position: relative;
}
/* .rf-icon-text-color-column:hover{
    background: linear-gradient(270.46deg, #1D2754 0%, #FF9470 98.86%);
} */

.rf-icon-text-color-column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #BD9B60;
    opacity: 0;
    transition: all 0.4s linear !important;
    z-index: -1;
    
}
.rf-icon-text-color-column:hover::before {
    opacity: 1;
}





.rf-icon-text-color-column svg,.rf-icon-text-color-column img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    color: #252525;
}
.rf-icon-text-color-column p{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.rf-icon-text-color-column:hover svg,
.rf-icon-text-color-column:hover p{
    color: #FCF8F3;
}


/* Label component */
.rf-label-component{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: -12px;
    /* position: relative;
    z-index: -1; */
}
.rf-label-component .rf-label-component-text{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    border: 1px solid #E8E8E8;
    padding: 24px;
    margin: 12px;
    /* transition: all 0.3s ease-in-out; */

}
.rf-label-component .rf-label-component-text:hover{
    /* background: linear-gradient(270.46deg, #1D2754 0%, #FF9470 98.86%); */
    color: #FCF8F3;
}

.rf-label-component .rf-label-component-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #BD9B60;
    opacity: 0;
    transition: all 0.3s linear !important;
    z-index: -1;
    color: #FCF8F3;
}
.rf-label-component .rf-label-component-text:hover::before {
    opacity: 1;
    color: #FCF8F3;
}




/* Right aqure column */
.rf-right-squre-column {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: -304px;
    top: 0;
    max-width: 707px;
    width: 100%;
    height: 100%;
}

.rf-right-squre-column .rf-right-squre-box {
    max-width: 50%;
    width: 100%;
    height: 50%;
    border: 1px solid #E8E8E8;
}

.rf-right-squre-column .rf-right-squre-box {
    border-top: 0;
}

.rf-right-squre-column .rf-right-squre-box:nth-child(2),
.rf-right-squre-column .rf-right-squre-box:nth-child(4) {
    /* border-right: 0; */
    border-left: 0;
}

.rf-right-squre-column .rf-right-squre-box:nth-child(3),
.rf-right-squre-column .rf-right-squre-box:nth-child(4) {
    border-bottom: 0;
}

.rf-right-squre-column .rf-right-squre-box {
    padding: 24px;
    display: flex;
    align-items: flex-end;
    z-index: 9;
    position: relative;
    /* transition: all 0.3s ease-in-out; */
}
.rf-right-squre-column .rf-right-squre-box .rf-right-squre-text{
    display: flex;
    align-items: end;
    width: 100%;
}
/* .rf-right-squre-column .rf-right-squre-box:hover {
    background: #BD9B60;
} */
.rf-right-squre-column .rf-right-squre-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #BD9B60;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s linear !important;
}
.rf-right-squre-column .rf-right-squre-box:hover::before {
    opacity: 1;
}
.rf-right-squre-column .rf-right-squre-box p,.rf-right-squre-column .rf-right-squre-box a {
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.rf-right-squre-column .rf-right-squre-box .rf-right-squre-link {
    margin-left: auto;
    color: #252525;
    width: 14px;
    height: 14px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
}

.rf-banner-btn-row .rf-link-btn.scrollbtn {
    color: #252525;
}
.rf-right-squre-column .rf-right-squre-box:hover p,.rf-right-squre-column .rf-right-squre-box:hover a,
.rf-right-squre-column .rf-right-squre-box:hover .rf-right-squre-link {
    color: #FCF8F3;
}


/* Common css end */

/* Header section css start */

.rf-header-section .rf-header-nav {
    padding: 15px 0 18px;
    display: flex;
    align-items: center;
}

.rf-header-nav .rf-header-logo {
     width: 45px; 
    display: block;
}

.rf-header-nav .rf-header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rf-header-nav .rf-header-navbar {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.rf-header-nav .rf-header-navbar .rf-header-items{
    padding: 0 16px;
}
.rf-header-nav .rf-header-navbar .rf-header-items:first-child{
    padding-left: 0;
}
.rf-header-nav .rf-header-navbar .rf-header-items:last-child{
    padding-right: 0;
}
.rf-header-nav .rf-header-navbar .rf-header-link a{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
}
.rf-header-nav .rf-header-navbar .rf-header-link.current-menu-item a  {
    font-weight: bold;
}

/* Header section css end */

/* Banner section css start */
.rf-banner-section{
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
.rf-banner-section .container{
	position: relative;
}
.rf-banner-section .rf-banner-text-column{
    padding: 130px 0;
}
.rf-banner-text-heading span{
	color: #BD9B60;
}
.rf-banner-section .rf-banner-text-column .rf-banner-text-heading{
    color: #252525;
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 60px;
    line-height:64px;
    margin-bottom: 48px;
}
.rf-banner-section .rf-banner-text-column .rf-banner-btn-row{
    display: flex;
    align-items: center;
    margin: -16px;
}
.rf-banner-section .rf-banner-text-column .rf-banner-btn-row > *{
    margin: 16px;
}
.rf-banner-section .rf-right-squre-column{
    top: -88px;
    height: calc(100% + 88px);
    transition: all 0.7s ease-in-out;
}
/* Banner section css end */

/* Why we’re different section css start */
.rf-why-different-section{
   padding: 114px 0 284px;

}
.rf-why-different-section .row{
    align-items: center;
}
.rf-why-different-section .rf-why-different-image{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.rf-why-different-text-column .rf-why-different-heading{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    background: #252525;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
/* Why we’re different section css end */

/* Our Offerings section css start */
.rf-our-offering-section{
    padding: 64px 0 128px;
}
.rf-our-offering-section .rf-heading-paragraph{
    margin-bottom: 48px;
}
/* Our Offerings section css end */

/* Brand Log section css start */
.rf-brand-logo-section{
    padding: 80px 0px 84px 0px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.rf-brand-logo-section .col-lg-3 {
    padding: 20px 10px;
}
.rf-brand-logo-column img{
    width: 100%;
    max-width: 200px;
    margin: auto;
    height: 120px;
    object-fit: contain;
}
.rf-brand-logo-section .row.justify-content-center {
    justify-content: center;
}
/* Brand Log section css end */

/* Technical Areas of Expertise section css start */
.rf-tec-area-expertise-section{
    padding: 128px 0 64px;
}
.rf-tec-area-expertise-section .row{
    align-items: center;
}
.rf-tec-area-expertise-section .rf-heading-paragraph{
    max-width: 388px;
}
.rf-tec-area-expertise-section .rf-heading-paragraph .rf-heading{
    background-image: #BD9B60;
}
/* Technical Areas of Expertise section css end */
.rf-how-work-section.zl-background-image {
    background-image: url("/wp-content/uploads/2023/03/Frame-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rf-why-different-section.zl-background-image-one {
    background-image: url("/wp-content/uploads/2023/03/Frame.png");
       background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.rf-accordian-box {
    background: #fff;
}

/* Business Areas of Expertise section css start */
.rf-bus-area-expertise-section{
    padding: 64px 0 0;
}
.rf-bus-area-expertise-section .rf-heading-paragraph{
    margin-bottom: 48px;
}
.rf-bus-area-expertise-section .rf-heading-paragraph .rf-heading{
    background-image: #BD9B60;
}
/* Business Areas of Expertise section css end */

/* How we work section css start */
.rf-how-work-section{
    padding: 128px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
    z-index: 9;
}
.rf-how-work-section .rf-how-work-bg-img{
    position: absolute;
    right: 0;
    top: -83px;
    z-index: -1;
}
.rf-how-work-section .rf-accordian-box {
    background: #FFFFFF;
}
.rf-how-work-section .rf-heading-paragraph .rf-heading {
    background-image: #BD9B60;
}
/* How we work section css end */

/* Let’s chat, we respond fast section css start */
.rf-chat-respond-section{
    position: relative;
}
.rf-chat-respond-section .rf-heading-paragraph{
    margin-bottom: 48px;
}
.rf-chat-respond-section .rf-heading-paragraph .rf-heading {
    background-image: linear-gradient(180deg, #252525 50%, #BD9B60 50%);
}
.rf-chat-respond-section .rf-heading-paragraph .rf-heading span{
    display: block;
    background-image: #BD9B60;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rf-chat-respond-section .rf-chat-respond-left-column{
    padding: 59px 0 129px;
/*     min-height: 760px; */
    display: flex;
    flex-direction: column;
}
.rf-chat-respond-section .rf-follow-find-content{
    margin-top: auto;
    max-width: 220px;
}
.rf-chat-respond-section .rf-follow-find-content-mobile{
    display: none;
}
.rf-follow-find-content .rf-follow-find-column{
    margin-bottom: 48px;
}
.rf-follow-find-content .rf-follow-find-column:last-child{
    margin-bottom: 0px;
}
.rf-follow-find-content .rf-follow-find-column h3{
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 8px;
}
.rf-follow-find-content .rf-follow-find-column ul{
    display: flex;
    align-items: center;
    margin: 0 -8px;
}
.rf-follow-find-content .rf-follow-find-column ul li{
    margin: 0 8px;
}
.rf-follow-find-content .rf-follow-find-column .rf-follow-find-text{
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: #252525;
}
.rf-chat-respond-section .rf-right-squre-column .rf-right-squre-box{
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}
.rf-chat-respond-section .rf-right-squre-column .rf-right-squre-box svg,.rf-chat-respond-section .rf-right-squre-column .rf-right-squre-box img{
    width: 24px;
    height: 24px;
    color: #252525;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}
.rf-chat-respond-section .rf-right-squre-column .rf-right-squre-box:hover svg{
    color: #FCF8F3;
}
/* Let’s chat, we respond fast section css end */

/* Contact page css start */
.rf-contact-form-section{
    padding: 64px 0 106px;
}
.rf-contact-form-content{
    max-width: 1061px;
    margin: 0 auto;
}
.rf-contact-form-row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -12px;
}
.rf-contact-form-row > *{
    padding: 0 12px;
}
.rf-contact-form-row .rf-contact-form-left-col{
    max-width: 324px;
    width: 100%;
}
.rf-contact-logo-paragraph{
    margin-bottom: 48px;
}
.rf-contact-logo-paragraph .rf-contact-logo{
    width: 188px;
    height: 61px;
    object-fit: contain;
    margin-bottom: 16px;
}
.rf-contact-logo-paragraph p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 0;
    padding-top: 20px;
}
.rf-contact-form-right-col{
    padding: 59px 0px;
    /* max-width: 627px;
    width: 100%;
    margin-left: auto; */
}

.rf-contact-form-right-col .rf-contact-form-heading,.rf-privacy-policy h2,.rf-cookies-policy h2,.rf-privacy-policy strong{
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 8px;
}
.rf-privacy-policy ol{
    list-style: order;
    padding-left: 35px;
}
.rf-privacy-policy strong{
    font-size: 22px;
}
.rf-contact-form-right-col .rf-contact-form-paragraph{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 32px;
}
.rf-contact-form-right-col .rf-contact-form{
    margin-bottom: 32px;
}
.rf-contact-form-right-col .rf-contact-form .rf-form-input-label{
    margin-bottom: 16px;
}
.rf-contact-form-right-col .rf-contact-form .rf-form-input-label:last-child{
    margin-bottom: 0px;
}
.rf-contact-form-right-col .rf-fill-btn{
    width: 100%;
}
/* Form input component start */
.rf-form-input-label .rf-form-label{
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 8px;
    display: block;
}
.rf-form-input-label .rf-form-input{
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 18px 16px 18px 52px;
    width: 100%;
    font-family: 'Clear Sans';
    outline: 0;
    color: #252525;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.rf-form-input-label .rf-form-input::placeholder{
    color: #252525;
}
.rf-form-input-label textarea.rf-form-input{
    padding: 16px;
}
.rf-form-name-input{
    background-image: url(/wp-content/uploads/2022/11/UserIcon.svg);
}
.rf-form-email-input{
    background-image: url(/wp-content/uploads/2022/11/EmailIcon.svg);
}
.rf-form-sub-line-input{
    background-image: url(/wp-content/uploads/2022/11/EditIcon.svg);
}

/* Contact page css end */

/* Jobs page css start */
.rf-job-label-section{
    padding: 32px 0 48px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}
.rf-job-label-section .rf-job-label-image{
    position: absolute;
    right: -149px;
    top: -4px;
    z-index: -1;
}
.rf-job-label-content .rf-job-label-heading{
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 16px;
}
.rf-job-label-content .rf-job-label-paragraph{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 32px;
    max-width: 651px;
}
.rf-job-label-row{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -16px;
}
.rf-job-label-row .rf-job-label{
    margin-right: 16px;
}
.rf-job-label-row .rf-job-label input{
    display: none;
}
.rf-job-label-row .rf-job-label label,
.zl_job_tab_links.rf-job-label{
    border: 1px solid #E8E8E8;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-family: 'Clear Sans';
    padding: 8px 16px;
    cursor: pointer;
    display: block;
    width: max-content;
    background: #fcfcfc;
}
.rf-job-label-row .rf-job-label:hover,
.rf-job-label-row .rf-job-label.active{
    background: #BD9B60;
    color: #FCF8F3;
    transition: all 0.5s linear !important;
}

.rf-job-column{
    position: relative;
    padding: 16px 0;
    display: flex;
    align-items: center;
}
.rf-job-column::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #E8E8E8;
}
.rf-job-column:last-child:before{
    display: none;
}
.rf-job-column .rf-job-column-left{
    margin-right: 15px;
}
.rf-job-column .rf-job-column-left h2,.rf-job-column .rf-job-column-left a,.no_post h2{
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 16px;
}
.rf-job-column .rf-job-column-left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 16px;
}
.rf-job-column .rf-job-column-left .rf-job-column-label-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -8px;
}
.rf-job-column .rf-job-column-left .rf-job-column-label-row .rf-job-column-label{
    margin: 8px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    border: 1px solid #E8E8E8;
    padding: 8px 16px;
}
.rf-job-column .rf-job-column-left .rf-job-column-label-row .rf-job-column-label img{
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 8px;
}
.rf-job-column .rf-job-column-btn{
    margin-left: auto;
}
/* Jobs page css end */

/* Jobs discription page css start */
.rf-job-description-header-section{
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}
.rf-job-description-header-section .rf-job-column-btn .rf-outline-btn,
.rf-job-description-header-section .rf-job-column-btn .rf-fill-btn{
    margin-left: auto;
    margin-bottom: 16px;
}
.rf-job-description-header-section .rf-job-column-btn .rf-job-column-email-link{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 0;
    text-align: right;
}
.rf-job-description-header-section .rf-job-column-btn .rf-job-column-email-link a,p.rf-job-column-email-link.desktop-title a{
    font-weight: 800;
    color: #252525;
}
p.rf-job-column-email-link.desktop-title{
    padding-top: 30px;
    text-align: center;
}
.rf-job-discription-text-section{
    padding: 32px 0;
}
.rf-job-discription-text-content{
    max-width: 627px;
    margin: 0 auto;
}
.rf-job-discription-text-content > *:last-child{
    margin-bottom: 0;
}
.rf-job-discription-text-content .rf-job-discription-heading{
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 8px;
    font-family: 'Clear Sans';
}
.rf-job-discription-text-content .rf-job-discription-paragraph,.rf-privacy-policy p,.rf-cookies-policy p,.rf-privacy-policy li{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    margin-bottom: 16px;
}
.rf-job-discription-text-content ul{
    padding-left: 20px;
    margin-bottom: 16px;
}
.rf-job-discription-text-content ul li{
    position: relative;
    margin-bottom: 0;
}
.rf-job-discription-text-content ul .rf-job-discription-paragraph{
    margin-bottom: 0;
}
.rf-job-discription-text-content ul li::before{
    content: "•";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    font-family: 'Clear Sans';
    position: absolute;
    left: -12px;
    top: 1px;
}
.rf-job-discription-text-section .rf-outline-btn,
.rf-job-discription-text-section .rf-fill-btn{
    width: 100%;
    justify-content: center;
    margin-top: 38px;
    padding: 12px;
    display: none;
}
/* Jobs discription page css end */

/* Privacy policy page css start */
.rf-privacy-policy hr {
    overflow: visible;
    height: 1px;
    border: none;
    position: relative;
}
.rf-privacy-policy hr:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #E8E8E8;
}
.rf-privacy-policy a,.rf-cookies-policy a{
    cursor: pointer;
    font-weight: bold;
    color: #252525;
}
/* Privacy policy page css end */

/* Footer section css start */
.rf-footer-section{
    border-top: 1px solid #E8E8E8;
    padding: 16px 0;
}
.rf-footer-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -12px;
}
.rf-footer-row .rf-footer-text{
    font-family: 'Clear Sans';
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #252525;
    text-decoration: none;
    margin: 12px;
}
/* Footer section css end */


/* Media query */

@media (max-width: 1920px){
	.rf-right-squre-column {
		right: 0;
	}
	.rf-banner-section .container{
		position: unset;
	}
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px){

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 1439px){
    .rf-right-squre-column{
        max-width: 50%;
    }
}

@media (max-width: 1200px){
    .rf-banner-section .rf-banner-text-column,
    .rf-why-different-section,
    .rf-our-offering-section,
    .rf-brand-logo-section,
    .rf-tec-area-expertise-section,
    .rf-how-work-section,
    .rf-chat-respond-section .rf-chat-respond-left-column{
        padding: 60px 0;
    }
    .rf-bus-area-expertise-section{
        padding-top: 60px;
    }
    .rf-chat-respond-section .rf-chat-respond-left-column{
        min-height: 450px;
    }
    .rf-contact-form-right-col{
        padding: 0px;
    }
}

@media (max-width: 991px){
	.rf-brand-logo-section .col-lg-3 {
    padding: 0px 10px;
}
    .rf-right-squre-column .rf-right-squre-box{
        height: auto;
    }
/*     img.rf-map-img{
        width: 100%;
    } */
    p.rf-job-column-email-link.desktop-title{
        display: none;
    }
    .container{
        padding: 0 16px;
    }
    .rf-header-section{
        box-shadow: 0px 4px 30px #00000014;
    }
    .rf-bus-area-expertise-section{
        padding-top: 60px;
    }
    .rf-chat-respond-section .rf-chat-respond-left-column{
        min-height: auto;
    }
    .rf-banner-section{
        overflow: hidden;
    }
    .rf-right-squre-column{
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 -16px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
    }
    .rf-banner-section .rf-right-squre-column{
        top: 0px;
        height: 100%;
        border-top: 1px solid #E8E8E8;
    }
    .rf-right-squre-column .rf-right-squre-box{
        min-height: 232px;
    }
    .rf-right-squre-column .rf-right-squre-box:nth-child(1),
    .rf-right-squre-column .rf-right-squre-box:nth-child(3){
        border-left: 0;
    }
    .rf-why-different-section .row div[class*="col-"],
    .rf-our-offering-section .row div[class*="col-"],
    .rf-bus-area-expertise-section .row div[class*="col-"]{
        margin-top: 30px;
    }
    .rf-why-different-section .row div[class*="col-"]:nth-child(1),
    .rf-our-offering-section .row div[class*="col-"]:nth-child(1),
    .rf-bus-area-expertise-section .row div[class*="col-"]:nth-child(1){
        margin-top: 0px;
    }
    .rf-heading-paragraph{
        margin-bottom: 48px;
    }
    .rf-label-component{
        justify-content: flex-start;
    }
    .rf-icon-text-color-column{
        display: flex;
        align-items: center;
    }
    .rf-icon-text-color-column svg {
        margin-bottom: 0px;
        margin-right: 16px;
    }
    .rf-follow-find-content-desktop {
        display: none;
    }
    .rf-chat-respond-section .rf-follow-find-content-mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .rf-chat-respond-section .rf-follow-find-content{
        max-width: calc(100% + 24px);
        margin: 32px -12px 0;
    }
    .rf-chat-respond-section .rf-right-squre-column{
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
    }
    .rf-follow-find-content .rf-follow-find-column{
        /* max-width: 50%; */
        width: 100%;
        padding: 0 12px;
        margin-bottom: 0;
    }
    .rf-chat-respond-section .rf-chat-respond-left-column{
        padding: 0;
    }
    .rf-chat-respond-section {
        padding: 60px 0;
    }
    .rf-footer-row .rf-footer-text {
        font-size: 12px;
        line-height: 16px;
    }
    .rf-footer-row .rf-footer-copy-right-text {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .rf-icon-text-color-column img {
        margin-bottom: 0px !important;
        margin-right: 16px;
    }

    /* Contact page css start */
    .rf-contact-form-row{
        flex-direction: column-reverse;
    }
    .rf-contact-form-row .rf-contact-form-left-col,
    .rf-contact-form-row .rf-contact-form-right-col{
        max-width: 100%;
    }
    .rf-contact-form-row .rf-contact-form-left-col{
        margin-top: 64px;
    }
    .rf-contact-form-left-col .rf-follow-find-content{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .rf-contact-logo-paragraph{
        margin-bottom: 32px;
    }
    .rf-job-description-header-section .rf-job-column-btn{
        display: none;
    }
    .rf-job-description-header-section .rf-job-column-left{
        margin: 0;
        width: 100%;
    }
    .rf-job-discription-text-section .rf-outline-btn,
    .rf-job-discription-text-section .rf-fill-btn{
        display: flex;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
	.rf-brand-logo-section .col-lg-3 {
    flex-basis: 50%;
  }
}

@media (max-width: 767px){
    input.wpcf7-form-control.has-spinner.wpcf7-submit.rf-fill-btn {
        font-size: 16px;
    line-height: 24px;
        
    }
    .rf-hide-description p {
        font-size: 13px !important;
    }   
    /* Jobs page css start */
    .rf-job-label-section .rf-job-label-image{
        display: none;
    }
    .rf-job-column {
        display: block;
    }
    .rf-job-column .rf-job-column-left{
        margin-right: 0;
    }
    .rf-job-column .rf-job-column-btn {
        margin-top: 24px;
    }
    .rf-job-column .rf-job-column-btn .rf-outline-btn{
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px){
    .rf-contact-form-right-col .rf-fill-btn {
        padding: 16px 32px;
        -webkit-appearance:none;  
       
    }
    .rf-header-nav .rf-header-navbar{
        padding-right: 6px;
    }
    .rf-banner-section .rf-banner-text-column,
    .rf-brand-logo-section,
    .rf-chat-respond-section{
        padding: 32px 0 !important;
    }
    .rf-why-different-section,
    .rf-tec-area-expertise-section{
        padding: 32px 0 16px;
    }
    .rf-our-offering-section{
        padding: 16px 0 32px;
    }
    .rf-bus-area-expertise-section{
        padding-top: 16px;
    }
    .rf-how-work-section{
        padding: 32px 0 42px;
    }
    .rf-why-different-section .row div[class*="col-"]{
        margin-top: 14px;
    }
    .rf-why-different-text-column .rf-why-different-heading,
    .rf-heading-paragraph .rf-heading{
        font-size: 32px;
        line-height: 40px;
    }
    .rf-bus-area-expertise-section .rf-heading-paragraph,
    .rf-our-offering-section .rf-heading-paragraph,
    .rf-heading-paragraph,
    .rf-chat-respond-section .rf-heading-paragraph{
        margin-bottom: 16px;
    }
    .rf-why-different-section .rf-why-different-image {
        max-width: calc(100% + 64px);
        height: auto;
        width: calc(100% + 64px);
        margin: 0 -32px;
    }
    .rf-why-different-section{
        overflow: hidden;
    }
    .rf-accordian-box,
    .rf-icon-text-color-column{
        padding: 16px;
    }
    .rf-accordian-heading{
        font-size: 18px;
        line-height: 24px;
    }
    .rf-accordian-body p{
        font-size: 14px;
        line-height: 20px;
    }
    .rf-accordian-heading svg {
        min-width: 20px;
        width: 20px;
        height: 20px;
    }
    .rf-label-component{
        margin: -4px;
    }
    .rf-label-component .rf-label-component-text{
        padding: 16px;
        font-size: 14px;
        line-height: 20px;
        margin: 4px;
    }
    .rf-right-squre-column .rf-right-squre-box{
        padding: 16px;
    }
    .rf-follow-find-content .rf-follow-find-column ul{
        display: block;
        margin: 0;
    }
    .rf-follow-find-content .rf-follow-find-column ul li{
        margin: 0 0 2px;
    }
    .rf-follow-find-content .rf-follow-find-column ul li:last-child{
        margin-bottom: 0px;
    }
    .rf-follow-find-content .rf-follow-find-column .rf-follow-find-text{
        font-size: 18px;
        line-height: 24px;
    }
    .rf-footer-row{
        margin: -8px;
    }
    .rf-footer-row .rf-footer-text{
        margin: 8px;
    }
    .rf-header-section .rf-header-nav {
        padding: 8px 0 9px;
    }
    .rf-header-section .container{
        padding: 0 10px;
    }
    /* Contact page css start */
    .rf-contact-form-section,
    .rf-job-label-section{
        padding: 32px 0;
    }

    /* Jobs page css start */
    .rf-job-label-content .rf-job-label-heading{
        font-size: 32px;
        line-height: 40px;
    }
    .rf-job-label-content .rf-job-label-paragraph{
        font-size: 14px;
        line-height: 20px;
    }
    .rf-job-label-row .rf-job-label label,.zl_job_tab_links.rf-job-label{
        font-size: 14px;
        line-height: 20px;
        min-width: fit-content;
    }
    .rf-job-column .rf-job-column-left h2,.rf-job-column .rf-job-column-left a,.no_post h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    .rf-job-column .rf-job-column-left p{
        font-size: 14px;
        line-height: 20px;
    }
    .rf-job-column .rf-job-column-btn .rf-outline-btn{
        padding: 12px;
    }
    .rf-job-discription-text-section{
        padding: 16px 0;
    }
    .rf-job-discription-text-section .rf-outline-btn,
    .rf-job-discription-text-section .rf-fill-btn {
        display: flex;
        max-width: 100%;
    }
}

@media (max-width: 427px){
    .rf-banner-section .rf-banner-text-column .rf-banner-text-heading{
        font-size: 62px;
        line-height: 0.9;
        margin-bottom: 20px;
    }
    .rf-fill-btn{
        font-size: 16px;
        line-height: 24px;
        padding: 16px 32px;
    }
    .rf-link-btn{
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 400px){
    .rf-banner-section .rf-banner-text-column .rf-banner-text-heading{
        font-size: 52px;
    }
    .rf-banner-section .rf-banner-text-column .rf-banner-btn-row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .rf-banner-section .rf-banner-text-column .rf-banner-btn-row .rf-fill-btn{
        width: 100%;
        text-align: center;
    }
    .rf-right-squre-column .rf-right-squre-box {
        min-height: 180px;
    }
    .rf-follow-find-content .rf-follow-find-column{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .rf-follow-find-content .rf-follow-find-column:last-child{
        margin-bottom: 0;
    }
    .rf-contact-form-right-col .rf-fill-btn {
        padding: 16px 32px;
    }
}


/* Dark mode css */

@media (prefers-color-scheme: dark) {
    ::placeholder {
        font-weight: 400;
        color: #b8b8b8 !important;
    }
    input:focus::placeholder,textarea:focus::placeholder {
        color: transparent !important;
    }
    body, .rf-how-work-section .rf-accordian-box{
        background: #1E1E1E;
		
    }
	.rf-why-different-section.zl-background-image-one {
		background-image: url(/wp-content/uploads/2023/03/dark-Frame.png);
		background-repeat: no-repeat;
		background-position:left center;
		background-size: contain;
   }
	.rf-how-work-section.zl-background-image {
		background-image: url(/wp-content/uploads/2023/03/dark-Frame-two.png);
		background-repeat: no-repeat;
		background-position: center;
        background-size: cover;
	}
    .rf-banner-section .rf-banner-text-column .rf-banner-text-heading {
       color: #F3F3F3;
    }
    .rf-right-squre-column .rf-right-squre-box p,.rf-right-squre-column .rf-right-squre-box a,
    .rf-right-squre-column .rf-right-squre-box .rf-right-squre-link,
    .rf-link-btn,
    .rf-accordian-body p,
    .rf-icon-text-color-column svg,
    .rf-icon-text-color-column p,
    .rf-label-component .rf-label-component-text,
    .rf-chat-respond-section .rf-right-squre-column .rf-right-squre-box svg,
    .rf-follow-find-content .rf-follow-find-column h3,
    .rf-follow-find-content .rf-follow-find-column .rf-follow-find-text,
    .rf-footer-row .rf-footer-text,
    .rf-header-nav .rf-header-navbar .rf-header-link a,p.rf-job-column-email-link.desktop-title,p.rf-job-column-email-link.desktop-title a,.rf-privacy-policy a,.rf-cookies-policy a,.rf-privacy-policy strong,.rf-privacy-policy li{
        color: #F3F3F3;
    }
    .rf-right-squre-column .rf-right-squre-box,
    .rf-banner-section,
    .rf-accordian-box,
    .rf-icon-text-color-column,
    .rf-brand-logo-section,
    .rf-label-component .rf-label-component-text,
    .rf-how-work-section,
    .rf-footer-section,
    .rf-chat-respond-section .rf-right-squre-column,
    .rf-banner-section .rf-right-squre-column{
        border-color: #252525;
		background: #1E1E1E;
    }
	.rf-banner-btn-row .rf-link-btn.scrollbtn {
    	color: #F3F3F3;
	}
    .rf-right-squre-column .rf-right-squre-box:hover{
        background: #BD9B60;
    }
	.rf-accordian-heading{
		color: #BD9B60;
	}
    .rf-dark-img{
        display: block;
    }
    .rf-light-img{
        display: none;
    }
    .rf-why-different-text-column .rf-why-different-heading,
	.rf-heading-paragraph .rf-heading,
    .rf-chat-respond-section .rf-heading-paragraph .rf-heading span,h3.rf-description,.rf-accordian-body ul li{
        -webkit-text-fill-color: #F3F3F3;
        color: #F3F3F3;
    }
	a.rf-outline-btn {
    background: #1E1E1E;
}
	.rf-chat-respond-section .rf-heading-paragraph .rf-heading {
   		 background-image: linear-gradient(180deg, #F3F3F3 50%, #BD9B60 50%);
	}
/*     img.zl-hover-img {
        display: block;
        margin-bottom: 20px !important;
    } */
/*     img.zl-default-img {
        display: none;
    } */
    .rf-brand-logo-section {
        padding: 80px 0;
    }
    /* Contact page css start */
    .rf-form-input-label .rf-form-input{
        background-color: transparent;
        border-color: #252525;
    }
    .rf-contact-form-right-col .rf-contact-form-heading,
    .rf-contact-form-right-col .rf-contact-form-paragraph,
    .rf-form-input-label .rf-form-label,
    .rf-form-input-label .rf-form-input,
    .rf-form-input-label .rf-form-input::placeholder,
    .rf-contact-logo-paragraph p,.rf-privacy-policy h2,.rf-cookies-policy h2,.rf-privacy-policy strong,.rf-privacy-policy li{
        color: #F3F3F3;
    }

    /* Jobs page css start */
    .rf-job-label-content .rf-job-label-heading,
    .rf-job-label-content .rf-job-label-paragraph,
    .rf-job-label-row .rf-job-label label,
    .rf-job-column .rf-job-column-left h2,.rf-job-column .rf-job-column-left a,
    .rf-job-column .rf-job-column-left p,
    .rf-job-column .rf-job-column-left .rf-job-column-label-row .rf-job-column-label,
    .rf-outline-btn,
    .rf-job-description-header-section .rf-job-column-btn .rf-job-column-email-link,
    .rf-job-description-header-section .rf-job-column-btn .rf-job-column-email-link a,
    .rf-job-discription-text-content .rf-job-discription-heading,
    .rf-job-discription-text-content .rf-job-discription-paragraph,
    .rf-job-discription-text-content ul li::before,.rf-job-discription-text-content ul li,.rf-job-discription-text-content ul li,.zl_job_tab_links.rf-job-label,.no_post h2,.rf-privacy-policy p,.rf-cookies-policy p,.rf-privacy-policy strong,.rf-privacy-policy li{
        color: #F3F3F3;
    }
	.rf-job-discription-text-content ul li,.rf-job-discription-text-content h2,.rf-job-discription-text-content p{
		color: #FCF8F3 !important;
	}
    .rf-job-label-row .rf-job-label label,.zl_job_tab_links.rf-job-label{
        background: transparent;
    }
    .rf-job-label-row .rf-job-label label,
    .rf-job-label-section,
    .rf-job-column .rf-job-column-left .rf-job-column-label-row .rf-job-column-label,
    .rf-outline-btn,
    .rf-job-description-header-section,.zl_job_tab_links.rf-job-label{
        border-color: #252525;
    }
    .rf-privacy-policy hr:before{
        background: #252525 ;
    }
    .rf-job-column::before{
        background: #252525;
    }
    .rf-outline-btn:hover{
        background: #FCF8F3;
    }
	.rf-outline-btn:hover {
    background: #BD9B60;
    color: #fff !important;
}

    .wpcf7-response-output {
        color: #fff;
    }
}