.appointment_widgets-lg--revamp {
	padding: 0rem !important; 
}

.ut-horizontal-navigation ul.sub-menu li > a {
    font-size: 15px;
}

body {
    background-color : #E3E3DC !important;
}



h2, h1{
    text-transform: none !important;
    font-size: 60px !important;
}

#ut_header_67bca30fbaabe h2.section-title, #ut_header_67bca30fbaabe h2.section-title span {

    color: #1D2327 !important;
}

*, *:before, *:after {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

/* h2 ::after {
    display: block;
    position: relative;
    clear: both;
    background-image: url(https://mustard.film//uploads/colourbars.svg);
    padding: 0 350px;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-size: 110vw 1.7em;
    background-position: left bottom;
    background-position-x: -450px;
    line-height: 0;
    padding-bottom: 0.2em;
    margin-top: -8px !important;
} */

h2 ::after {
width: 100%;
  height: 100px;
  background-image: 
    linear-gradient(
      90deg,
      #d8d8d8,
      #d8d8d8 14.3%,
      #fff100 14.3%,
      #fff100 28.6%,
      #9ae3f6 28.6%,
      #9ae3f6 42.9%,
      #00c26d 42.9%,
      #00c26d 57.2%,
      #e600c2 57.2%,
      #e600c2 71.5%,
      #ff4130 71.5%,
      #ff4130 85.8%,
      #605de8 85.8%,
      #605de8 14.3%
    );
    background-position: 0px 300px;
    background-size: 100%;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-size: 50vw 1.9em;
    background-position: left bottom;
    background-position-x: var(--scrollPos);
    padding: 6px 325px;
    margin-top: -20px !important;
    }
    


.workh2 h2 ::after {
    background-size: 50vw 1.9em;
    padding: 6px 360px;
}

.services h2 ::after {
    background-size: 32vw 1.9em;
    padding: 6px 170px;
}

.howwedoit h2 ::after {
    background-size: 32vw 1.9em;
    padding: 6px 185px;
}

.contact h2 ::after {
    background-size: 32vw 1.9em;
    padding: 6px 237px;
}

.testimonial h2 ::after {
    background-size: 54vw 1.9em;
    padding: 6px 250px;
}

.faq h2 ::after {
    background-size: 45vw 1.1em;
    padding: 6px 390px;
}

#clienttestimonialdiv {
position: relative; 
height: 0; 
padding-top: 56.5%; 
overflow: hidden;
}

.hero-title {
    text-transform: none !important;
    font-size: 100px !important;
}

.hero-description {
     text-transform: none !important;
}

.ourmission {
    font-weight: 800;
    font-size: 28px;
    color: #444444 !important;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    background-image: url(https://www.mustard.film/uploads/brush.svg);
    background-repeat: no-repeat;
    background-size: 100% 0.6em;
    background-position: 0 115%;
    padding-bottom: 0.1em;
}

.ut-vc-120.vc_section, .ut-vc-120.vc_section.vc_section-has-fill {
    padding-top: 50px;
    padding-bottom: 0px;
}
    
#whatsthestory h2{
    color: #3f4549;
    font-size: 24px !important;
    /** background: #3f4549; **/
    /** background: linear-gradient(to top, #FA643F 0%, #1f1f1f 100%); **/
    /** background: linear-gradient(to top, #FFFFFF 5%, #3f4549 60%); **/
    /** -webkit-background-clip: text; **/
    /** -webkit-text-fill-color: transparent; **/
}

#services h2 {
    font-size: 24px !important;
    color: #3f4549 !important;

}



#RecentWork h2 {
    font-size: 24px !important;

}

#RecentWork p {
    font-size: 16px !important;
}


#ut-sitebody .footer-content .fa {
    color: #fe6c61 !important;
}

/** CONTACT FORM **/

.wpcf7-not-valid-tip {
    padding: 3px 3px 3px 10px !important;
    color: #f4524d !important;
    font-weight: 800 !important;
    background-color: white !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-weight: 800;
}

.percent-five-sixth {
    color: #fff;
}

/** Slider Start **/

.logo-ticker-wrap {
  overflow: hidden;
  width: 100%;
}

.logo-ticker-track {
  display: flex;
  width: max-content;
  animation: scrollTicker 60s linear infinite;
}

.logo-ticker-content {
  display: flex;
  gap: 200px;
  padding-left: 200px;
  padding-top: 30px;
}

.logo-ticker-content img {
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
}
  
@keyframes scrollTicker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/** Slider End **/
/** Calendly Booking **/
  .calendly-button {
    background-color: #dd3f23;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
  }
  .calendly-button:hover {
    background-color: #fff;
    color: #dd3f23;
  }
  
  .calendly-button2 {
    background-color: #fff;
    color: #dd3f23;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: auto;
  }
  .calendly-button2:hover {
    background-color: #fff;
    color: #dd3f23;
  } 
/** Calendly End **/



#contact_static h3 {
    color: #fff;
}

.nextstep {
    font-size: 30px;
    background-color: #FFFFFF;
    color: #333333 !important;
    padding: 0px 10px;
}

.hand-underline {
  position: relative;
  display: inline-block;
  background-image: url('https://www.mustard.film/uploads/brush.svg');
  background-repeat: no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 100%;
  padding-bottom: 0.1em;
}

.wp-gr .wp-google-time {
    display: none!important; }
    
.footer {
    background: #F3EDE0 !important;
}

a.toTop {
    background: #F3EDE0 !important;
}

.emailorcall {
    text-align: center;
    
}
.emailorcall a {
    font-size: 20px;
    color: #fff;
} 
.emailorcall a:hover {
    color: #dd3f23;
} 
.fa-envelope, .fa-phone {
    color: #dd3f23;
    padding: 0px 20px;
}

.contactbuttonwhite {
    background-color: white;
    height: 25px;
    margin-top: 27px !important;
    width: 85px;
}
.contactbuttonwhite a{
    color: #444444 !important;
    margin-top: -27px !important;
}
.contactbuttonwhite a:hover{
    color: #dd3f23 !important;
    margin-top: -27px !important;
}
    
.stand {
    margin-top: -40px;
}    
@media only screen and (max-width: 600px) {
h2 ::after {
    display: none !important;
}

/*  h2 ::after {
    display: block;
    position: relative;
    clear: both;
    background-image: url(https://mustard.film//uploads/colourbars.svg);
    padding: 0 50%;
    white-space: nowrap;
    background-repeat: repeat-x;
    background-size: 125vw 2.1em;
    background-position: left bottom;
    background-position-x: -65px;
    line-height: 0;
    padding-bottom: 0.4em;
    margin-top: -30px !important;
} */

#ut-sitebody .vc_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important; }

.workh2 h2 ::after {
        background-size: 157vw 2.6em;
        padding-bottom: 0.4em;
        padding: 6px 160px; }

.services h2 ::after {
        background-size: 134vw 2.1em;
        padding-bottom: 0.4em;
        padding: 6px 77px;

}

.howwedoit h2 ::after {
        background-size: 134vw 2.1em;
        padding-bottom: 0.4em;
        padding: 6px 77px;
}

.contact h2 ::after {
    background-size: 125vw 2.1em;
        padding-bottom: 0.4em;
        padding: 6px 107px;

}

.ourmission {
    font-size: 20px !important;
}

.testimonial h2 ::after {
        background-size: 157vw 2.6em;
        padding-bottom: 0.4em;
        padding: 6px 110px;}
        
.faq h2 ::after {
        display: none !important;}
        
.faq h2 {
    font-size: 14px !important;
    line-height: 14px !important;
}        

#whatsthestory h2{
    color: #3f4549;
    font-size: 24px !important;
}
#services h2 {
    font-size: 24px !important;
    color: #3f4549 !important;
}
#RecentWork h2 {
    font-size: 24px !important;
}
#RecentWork p {
    font-size: 16px !important;
}
}



@media (min-width: 1025px) {
    .ut-spacing-120 .ut-footer-area {
        padding-bottom: 0px;
        padding-top: 0px;
    }}
    
    .footer.ut-footer-has-widgets {
    padding: 0px 0 0;
}