:root {
    --dark-blue: #0e1c2e;
    --red: #f5333f;
    --black: #090909;
    --white: white;
    --yellow: #f8b427;
    --light-white: #f8f8f8;
    --dark-red: #ce292e;
    --black-2: #3e414780;
    --green: #00b878;
    --primary: #f65058;
  }
  
  .w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
  }
  
  .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
  }

  	.mobile-only {
  	display: none;
	
	}
  
  .w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  body {
    color: var(--dark-blue);
    font-family: Urbanist, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  h1 {
    color: #101418;
    letter-spacing: -.04px;
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: Oswald, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
  }

	.our-works-button-wrapper.mobile-only {
     display: none;	
    }
  
  h2 {
    color: var(--dark-blue);
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
  }
  
  h3 {
    letter-spacing: -.04px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 100%;
  }
  
  h4 {
    letter-spacing: -.04em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 47px;
    font-weight: 600;
    line-height: 52px;
  }
  
  h5 {
    letter-spacing: -.01em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 39px;
    font-weight: 500;
    line-height: 52px;
  }
  
  h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
  }
  
  p {
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 26px;
  }
  
  ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  ol {
    margin-top: 0;
    margin-bottom: 37px;
    padding-left: 40px;
  }
  
  img {
    max-width: 100%;
    display: inline-block;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  .navbar {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    inset: 0% 0% auto;
  }
  
	.testimonial-card-main-wrapper img {
    width: 100%;
}
  .container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .nav-main-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .nav-main-logo-wrapper, .nav-main-logo-wrapper.w--current {
    color: #000;
  }
  
  .nav-menu-wrapper {
    display: flex;
  }
  
  .nav-link {
    color: #090909e6;
    text-transform: capitalize;
    padding: 0;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    transition: all .5s;
  }
  
  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: var(--red);
  }
  
  .nav-main-menu-flex {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    align-items: center;
    display: flex;
  }
  
  .nav-right-wrapper {
    grid-column-gap: 28px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }
  
  .nav-button.for-mobail {
    display: none;
  }
  
  .primary-button {
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--red);
    border-radius: 7px;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .primary-button.banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .primary-button.banner.full {
    justify-content: space-around;
    align-items: flex-start;
  }
  
  .primary-button-text {
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    position: relative;
  }
  
  .primary-btn-hover-bg {
    z-index: -1;
    background-color: var(--black);
    width: 0;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
  }
  
  .primary-btn-hover-bg.benner {
    background-color: var(--white);
  }
  
  .benner-section {
    background-image: url('../images/bg-pattern.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 10rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  
  .secondary-button {
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid #ffffff4d;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .secondary-button.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-color: #0909094d;
    align-items: center;
    font-family: Urbanist, sans-serif;
    line-height: 100%;
    display: flex;
  }
  
  .secondary-button-text {
    color: var(--white);
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .secondary-button-text.white {
    color: var(--black);
  }
  
  .secondary-button-hover-bg {
    z-index: -1;
    background-color: var(--red);
    width: 0;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
  }
  
  .benner-main-img-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 0.5fr 1fr;
    grid-template-areas:
          "item1 item3"
          "item2 item3";
  }
  
  .benner-main-img-2-wrapper {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    grid-area: item3;
      height: 100%;
  }
  
  .benner-main-img-02 {
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
  }
  
  .media-box {
    z-index: 2;
    position: absolute;
    top: 179px;
    left: 379px;
    right: auto;
  }
  
  .media-box.v2 {
    top: 108px;
    left: 1123px;
  }
  
  .media-img.v2 {
    width: 103px;
  }
  
  .media-play-buton {
    position: absolute;
    inset: 41% 0% 0% 41%;
  }
  
  .banner-main-ticker-wrapper {
    z-index: 2;
    position: relative;
  }
  
  .banner-ticker-wrapper {
    background-color: var(--red);
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 64px;
    padding-bottom: 68px;
  }
  
  .banner-ticker-inner-wrap {
    display: flex;
    overflow: hidden;
  }
  
  .banner-single-ticker-wrap {
    flex: none;
    align-items: center;
    display: flex;
  }
  
  .banner-ticker-content-wrap {
    grid-column-gap: 40px;
    flex: none;
    align-items: center;
    margin-right: 40px;
    display: flex;
  }
  
  .ticker-details {
    color: var(--white);
    letter-spacing: -2.232px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 47px;
    line-height: 100%;
  }
  
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .section.our-services {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/5433.webp'), url('../images/service-section-img.png');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
  }
  
  .section.why-choose-us {
    overflow: hidden;
  }
  
  .section.our-process {
    background-image: url('../images/rectangle-166.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .section.testimonials {
    background-image: url('../images/testimonial-section-img.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .section.faq-section {
    background-image: url('../images/faq.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .section.footer {
    background-image: url('../images/footer.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 24px;
    overflow: hidden;
  }
  
  .section.about-us-v2 {
    margin-top: -16px;
  }
  
  .section.our-mission {
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
  }
  
  .section.core-value {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .section.contuct-info {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .section.after-banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }
  
  .section.after-banner.offices {
    display: none;
  }
  
  .section.after-banner.service_section {
    padding-top: 0;
  }
  
  .sub-title {
    background-color: var(--red);
    border-radius: 55px;
    margin-bottom: 16px;
    padding: 8px 15px;
    display: inline-block;
  }
  
  .sub-title.black {
    background-color: var(--red);
  }
  
  .sub-title.black.alt {
    background-color: var(--yellow);
  }
  
  .sub-title-text {
    color: #fff;
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }
  
  .sub-title-text.white {
    color: var(--white);
  }
  
  .sub-title-text.black {
    color: var(--dark-blue);
  }
  
  .section-title {
    letter-spacing: -4px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 84px;
  }
  
  .section-title.white {
    color: var(--white);
    text-align: center;
    letter-spacing: -2px;
  }
  
  .section-title.white.care-value-tab-contant-text {
    text-align: left;
    letter-spacing: -3px;
    margin-bottom: 13px;
  }
  
  .section-title.white.our-service, .section-title.white.our-process {
    text-align: left;
    letter-spacing: -4px;
  }
  
  .section-title.white.testimonial-v1 {
    text-align: left;
  }
  
  .section-title.size-70 {
    text-align: center;
    letter-spacing: -3px;
    font-size: 70px;
    font-weight: 500;
    line-height: 77px;
  }
  
  .section-title.size-70.why-chosse-us-title {
    text-align: left;
    letter-spacing: -4px;
    font-size: 72px;
  }
  
  .section-title.size-70.faq-title, .section-title.size-70.core-value {
    text-align: left;
    letter-spacing: -4px;
  }
  
  .section-title.size-70.service-section-title {
    text-align: left;
  }
  
  .section-title.mg-bottom-16px.text-size-70 {
    text-align: left;
    margin-bottom: 16px;
  }
  
  .section-title.white {
    color: #fff;
    text-align: center;
  }
  
  .section-title-wrapper {
    margin-bottom: 16px;
    position: relative;
  }
  
  .section-title-wrapper.no-margin {
    margin-bottom: 0;
  }
  
  .section-details-wrapper {
    max-width: 549px;
    padding-top: 42px;
    position: relative;
  }
  
  .section-details {
    letter-spacing: .1px;
    max-width: 536px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .section-details.white {
    color: #ffffffb3;
    max-width: 448px;
  }
  
  .section-details.white.max-840 {
    color: #000000b3;
    width: auto;
    max-width: 840.65px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-details.white.core-value-tab-contant-details {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .section-details.white.our-process {
    max-width: none;
  }
  
  .section-details.white.service-v1 {
    max-width: 541.69px;
  }
  
  .section-details.core-value-details {
    max-width: 541.69px;
    margin-bottom: 0;
    padding-top: 75px;
  }
  
  .section-details.none-margin {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .about-us-left-contant-wrapper {
    background-color: #f8f8f8;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }
  
  .about-us-left-contant-flex {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }
  
  .about-us-left-single-contant-flex {
    grid-column-gap: 16px;
    text-transform: capitalize;
    border-bottom: 1px solid #09090933;
    padding-bottom: 10px;
    font-family: Urbanist, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
  }
  
  .about-us-left-single-contant-flex.clear-shape {
    border-bottom-style: none;
    padding-bottom: 0;
  }
  
  .about-us-left-single-cercle {
    background-color: var(--red);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    display: flex;
  }
  
  .about-us-left-single-details-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    max-width: 394px;
    margin-bottom: 32px;
    display: flex;
  }
  
  .about-us-left-single-details-wrapper.last {
    margin-bottom: 0;
  }
  
  .about-text-details {
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .service-main-wrapper {
    position: relative;
  }
  
  .service-main-flex {
    grid-column-gap: 133px;
    margin-bottom: 52px;
    display: flex;
  }
  
  .service-title-wrapper {
    max-width: 640px;
  }
  
  .service-title-shape {
    background-image: url('../images/output-onlinepngtools-2.png');
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .service-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: inline-block;
  }
  
  .service-main-contant-wrapper {
    border-radius: 10px;
    overflow: hidden;
  }
  
  .our-service-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .service-contant-flex-wrapper {
    z-index: 1;
    border-right: 1px solid #09090926;
    position: relative;
  }
  
  .service-contant-flex-wrapper.v1 {
    border-right-style: none;
    overflow: hidden;
  }
  
  .service-main-contant-flex {
    background-image: url('../images/mask-group-54.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #09090926;
    padding: 40px 40px 39px;
  }
  
  .service-main-contant-flex.v1 {
    background-color: #fff;
    border-right: 1px solid #09090926;
    height: 100%;
    overflow: hidden;
  }
  
  .service-main-contant-flex.v2-service-single {
    background-color: #f8f8f8;
  }
  
  .service-main-details-wrapper {
    z-index: 1;
    height: 100%;
    position: relative;
  }
  
  .service-main-title-img-wrapper {
    background-color: var(--red);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-bottom: 32px;
    display: flex;
  }
  
  .service-post-title-wrapper {
    text-decoration: none;
  }
  
  .service-post-title {
    color: var(--dark-blue);
    letter-spacing: -.5px;
    margin-bottom: 15px;
    font-family: Urbanist, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
  }
  
  .service-post-details {
    color: #3e4147;
    margin-bottom: 30px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  
  .read-more-button-wrapper {
    grid-column-gap: 10px;
    color: var(--dark-blue);
    align-items: center;
    max-width: 125px;
    font-family: Urbanist, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    display: flex;
  }
  
  .read-more-arrow {
   font-family: "Font Awesome 5 Free";
    font-size: 20px;
  }
  
  .service-hover-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .service-hover-img {
    object-fit: fill;
    background-image: url('../images/flat_roof_building-1080x675.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .service-hover-img.overlay {
    background-image: linear-gradient(#00000080, #00000080);
    position: absolute;
    inset: 0%;
  }
  
  .why-choose-us-main-wrapper {
    width: 100%;
    max-width: 552px;
    margin-left: 300px;
    padding-top: 62px;
    display: flex;
  }
  
  .why-choose-us-title-shape {
    background-image: url('../images/output-onlinepngtools-2.png');
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .why-choose-us-button-wrapper {
    display: inline-block;
  }
  
  .why-choose-us-main-contant-wrapper {
    flex: 1;
    width: 100%;
  }
  
  .slider {
    background-color: #0000;
    height: 100%;
    padding-bottom: 80px;
    overflow: hidden;
  }
  
  .mask {
    max-width: 448px;
    overflow: visible;
  }
  
  .slide {
    margin-right: 24px;
  }
  
  .why-choose-us-main-slide-wrapper {
    background-color: #f8f8f8;
    border: 1px solid #0909094d;
    border-radius: 10px;
    padding: 40px 48px 50px 40px;
  }
  
  .right-arrow, .left-arrow {
    display: none;
  }
  
  .why-choose-us-slide-img-wrapper {
    background-color: var(--red);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-bottom: 32px;
    display: flex;
  }
  
  .why-choose-us-silde-title {
    letter-spacing: -.5px;
    margin-bottom: 11px;
    font-family: Urbanist, sans-serif;
    font-size: 39px;
    font-weight: 500;
    line-height: 43px;
  }
  
  .why-choose-us-silde-details {
    color: #090909cc;
    margin-bottom: 30px;
    font-family: Urbanist, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .why-choose-us-main-flex {
    grid-column-gap: 50px;
    display: flex;
  }
  
  .slide-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    top: 595px;
    left: 86px;
  }
  
  .our-process-main-flex {
    grid-column-gap: 134px;
    margin-bottom: 52px;
    display: flex;
  }
  
  .our-process-main-title-wrapper {
    width: 642.03px;
    position: relative;
  }
  
  .section-marked {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 86%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .our-process-main-details-wrapper {
    max-width: 541.69px;
    padding-top: 38px;
    position: relative;
  }
  
  .our-proccess-button {
    display: inline-block;
  }
  
  .our-process-content-sticky-wrap {
    height: 150vh;
  }
  
  .our-process-content-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 80px 25px 25px;
    position: sticky;
    top: 200px;
    overflow: hidden;
  }
  
  .our-process-content-flex-wrap {
    grid-column-gap: 40px;
    justify-content: space-between;
    display: flex;
  }
  
  .our-process-img-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .our-process-contant-img-1 {
    background-image: url('../images/flat_roof_on_a_commercial_building_after_a_brief_rain-803x534.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .our-process-contant-img-2 {
    background-image: url('../images/commercial-flat-roof-maintenance.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .our-process-contant-img-wrapper-1 {
    z-index: 1;
    background-color: var(--red);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-left: 41px;
    position: relative;
  }
  
  .our-process-contant-img-wrapper-2 {
    z-index: 2;
    background-color: var(--red);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 39px;
    padding-right: 41px;
    position: absolute;
  }
  
  .our-process-contant-img-wrapper-3 {
    z-index: 3;
    background-color: var(--red);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 42px;
    padding-left: 42px;
    position: absolute;
  }
  
  .our-process-contant-img-3 {
    background-image: url('../images/commercial-flat-roof.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .our-process-border-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .our-process-border-text-wrap {
    height: 20px;
    overflow: hidden;
  }
  
  .our-process-border-text {
    color: var(--black);
    font-family: Urbanist, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
  }
  
  .our-process-border-text._1, .our-process-border-text._2, .our-process-border-text._3 {
    font-weight: 600;
  }
  
  .our-peocess-border-wrap {
    background-color: #ccc;
    width: 2px;
    height: 80%;
    max-height: 350.01px;
    overflow: hidden;
  }
  
  .our-process-border-inner {
    background-color: var(--red);
    width: 2px;
  }
  
  .our-process-content-scroll-wrap {
    flex: none;
    align-self: center;
    width: 516px;
    height: 23.5rem;
    overflow: hidden;
  }
  
  .our-procces-content-wrap {
    max-width: 100%;
    height: 100%;
  }
  
  .our-procces-content-wrap.desktop_hide {
    display: none;
  }
  
  .our-processs-scroll-title {
    width: 380px;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Urbanist, sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 46px;
  }
  
  .our-processs-scroll-title._3 {
    width: 409px;
  }
  
  .section-title-marked {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 85%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .our-process-contant-details {
    color: #090909b3;
    width: 467.41px;
    margin-bottom: 35px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .our-process-list-wrapper {
    margin-bottom: 35px;
  }
  
  .our-process-list {
    grid-row-gap: 17px;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }
  
  .our-process-list-item {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
  }
  
  .our-process-list-text {
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  
  .our-process-button-wrap {
    display: inline-block;
  }
  
  .our-work-main-flex-wrapper {
    grid-column-gap: 129px;
    justify-content: space-between;
    margin-bottom: 66px;
    display: flex;
  }
  
  .our-work-main-title-wrapper {
    max-width: 647.19px;
  }
  
  .our-works-title-shape {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 84%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .our-works-main-details-wrapper {
    color: #3e4147;
    align-self: flex-end;
    max-width: 541.69px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
  }
  
  .our-works-button-wrapper {
    display: inline-block;
  }
  
  .our-works-stick-wrapper {
/*     height: 200vh; */
    position: relative;
  }
  
  .our-work-contant-wrapper {
    width: 100%;
    position: sticky;
    top: 180px;
    overflow: hidden;
  }
  
  .our-works-wrapper {
    width: 100%;
  }
  
  .our-works-container {
    max-width: 1620px;
    margin-left: auto;
	margin-right: auto;
  }
  
  .our-works-post-card-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
  }
  
  .our-works-img-wrapper {
    z-index: 2;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:10px;
    width: 100%;
    height: 32rem;
    position: relative;
  }
  
  .divider-line.horizontal {
      display:none;
  }
  
  .our-works-hover-wrapper {
    z-index: 1;
/*     background-image: url('../images/our-works-linear-img.png'); */
	background: linear-gradient(to top, #4c4f53 0%, transparent 30%, transparent 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-end;
    display: block;
    position: absolute;
    inset: 0%;
  }
  
  .our-works-catagory {
    color: var(--white);
    font-family: Urbanist, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 27px;
	padding-bottom: 0.5rem;
  }
  
  .our-works-contant-end {
    z-index: 2;
    position: absolute;
    bottom: 1.5rem;
	left: 2rem;
  }
  
  .our-works-button-link {
    z-index: 2;
    background-color: var(--yellow);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-decoration: none;
    display: none;
    position: absolute;
    inset: 40px 40px auto auto;
  }
  
  .our-works-contant-arrow-img {
    position: absolute;
  }
  
  .our-works-contant-arrow-img.black {
    opacity: 0;
    position: relative;
  }
  
  .our-works-contant-arrow-img-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
  
  .testimonial-main-flex {
    grid-column-gap: 134px;
    margin-bottom: 66px;
    display: flex;
    position: relative;
  }
  
  .testimonial-title-wrapper {
    max-width: 620px;
  }
  
  .section-title-markb {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 84%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .testimonial-details-wrapper {
    width: 541.69px;
    padding-top: 52px;
    display: none;
    position: relative;
  }
  
  .testimonal-button-wrapper {
    display: inline-block;
  }
  
  .testimonial-ticker-wrapper {
    flex: none;
    display: flex;
  }
  
  .testimonial-card-main-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-right: 24px;
    display: flex;
  }
  
  .testimonial-card-main-contant-wrapper {
    background-color: #fff;
    border-radius: 20px;
    max-width: 423.89px;
    padding: 1rem;
  }
  
  .testimonial-card-main-contant-wrapper.top {
    height: 29rem;
    margin-right: 24px;
    padding-bottom: 30px;
  }

  picture.testimonial-card-main-contant-wrapper {
	max-width: 100%;
  }
  
  .testimonal-card-details-wrapper {
    flex-flow: column;
    display: flex;
  }
  
  .testimonial-card-details {
    margin-bottom: 16px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 29px;
  }
  
  .testimonial-card-shape {
    background-color: #09090999;
    width: 363.89px;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 15px;
  }
  
  .testimonal-card-athor-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .testimonal-athor-wrapper {
    grid-column-gap: 13px;
    align-items: center;
    display: flex;
  }
  
  .testimonal-card-img {
    width: 3.5rem;
  }
  
  .testimonal-athor-details {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
  }
  
  .testimonial-athor-name {
    color: var(--black);
    font-family: Urbanist, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
  }
  
  .testimonal-main-card-flex {
    display: flex;
  }
  
  .testimonial-overflow {
    overflow: hidden;
  }
  
  .faq-main-flex-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    display: flex;
  }
  
  .faq-main-title-wrapper {
    width: 453px;
  }
  
  .sub-markb {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 86%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .faq-title-img {
    position: absolute;
    inset: 0% 15% auto auto;
  }
  
  .faq-details-wrapper {
    max-width: 541.69px;
    position: relative;
  }
  
  .faq-details-img {
    position: absolute;
    top: 112px;
    left: 315.797px;
  }
  
  .faq-grid-wrapper {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .faq-single-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  
  .faq {
    background-color: #fff;
    border: 1px solid #49494926;
    border-radius: 15px;
    padding-left: 28px;
    padding-right: 28px;
  }
  
  .faq-header {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }
  
  .faq-text {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Urbanist, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }
  
  .faq-arrow-wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .faq-arrow-flex {
    position: relative;
  }
  
  .faq-ans-wrapper {
    overflow: hidden;
  }
  
  .faq-ans {
    max-width: 532px;
    margin-bottom: 0;
    padding-bottom: 25px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  
  .faq-arrow-details-img {
    position: absolute;
    inset: -65% 17% auto auto;
  }
  
  .footer-main-flex {
    border-bottom: 1px solid #fff6;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 120px;
    padding-bottom: 32px;
    display: flex;
  }
  
  .footer-title-wrapper {
    max-width: 647.89px;
    position: relative;
  }
  
  .footer-title {
    color: var(--white);
    letter-spacing: -4px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 77px;
  }
  
  .footer-title-marked {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 83%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .footer-title-img {
    position: absolute;
    inset: auto 17% 0% auto;
  }
  
  .footer-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }
  
  .footer-main-contant-wrapper {
    grid-column-gap: 115px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7.5625rem;
    display: flex;
  }
  
  .footer-contant-right-wrapper {
    flex-direction: column;
    max-width: 401px;
  }
  
  .footer-logo-wrapper {
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
  }
  
  .footer-logo-wrapper.w--current {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-details {
    color: #f8f8f8b3;
    margin-bottom: 32px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }
  
  .text-field {
    background-color: #f8f8f8;
    border-radius: 10px;
    width: 326px;
    height: 60px;
    margin-bottom: 0;
    padding: 21px 0 21px 20px;
  }
  
  .text-field::placeholder {
    color: #333;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
  }
  
  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }
  
  .footer-button {
    background-color: #f8b427;
    background-image: url('../images/arrow_1arrow.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    display: flex;
  }
  
  .form-block {
    margin-bottom: 28px;
  }
  
  .footer-social-link-wrapper {
    grid-column-gap: 18px;
    display: flex;
  }
  
  .social-link {
    background-color: var(--white);
    color: var(--black);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    text-decoration: none;
    display: flex;
  }
  
  .socal-arrow {
    margin-bottom: 4px;
    font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands", sans-serif;
    font-size: 19px;
    font-weight: 400;
  }
  
  .footer-left-contant-wrapper {
    grid-column-gap: 100px;
    display: flex;
  }
  
  .footer-link-title {
    color: var(--white);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
  }
  
  .footer-link-felex {
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }
  
  .footer-link {
    color: var(--black);
    text-decoration: none;
  }
  
  .footer-link-text {
    color: #fffc;
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    transition: all .5s;
  }
  
  .footer-link-text:hover {
    color: var(--red);
    transform: translate(5px);
  }
  
  .footer-main-link-flex {
    grid-column-gap: 90px;
    display: flex;
  }
  
  .footer-shape {
    background-color: #ffffff4d;
    height: 1px;
    margin-bottom: 27px;
  }
  
  .copy-right-text {
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
  }
  
  .copy-right {
    color: var(--red);
    -webkit-text-stroke-color: var(--red);
    text-decoration: none;
  }
  
  .social-text-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    height: 23px;
    overflow: hidden;
  }
  
  .benner-main-title-wrapper {
    color: #fff;
  }
  
  .benner-v2-main-title {
    color: var(--dark-blue);
    letter-spacing: -3.75px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 94px;
    line-height: 105px;
  }
  
  .benner-v2-title-shape {
    background-image: url('../images/output-onlinepngtools-2.png');
    background-position: 50% 82%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .benner-v2-title-wrapper {
    position: relative;
  }
  
  .benner-v2-card-contant-wrapper {
    background-image: linear-gradient(81.86deg, #4f5358, #1a1e23);
    border-radius: 10px;
    max-width: 448px;
    height: 100%;
    padding: 3.25rem 2rem 2rem;
  }
  
  .benner-v2-card-contant-flex {
    flex-flow: column;
    display: flex;
  }
  
  .benner-v2-card-details-wrapper {
    text-align: center;
  }
  
  .benner-v2-card-details {
    color: #ffffffbf;
    margin-bottom: 32px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }
  
  .benner-v2-card-button-wrapper {
    width: 100%;
    display: inline-block;
  }
  
  .benner-v2-card-cunter-wrapper {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .benner-v2-card-cunter-wrapper.hide_desktop {
    display: none;
  }
  
  .benner-v2-counter-text {
    color: #ffffffbf;
    margin-top: 1rem;
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    line-height: 26px;
    overflow: visible;
  }
  
  .happy-counter-wrapper {
    justify-content: center;
    height: 84px;
    display: flex;
    overflow: hidden;
  }
  
  .number-digit-2 {
    z-index: 1;
    color: var(--white);
    letter-spacing: -3px;
    text-transform: uppercase;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    position: relative;
	font-family: Oswald, sans-serif;
  }
  
  .single-counter-wrap {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }
  
  .single-counter-wrap._02 {
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .about-us-v2-title-main-wrapper {
    text-align: center;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-title-mark {
    background-image: url('../images/output-onlinepngtools-15.png');
    background-position: 50% 82%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  
  .about-us-v2-title-img {
    position: absolute;
    inset: -12% auto auto 8%;
  }
  
  .about-us-v2-title-arrow {
    position: absolute;
    inset: auto -24% -57% auto;
  }
  
  .about-us-contant-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(659.19px, auto) 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  
  .about-us-v2-main-img-wrapper {
    z-index: 0;
    border-radius: 20px;
    width: 100%;
    max-width: 659.19px;
    position: relative;
  }
  
  .about-us-v2-main-man-img {
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }
  
  .about-us-v2-main-small-img-wrapper {
    position: absolute;
    inset: 0%;
  }
  
  .breadcrumb-wrapper {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .our-mission-main-wrapper {
    margin-bottom: 108px;
  }
  
  .our-mission-main-flex-wrapper {
    grid-column-gap: 129px;
    margin-bottom: 57px;
    display: flex;
  }
  
  .our-mission-main-title-wrapper {
    max-width: 647.19px;
  }
  
  .our-mission-details-wrapper {
    max-width: 541.69px;
    padding-top: 47px;
  }
  
  .our-mission-bottun-wrapper {
    display: inline-block;
  }
  
  .our-mission-contant-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr;
    grid-auto-columns: 1fr;
    max-width: 1320px;
    margin-bottom: 50px;
    display: grid;
  }
  
  .our-mission-contant-right-img-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .our-mission-img {
    border: .5px solid var(--white);
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }
  
  .our-mission-contant-left-img-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }
  
  .our-mission-contant-flex-img-wrapper {
    grid-column-gap: 20px;
    flex: 1;
    display: flex;
  }
  
  .our-mission-main-details {
    text-align: center;
    max-width: 983px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    line-height: 160%;
  }
  
  .core-value-main-wrapper {
    justify-content: space-between;
  }
  
  .core-value-main-title-wrapper {
    max-width: 531px;
  }
  
  .core-value-main-flex-wrapper {
    justify-content: space-between;
    margin-bottom: 51px;
    display: flex;
  }
  
  .core-value-caid-grid-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 120px;
    display: grid;
  }
  
  .core-value-single-card-wrapper {
    background-color: #f8f8f8;
    border: 1px solid #0909094d;
    border-radius: 10px;
    padding: 40px 24px 40px 40px;
  }
  
  .core-value-single-card-icon-wrapper {
    background-color: var(--red);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin-bottom: 32px;
    display: flex;
  }
  
  .core-value-single-card-title {
    letter-spacing: -.5px;
    text-transform: capitalize;
    margin-bottom: 11px;
    font-family: Urbanist, sans-serif;
    font-size: 39px;
    font-weight: 500;
    line-height: 43px;
  }
  
  .core-value-single-card-details {
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }
  
  .core-value-main-tab-contant-wrapper {
    grid-column-gap: 177px;
    background-image: linear-gradient(128deg, #45494efc 20.52% 20.52%, #1a1e23fc 94.57%);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 80px;
    padding: 3rem 66px 3rem 70px;
    display: flex;
  }
  
  .core-value-tab-right-img-wrapper {
    max-width: 450.125px;
    margin-left: 0;
    position: relative;
  }
  
  .core-value-tab-right-img-01 {
    width: 40rem;
    height: auto;
  }
  
  .core-value-tab-right-img-02 {
    z-index: 2;
    border-radius: 10px;
    width: 80%;
    position: absolute;
    inset: auto -23% 0% auto;
  }
  
  .core-value-main-tab-wrapper {
    max-width: 506px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .core-value-main-tab {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .coren-value-tab-menu {
    grid-column-gap: 20px;
    margin-bottom: 40px;
    display: flex;
  }
  
  .core-value-tab-link {
    grid-column-gap: 10px;
    color: #d6d6d7;
    background-color: #0000;
    border: 1px solid #ffffff4d;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 17px 25px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }
  
  .core-value-tab-link.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--red);
    color: var(--white);
    text-transform: capitalize;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 17px 25px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }
  
  .core-value-tab-text {
    text-transform: capitalize;
    line-height: 100%;
  }
  
  .care-value-main-tab-contant-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .core-value-main-counter-wrapper {
    grid-column-gap: 155px;
    background-color: var(--red);
    border-radius: 20px;
    padding: 46px 100px 48px;
    display: flex;
  }
  
  .core-value-counter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
  
  .numbers {
    z-index: 1;
    justify-content: center;
    height: 82px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .all-numbers {
    flex-direction: column;
    display: flex;
  }
  
  .all-numbers._01 {
    align-items: center;
  }
  
  .all-numbers._02 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  
  .number-digit {
    z-index: 1;
    color: var(--white);
    letter-spacing: -4px;
    text-transform: capitalize;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
    position: relative;
  }
  
  .counter-text-core-value {
    color: var(--white);
    text-transform: capitalize;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }
  
  .service-page-main-details-wrapper {
    grid-column-gap: 130px;
    margin-bottom: 67px;
    display: flex;
  }
  
  .service-page-main-title-wrapper {
    max-width: 647.19px;
  }
  
  .servicepage-main-details-wrapper {
    max-width: 541.69px;
    padding-top: 20px;
  }
  
  .service-single-details-wrapper {
    max-width: 1094px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .single-services-contant-wrap {
    margin-bottom: 50px;
  }
  
  .single-service-info-wrap {
    max-width: 657px;
    margin-bottom: 53px;
    display: none;
  }
  
  .image-wrapper {
    width: 100%;
    position: relative;
  }
  
  .cover-image {
    width: 100%;
  }
  
  .single-services-rich-contant-wrap {
    margin-bottom: 35px;
  }
  
  .services-single-details h2 {
    letter-spacing: -3px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 47px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .services-single-details p {
    color: #3a3a3a;
    margin-bottom: 20px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }
  
  .services-single-details ol {
    margin-bottom: 0;
    padding-left: 20px;
  }
  
  .services-single-details li {
    color: #3a3a3a;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 220%;
  }
  
  .single-services-rich-contant-02-details h2 {
    letter-spacing: -4px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Oswald, sans-serif;
    font-size: 47px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .single-services-rich-contant-02-details p {
    color: #3a3a3a;
    margin-bottom: 20px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }
  
  .single-services-rich-contant-02-details ul {
    margin-bottom: 26px;
    padding-left: 0;
    list-style-type: none;
  }
  
  .single-services-rich-contant-02-details li {
    color: #3a3a3a;
    background-image: url('../images/img_1img.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 24.7px;
  }
  
  .projects-main-wrapper {
    justify-content: space-between;
  }
  
  .project-iteam {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }
  
  .projects-contant-wrapper {
    grid-column-gap: 142px;
    background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
    border-radius: 10px;
    padding: 3rem 3rem 3rem 5rem;
    display: flex;
  }
  
  .project-main-contant-title-wrapper {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 467.41px;
  }
  
  .projects-catagory {
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    text-transform: capitalize;
    border-radius: 30px;
    width: 10rem;
    margin-bottom: 20px;
    padding: 10px 17px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .projects-main-contant-title-link {
    text-decoration: none;
  }
  
  .projects-main-contant-title-text {
    color: var(--light-white);
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 47px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .projects-button-wrapper {
    display: inline-block;
  }
  
  .projects-main-contant-img-wrapper {
    background-color: var(--red);
    background-image: url('../images/mask-group-61.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    display: flex;
    position: relative;
    transform: rotate(0);
  }
  
  .projects-main-contant-img {
    width: 28rem;
    height: 20rem;
  }
  
  .project-single-details-wrapper {
    justify-content: space-between;
    display: flex;
  }
  
  .project-details-left-content {
    max-width: 784px;
  }
  
  .project-left-single-title-wrapper {
    margin-bottom: 49px;
  }
  
  .projects-details-img {
    margin-bottom: 1.5rem;
  }
  
  .project-details-right-content {
    width: 440px;
    position: relative;
  }
  
  .project-details-author-wrapper {
    grid-row-gap: 25px;
    background-color: #f8f8f8;
    border: 1px solid #00000014;
    border-radius: 10px;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    position: sticky;
    top: 140px;
  }
  
  .project-details-author-single {
    grid-column-gap: 20px;
    border-bottom: 1px solid #00000014;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }
  
  .project-details-author-single.last {
    border-bottom-style: none;
  }
  
  .project-details-icon-wrapper {
    background-color: var(--yellow);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding: .55rem;
    display: flex;
  }
  
  .project-details-main-icon {
    width: 100%;
    height: 100%;
  }
  
  .project-details-category-name {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
  }
  
  .project-details-category-text-block {
    color: #3a3a3a;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .project-details-rich-content-img-wraper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 52px;
    display: grid;
  }
  
  .breadcrumb-link {
    color: #d6d6d7;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
  }
  
  .breadcrumb-link.w--current {
    color: var(--yellow);
    font-weight: 600;
    text-decoration: underline;
  }
  
  .contuct-us-main-wrappr {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .contauct-us-single-wrapper {
    background-color: #fff;
    border-radius: 10px;
  }
  
  .contuct-us-text-wrapper {
    padding-top: 34px;
    padding-bottom: 37px;
    padding-left: 30px;
  }
  
  .company-name {
    text-transform: capitalize;
    margin-bottom: 24px;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .contuct-us-locataion-text-wrapper {
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
  }
  
  .loction-text-flex {
    grid-column-gap: 20px;
    display: flex;
  }
  
  .location-icon {
    background-color: var(--yellow);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }
  
  .location-text {
    color: #3a3a3a;
    width: 243px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 140%;
  }
  
  .contuct-us-main-contant-wrapper {
    background-color: #f6f7f8;
    border-radius: 30px;
    padding: 102px 110px 110px;
  }
  
  .name-wrapper.sub {
    margin-bottom: 32px;
  }
  
  .name-wrapper.massage-wrapper {
    margin-bottom: 40px;
  }
  
  .name-or-email-flex {
    grid-column-gap: 50px;
    margin-bottom: 32px;
    display: flex;
  }
  
  .name-felid {
    color: #000;
    border: 1px solid #00000026;
    border-radius: 10px;
    width: 525px;
    height: 65px;
    margin-bottom: 0;
    padding: 15px 0 15px 24px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 35px;
  }
  
  .name-felid::placeholder {
    color: #000;
  }
  
  .name-felid.sub {
    text-transform: capitalize;
    width: 100%;
  }
  
  .name-felid.sub::placeholder {
    color: #000;
  }
  
  .name-felid.massage {
    text-transform: capitalize;
    width: 100%;
    max-width: 1100px;
    height: auto;
    min-height: 270px;
  }
  
  .name-felid.massage::placeholder {
    color: #000;
  }
  
  .field-label-2 {
    text-transform: capitalize;
    margin-bottom: 17px;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    display: inline-block;
  }
  
  .send-massage {
    background-color: var(--red);
    color: #fff;
    border-radius: 7px;
    max-width: 199px;
    padding: 20px 40px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .sg-mini-title {
    color: #090909;
    text-transform: capitalize;
    background-color: #f8b427;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 9px 30px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
  }
  
  .style-colour-flex-wrapper {
    grid-column-gap: 24px;
    margin-bottom: 150px;
    display: flex;
  }
  
  .style-colour-wrap {
    background-color: #f8b427;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 180px;
    display: flex;
  }
  
  .style-colour-wrap.leniar {
    grid-row-gap: 20px;
    background-image: linear-gradient(129deg, #45494e, #1a1e23 64.08%);
    flex-direction: column;
  }
  
  .style-colour-wrap.white-stoke {
    background-color: #f6f7f8;
    border: 1px solid #0000001f;
  }
  
  .style-colour-wrap.black {
    background-color: #000;
  }
  
  .style-colour-text {
    font-family: Urbanist, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
  }
  
  .style-colour-text.white {
    color: var(--white);
  }
  
  .big-pragraph {
    text-transform: capitalize;
    margin-bottom: 12px;
    font-family: Urbanist, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 122%;
  }
  
  .pragraph-fornt {
    text-transform: capitalize;
    margin-bottom: 29px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }
  
  .pragraph-fornt.last {
    margin-bottom: 0;
  }
  
  .icon-wrapper {
    background-color: #f8b427;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
  }
  
  .secondery-button.pp {
    color: var(--black);
    background-color: #f8b427;
    border-radius: 10px;
    width: 100%;
    padding: 20px 40px;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }
  
  .utility-page-wrap {
    justify-content: center;
    align-items: center;
  }
  
  .pp-container {
    background-image: linear-gradient(157deg, #45494e 11.25%, #1a1e23 91.59%);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    display: flex;
  }
  
  .pp-img-wrap {
    background-color: #f8b427;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .pp-title {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 47px;
    font-weight: 600;
    line-height: 57px;
  }
  
  .pp-details {
    color: #d6d6d7;
    text-align: center;
    width: 343px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
  }
  
  .pp-field {
    border-radius: 10px;
    height: 56px;
    margin-bottom: 20px;
    padding: 17px 40px;
  }
  
  .pp-field::placeholder {
    color: #3a3a3a;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    line-height: 120%;
  }
  
  .preloader-wrapper {
    z-index: 9999;
    background-color: #fff;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .preloader-content-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .inner-image-animation-color {
    background-color: var(--red);
    transform-origin: 50% 100%;
    display: none;
    position: absolute;
    inset: -1px;
    transform: scale(0);
  }
  
  .inner-image-animation-color.redius {
    background-color: var(--red);
    border-radius: 20px;
    display: none;
  }
  
  .our-mission-contant-left-img-01-wrapper {
    z-index: 2;
    flex: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .our-mission-contant-flex-img-01-wrapper {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .our-mission-contant-flex-img-02-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .core-value-tab-right-img-01-wrapper {
    width: 100%;
    max-width: 450.125px;
    position: relative;
    overflow: hidden;
  }
  
  .core-value-tab-right-img-02-wrapper {
    position: relative;
  }
  
  .works-collection-wrap {
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }
  
  .works_collection_item {
    flex: none;
    height: auto;
  }
  
  .about-us-v2-main-img-bg-wrap {
    z-index: 2;
    width: 100%;
    max-width: 620px;
    height: 100%;
    display: flex;
    position: absolute;
    inset: auto auto -29% 0%;
  }
  
  .about-us-v2-bg-img {
    z-index: 0;
    position: relative;
  }
  
  .about-us-main-v2-contant-wrapper {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 620px;
  }
  
  .inner-banner {
    background-image: url('../images/inner-benner.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 12rem;
    padding-bottom: 4rem;
    position: relative;
  }
  
  .sg-divider {
    background-color: #0000001f;
    width: 100%;
    height: 1px;
    margin-top: 140px;
    margin-bottom: 100px;
  }
  
  .sg-title-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }
  
  .sg-button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }
  
  .padding-tiny {
    padding: .125rem;
  }
  
  .text-align-center {
    text-align: center;
  }
  
  .margin-large {
    margin: 3rem;
  }
  
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .text-style-strikethrough {
    text-decoration: line-through;
  }
  
  .main-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    position: relative;
  }
  
  .fs-styleguide_section-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 3rem;
    line-height: 1.4;
    display: grid;
  }
  
  .text-size-xlarge {
    margin: 0;
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .form_checkbox {
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex;
  }
  
  .text-style-allcaps {
    text-transform: uppercase;
  }
  
  .margin-small {
    margin: 1rem;
  }
  
  .fs-styleguide_background-space {
    width: 1px;
    height: 1px;
    margin: 5rem;
  }
  
  .fs-styleguide_2-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  
  .text-weight-normal {
    font-weight: 400;
  }
  
  .form_input {
    background-color: #0000;
    min-height: 3rem;
    margin-bottom: .75rem;
    padding: .5rem 1rem;
  }
  
  .form_input.is-text-area {
    min-height: 8rem;
    padding-top: .75rem;
  }
  
  .max-width-xsmall {
    width: 100%;
    max-width: 16rem;
  }
  
  .text-size-small {
    margin-bottom: 0;
    font-size: .875rem;
    text-decoration: none;
  }
  
  .text-size-small.text-align-center {
    align-self: center;
  }
  
  .text-size-small.padding {
    margin-right: 2rem;
    font-size: 1rem;
  }
  
  .max-width-xxsmall {
    width: 100%;
    max-width: 12rem;
  }
  
  .fs-styleguide_header-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: grid;
  }
  
  .text-size-tiny {
    margin-bottom: 0;
    font-size: .75rem;
  }
  
  .heading-style-h3 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }
  
  .heading-style-h3.text-weight-normal {
    font-weight: 400;
  }
  
  .heading-style-h3.text-color-black {
    color: #0e1c2e;
  }
  
  .heading-style-h3.text-color-chose {
    color: #ffb641;
  }
  
  .container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .margin-xxsmall {
    margin: .25rem;
  }
  
  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .padding-section-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .fs-styleguide_spacing {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(to top, #0073e61a, #fff0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start stretch;
    display: grid;
    position: relative;
  }
  
  .text-weight-xbold {
    font-weight: 800;
  }
  
  .fs-styleguide_item-header {
    border-bottom: 1px solid #0000001a;
    width: 100%;
    padding-bottom: 2rem;
  }
  
  .form_checkbox-icon {
    border-radius: .125rem;
    width: .875rem;
    height: .875rem;
    margin: 0 .5rem 0 0;
  }
  
  .form_checkbox-icon.w--redirected-checked {
    background-size: 90%;
    border-radius: .125rem;
    width: .875rem;
    height: .875rem;
    margin: 0 .5rem 0 0;
  }
  
  .form_checkbox-icon.w--redirected-focus {
    border-radius: .125rem;
    width: .875rem;
    height: .875rem;
    margin: 0 .5rem 0 0;
    box-shadow: 0 0 .25rem 0 #3898ec;
  }
  
  .align-center {
    margin-left: auto;
    margin-right: auto;
  }
  
  .padding-xxlarge {
    padding: 5rem;
  }
  
  .paragraph {
    margin-bottom: 0;
  }
  
  .fs-styleguide_4-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  
  .form_radio-icon {
    width: .875rem;
    height: .875rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: .5rem;
  }
  
  .form_radio-icon.w--redirected-checked {
    border-width: .25rem;
    width: .875rem;
    height: .875rem;
  }
  
  .form_radio-icon.w--redirected-focus {
    width: .875rem;
    height: .875rem;
    box-shadow: 0 0 .25rem 0 #3898ec;
  }
  
  .max-width-medium {
    width: 100%;
    max-width: 32rem;
  }
  
  .padding-large {
    padding: 3rem;
  }
  
  .margin-0 {
    margin: 0;
  }
  
  .text-weight-medium {
    font-weight: 500;
  }
  
  .margin-xsmall {
    margin: .5rem;
  }
  
  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .max-width-xlarge {
    width: 100%;
    max-width: 64rem;
  }
  
  .fs-styleguide_section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }
  
  .fs-styleguide_section.is-vertical {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
  
  .container-medium {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .fs-styleguide_version {
    z-index: 5;
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }
  
  .text-color-white {
    color: #fff;
  }
  
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  
  .padding-small {
    padding: 1rem;
  }
  
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .hide {
    display: none;
  }
  
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .button {
    color: #fff;
    text-align: center;
    background-color: #f65058;
    padding: 1rem 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .1s, color .1s;
    position: relative;
  }
  
  .button:active {
    top: 1px;
  }
  
  .button.is-text {
    color: #000;
    background-color: #0000;
    border: 2px solid #0000;
  }
  
  .button.is-small {
    padding: .5rem 1.25rem;
  }
  
  .button.is-large {
    padding: 1rem 2rem;
  }
  
  .button.is-secondary {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-bottom-width: .125rem;
  }
  
  .button.is-ghost {
    color: #f65058;
    background-color: #0000;
    box-shadow: inset 0 0 0 .125rem #f65058;
  }
  
  .button.is-ghost:hover {
    color: #fff;
  }
  
  .button.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }
  
  .fs-styleguide_heading-large {
    font-size: 6rem;
  }
  
  .fs-styleguide_color.is-2 {
    background-color: #f5f5f5;
  }
  
  .fs-styleguide_color.is-1 {
    background-color: #000;
  }
  
  .fs-styleguide_color.is-3 {
    background-color: #fff;
  }
  
  .text-weight-light {
    font-weight: 300;
  }
  
  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  
  .background-color-black {
    color: #f5f5f5;
    background-color: #000;
  }
  
  .fs-styleguide_empty-box {
    z-index: -1;
    background-color: #0073e61a;
    border: 1px dashed #0073e6;
    min-width: 3rem;
    height: 3rem;
    position: relative;
  }
  
  .max-width-small {
    width: 100%;
    max-width: 20rem;
  }
  
  .layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
  }
  
  .icon-height-large {
    height: 3rem;
  }
  
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  
  .max-width-full {
    width: 100%;
    max-width: none;
  }
  
  .text-weight-bold {
    font-weight: 700;
  }
  
  .padding-xxhuge {
    padding: 12rem;
  }
  
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .icon-1x1-medium {
    width: 2rem;
    height: 2rem;
  }
  
  .heading-style-h2 {
    margin-top: 0;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.125;
  }
  
  .heading-style-h2.text-color-white.text-weight-normal {
    margin-bottom: 1rem;
    font-weight: 400;
  }
  
  .text-size-medium {
    font-size: 1rem;
    line-height: 1.7;
    text-decoration: none;
  }
  
  .text-size-medium.text-color-white.bottom_text {
    margin-top: 4rem;
  }
  
  .text-align-right {
    text-align: right;
  }
  
  .padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  
  .margin-xlarge {
    margin: 4rem;
  }
  
  .max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
  }
  
  .padding-xhuge {
    padding: 8rem;
  }
  
  .overflow-scroll {
    overflow: scroll;
  }
  
  .text-size-regular {
    margin-bottom: 0;
    font-size: 1rem;
  }
  
  .text-style-italic {
    font-style: italic;
  }
  
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .margin-medium {
    margin: 2rem;
  }
  
  .icon-1x1-small {
    flex: none;
    width: 1rem;
    height: 1rem;
  }
  
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .padding-bottom.padding-custom1 {
    padding-bottom: 1.5rem;
  }
  
  .padding-bottom.padding-medium {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .text-style-quote {
    border-left: .25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .margin-xhuge {
    margin: 8rem;
  }
  
  .fs-styleguide_background {
    border: 1px solid #0000001a;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }
  
  .fs-styleguide_item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  
  .fs-styleguide_item {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    border-bottom: 1px solid #0000001a;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    padding-bottom: 3rem;
    display: grid;
    position: relative;
  }
  
  .fs-styleguide_item.is-stretch {
    justify-items: stretch;
  }
  
  .z-index-2 {
    z-index: 2;
    position: relative;
  }
  
  .fs-styleguide_header {
    background-color: #0000000d;
  }
  
  .fs-styleguide_label {
    color: #fff;
    background-color: #0073e6;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem .75rem;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
  }
  
  .fs-styleguide_label.is-hex {
    color: #000;
    background-color: #f5f5f5;
  }
  
  .fs-styleguide_label.is-tag {
    background-color: #be4aa5;
  }
  
  .icon-height-small {
    height: 1rem;
  }
  
  .text-style-muted {
    opacity: .6;
  }
  
  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .text-color-black {
    color: #000;
  }
  
  .max-width-large {
    width: 100%;
    max-width: 48rem;
  }
  
  .background-color-grey {
    background-color: #f5f5f5;
  }
  
  .fs-styleguide_3-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }
  
  .text-color-grey {
    color: gray;
  }
  
  .margin-xxlarge {
    margin: 5rem;
  }
  
  .margin-tiny {
    margin: .125rem;
  }
  
  .fs-styleguide_1-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  
  .fs-styleguide_classes {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .icon-height-medium {
    height: 2rem;
  }
  
  .padding-medium {
    padding: 2rem;
  }
  
  .padding-0 {
    padding: 0;
  }
  
  .text-style-link {
    color: #000;
    text-decoration: underline;
  }
  
  .global-styles {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .fs-styleguide_heading-medium {
    font-size: 4rem;
  }
  
  .text-align-left {
    text-align: left;
  }
  
  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .margin-xxhuge {
    margin: 12rem;
  }
  
  .padding-huge {
    padding: 6rem;
  }
  
  .fs-styleguide_spacing-all {
    display: none;
  }
  
  .form_message-success {
    padding: 1.25rem;
  }
  
  .spacing-clean {
    margin: 0;
    padding: 0;
  }
  
  .form_component {
    margin-bottom: 0;
  }
  
  .padding-xxsmall {
    padding: .25rem;
  }
  
  .background-color-white {
    background-color: #fff;
  }
  
  .text-size-large {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .text-size-large.form_subheader {
    color: #fff;
    font-size: 1.4rem;
  }
  
  .icon-1x1-large {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .padding-xlarge {
    padding: 4rem;
  }
  
  .padding-xsmall {
    padding: .5rem;
  }
  
  .fs-styleguide_row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .overflow-auto {
    overflow: auto;
  }
  
  .form_message-error {
    margin-top: .75rem;
    padding: .75rem;
  }
  
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .padding-section-medium.tablet.padding {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  
  .padding-section-medium.padding {
    padding-bottom: 0;
  }
  
  .z-index-1 {
    z-index: 1;
    position: relative;
  }
  
  .heading-style-h4 {
    margin-top: 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h4.text-weight-normal {
    font-weight: 400;
  }
  
  .heading-style-h4.project_slider {
    display: inline-flex;
  }
	
  .our-works-contant-end .heading-style-h4.project_slider {
	font-size: 2rem;
	color: white;
  }
  
  .heading-style-h4.area {
    color: #ff443a;
    margin-bottom: 1.5rem;
    font-weight: 600;
  }
  
  .heading-style-h5 {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .heading-style-h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .text-style-nowrap {
    white-space: nowrap;
  }
  
  .text-weight-semibold {
    font-weight: 600;
  }
  
  .container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .form_radio {
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex;
  }
  
  .margin-huge {
    margin: 6rem;
  }
  
  .div-block-4 {
    justify-content: space-between;
    display: flex;
  }
  
  .phone_mobile {
    display: none;
  }
  
  .service_card_bottom_wrapper {
    z-index: 1;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: auto;
    padding: 1.5rem 2.5rem;
    position: relative;
    overflow: hidden;
  }
  
  .container_extra {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .div-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }
  
  .service_card_content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .our-works-button-link-bottom {
    z-index: 2;
    background-color: var(--red);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    text-decoration: none;
    display: flex;
	position: absolute;
    bottom: 1.25rem;
    right: 2rem;
  }
  
  .div-block-8 {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    padding-top: 29px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
  }
  
  .before_image {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
  
  .dotted_line {
    border-bottom: .375rem dotted #abe600bf;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    transform: translate(50%, -75%);
  }
  
  .handle_arrow {
    border: 6px inset #0000;
    width: 0;
    height: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
  }
  
  .handle_arrow.left {
    border-right: 6px solid var(--red);
    margin-left: -17px;
    left: 50%;
  }
  
  .handle_arrow.right {
    border-left: 6px solid var(--red);
    margin-right: -17px;
    right: 50%;
  }
  
  .testimonials_container {
    color: #000;
    background-color: #fff;
    flex-flow: column;
    padding: 2rem 1.5rem;
    display: flex;
    box-shadow: -1px 5px 20px 8px #0003;
  }
  
  .testimonials_container.has_rounded_corners {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .modal_overlay {
    z-index: 100;
    background-color: #0000;
    width: 100%;
    height: 100%;
    transition: background-color 1s;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .div-block-43 {
    color: #fff;
    justify-content: space-between;
    display: flex;
  }
  
  .hero_5_right {
    z-index: 999999;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1.5rem;
    display: flex;
  }
  
  .line_right {
    flex: 1;
    position: relative;
  }
  
  .text-size-medium-2 {
    font-size: 1rem;
    line-height: 1.7;
  }
  
  .text-size-medium-2.aligh-left {
    text-align: left;
  }
  
  .text-size-medium-2.text-color-white {
    color: #fff;
  }
  
  .table_companies_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .stars {
    background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7rem;
    height: 2rem;
    margin-right: 1.5rem;
  }
  
  .stars.in_testimonial {
    margin-left: 1rem;
  }
  
  .be_af_slider {
    border: 7px solid #fff;
    border-radius: 10px;
    height: 20rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px 2px #2c448140;
  }
  
  .div-block-70 {
    z-index: 1;
    background-image: url('../images/banner-flatroof.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 20rem;
    height: 21rem;
    position: absolute;
    top: -3rem;
    right: -6rem;
    box-shadow: -1px 5px 20px 8px #0003;
  }
  
  .section_fast {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }
  
  .table_cell {
    text-align: center;
    width: 3rem;
    height: 3rem;
  }
  
  .table_cell.check.main {
    background-color: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding-top: .5rem;
    box-shadow: 10px 10px 22px #00000026;
  }
  
  .review_avatar_icon {
    background-image: url('../images/dj_1dj.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
  
  .review_avatar_icon._2 {
    background-image: url('../images/aaron_d_1aaron_d.png');
  }
  
  .review_avatar_icon._1 {
    background-image: url('../images/diana_s_1diana_s.png');
  }
  
  .review_avatar_icon._5 {
    background-image: url('../images/juanita-e_1juanita-e.png');
  }
  
  .review_avatar_icon._4 {
    background-image: url('../images/chris-t_1chris-t.png');
  }
  
  .review_avatar_icon._3 {
    background-image: url('../images/john_w_1john_w.png');
  }
  
  .review_avatar_icon._6 {
    background-image: url('../images/6509c85a18ed0f71fbaca5af_daniil_portrait_website.png');
    border-radius: 99px;
  }
  
  .review_avatar_icon.small_icon {
    width: 3rem;
    height: 3rem;
  }
  
  .section_services {
    color: #000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
    position: relative;
  }
  
  .nav_phone_link {
    color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: color .5s;
    display: flex;
  }
  
  .nav_phone_link:hover {
    color: #f65058;
  }
  
  .section_table {
    background-color: #f9f9f9;
    display: none;
    position: relative;
  }
  
  .div-block-71 {
    z-index: 2;
    background-image: url('../images/-10.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 17rem;
    height: 12rem;
    position: absolute;
    bottom: -1rem;
    left: -6rem;
    box-shadow: -1px 5px 20px 8px #0003;
  }
  
  .lottie-animation {
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  .testomonials_wrapper {
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  
  .footer_content_block {
    color: #fff;
    width: 70%;
  }
  
  .footer_content_block.invert {
    width: 60%;
    padding-right: 8rem;
  }
  
  .hero_check_container {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: grid;
  }
  
  .fast_cards {
    grid-column-gap: 69px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    display: grid;
    position: relative;
  }
  
  .nav_main_wrapper {
    display: flex;
  }
  
  .nav_main_wrapper.container-medium {
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  
  .nav_main_wrapper.container-large {
    padding-top: .5rem;
  }
  
  .after_image {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
  
  .div-block-69 {
    flex-direction: column;
    display: flex;
  }
  
  .fast_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .div-block-14-copy {
    justify-content: space-between;
    margin-top: 1.5rem;
    display: flex;
  }
  
  .icon_checkmark {
    margin-right: 1rem;
  }
  
  .section_before_after {
    position: relative;
  }
  
  .section_testimonials {
    background-color: #fff;
    display: none;
  }
  
  .google {
    background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
  
  .google.testimonial_badge {
    margin-left: auto;
  }
  
  .div-block-40 {
    background-image: url('../images/logo_icon-only.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: stretch;
    width: 10rem;
    margin-right: 1.5rem;
  }
  
  .quote_text_wrapper {
    flex-direction: column;
    display: flex;
  }
  
  .text_highlight_secondary {
    color: var(--red);
  }
  
  .faq_title_text {
    font-size: 1.8rem;
    font-weight: 500;
  }
  
  .before_after_content_wrapper {
    margin-top: 2rem;
  }
  
  .table_wrapper {
    z-index: 3;
    text-align: center;
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .image_testimonial {
    background-image: url('../images/d9431375-img-3367_10dc0a0000000000000000.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 22.5rem;
  }
  
  .image_testimonial._4 {
    background-image: url('../images/-11.jpeg');
  }
  
  .image_testimonial._3 {
    background-image: url('../images/images-4.jpeg');
  }
  
  .image_testimonial._1 {
    background-image: url('../images/cambridge_2005_after-1-scaled.jpg.optimal.jpg');
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .image_testimonial._2 {
    background-image: url('../images/flat-roof-in-cold.jpg');
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .be_af_bottom {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
  }
  
  .section_footer {
    background-color: #242424;
    position: relative;
  }
  
  .faq_number {
    z-index: -1;
    color: #66666680;
    font-size: 10rem;
    line-height: .4;
    display: none;
    position: absolute;
    left: -12rem;
  }
  
  .faq_number.right {
    left: auto;
    right: -14rem;
  }
  
  .hero_testimonial {
    background-color: #282f80;
    border-radius: 10px;
    margin-top: 1.5rem;
    padding: 1rem;
    display: flex;
    position: relative;
  }
  
  .hero_testimonial.white {
    color: #000;
    background-color: #fff;
  }
  
  .hero_text_wrapper {
    text-align: left;
  }
  
  .div-block-125 {
    padding-right: 4rem;
  }
  
  .devider_fast {
    outline-offset: 0px;
    outline: 2px dashed #59ec4f;
    width: 20rem;
    display: none;
    position: absolute;
    top: 43.931px;
    left: 276px;
  }
  
  .devider_fast.alt {
    left: 759px;
  }
  
  .service_image_wrapper {
    background-image: url('../images/d73f3ef5-new-roof-icon_104b044000000000000028-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 20rem;
    margin-bottom: 1rem;
  }
  
  .service_image_wrapper._4 {
    background-image: url('../images/flat-roof-waterproofing-portland-720x436.jpg');
    border-bottom-right-radius: 15%;
  }
  
  .service_image_wrapper._2 {
    background-image: url('../images/shutterstock_658304872-1024x683.jpg');
  }
  
  .service_image_wrapper._3 {
    background-image: url('../images/flat-roof-maintenance.jpg');
  }
  
  .service_image_wrapper._1 {
    background-image: url('../images/flat-root-installation-chicago.jpeg');
    border-top-left-radius: 15%;
  }
  
  .reviews_image_black {
    background-image: url('../images/8c4711d7-othersite1_1033019000000000000028_18c4711d7-othersite1_1033019000000000000028.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8rem;
    height: 3.5rem;
    margin-bottom: .5rem;
  }
  
  .reviews_image_black.grayscale {
    filter: grayscale();
  }
  
  .quote_top {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
    display: flex;
  }
  
  .card_bg_number {
    z-index: 0;
    color: #0000001a;
    font-size: 30rem;
    font-weight: 900;
    line-height: .7;
    display: none;
    position: absolute;
  }
  
  .footer_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }
  
  .nav_button_text {
    text-underline-offset: 6px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    position: relative;
    overflow: hidden;
  }
  
  .nav_button_text.text-size-large {
    text-decoration: none;
    -webkit-text-decoration-color: var(--black-ish);
    text-decoration-color: var(--black-ish);
  }
  
  .hero_wrapper {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .hero_wrapper.hero_grid-_second {
    grid-column-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr minmax(200px, 1.25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
  
  .hero_wrapper.hero_grid_second {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
  
  .divider_nav {
    background-color: #bbb;
    width: 1px;
    height: 4.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  
  .table_block {
    color: #fff;
    text-align: left;
    background-color: #00254e;
    background-image: url('../images/circle-dotted.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    align-items: center;
    width: auto;
    height: 8rem;
    padding: 1rem .75rem;
    font-weight: 700;
    display: flex;
  }
  
  .table_block.inner {
    background-color: #0000;
    background-image: none;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  
  .table_block.feature {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #00254e00;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  
  .service_single_wrapper {
    color: #000;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: transform .5s;
  }
  
  .service_single_wrapper:hover {
    transform: scale(1.05);
  }
  
  .line_container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }
  
  .review_bottom {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
  }
  
  .review_bottom.padding {
    margin-top: 0;
  }
  
  .hero_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
    display: flex;
  }
  
  .hero_top.flex_row {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  
  .hero_top.flex_row.mobile {
    display: none;
  }
  
  .div-block-42 {
    background-image: url('../images/4b51d959-trust-pilot-logo_102g014000000000000028_14b51d959-trust-pilot-logo_102g014000000000000028.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10rem;
    height: 5rem;
  }
  
  .line_wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  
  .line_wrapper.alt {
    color: #fff;
    flex-flow: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
  }
  
  .line_left-right_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 2fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .testimonials_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  
  .reviews_image {
    background-image: url('../images/7b38498b-google-reviews-badge_102d00y000000000000028_17b38498b-google-reviews-badge_102d00y000000000000028.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8rem;
    height: 3.5rem;
    margin-bottom: .5rem;
  }
  
  .reviews_image.fb {
    background-image: url('../images/facebook_reviews-removebg.png');
    background-position: 50%;
    background-size: contain;
  }
  
  .reviews_image.fb.grayscale {
    filter: grayscale();
  }
  
  .reviews_image.homestars {
    background-image: url('../images/homestars_reviews.png');
    background-size: contain;
  }
  
  .reviews_image.homestars.grayscale {
    filter: grayscale();
  }
  
  .reviews_image.tp {
    background-image: url('../images/trustpilot_icon.png');
    background-position: 50%;
    background-size: contain;
  }
  
  .reviews_image.tp.grayscale {
    filter: grayscale();
  }
  
  .check_container {
    align-items: center;
    font-weight: 700;
    display: flex;
  }
  
  .divider_bottom {
    background-color: #cfcfcf;
    height: 1px;
    margin-bottom: 1rem;
  }
  
  .divider_bottom._5 {
    margin-top: 1rem;
  }
  
  .be_af_handle {
    z-index: 35;
    cursor: ew-resize;
    background-color: #242424;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px #33333380;
  }
  
  .div-block-111 {
    z-index: 0;
    background-image: url('../images/untitled-design-1.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height: 40%;
    position: absolute;
    bottom: -2.5rem;
    left: -2.9rem;
  }
  
  .be_af_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .div-block-66 {
    flex: 1;
  }
  
  .be_af_title_wrapper {
    text-align: center;
  }
  
  .nav_phone_icon {
    background-color: var(--red);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: .5rem;
    transition: background-color .5s, color .4s;
    display: flex;
  }
  
  .footer_devider {
    background-color: #cfcfcf;
    width: 100%;
    height: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .mobile_bottom_nav {
    display: none;
  }
  
  .be_af_label {
    background-color: var(--red);
    color: var(--white);
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 6px;
    margin-top: -19px;
    padding: .5rem 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    box-shadow: 0 2px 5px #0003;
  }
  
  .be_af_label.before_label {
    left: .75rem;
  }
  
  .be_af_label.after_label {
    right: .75rem;
  }
  
  .nav_phone_text {
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .service_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .procces_top_text {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  .section_line_left-right {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
  
  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .div-block-41 {
    display: flex;
  }
  
  .card_fast_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .heading-style-h1-2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .heading-style-h1-2.cms_heading {
    display: inline-block;
  }
  
  .heading-style-h1-2.cms_heading.text_highlight_secondary {
    color: var(--red);
  }
  
  .heading-style-h1-2.cms_heading {
    font-size: 4rem;
    display: inline-block;
  }
  
  .heading-style-h1-2.cms_heading.no_margin {
    margin-bottom: 0;
    display: inline;
  }
  
  .heading-style-h1-2.cms_heading.no_margin.spacer {
    line-height: 0;
  }
  
  .heading-style-h1-2.text-color-white.text-weight-xbold {
    font-weight: 800;
  }
  
  .review_image {
    background-image: url('../images/unnamed-1_1unnamed-1.png');
    background-position: 0 0;
    background-size: cover;
    flex: none;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
  
  .hero_quote_testimonial {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    width: 35rem;
    margin-top: 1.5rem;
    padding: 1rem;
    display: flex;
    position: relative;
  }
  
  .hero_quote_testimonial.width_mobile {
    display: none;
  }
  
  .div-block-124 {
    align-items: flex-start;
    margin-bottom: .75rem;
    display: flex;
  }
  
  .hero_nav {
    z-index: 2147483647;
    align-self: stretch;
    padding-bottom: .5rem;
    position: static;
    top: 0;
  }
  
  .quote_block {
    color: #fff;
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 0;
    justify-content: center;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
  }
  
  .quote_block:hover {
    transform: translate(0, -3px);
  }
  
  .quote_block.in_nav {
    background-image: none;
    border: 1px solid #fff;
    padding: .5rem 1.5rem;
    transition: border-color .4s, transform .2s;
  }
  
  .quote_block.in_nav:hover {
    border-color: #0000;
    transform: none;
  }
  
  .quote_block.padding {
    background-color: #5ba442;
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 0;
  }
  
  .quote_block.hide, .quote_block.mobile {
    display: none;
  }
  
  .faq_wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .button_phone_quote {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }
  
  .button_phone_quote.align-left {
    justify-content: flex-start;
  }
  
  .services_blocks_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 1rem;
    display: grid;
  }
  
  .section_faq {
    background-color: #f9f9f9;
    display: none;
  }
  
  .div-block-32 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    margin-left: 2rem;
    display: flex;
  }
  
  .div-block-32.align_top {
    color: #000;
    align-self: flex-start;
  }
  
  .div-block-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .table_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f5f5f6;
    border-radius: 10px;
    grid-template: ". . . ."
                   ". . . ."
                   "Area Area-2 Area-3 Area-4"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }
  
  .table_feature_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .be_af_slider_overlay {
    z-index: 25;
    background-color: #0000;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease-in-out;
    position: absolute;
    top: 0;
    overflow: visible;
  }
  
  .book_bottom {
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    display: flex;
  }
  
  .book_bottom.mobile_hide._4 {
    margin-top: .5rem;
    display: flex;
  }
  
  .book_bottom.mobile_hide {
    display: none;
  }
  
  .book_bottom.mobile_hide.roof_page {
    color: #000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: none;
  }
  
  .section_quote-testimonial {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: none;
    position: relative;
  }
  
  .div-block-13 {
    flex-direction: column;
    display: flex;
  }
  
  .quote_wrapper {
    z-index: 3;
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .testimonials_heding_container {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .table_content {
    z-index: 10;
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   / .25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 2rem;
    padding: 1.5rem 3rem 2rem;
    display: grid;
    position: relative;
    box-shadow: 1px 3px 10px #0003;
  }
  
  .hero_left {
    border-radius: 10px;
  }
  
  .section_line {
    background-color: #fff;
    display: none;
  }
  
  .divider-line {
    background-color: #e1e1e1;
    width: 1px;
    height: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .divider-line.hide {
    background-color: #fff;
    display: block;
  }
  
  .div-block-67 {
    flex: 1;
  }
  
  .section_hero_9 {
    background-image: linear-gradient(#1e1e1ecc, #1e1e1ecc), url('../images/5433.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
  }
  
  .link-block {
    color: #fff;
    text-decoration: none;
  }
  
  .figure-2 {
    background-image: url('../images/65ecf147fa620f5552eacdc8_arrow.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
  }
  
  .faq_title_wrapper-2 {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 3.15rem;
  }
  
  .faq_accordion-2 {
    z-index: 1;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: flex;
  }
  
  .faq_card-2 {
    text-align: left;
    cursor: pointer;
    background-color: #ececec;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
    padding: .5rem 1.5rem;
    transition: box-shadow .2s cubic-bezier(.19, 1, .22, 1), background-color .5s;
    display: flex;
    position: relative;
    overflow: visible;
    box-shadow: 0 0 #0003;
  }
  
  .faq_card-2:hover {
    background-color: #fff;
  }
  
  .faq_card-2.is_last {
    margin-bottom: 0;
  }
  
  .stars-3 {
    background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7rem;
    height: 2rem;
    margin-right: 1.5rem;
  }
  
  .stars-3.tablet_size {
    width: 6rem;
  }
  
  .table_logo {
    background-image: url('../images/logo_icon-only.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    height: 100%;
  }
  
  .nav_brand_logo {
    width: auto;
    height: 100%;
    margin-right: auto;
  }
  
  .nav_brand_logo_home {
    width: auto;
    height: 5rem;
    margin-right: auto;
  }
  
  .body {
    color: #0e1c2e;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .body-2, .body_2 {
    color: var(--dark-blue);
  }
  
  .video-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .image {
    height: 6rem;
  }
  
  .hero_be_af_bottom {
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }
  
  .image-2 {
    object-fit: cover;
    border-top-right-radius: 45px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: .5rem;
    margin-bottom: -3.5rem;
    display: block;
  }
  
  .hero_testimonial-2 {
    background-color: var(--light-white);
    color: var(--black);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    position: static;
  }
  
  .hero_testimonial_mobile {
    background-color: var(--light-white);
    color: var(--black);
    width: 90%;
    margin-top: 1.5rem;
    padding: 1rem;
    display: none;
    position: absolute;
    top: 307px;
  }
  
  .preform_text {
    color: #666;
  }
  
  .padding-section-hero_landing {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  
  .padding-section-hero_landing.alt {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  
  .section_top_hero_landing {
    background-image: url('../images/pressure-washing-company-near-me-014.jpg'), linear-gradient(#fff, #e6e6e6);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }
  
  .section_top_hero_landing.heading {
    background-image: linear-gradient(#0009, #0009), url('../images/before_roof_2.jpeg');
    background-position: 0 0, 50% 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
  }
  
  .heading-style-h2-9 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h2-9.cmc_heading {
    line-height: 1.1;
    display: inline-block;
  }
  
  .heading-style-h2-9.cmc_heading.no_margin, .heading-style-h2-9.cmc_heading.text_highlight_secondary {
    display: inline;
  }
  
  .form_wrapper {
    color: #fff;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .heading_wrapper_for_cms-2 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .hero-bg {
    background-image: url('../images/graph-bg.svg');
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    inset: 0%;
  }
  
  .multiple_choice_option-2 {
    background-color: #fff;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
  }
  
  .multiple_choice_option_new {
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border: 3px solid #67a97f;
    border-bottom-style: none;
    border-radius: 10px;
    flex-flow: column;
    width: 13rem;
    margin-bottom: 0;
    padding-left: 0;
    transition: all .3s;
    display: flex;
    position: relative;
  }
  
  .multiple_choice_option_new:hover {
    background-color: #fff;
    background-image: linear-gradient(#09a2411a, #09a2411a);
    border-color: #09a241;
  }
  
  .progress-item {
    background-color: #cfcfcf;
    border-radius: 20px;
    flex: 1;
    height: .4rem;
  }
  
  .form_input_container {
    flex-direction: column;
    min-width: 10rem;
    max-width: 55rem;
    height: 11rem;
    margin: 1.5rem auto 1rem;
    display: flex;
  }
  
  .form_input_container.last {
    margin-bottom: 2rem;
  }
  
  .option_content-3 {
    color: #fff;
    cursor: pointer;
    background-color: #09a241;
    background-image: none;
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all .3s;
  }
  
  .option_content-3:hover {
    transform: translate(0, -3px);
    box-shadow: -1px 8px 20px -1px #09a24133;
  }
  
  .form_block {
    color: #000;
    background-color: #fff;
    margin-bottom: 0;
    padding: 1.5rem;
  }
  
  .form_block.form_9 {
    background-color: #0000;
    border-radius: 10px;
    width: 65rem;
    padding: 0;
    transition: all .5s;
    position: relative;
  }
  
  .hidden_form_field {
    margin-bottom: 0;
    display: block;
  }
  
  .loader_container {
    display: block;
    position: relative;
  }
  
  .phone_input_field {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(#00000003, #00000003);
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 100%;
    height: 2.6rem;
    margin-bottom: 1rem;
    padding: .5rem 1rem .5rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    transition: all .3s;
  }
  
  .phone_input_field:hover {
    background-image: linear-gradient(#0000, #0000);
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
  }
  
  .phone_input_field.alt {
    border-radius: 5px;
    height: 3rem;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  .form_input_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    min-width: 10rem;
    max-width: 100%;
    height: 11rem;
    margin: 2rem auto 1rem;
    overflow: visible;
  }
  
  .form_input_wrapper.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    display: grid;
  }
  
  .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
  }
  
  .section_bottom_hero_landing {
    z-index: 10;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    position: relative;
  }
  
  .submit_button_icon {
    position: absolute;
    top: .75rem;
    right: 1.5rem;
  }
  
  .form-3 {
    flex-direction: column;
    display: flex;
  }
  
  .button_submit {
    background-color: #d33;
    border-radius: 10px;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
  }
  
  .button_submit.flat_roof_button {
    text-align: left;
    background-color: #f65058;
    padding: .75rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
  }
  
  .text_input_field {
    color: #000;
    cursor: pointer;
    background-color: #fff;
    background-image: linear-gradient(#00000003, #00000003);
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 100%;
    height: 2.6rem;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    transition: all .3s;
  }
  
  .text_input_field:hover {
    background-image: linear-gradient(#0000, #0000);
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
  }
  
  .option_content_new {
    color: #000;
    cursor: pointer;
    background-color: #f6505800;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    transition: all .3s;
  }
  
  .option_content_new:hover {
    transform: translate(0, -3px);
    box-shadow: -1px 8px 20px -1px #f6505833;
  }
  
  .option_content_new.no_hover {
    color: #fff;
    background-color: #09a241;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 102%;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    left: -1%;
  }
  
  .option_content_new.no_hover:hover {
    box-shadow: none;
    transform: none;
  }
  
  .phone_input_container {
    display: flex;
    position: relative;
  }
  
  .choice_icon {
    background-image: url('../images/icons8-home-50_1icons8-home-50.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
    width: 10rem;
    height: 7rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  
  .choice_icon._3 {
    background-image: url('../images/building-condo.svg');
  }
  
  .choice_icon._1 {
    background-image: url('../images/building-bungalow.svg');
  }
  
  .choice_icon._2 {
    background-image: url('../images/building-commercial.svg');
    background-position: 50%;
  }
  
  .choice_icon._4 {
    background-image: url('../images/other_thin.svg');
    background-size: contain;
  }
  
  .choice_icon._5 {
    background-image: url('../images/roofing-flat.svg');
  }
  
  .choice_icon._6 {
    background-image: url('../images/roofing-pitched.svg');
  }
  
  .choice_icon._7 {
    background-image: url('../images/roofing-dormer.svg');
  }
  
  .phone_flag_field {
    color: #000;
    cursor: pointer;
    background-image: linear-gradient(#00000003, #00000003);
    border-right: 1px solid #cfcfcf;
    width: 3rem;
    height: 2.4rem;
    margin-top: .1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    transition: all .3s;
    position: absolute;
  }
  
  .phone_flag_field.alt {
    justify-content: center;
    align-items: center;
    height: 3rem;
    margin-top: 0;
    font-size: 1.25rem;
    display: flex;
  }
  
  .form_step {
    opacity: 0;
    width: 100%;
    display: none;
  }
  
  .form_step.current {
    opacity: 1;
    flex-flow: column;
    width: 100%;
    margin-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }
  
  .submit_button_wrapper {
    position: relative;
  }
  
  .option_input-2 {
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
  }
  
  .hidden_form_fields_wrapper {
    height: 0;
    display: none;
    overflow: hidden;
  }
  
  .circle-loader {
    border: 1px solid #0003;
    border-left-color: #09a241;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: inline-block;
    position: relative;
  }
  
  .input_label {
    text-align: left;
  }
  
  .heading-style-h2-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .heading-style-h2-8.form_title {
    color: #05752e;
    text-transform: none;
    font-size: 2.5rem;
    font-weight: 600;
  }
  
  .circle-loader-checkmark {
    display: none;
  }
  
  .progress-2 {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  
  .progress-2.six-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 41rem;
    margin-bottom: 2.5rem;
    display: grid;
    left: 12rem;
  }
  
  .loader_block {
    text-align: center;
    margin: 0 auto;
  }
  
  .image_line-break {
    background-image: url('../images/renovation_contractor_transparent-removebg-preview.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20rem;
    height: 21.3rem;
    position: absolute;
    bottom: 0;
    left: -12rem;
  }
  
  .heading-style-h3-2 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h3-2.text-weight-semibold {
    font-weight: 600;
  }
  
  .heading-style-h3-2.text-weight-semibold.landing_under_form.small_phone_only, .heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only {
    display: none;
  }
  
  .section_line-2 {
    background-color: #f9f9f9;
    background-image: url('../images/pressure-washing-company-near-me-014.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .section_line-2.alt {
    background-color: #05752e;
    background-image: linear-gradient(#09a241, #05752e);
    display: none;
  }
  
  .project-details-icon-wrapper_2 {
    background-color: var(--yellow);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    padding: .55rem;
    display: flex;
  }
  
  .project-details-category-text-block-copy {
    color: #fff;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .project-details-category-name-copy {
    color: var(--yellow);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Urbanist, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 26px;
  }
  
  .rich-text h1 {
    font-family: Urbanist, sans-serif;
    font-size: 3rem;
    line-height: 56px;
  }
  
  .rich-text h2 {
    margin-bottom: 1.5rem;
    font-family: Urbanist, sans-serif;
    font-size: 2.5rem;
    line-height: 48px;
  }
  
  .rich-text h3 {
    margin-bottom: 1rem;
    font-family: Urbanist, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }
  
  .rich-text h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Urbanist, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 24px;
  }
  
  .rich-text h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Urbanist, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 20px;
  }
  
  .rich-text h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Urbanist, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 18px;
  }
  
  .rich-text li {
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: .75rem;
    font-size: 1.125rem;
    line-height: 35px;
  }
  
  .rich-text p {
    font-size: 1.312rem;
    line-height: 35px;
  }
  
  .nav_container_lp {
    flex: 1;
    height: 5rem;
    display: flex;
  }
  
  .nav_container_lp.nav-right {
    justify-content: flex-end;
    align-items: center;
  }
  
  .nav_container_lp.phone {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
  }
  
  .section_form_lp {
    flex-flow: column;
    display: flex;
  }
  
  .nav_top_wrapper {
    background-color: #f5333f;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }
  
  .call_now_link_wrapper {
    color: #fff;
    text-decoration: none;
    display: flex;
  }
  
  .code-embed {
    margin-bottom: 0;
  }
  
  .nav_reviews_wrapper_lp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .nav_reviews_image_lp {
    object-fit: cover;
    width: 6rem;
    padding-bottom: .25rem;
  }
  
  .section_hero_lp {
    flex-flow: column;
  }
  
  .div-block-126 {
    display: flex;
  }
  
  .location_content {
    justify-content: space-around;
    margin-left: 10.75rem;
    margin-right: 10.75rem;
    padding: 6.25rem;
    display: flex;
  }
  
  .location_wrapper {
    background-color: #00233e;
  }
  
  .location_right {
    align-self: center;
    width: 80%;
    height: 60rem;
  }
  
  .list-text_location {
    padding-left: 5.1875rem;
  }
  
  .service-location-item {
    cursor: pointer;
    margin-bottom: .15rem;
    display: flex;
  }
  
  .service-location-list {
    grid-column-gap: 23px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr 1.75fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }
  
  .location_left {
    flex-flow: column;
    display: flex;
  }
  
  .service-area-location_text.text-size-medium.text-color-white {
    transition: all .2s;
  }
  
  .service-area-location_text.text-size-medium.text-color-white:hover {
    color: #ff443a;
  }
  
  .section_location {
    color: #00233e;
    display: none;
  }
  
  .section_square {
    background-color: #000;
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/commercial-flat-roof-warehouse-1024x559.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: none;
    position: relative;
  }
  
  .square_wrapper {
    text-align: center;
    border: 1px solid #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
    display: flex;
    position: relative;
  }
  
  .square_button {
    color: #1b1b1b;
    background-color: #ffb641;
    border-radius: 5px;
    padding: 1rem 2rem;
    text-decoration: none;
    position: absolute;
    top: 17.3375rem;
  }
  
  .square_button.alt {
    display: none;
  }
  
  .square_video {
    background-color: #fff;
    background-image: url('../images/55502376-0-a-best-roofing-video.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 99px;
    width: 14.9375rem;
    height: 4.125rem;
    display: flex;
    position: absolute;
    inset: -10% auto auto;
  }
  
  .div-block-128 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }
  
  .line_wrapper_alt {
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 0;
    display: flex;
  }
  
  .heading_best {
    text-align: center;
    font-size: 2.3125rem;
    line-height: 1.2;
  }
  
  .heading_best.small {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  
  .testimonials_wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  .testimonials_content {
    grid-column-gap: 102px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 2rem;
    display: grid;
  }
  
  .testimonial_card {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }
  
  .testimonial_stars {
    background-image: url('../images/55523281-0-5-stars.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 13rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
  
  .testimonials_name_wrapper {
    margin-top: 1rem;
    display: flex;
  }
  
  .div-block-131 {
    background-image: url('../images/55432546-0-james-icon.webp');
    background-position: 0 0;
    background-size: cover;
    width: 2rem;
    height: 2rem;
  }
  
  .testimonials_devider {
    border: .5px solid #b8b8b869;
    align-self: center;
    width: .5px;
    height: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .section_line-slider {
    display: none;
  }
  
  .heading_best-3 {
    text-align: center;
    font-size: 2.75rem;
    line-height: 1.2;
  }
  
  .heading_best-3.small {
    margin-left: 13rem;
    margin-right: 13rem;
  }
  
  .heading_best-3.white {
    color: #fff;
  }
  
  .heading_best-3.white.text-weight-bold, .heading_best-3.white.inline {
    display: inline;
  }
  
  .heading_best-3.white.inline.bold {
    font-weight: 700;
  }
  
  .heading_best-3.small {
    margin-left: 13rem;
    margin-right: 13rem;
    display: none;
  }
  
  .heading_best-3.services {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 500;
    display: inline;
  }
  
  .heading_best-3.alt {
    text-align: left;
  }
  
  .slide-nav-3 {
    display: none;
  }
  
  .slider-3 {
    background-color: #fff;
    width: 50%;
    overflow: visible;
  }
  
  .testimonial_photo {
    background-image: url('../images/55432546-0-james-icon.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 99px;
    width: 2rem;
    height: 2rem;
  }
  
  .testimonial_photo._2 {
    background-image: url('../images/review_kevin_1review_kevin.webp');
  }
  
  .testimonial_photo._3 {
    background-image: url('../images/unnamed.png');
  }
  
  .testimonial_photo._1 {
    background-image: url('../images/avatar.svg');
  }
  
  .testimonial_photo._4 {
    background-image: url('../images/unnamed-1_2.png');
  }
  
  .padding-global-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .review_slider_wraper {
    justify-content: flex-end;
    height: 20rem;
    margin-top: 1rem;
    display: flex;
    overflow: hidden;
  }
  
  .testimonials_name_wrapper-2 {
    margin-top: 1rem;
    display: flex;
  }
  
  .mask-2 {
    width: 100%;
    height: 20rem;
    overflow: visible;
  }
  
  .container-medium-5 {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .div-block-167 {
    grid-column-gap: 101px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
  
  .google-2 {
    background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
  }
  
  .testimonial_slide {
    width: 100%;
    padding-right: 1.5rem;
  }
  
  .text-size-large-4 {
    margin-bottom: 0;
    font-size: 1.575rem;
    line-height: 1.2;
    text-decoration: none;
  }
  
  .text-size-large-4.alt {
    color: #ffffffe6;
    font-weight: 700;
    text-decoration: none;
  }
  
  .quote_block-2 {
    color: #fff;
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 5px;
    justify-content: center;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
  }
  
  .quote_block-2:hover {
    transform: translate(0, -3px);
  }
  
  .quote_block-2.hero_padding {
    border-radius: 5px;
    margin-right: 2rem;
  }
  
  .benefits-li {
    padding: 1.25rem .625rem;
    font-size: 1rem;
    line-height: 1.375;
    position: relative;
  }
  
  .rgba_bg {
    background-image: linear-gradient(#0009, #0009);
    position: absolute;
    inset: 0%;
  }
  
  .container-medium-3 {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  
  .container-medium-3.relative {
    z-index: 20;
    position: relative;
  }
  
  .button_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .button_wrapper.pralax {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  
  .hero-bg-2 {
    background-image: url('../images/graph-bg.svg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    inset: 0%;
  }
  
  .badge {
    color: #0f172a;
    letter-spacing: .025em;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    padding: .125rem .875rem;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
  }
  
  .hero-benefits-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding-left: 0;
    display: none;
  }
  
  .button-8 {
    color: #0e0c01;
    text-align: center;
    background-color: #fedf37;
    border-radius: 9999px;
    padding: .875rem 2.5rem;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .button-8.hero.alt.inverse {
    color: #fff;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 1rem 4rem;
    line-height: 1.4;
    transition: all .4s;
    display: none;
  }
  
  .button-8.hero.alt.inverse:hover {
    color: #0e0c01;
    background-color: #fff;
  }
  
  .heading-style-h2-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h2-10.cmc_heading {
    line-height: 1.1;
    display: inline-block;
  }
  
  .heading-style-h2-10.cmc_heading.no_margin {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 3.25rem;
    font-weight: 800;
    display: inline;
  }
  
  .heading-style-h2-10.cmc_heading.text_highlight_secondary {
    font-size: 3.25rem;
    font-weight: 800;
    display: inline;
  }
  
  .text-size-medium-3 {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  
  .text-size-medium-3.alt {
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: .375rem;
    font-weight: 800;
    line-height: 1;
    display: block;
  }
  
  .heading-style-h1-3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.25;
    display: none;
  }
  
  .text-size-large-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .text-size-large-2.text-weight-bold {
    line-height: 1.5;
  }
  
  .section-landing-hero {
    color: #ffffffe6;
    text-align: center;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .section_cards {
    width: 100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .three_cards_wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
    top: -2.4rem;
  }
  
  .square_card {
    background-color: #fff;
    border-radius: 10px;
    padding: .75rem 1.75rem;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }
  
  .icon_card {
    background-image: url('../images/55526306-0-roof-replacement-ico.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    align-self: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .icon_card._2 {
    background-image: url('../images/55526316-0-roof-repair-icon.svg');
  }
  
  .icon_card._3 {
    background-image: url('../images/55526311-0-insurance-claims-ico.svg');
    background-position: 50%;
  }
  
  .devider_card {
    border: 1px solid #d8d8d8;
    align-self: center;
    width: .5px;
    height: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .text_card {
    align-self: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  ._100-margin-top {
    margin-top: 0;
  }
  
  .logo-container {
    background-color: #fff;
    justify-content: space-between;
    min-width: 100%;
    padding-top: 0;
    display: flex;
  }
  
  .logo-container._2 {
    margin-left: 12%;
  }
  
  .carousel-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }
  
  .best_icon_devider {
    border: 1px solid #fff;
    align-self: center;
    width: .5px;
    height: 4rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  
  .best_wrapper {
    color: #000;
  }
  
  .best_icons_top_wrapper {
    grid-column-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }
  
  .section_best_left-right {
    background-color: var(--dark-red);
  }
  
  .best_icon_wrapper {
    color: #fff;
    cursor: default;
    text-decoration: none;
    display: flex;
  }
  
  .best_icon_wrapper.heading {
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  
  .best_icon_wrapper._3 {
    margin-left: 5rem;
    text-decoration: none;
  }
  
  .best_icon_wrapper._1 {
    cursor: default;
    margin-top: -1.3rem;
    margin-left: 5.8rem;
    text-decoration: none;
  }
  
  .best_icon_wrapper._4 {
    margin-top: 2rem;
    margin-right: 0;
    text-decoration: none;
    position: relative;
    right: -2rem;
  }
  
  .best_icon_wrapper._2 {
    margin-right: 8rem;
    text-decoration: none;
  }
  
  .container-triangle {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .triangle {
    background-image: url('../images/55432311-0-white-arrow.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11.0625rem;
    height: 2.0625rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -.25rem 0 auto;
  }
  
  .triangle.alt {
    background-image: url('../images/dark-red.svg');
  }
  
  .best_icon {
    background-image: url('../images/63830038-0-20-years.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    align-self: center;
    width: 4rem;
    height: 4rem;
  }
  
  .best_icon._2 {
    background-image: url('../images/layer-2.svg');
  }
  
  .best_icon._3 {
    background-image: url('../images/insured.svg');
    flex: none;
  }
  
  .best-icon_text {
    align-self: center;
    width: 8rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .best-icon_text.heading {
    width: auto;
    font-weight: 400;
  }
  
  .slide-nav-4 {
    display: none;
  }
  
  .section_testimonials-3 {
    background-color: #fff;
  }
  
  .review_slider_wraper-2 {
    justify-content: flex-end;
    height: 22rem;
    margin-top: 1rem;
    display: flex;
    overflow: hidden;
  }
  
  .text-size-large-7 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .container-medium-4 {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .div-block-168 {
    grid-column-gap: 101px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
  
  .google-3 {
    background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
  }
  
  .diamond_icon {
    background-image: url('../images/55432246-0-asphalt-icon-1-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
  }
  
  .padding-section-medium-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .padding-section-medium-2.diamond {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
  
  .diamond_border {
    cursor: default;
    background-color: #fff;
    border-radius: 20px;
    width: 23.76rem;
    height: 23.76rem;
    margin-left: 4.725rem;
    padding-top: 1.969rem;
    padding-left: 1.969rem;
    position: relative;
    left: 1.5rem;
    transform: rotate(45deg);
  }
  
  .diamond_border.alt {
    transform-origin: 50%;
    margin-top: -3rem;
    margin-left: -3.7rem;
    left: 0;
    transform: rotate(45deg);
  }
  
  .diamond_border._3rd {
    margin-top: -3rem;
  }
  
  .diamond_service_heading {
    text-align: center;
    margin-bottom: 8rem;
  }
  
  .diamond_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 3.5rem;
    display: grid;
  }
  
  .diamond_content_container {
    position: relative;
  }
  
  .diamond_content_container._3 {
    margin-top: 7rem;
    margin-right: 0;
  }
  
  .diamond_content_container.last {
    z-index: 2;
    margin-top: 6rem;
  }
  
  .diamond_content_container._2 {
    z-index: 2;
    margin-top: 7.7rem;
    margin-right: 3.5rem;
  }
  
  .section_diamonds {
    background-color: var(--dark-red);
  }
  
  .container-medium-6 {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-medium-6.relative {
    position: relative;
  }
  
  .diamond_square {
    background-color: #fa1a1a;
    border-radius: 10px;
    width: 19.8rem;
    height: 19.8rem;
    position: relative;
    overflow: hidden;
    transform: rotate(0);
  }
  
  .diamond_image {
    z-index: 3;
    background-image: url('../images/commercial-flat-roof.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 28.28rem;
    height: 28.28rem;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-4.0986rem, -4.0986rem)rotate(-45deg);
  }
  
  .padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  
  .diamond_line_absolut {
    background-image: url('../images/55432301-0-asphalt-line.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15rem;
    height: 10rem;
    position: absolute;
    top: -.2625rem;
    left: -10.25rem;
  }
  
  .diamond_line_absolut.right {
    transform-style: preserve-3d;
    background-image: url('../images/55502611-0-metal-line-2.svg');
    background-size: contain;
    width: 15rem;
    height: 3rem;
    top: 0;
    left: -11.375rem;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }
  
  .diamond_line_absolut.bottom {
    z-index: 2;
    background-image: url('../images/55432321-0-slate-line.svg');
    top: -5.175rem;
    left: 18rem;
  }
  
  .diamond_line_absolut.center {
    z-index: 2;
    background-image: url('../images/55502611-0-metal-line-2.svg');
    width: 15rem;
    height: 3rem;
    top: -.05rem;
    left: 17rem;
  }
  
  .section_best {
    background-color: var(--dark-red);
  }
  
  .div-block-130 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .padding-global-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .best_left-right_wrapper {
    padding-top: 0;
    display: flex;
  }
  
  .devider_horizontal {
    border: 1px solid #fff;
    align-self: flex-start;
    width: 9rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .best_left {
    background-image: url('../images/img_1642-removebg-preview-1.png');
    background-position: 0 0;
    background-size: cover;
    flex: 1;
    height: 30rem;
  }
  
  .best_right {
    color: #fff;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
  
  .heading_wrapper_for_cms-5.med_margin {
    margin-bottom: 1.5rem;
    display: none;
  }
  
  .heading_wrapper_for_cms-5.med_margin.mobile {
    display: none;
  }
  
  .bottom_form_text_field {
    background-color: #f9f9f9;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    height: 3rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  
  .text-size-medium-4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
  }
  
  .text-size-medium-4.aligh-left {
    text-align: left;
  }
  
  .check_container-2 {
    text-align: left;
    align-items: center;
    font-weight: 700;
    display: flex;
  }
  
  .hero_5_right-3 {
    z-index: 999;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1.5rem;
    display: none;
  }
  
  .video_bg {
    width: 100%;
    height: 100%;
  }
  
  .stars-2 {
    background-image: url('../images/1lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028_11lv1e8y-becken-5-stars-yellow-01_102q00o000000000000028.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7rem;
    height: 2rem;
    margin-right: 1.5rem;
  }
  
  .stars-2.in_testimonial {
    margin-left: 1rem;
  }
  
  .heading-style-h3-3 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h3-3.text-weight-normal {
    font-weight: 400;
  }
  
  .heading-style-h3-3.text-weight-normal.tablet_size {
    margin-top: 1rem;
  }
  
  .image-12 {
    object-fit: cover;
    border-top-right-radius: 45px;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: .5rem;
    margin-bottom: -3.5rem;
    display: block;
  }
  
  .hero_left-2 {
    z-index: 99999;
    border-radius: 10px;
    position: relative;
  }
  
  .form-block-3 {
    border-radius: 10px;
    margin-bottom: 0;
    box-shadow: 0 2px 5px #0003;
  }
  
  .review_image-2 {
    background-image: url('../images/unnamed-1_1unnamed-1.avif');
    background-position: 0 0;
    background-size: cover;
    flex: none;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
  
  .div-block-146 {
    flex-direction: column;
    display: flex;
  }
  
  .submit-button {
    color: #fff;
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 5px;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  
  .div-block-145 {
    flex-direction: column;
    display: flex;
  }
  
  .form-4 {
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .section_hero_9-2 {
    background-image: linear-gradient(#1e1e1e94, #1e1e1e94), url('../images/5433.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
  }
  
  .section_hero_9-2.tile {
    background-image: url('../images/travis_industries-4_uid_62e2f01cf105a.jpg'), linear-gradient(#00000080, #00000080), linear-gradient(#000c, #000c);
    background-position: 50% 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: cover, auto, auto;
    background-attachment: fixed, scroll, scroll;
  }
  
  .heading-style-h2-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .heading-style-h2-11.cmc_heading {
    line-height: 1.1;
    display: inline;
  }
  
  .heading-style-h2-11.cmc_heading.form {
    font-size: 3.25rem;
  }
  
  .heading-style-h2-11.cmc_heading.text_highlight_secondary {
    font-size: 3.25rem;
    font-weight: 800;
    display: inline;
  }
  
  .bottom-fom_left {
    flex: 1;
    width: 60%;
  }
  
  .text-size-large-8 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .review_avatar_icon-2 {
    background-image: url('../images/dj_1dj.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
  
  .review_avatar_icon-2.small_icon {
    width: 3rem;
    height: 3rem;
  }
  
  .div-block-147 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .container-medium-7 {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero_testimonial-3 {
    color: #090909;
    background-color: #f8f8f8;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    position: static;
  }
  
  .textarea {
    background-color: #f9f9f9;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    padding-bottom: 5rem;
    font-size: 1.15rem;
  }
  
  .div-block-148 {
    align-items: flex-start;
    margin-bottom: .75rem;
    display: flex;
  }
  
  .hero_check_container-2 {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 0;
    display: grid;
  }
  
  .google-4 {
    background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
  }
  
  .google-4.testimonial_badge {
    margin-left: auto;
  }
  
  .number_bottom_wrapper {
    background-color: #f5333f;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }
  
  .call_now_link_wrapper-2 {
    color: #fff;
    text-decoration: none;
    display: flex;
  }
  
  .number_bottom_text {
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .pralax_left {
    text-align: right;
    overflow-wrap: normal;
    align-items: center;
    width: 65%;
    display: flex;
  }
  
  .padding-section-medium-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  
  .pralax_wrapper {
    display: flex;
  }
  
  .heading-style-h1-4 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  
  .heading-style-h1-4.text-color-white {
    text-align: right;
    text-transform: uppercase;
  }
  
  .heading-style-h1-4.text-color-white.padding {
    font-size: 3.25rem;
    font-weight: 400;
  }
  
  .heading-style-h1-4.text-color-white.padding.inline {
    font-weight: 400;
    display: inline;
  }
  
  .heading-style-h1-4.text-color-white.padding.inline.red {
    color: var(--red);
    font-weight: 700;
  }
  
  .heading-style-h1-4.text-color-white.padding.inline.red.bold {
    font-weight: 700;
  }
  
  .heading-style-h1-4.text-color-white.padding.inline-block {
    display: inline-block;
  }
  
  .quote_block-3 {
    color: #fff;
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 5px;
    justify-content: center;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
  }
  
  .quote_block-3:hover {
    transform: translate(0, -3px);
  }
  
  .quote_block-3.hero_padding {
    background-image: linear-gradient(#5ba543, #4d752f);
    border-radius: 5px;
    margin-right: 2rem;
  }
  
  .quote_block-3.hero_padding.pralax {
    border-radius: 0;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  
  .section_pralax {
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/travis_industries-4_uid_62e2f01cf105a.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: relative;
  }
  
  .container-medium-2 {
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-medium-2.relative {
    position: relative;
  }
  
  .button-9 {
    color: #0e0c01;
    text-align: center;
    background-color: #fedf37;
    border-radius: 9999px;
    padding: .875rem 2.5rem;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .button-9.hero.alt.inverse {
    color: #fff;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 0;
    margin-right: 0;
    padding: 1rem 4rem;
    line-height: 1.4;
    transition: all .4s;
  }
  
  .button-9.hero.alt.inverse:hover {
    color: #0e0c01;
    background-color: #fff;
  }
  
  .pralax_right {
    align-self: center;
    width: 35%;
  }
  
  .padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  
  .div-block-169 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  
  .div-block-170 {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .bold-text {
    color: var(--red);
  }
  
  .google-3-copy {
    background-image: url('../images/icons8-google-48-2_1icons8-google-48-2.avif');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
  }
  
  .iicon_homestars {
    background-image: url('../images/images-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
  }
  
  .best_heading-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: center;
  }
  
  .icons_line_wrapper {
    grid-column-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 4rem;
    display: grid;
  }
  
  .reviews_logo_wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .reviews_carousel_container {
    display: flex;
    overflow: hidden;
  }
  
  .padding-section-custom.padding-reviews-carousel {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  
  .service_icons_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  
  .service_icon_wrapper {
    align-items: center;
    display: flex;
  }
  
  .service_icon {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 3rem;
    height: 3rem;
  }
  
  .service_title {
    margin-left: 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
  }
  
  @media screen and (max-width: 991px) {
    h1, h2, h3 {
      font-size: 55px;
    }
	  
	  .our-works-contant-end .heading-style-h4.project_slider {
		font-size: 1.4rem;  
	  } 
  
    h4 {
      font-size: 37px;
    }
  
    h5 {
      font-size: 29px;
    }
	  
	  .mobile-only {
    display: flex; /* или block, в зависимости от дизайна */
    justify-content: center;
    margin-top: 20px;
  }
	  
  
    .navbar {
      padding-top: 25px;
      padding-bottom: 25px;
    }
	  
	 .testimonial-card-main-wrapper > :first-child {
      background-color: white;
    }
	  
	  .heading-style-h5.mobile_hide.nav {
		  font-size: 1.5rem; 
	  }
  
    .nav-link {
      color: #fff;
      margin-left: 0;
      margin-right: 0;
    }
  
    .nav-link:hover {
      color: var(--black);
    }
  
    .nav-link.w--current {
      color: #000;
    }
  
    .nav-link.w--current:hover {
      color: var(--white);
    }
  
    .nav-menu {
      background-color: var(--yellow);
    }
  
    .nav-main-menu-flex {
      grid-row-gap: 20px;
      background-color: var(--red);
      flex-direction: column;
      align-items: flex-start;
      padding: 40px;
    }
  
    .nav-right-wrapper {
      flex-flow: row-reverse wrap-reverse;
      justify-content: center;
    }
  
    .nav-button.for-dekstop {
      display: none;
    }
  
    .nav-button.for-mobail {
      display: block;
    }
  
    .primary-button {
      align-items: center;
      padding: 15px 30px;
    }
  
    .primary-button.banner {
      width: 24rem;
    }
  
    .primary-button.banner.footer {
      width: 15rem;
    }
  
    .primary-button.for-tab {
      background-color: var(--white);
    }
  
    .benner-section {
      padding-top: 8rem;
    }
  
    .secondary-button {
      padding: 15px 30px;
    }
  
    .secondary-button.white {
      padding: 15px 25px;
    }
  
    .benner-main-img-wrapper {
      grid-column-gap: 15px;
      grid-row-gap: 0px;
      flex-flow: row-reverse wrap-reverse;
      display: flex;
    }
  
    .benner-main-img-2-wrapper {
      width: 100%;
      height: 20rem;
      order: 2;
      
    }
  
    .benner-main-img-02 {
      width: 100%;
      height: 100%;
      display: block;
    }
  
    .media-box {
      top: -17px;
      left: 205px;
    }
  
    .media-box.v2 {
      z-index: 3;
      top: 79px;
      left: 603px;
    }
  
    .media-img {
      max-width: 85px;
    }
  
    .media-img.v2 {
      width: 83px;
      max-width: 68px;
    }
  
    .media-play-buton {
      max-width: 16px;
    }
  
    .banner-ticker-wrapper {
      margin-left: -30px;
      margin-right: -30px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .banner-ticker-content-wrap {
      grid-column-gap: 20px;
      margin-right: 20px;
    }
  
    .ticker-details {
      font-size: 26px;
    }
  
    .section, .section.our-services, .section.why-choose-us, .section.our-process, .section.our-works, .section.testimonials, .section.faq-section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .section.footer {
      padding-top: 80px;
    }
  
    .section.about-us-v2 {
      background-size: cover;
      margin-top: -7px;
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .section.our-mission {
      padding-top: 100px;
    }
  
    .section.core-value {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .section.contuct-info {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .section.after-banner {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
	  
	  .our-works-button-wrapper {
		  display: none;
	  }
	  
	  .our-works-button-wrapper.mobile-only {
     display: flex;	
    }
  
    .section.after-banner.our-mission {
      padding-bottom: 0;
    }
  
    .sub-title.black.alt {
      background-color: var(--white);
    }
  
    .section-title {
      letter-spacing: -3px;
      font-size: 43px;
      line-height: 53px;
    }
  
    .section-title.white.care-value-tab-contant-text {
      text-align: center;
    }
  
    .section-title.white.our-service {
      text-align: center;
      letter-spacing: 0;
      font-size: 43px;
    }
  
    .section-title.white.our-process {
      text-align: center;
      font-size: 43px;
    }
  
    .section-title.white.testimonial-v1 {
      text-align: center;
    }
  
    .section-title.size-70 {
      margin-bottom: 0;
      font-size: 43px;
      line-height: 53px;
    }
  
    .section-title.size-70.why-chosse-us-title {
      text-align: center;
      letter-spacing: -3px;
      font-size: 43px;
      line-height: 53px;
    }
  
    .section-title.size-70.faq-title {
      text-align: center;
    }
  
    .section-title.size-70.core-value {
      text-align: center;
      margin-bottom: 0;
    }
  
    .section-title.size-70.service-section-title {
      text-align: center;
      margin-bottom: 10px;
      line-height: 53px;
    }
  
    .section-title.mg-bottom-16px.text-size-70 {
      margin-bottom: 12px;
    }
  
    .section-title.white {
      letter-spacing: 0;
    }
  
    .section-details-wrapper {
      text-align: center;
      max-width: 526px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
    }
  
    .section-details {
      text-align: center;
      max-width: 543px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 17px;
    }
  
    .section-details.white {
      margin-bottom: 16px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .section-details.white.max-840 {
      max-width: 572px;
      margin-bottom: 40px;
    }
  
    .section-details.white.core-value-tab-contant-details {
      max-width: 478px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .section-details.white.service-v1 {
      max-width: 477px;
    }
  
    .section-details.core-value-details {
      max-width: 541px;
      padding-top: 0;
      font-size: 15px;
    }
  
    .section-details.none-margin {
      text-align: left;
    }
  
    .about-us-left-contant-wrapper {
      padding: 30px;
    }
  
    .about-us-left-contant-flex {
      grid-column-gap: 0px;
    }
  
    .about-us-left-single-details-wrapper {
      max-width: 90%;
      margin-bottom: 20px;
    }
  
    .service-main-flex {
      grid-column-gap: 0px;
      flex-direction: column;
      margin-bottom: 60px;
    }
  
    .service-title-wrapper {
      text-align: center;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  
    .our-service-grid {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      flex-flow: column;
      grid-template: "."
      / 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .service-contant-flex-wrapper.v1 {
      height: auto;
    }
  
    .service-main-contant-flex {
      padding: 30px;
    }
  
    .service-main-title-img-wrapper {
      width: 65px;
      height: 65px;
      margin-bottom: 20px;
    }
  
    .service-post-title {
      font-size: 28px;
      line-height: 38px;
    }
  
    .service-post-details {
      font-size: 15px;
      line-height: 26px;
    }
  
    .service-hover-wrapper {
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
    }
  
    .service-hover-img {
      width: 100%;
      height: 100%;
    }
  
    .why-choose-us-main-wrapper {
      max-width: 100%;
      margin-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
    }
  
    .why-choose-us-main-details-wrapper {
      text-align: center;
      width: 100%;
    }
  
    .why-choose-us-title-shape {
      background-size: 100%;
    }
  
    .why-choose-us-button-wrapper {
      margin-top: 1.5rem;
    }
  
    .why-choose-us-main-contant-wrapper {
      padding-left: 20px;
    }
  
    .slider {
      padding-bottom: 0;
    }
  
    .mask {
      width: 357px;
    }
  
    .slide {
      margin-right: 20px;
    }
  
    .why-choose-us-main-slide-wrapper {
      padding: 30px;
    }
  
    .why-choose-us-slide-img-wrapper {
      width: 55px;
      height: 55px;
      margin-bottom: 20px;
    }
  
    .why-choose-us-silde-title {
      font-size: 34px;
      line-height: 44px;
    }
  
    .why-choose-us-silde-details {
      margin-bottom: 20px;
      font-size: 16px;
    }
  
    .why-choose-us-main-flex {
      flex-direction: column;
    }
  
    .why-choose-us-main-contant-flex {
      padding-bottom: 0;
    }
  
    .slide-nav {
      top: 433px;
      left: -3px;
      transform: none;
    }
  
    .our-process-main-wrapper {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
    }
  
    .our-process-main-flex {
      text-align: center;
      flex-direction: column;
      margin-bottom: 30px;
    }
  
    .our-process-main-title-wrapper {
      width: 100%;
    }
  
    .our-process-main-details-wrapper {
      max-width: 524px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
    }
  
    .our-process-content-sticky-wrap {
      flex-direction: column;
      height: auto;
    }
  
    .our-process-content-wrapper {
      text-align: center;
      padding: 20px;
      position: static;
      overflow: visible;
    }
  
    .our-process-content-flex-wrap {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      place-content: center;
      align-items: stretch;
      display: grid;
    }
  
    .our-process-img-wrap {
      grid-column-gap: 16px;
      grid-row-gap: 20px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      align-items: start;
      display: flex;
      overflow: visible;
    }
  
    .our-process-contant-img-1, .our-process-contant-img-2 {
      width: 100%;
      max-width: 100%;
      height: 20rem;
    }
  
    .our-process-contant-img-wrapper-1 {
      justify-content: flex-end;
      width: 100%;
      height: 100%;
      margin-bottom: 15px;
      padding-top: 20px;
      padding-left: 20px;
      display: flex;
    }
  
    .our-process-contant-img-wrapper-2 {
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      padding-right: 20px;
      position: static;
    }
  
    .our-process-contant-img-wrapper-3 {
      justify-content: flex-end;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      padding-bottom: 30px;
      padding-left: 20px;
      display: flex;
      position: static;
    }
  
    .our-process-contant-img-3 {
      border-top-right-radius: 10px;
      width: 100%;
      max-width: 100%;
      height: 20rem;
    }
  
    .our-process-border-wrapper {
      align-content: flex-end;
      height: 382px;
      display: none;
    }
  
    .our-process-border-text-wrap {
      height: 40px;
    }
  
    .our-process-border-text-wrap.top {
      height: 39px;
      overflow: hidden;
    }
  
    .our-peocess-border-wrap {
      overflow: visible;
    }
  
    .our-process-content-scroll-wrap {
      align-self: auto;
      width: 100%;
      max-height: 100%;
      overflow: visible;
    }
  
    .our-procces-content-wrap._1 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 20px;
    }
  
    .our-procces-content-wrap._1.tablet_hide {
      display: none;
    }
  
    .our-procces-content-wrap._2 {
      margin-bottom: 30px;
    }
  
    .our-procces-content-wrap._2.desktop_hide {
      margin-bottom: 1rem;
    }
  
    .our-procces-content-wrap._3 {
      margin-bottom: 20px;
    }
  
    .our-procces-content-wrap.desktop_hide {
      display: block;
    }
  
    .our-processs-scroll-title {
      text-align: left;
      margin-bottom: 14px;
      font-size: 34px;
    }
  
    .our-process-contant-details {
      text-align: left;
      margin-bottom: 12px;
    }
  
    .our-process-list-wrapper {
      text-align: left;
    }
  
    .our-process-button-wrap {
      display: flex;
    }
  
    .our-work-main-flex-wrapper {
      display: flex;
		flex-direction: column;
      margin-bottom: 60px;
    }
  
    .our-work-main-title-wrapper {
      text-align: center;
      max-width: 100%;
		order: 1;
    }
  
    .our-works-main-details-wrapper {
      align-self: center;
      max-width: 100%;
      padding-top: 0;
		order: 3;
    }
  
    .our-works-button-wrapper {
      justify-content: center;
      margin-top: 1.5rem;
          }
  
    .our-works-stick-wrapper {
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
		order: 2;
    }
  
    .our-work-contant-wrapper {
      position: static;
      top: 140px;
    }
  
    .our-works-container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  
    .our-works-img-wrapper {
      background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 22rem;
    }
  
    .our-works-hover-wrapper {
      grid-row-gap: 0px;
      background-image: linear-gradient(129deg, #45494ed9, #1a1e23d9 64.08%);
      border-radius: 10px 10px 10px 10px;
      align-items: flex-start;
      padding: 0;
      display: block;
      inset: 0%;
    }
  
    .our-works-catagory {
      margin-bottom: 8px;
		font-size: 1.25rem;
    }
  
    .our-works-button-link {
      z-index: 2;
      width: 50px;
      height: 50px;
      position: absolute;
      inset: 30px 30px auto auto;
    }
  
    .our-works-contant-arrow-img {
      max-width: 30px;
    }
  
    .testimonial-main-flex {
      flex-direction: column;
      margin-bottom: 60px;
    }
  
    .testimonial-title-wrapper {
      text-align: center;
      max-width: 100%;
    }
  
    .testimonial-details-wrapper {
      width: 100%;
      padding-top: 0;
    }
  
    .testimonal-button-wrapper {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .testimonial-card-main-wrapper {
      margin-right: 20px;
    }
  
    .testimonial-card-main-contant-wrapper {
      max-width: 319px;
      padding: 15px;
    }
  
    .testimonial-card-main-contant-wrapper.top {
      width: auto;
      max-width: 282px;
      height: auto;
      max-height: 450px;
      margin-right: 20px;
    }
  
    .testimonial-card-details {
      font-size: 14px;
      line-height: 26px;
    }
  
    .testimonial-card-shape {
      width: 100%;
    }
  
    .testimonal-card-athor-wrapper {
      grid-row-gap: 10px;
      flex-flow: row;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .testimonial-athor-name {
      font-size: 16px;
    }
  
    .testimonal-main-card-flex {
      margin-left: 20px;
    }
  
    .faq-main-flex-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;
    }
  
    .faq-main-title-wrapper {
      text-align: center;
      width: 100%;
    }
  
    .faq-title-img, .faq-details-img {
      display: none;
    }
  
    .faq-grid-wrapper {
      grid-template-columns: 1fr;
    }
  
    .faq-single-wrapper.last {
      margin-bottom: 0;
    }
  
    .faq-ans {
      max-width: 100%;
    }
  
    .faq-arrow-details-img {
      display: none;
    }
  
    .footer-main-flex {
      grid-row-gap: 16px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;
      padding-bottom: 20px;
    }
  
    .footer-title-wrapper {
      text-align: center;
    }
  
    .footer-title {
      letter-spacing: -3px;
      font-size: 44px;
      line-height: 60px;
    }
  
    .footer-title-img {
      display: none;
    }
  
    .footer-main-contant-wrapper {
      grid-row-gap: 50px;
      text-align: center;
      flex-direction: column;
      margin-bottom: 50px;
    }
  
    .footer-contant-right-wrapper {
      width: 100%;
      max-width: 100%;
    }
  
    .footer-details {
      max-width: 553px;
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .text-field {
      width: 100%;
    }
  
    .footer-social-link-wrapper {
      justify-content: center;
      align-items: center;
    }
  
    .footer-left-contant-wrapper {
      grid-column-gap: 80px;
      align-self: center;
    }
  
    .footer-link-title {
      text-align: left;
    }
  
    .footer-link-felex {
      align-items: flex-start;
    }
  
    .footer-link {
      text-align: left;
    }
  
    .copy-right-text {
      font-size: 16px;
    }
  
    .menu-button {
      justify-content: center;
      align-items: center;
      padding: 0;
      display: flex;
    }
  
    .menu-button.w--open {
      background-color: #0000;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .benner-v2-main-title {
      text-align: center;
      letter-spacing: -4px;
      margin-bottom: 40px;
      font-size: 50px;
      line-height: 60px;
    }
  
    .benner-v2-title-wrapper {
      width: 100%;
    }
  
    .section-title-wrapper {
      margin-bottom: 12px;
    }
  
    .benner-v2-card-contant-wrapper {
      width: 100%;
      max-width: 100%;
      margin-top: 1.5rem;
      padding: 30px;
      order: 1;
    }
      
      .benner-v2-card-contant-wrapper.alt {
      width: 100%;
      max-width: 100%;
      margin-top: 1.5rem;
      padding: 30px;
      order: 3;
      margin-bottom: 1.25rem;	
      }
    .benner-v2-card-contant-flex {
      justify-content: center;
      align-items: center;
    }
  
    .benner-v2-card-details-wrapper {
      width: 90%;
        }
  
    .benner-v2-card-details {
      margin-bottom: 20px;
      font-size: 1.75rem;
      line-height: 2.2rem;
    }
  
    .benner-v2-card-button-wrapper {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .benner-v2-card-cunter-wrapper.hide_desktop {
      display: block;
    }
  
    .about-us-v2-title-main-wrapper {
      max-width: 100%;
    }
  
    .about-us-v2-title-img {
      display: none;
      left: 7%;
    }
  
    .about-us-v2-title-arrow {
      max-width: 78px;
      display: none;
      bottom: 50%;
      right: -1%;
    }
  
    .about-us-contant-wrapper {
      grid-column-gap: 65px;
      grid-row-gap: 16px;
      flex-direction: column;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      align-items: center;
    }
  
    .about-us-v2-main-img-wrapper {
      max-width: 100%;
      height: 100%;
      margin-bottom: 40px;
    }
  
    .about-us-v2-main-man-img {
      width: 100%;
      height: 100%;
    }
  
    .our-mission-main-wrapper {
      margin-bottom: 70px;
    }
  
    .our-mission-main-flex-wrapper {
      flex-direction: column;
      margin-bottom: 35px;
    }
  
    .our-mission-main-title-wrapper {
      text-align: center;
      max-width: 100%;
    }
  
    .our-mission-details-wrapper {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 0;
    }
  
    .our-mission-bottun-wrapper {
      justify-content: center;
      display: flex;
    }
  
    .our-mission-contant-wrapper {
      grid-row-gap: 20px;
      max-width: 100%;
      margin-bottom: 30px;
    }
  
    .our-mission-img {
      width: 100%;
    }
  
    .our-mission-main-details {
      max-width: 100%;
      font-size: 20px;
      line-height: 30px;
    }
  
    .core-value-main-title-wrapper {
      text-align: center;
      max-width: 100%;
    }
  
    .core-value-main-flex-wrapper {
      flex-direction: column;
      margin-bottom: 40px;
    }
  
    .core-value-caid-grid-wrapper {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 3rem;
    }
  
    .core-value-single-card-wrapper {
      padding: 40px;
    }
  
    .core-value-single-card-icon-wrapper {
      width: 60px;
      height: 60px;
      margin-bottom: 25px;
    }
  
    .core-value-single-card-icon {
      max-width: 37px;
    }
  
    .core-value-single-card-title {
      font-size: 37px;
      line-height: 41px;
    }
  
    .core-value-single-card-details {
      font-size: 16px;
      line-height: 24px;
    }
  
    .core-value-main-tab-contant-wrapper {
      grid-row-gap: 60px;
      flex-direction: column-reverse;
      margin-bottom: 70px;
      padding: 40px 0;
    }
  
    .core-value-tab-right-img-wrapper {
      margin-left: auto;
      margin-right: auto;
    }
  
    .core-value-main-tab-wrapper {
      max-width: 100%;
      max-height: 100%;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .core-value-main-tab {
      align-items: center;
    }
  
    .coren-value-tab-menu {
      margin-bottom: 30px;
    }
  
    .core-value-main-counter-wrapper {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      place-items: center;
      height: 100%;
      padding: 50px;
      display: grid;
    }
  
    .core-value-counter-wrapper {
      align-items: center;
    }
  
    .number-digit {
      font-size: 55px;
    }
  
    .service-page-main-details-wrapper {
      flex-direction: column;
      align-items: center;
      margin-bottom: 40px;
    }
  
    .service-page-main-title-wrapper {
      max-width: 100%;
    }
  
    .servicepage-main-details-wrapper {
      max-width: 100%;
      padding-top: 0;
    }
  
    .service-single-details-wrapper {
      max-width: 100%;
    }
  
    .single-services-contant-wrap {
      margin-bottom: 40px;
    }
  
    .single-service-info-wrap {
      max-width: 100%;
      margin-bottom: 40px;
    }
  
    .single-services-rich-contant-wrap {
      margin-bottom: 30px;
    }
  
    .services-single-details h2 {
      margin-bottom: 12px;
      font-size: 43px;
    }
  
    .services-single-details p {
      margin-bottom: 15px;
      font-size: 17px;
    }
  
    .services-single-details ol {
      padding-left: 15px;
    }
  
    .services-single-details li {
      font-size: 17px;
      line-height: 27px;
    }
  
    .single-services-rich-contant-02-details h2 {
      letter-spacing: -1px;
      margin-bottom: 14px;
      font-size: 40px;
    }
  
    .single-services-rich-contant-02-details p, .single-services-rich-contant-02-details li {
      font-size: 16px;
    }
  
    .projects-contant-wrapper {
      grid-row-gap: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 50px;
    }
  
    .project-main-contant-title-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      padding-top: 0;
      display: flex;
    }
  
    .projects-main-contant-title-text {
      text-align: center;
      margin-bottom: 1rem;
      font-size: 3rem;
      line-height: 50px;
    }
  
    .projects-main-contant-img-wrapper {
      width: 100%;
      padding: 60px 70px 60px 4.375rem;
    }
  
    .projects-main-contant-img {
      width: 35rem;
    }
  
    .project-single-details-wrapper {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      flex-direction: column-reverse;
      justify-content: flex-start;
    }
  
    .project-details-left-content {
      max-width: 100%;
    }
  
    .project-left-single-title-wrapper {
      margin-bottom: 80px;
    }
  
    .project-details-right-content {
      width: 100%;
    }
  
    .project-details-author-wrapper {
      padding: 30px;
      position: static;
    }
  
    .project-details-author-single {
      padding-bottom: 20px;
    }
  
    .project-details-icon-wrapper {
      width: 40px;
      height: 40px;
    }
  
    .project-details-main-icon {
      max-width: none;
    }
  
    .project-details-category-name {
      margin-bottom: 4px;
      font-size: 22px;
    }
  
    .project-details-category-text-block {
      font-size: 16px;
    }
  
    .project-details-rich-content-img-wraper {
      grid-row-gap: 20px;
      flex-direction: column;
      margin-bottom: 40px;
    }
  
    .contuct-us-main-wrappr {
      grid-row-gap: 24px;
      grid-template-columns: 1fr 1fr;
    }
  
    .contuct-us-main-contant-wrapper {
      padding: 80px;
    }
  
    .name-wrapper {
      width: 100%;
      margin-bottom: 30px;
    }
  
    .name-or-email-flex {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px;
    }
  
    .name-felid {
      width: 100%;
    }
  
    .field-label-2 {
      margin-bottom: 15px;
    }
  
    .style-colour-flex-wrapper {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      margin-bottom: 100px;
      display: grid;
    }
  
    .style-colour-wrap {
      width: 100%;
    }
  
    .pp-container {
      padding: 40px;
    }
  
    .form-block-2 {
      margin-bottom: 0;
    }
  
    .works-collection-wrap {
      grid-column-gap: 16px;
      grid-row-gap: 20px;
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-items: center;
      display: grid;
    }
  
    .works_collection_item {
      flex: none;
      height: 22rem;
      margin-bottom: 1px;
    }
  
    .about-us-v2-main-img-bg-wrap {
      justify-content: center;
      align-items: center;
      width: auto;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      inset: 0%;
    }
  
    .about-us-v2-bg-img {
      width: 100%;
    }
  
    .about-us-main-v2-contant-wrapper {
      max-width: 574px;
    }
  
    .inner-banner {
      padding-top: 200px;
      padding-bottom: 100px;
    }
  
    .sg-divider {
      margin-top: 100px;
      margin-bottom: 80px;
    }
  
    .hamburger-menu-bar {
      background-color: #000;
      width: 40px;
      height: 3px;
      margin-top: 12px;
      margin-bottom: 12px;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .margin-large {
      margin: 2.5rem;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .fs-styleguide_2-col {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      grid-template-columns: 1fr;
    }
  
    .text-size-small.padding {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.3;
    }
  
    .heading-style-h3.text-weight-normal.tablet_sze {
      font-size: 1.75rem;
    }
  
    .padding-global {
      box-shadow: none;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .padding-xxlarge {
      padding: 4rem;
    }
  
    .hide-tablet {
      display: none;
    }
  
    .fs-styleguide_4-col {
      grid-template-columns: 1fr;
    }
  
    .padding-large {
      padding: 2.5rem;
    }
  
    .fs-styleguide_section {
      grid-column-gap: 2.5rem;
      grid-template-columns: 1fr;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-xxhuge {
      padding: 8rem;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .padding-section-large {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  
    .margin-xlarge {
      margin: 3rem;
    }
  
    .padding-xhuge {
      padding: 6rem;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .margin-medium {
      margin: 1.5rem;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-xhuge {
      margin: 6rem;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .heading-style-h1 {
      margin-bottom: 2rem;
      font-size: 3rem;
      line-height: 1.1;
    }
  
    .fs-styleguide_3-col {
      grid-template-columns: 1fr;
    }
  
    .margin-xxlarge {
      margin: 4rem;
    }
  
    .fs-styleguide_1-col {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
    }
  
    .padding-medium {
      padding: 1.5rem;
    }
  
    .fs-styleguide_heading-medium {
      font-size: 3rem;
    }
  
    .max-width-full-tablet {
      width: 100%;
      max-width: none;
    }
  
    .margin-xxhuge {
      margin: 8rem;
    }
  
    .padding-huge {
      padding: 5rem;
    }
  
    .text-size-large.text-weight-normal.tablet_size {
      font-size: 1.25rem;
    }
  
    .text-size-large.form_subheader {
      color: #000;
    }
  
    .padding-xlarge {
      padding: 3rem;
    }
  
    .padding-section-medium.tablet {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .heading-style-h4.area {
      text-align: center;
    }
  
    .margin-huge {
      margin: 5rem;
    }
  
    .div-block-4 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .service_card_bottom_wrapper {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .our-works-button-link-bottom {
      z-index: 2;
      width: 2.5rem;
      height: 2.5rem;
      position: absolute;
      inset: 1rem 1rem auto auto;
	  top: 18.5rem;
    }
  
    .div-block-8 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .dotted_line {
      display: none;
    }
  
    .text-size-medium-2.tablet_size {
      font-size: .75rem;
    }
  
    .table_companies_wrapper {
      grid-column-gap: .1rem;
      grid-row-gap: 0rem;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .div-block-70 {
      width: 16rem;
      height: 15rem;
      top: -5rem;
      right: 0;
    }
  
    .table_cell {
      width: 4rem;
      height: 4rem;
    }
  
    .table_cell.check.main {
      box-shadow: none;
      background-color: #fff0;
      border-radius: 99px;
      padding-top: 0;
      padding-left: 0;
    }
  
    .div-block-71 {
      width: 14rem;
      height: 16rem;
      left: auto;
      right: 0;
    }
  
    .lottie-animation.anim_3, .lottie-animation.anim_1, .lottie-animation.anim_2 {
      width: 6rem;
      height: 6rem;
    }
  
    .testomonials_wrapper {
      align-items: center;
    }
  
    .footer_content_block.invert {
      padding-right: 4rem;
    }
  
    .fast_cards {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
      flex-direction: column;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-items: center;
      margin-bottom: 0;
      display: grid;
    }
  
    .nav_main_wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .nav_main_wrapper.container-large {
      padding-top: .25rem;
    }
  
    .faq_title_text {
      font-size: 1.75rem;
    }
  
    .div-block-125 {
      padding-right: 2rem;
    }
  
    .devider_fast {
      display: none;
    }
  
    .service_image_wrapper._2 {
      border-top-right-radius: 15%;
    }
  
    .service_image_wrapper._3 {
      border-bottom-left-radius: 15%;
    }
  
    .quote_top {
      margin-bottom: 1rem;
    }
  
    .hero_wrapper.hero_grid-_second {
      grid-column-gap: 2rem;
      grid-template-columns: 1.25fr minmax(200px, 1.25fr);
    }
  
    .hero_wrapper.hero_grid_second {
      grid-column-gap: .7rem;
    }
  
    .divider_nav {
      height: 4.5rem;
    }
  
    .table_block {
      color: #000;
      text-align: left;
      background-color: #00254e00;
      background-image: none;
      height: 5.5rem;
    }
  
    .table_block.inner {
      background-color: #242424;
      border-radius: 0;
    }
  
    .table_block.feature {
      text-align: left;
      justify-content: flex-start;
      padding-left: 0;
    }
  
    .hero_top {
      margin-bottom: 1rem;
    }
  
    .hero_top.flex_row {
      display: flex;
    }
  
    .line_wrapper.alt {
      justify-content: space-between;
      align-items: center;
      display: flex;
    }
  
    .line_left-right_wrapper {
      grid-template-columns: 3.5fr 1fr;
    }
  
    .check_container {
      text-align: left;
    }
  
    .divider_bottom {
      align-self: stretch;
    }
  
    .procces_top_text {
      margin-bottom: 2rem;
      margin-left: 5rem;
      margin-right: 5rem;
    }
  
    .card_fast_wrapper {
      width: 80%;
      margin-bottom: 0;
    }
  
    .heading-style-h1-2 {
      margin-bottom: 2rem;
      font-size: 3rem;
      line-height: 1.1;
    }
  
    .heading-style-h1-2.cms_heading.no_margin.no_height {
      height: 0;
    }
  
    .heading-style-h1-2.cms_heading.no_margin.tablet_size, .heading-style-h1-2.cms_heading.text_highlight_secondary.tablet_size {
      font-size: 2.5rem;
    }
  
    .heading-style-h1-2.text-color-white.text-weight-xbold {
      text-align: center;
      font-size: 3.5rem;
    }
  
    .hero_quote_testimonial.width_mobile {
      width: 100%;
    }
  
    .line_left {
      padding-right: 3.5rem;
    }
  
    .quote_block {
      margin-bottom: 0;
    }
  
    .quote_block.padding {
      margin-right: 2rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  
    .button_phone_quote.align-left {
      margin-top: 2rem;
    }
  
    .services_blocks_wrapper {
      grid-row-gap: 1.5rem;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
    }
  
    .div-block-44 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .table_grid {
      grid-column-gap: .1rem;
      grid-row-gap: 1.5rem;
      grid-template: ". . Area"
                     ". . Area-2"
                     ". . Area-3"
                     ". . Area-4"
                     / 1fr 1fr 1fr;
      justify-items: stretch;
      overflow: hidden;
    }
  
    .table_feature_wrapper {
      grid-column-gap: 0rem;
      grid-row-gap: 1.5rem;
      text-align: left;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr;
      align-items: center;
      height: 100%;
    }
  
    .book_bottom {
      margin-bottom: 1rem;
    }
  
    .book_bottom.mobile_hide.roof_page {
      width: 20rem;
      margin-top: 0;
    }
  
    .table_content {
      grid-row-gap: 1rem;
      grid-template-columns: minmax(0, .25fr) minmax(0, .75fr);
      margin-top: 3rem;
      padding: 1rem 1.5rem 1.5rem;
    }
  
    .heading_wrapper_for_cms.flex {
      flex-flow: column;
      display: flex;
    }
  
    .faq_card-2:hover {
      background-color: #ececec;
    }
  
    .stars-3.tablet_size {
      width: 5rem;
    }
  
    .table_logo {
      background-image: url('../images/webclip_icon.png');
    }
  
    .nav_brand_logo_home {
      width: 11rem;
      height: auto;
    }
  
    .image {
      width: 20rem;
      height: 5rem;
    }
  
    .image-2 {
      width: 100%;
      height: 25rem;
    }
  
    .hero_testimonial-2 {
      top: 245px;
    }
  
    .hero_testimonial_mobile {
      top: 197px;
    }
  
    .padding-section-hero_landing.mobile {
      margin-top: 2rem;
      margin-bottom: 0;
    }
  
    .section_top_hero_landing.heading {
      background-image: none;
      background-position: 0 0;
    }
  
    .heading-style-h2-9 {
      font-size: 2.5rem;
    }
  
    .heading-style-h2-9.cmc_heading.no_margin {
      color: #000;
    }
  
    .multiple_choice_option_new {
      width: 13rem;
    }
  
    .form_input_container {
      height: 23rem;
      margin-top: 1.5rem;
      margin-bottom: .5rem;
    }
  
    .form_block {
      margin-left: 2.5rem;
    }
  
    .form_block.form_9 {
      flex-flow: column;
      width: 100%;
      margin-left: 0;
      display: flex;
    }
  
    .form_input_wrapper {
      height: 23rem;
      margin-top: 1.5rem;
      margin-bottom: .5rem;
    }
  
    .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      overflow: hidden;
    }
  
    .submit_button_icon {
      top: .65rem;
    }
  
    .form-3 {
      align-items: center;
      width: 100%;
    }
  
    .option_content_new {
      margin-bottom: 0;
    }
  
    .form_step.current {
      align-self: center;
      width: 80%;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .submit_button_wrapper {
      align-self: center;
      width: 50%;
    }
  
    .heading-style-h2-8 {
      font-size: 2rem;
    }
  
    .progress-2.six-card {
      align-self: center;
      place-items: center stretch;
      width: 80%;
      left: 5rem;
    }
  
    .image_line-break {
      bottom: 4.75rem;
      left: -10rem;
    }
  
    .heading-style-h3-2.text-weight-semibold.landing_under_form {
      font-size: 1.5rem;
    }
  
    .section_line-2.alt {
      position: relative;
    }
  
    .project-details-icon-wrapper_2 {
      width: 3rem;
      height: 3rem;
    }
  
    .project-details-category-text-block-copy {
      font-size: 1.25rem;
    }
  
    .project-details-category-name-copy {
      margin-bottom: 4px;
      font-size: 2rem;
    }
  
    .nav_container_lp.phone {
      display: none;
    }
  
    .section_form_lp {
      order: 1;
    }
  
    .nav_top_wrapper {
      display: none;
    }
  
    .nav_reviews_image_lp {
      padding-top: 0;
    }
  
    .location_content {
      flex-flow: column;
      margin-left: 2rem;
      margin-right: 2rem;
      padding-left: 0;
      padding-right: 0;
    }
  
    .location_right {
      background-image: none;
      flex: 0 auto;
      height: 50rem;
    }
  
    .list-text_location {
      padding-left: 0;
    }
  
    .service-location-list {
      grid-template-columns: 1.25fr 1fr 1.25fr;
      margin-left: 6rem;
    }
  
    .location_left {
      flex: 0 auto;
    }
  
    .heading_best.small, .heading_best-3.small, .heading_best-3.small {
      margin-left: 8rem;
      margin-right: 8rem;
    }
  
    .padding-global-3 {
      box-shadow: none;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .review_slider_wraper {
      height: 30rem;
      margin-top: 1rem;
    }
  
    .testimonials_name_wrapper-2 {
      justify-content: center;
      align-items: center;
    }
  
    .testimonial_slide {
      padding-right: 2rem;
    }
  
    .text-size-large-4 {
      font-size: 1.5rem;
    }
  
    .text-size-large-4.hero {
      font-size: 1.75rem;
    }
  
    .quote_block-2 {
      margin-bottom: 0;
    }
  
    .quote_block-2.hero_padding {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .rgba_bg {
      background-image: linear-gradient(#000000b0, #000000b0);
    }
  
    .container-medium-3 {
      max-width: 32rem;
      padding-top: 5rem;
      padding-bottom: 4.5rem;
    }
  
    .container-medium-3.relative {
      max-width: 40rem;
    }
  
    .button_wrapper.pralax {
      justify-content: center;
      align-items: center;
    }
  
    .badge {
      margin-bottom: 1rem;
      padding-left: .75rem;
      padding-right: .75rem;
      font-size: .938rem;
    }
  
    .hero-benefits-2 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin-left: 0;
      margin-right: 0;
    }
  
    .button-8 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .button-8.hero.alt.inverse {
      padding-left: 3rem;
      padding-right: 3rem;
      display: block;
    }
  
    .heading-style-h2-10 {
      font-size: 2.5rem;
    }
  
    .heading-style-h2-10.cmc_heading.no_margin {
      color: #fff;
    }
  
    .heading-style-h1-3 {
      display: none;
    }
  
    .square_card {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .best_icons_top_wrapper {
      grid-template-columns: 1fr 1fr;
      margin-left: 6rem;
      margin-right: 6rem;
    }
  
    .best_icon_wrapper.heading {
      justify-content: center;
      align-items: center;
    }
  
    .triangle {
      width: 10.9375rem;
      top: -.1875rem;
    }
  
    .best-icon_text {
      font-size: 1.25rem;
    }
  
    .best-icon_text.heading {
      width: auto;
    }
  
    .review_slider_wraper-2 {
      height: 28rem;
      margin-top: 1rem;
    }
  
    .padding-section-medium-2 {
      padding-top: .5rem;
      padding-bottom: 2rem;
    }
  
    .diamond_border {
      width: 19.8rem;
      height: 19.8rem;
      margin-top: 3rem;
      margin-left: 3.025rem;
      padding-top: 1.64rem;
      padding-left: 1.64rem;
    }
  
    .diamond_border.alt {
      margin-left: -1rem;
    }
  
    .diamond_wrapper {
      margin-top: 2rem;
      padding-left: 3rem;
    }
  
    .diamond_content_container._3 {
      margin-right: .9rem;
    }
  
    .diamond_square {
      width: 16.5rem;
      height: 16.5rem;
    }
  
    .padding-global-4 {
      background-color: #fff0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .padding-global-5 {
      box-shadow: none;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .best_left {
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .best_right {
      margin-bottom: 2rem;
    }
  
    .heading_wrapper_for_cms-5.med_margin.mobile {
      display: none;
    }
  
    .check_container-2 {
      text-align: left;
    }
  
    .hero_5_right-3 {
      position: relative;
    }
  
    .heading-style-h3-3.text-weight-normal.tablet_size {
      font-size: 1.75rem;
    }
  
    .image-12 {
      object-fit: cover;
      width: 100%;
      height: 15rem;
      margin-bottom: -2rem;
    }
  
    .hero_left-2 {
      z-index: 3;
    }
  
    .form-block-3 {
      padding-bottom: 0;
    }
  
    .heading-style-h2-11 {
      font-size: 2.5rem;
    }
  
    .heading-style-h2-11.cmc_heading.form, .heading-style-h2-11.cmc_heading.text_highlight_secondary {
      font-size: 3rem;
    }
  
    .bottom-fom_left {
      width: 80%;
    }
  
    .text-size-large-8.text-weight-bold {
      text-align: center;
    }
  
    .hero_testimonial-3 {
      width: 95%;
      top: 245px;
    }
  
    .number_bottom_wrapper {
      z-index: 999;
      background-color: #09a241;
      display: block;
      position: fixed;
      inset: auto 0% 0%;
    }
  
    .call_now_link_wrapper-2 {
      justify-content: center;
      align-items: center;
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .number_bottom_text {
      font-size: 3rem;
    }
  
    .pralax_left {
      text-align: right;
      align-self: center;
    }
  
    .padding-section-medium-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .pralax_wrapper {
      justify-content: center;
      align-items: center;
    }
  
    .heading-style-h1-4.text-color-white {
      font-size: 3.75rem;
    }
  
    .quote_block-3 {
      margin-bottom: 0;
    }
  
    .quote_block-3.hero_padding {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
    .quote_block-3.hero_padding.pralax {
      width: 75%;
      margin-right: 0;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .button-9 {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  
    .button-9.hero.alt.inverse {
      justify-content: center;
      align-items: center;
      width: 75%;
      margin-right: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      display: flex;
    }
  
    .padding-global-6 {
      background-color: #fff0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .icons_line_wrapper {
      grid-template-columns: 1fr 1fr;
      margin-left: 6rem;
      margin-right: 6rem;
    }
      
  .primary-button-text {
      font-size: 2rem;
    }

    #w-node-e3c3e1f3-f0b6-f184-d29f-30ddd7ca7d05-3728aaf6 {
        grid-area: span 1 / span 1 / span 1 / span 1;
      }
    
      #quote_form_wrapper.w-node-_3a68fcde-db17-0f84-5795-d515649f498d-3728aaf6 {
        align-self: start;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e1229c-3728aaf6 {
        grid-area: Area-2;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122a8-3728aaf6 {
        grid-area: Area-3;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122c6-3728aaf6 {
        grid-area: Area;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122c8-3728aaf6 {
        grid-area: Area-2;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122ca-3728aaf6 {
        grid-area: Area-3;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122cc-3728aaf6 {
        grid-area: Area-4;
      }
    
      #w-node-_175a2161-a387-18ab-e10c-757fd16ada7d-3728aaf6, #w-node-d11ec756-844e-5832-bac6-7fa421b9713b-ea985a2e, #w-node-_7034025c-5547-c984-8c06-7c0dcde586f6-ea985a2e, #w-node-c10a8dee-ceab-0700-4baa-5506421748a9-ea985a2e {
        grid-area: span 1 / span 1 / span 1 / span 1;
      }
        
      .divider-line.horizontal {
        background-color: #fff;
        order: 2;
        width: 100%;
        height: 1px;
        margin: .5rem 0;
        display: block;
      }
	  
	  picture.testimonial-card-main-contant-wrapper {
		  background-color: #f4f6f7;
	  }

  }
  @media screen and (max-width: 767px) {
    h1, h2, h3 {
      font-size: 45px;
    }
  
    h4 {
      font-size: 27px;
    }
  
    h5 {
      font-size: 19px;
    }
  
    h6 {
      font-size: 22px;
      line-height: 32px;
    }
  
    .navbar {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .nav-main-menu-flex {
      max-height: 85vh;
      padding: 20px;
      overflow: auto;
    }
  
    .primary-button {
      padding: 10px 20px;
    }
  
    .primary-button.banner {
      grid-row-gap: 0px;
      padding: 12px 20px;
    }
  
    .primary-button-text {
      font-size: 15px;
      line-height: 27px;
    }
  
    .benner-section {
      padding-top: 120px;
    }
  
    .secondary-button {
      grid-row-gap: 0px;
      padding: 12px 20px;
    }
  
    .secondary-button.white {
      padding: 10px 20px;
    }
  
    .secondary-button-text {
      font-size: 17px;
    }
  
    .secondary-button-text.white {
      font-size: 16px;
      line-height: 26px;
    }
  
    .benner-main-img-wrapper {
      height: 100%;
    }
  
    .benner-main-img-2-wrapper {
      height: 20rem;
        
    }
  
    .media-box {
      top: -16px;
      left: 124px;
    }
  
    .media-box.v2 {
      top: 1515px;
      left: 377px;
    }
  
    .media-img {
      max-width: 64px;
    }
  
    .media-img.v2 {
      width: 100px;
      max-width: 80px;
    }
  
    .media-play-buton {
      max-width: 13px;
      top: 41%;
      left: 42%;
    }
  
    .banner-ticker-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .banner-ticker-content-wrap {
      grid-column-gap: 18px;
      margin-right: 18px;
    }
  
    .ticker-details {
      letter-spacing: 0;
      font-size: 18px;
    }
  
    .ticker-star {
      max-width: 28px;
    }
  
    .section, .section.our-services {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .section.why-choose-us {
      padding-top: 80px;
      padding-bottom: 0;
    }
  
    .section.our-process, .section.our-works, .section.testimonials, .section.faq-section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .section.footer {
      padding-top: 60px;
      padding-bottom: 20px;
    }
  
    .section.about-us-v2 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .section.our-mission {
      padding-top: 80px;
    }
  
    .section.core-value, .section.contuct-info, .section.after-banner {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .section-title {
      letter-spacing: -3px;
      font-size: 33px;
      line-height: 41px;
    }
  
    .section-title.white {
      letter-spacing: 0;
      line-height: 55px;
    }
  
    .section-title.white.care-value-tab-contant-text {
      letter-spacing: -1px;
      font-size: 35px;
      line-height: 45px;
    }
  
    .section-title.white.our-service {
      letter-spacing: -2px;
      font-size: 38px;
      line-height: 48px;
    }
  
    .section-title.white.our-process {
      letter-spacing: -1px;
      font-size: 38px;
    }
  
    .section-title.white.testimonial-v1, .section-title.white.inner-benner {
      font-size: 38px;
      line-height: 48px;
    }
  
    .section-title.size-70 {
      letter-spacing: -3px;
      margin-bottom: 0;
      font-size: 38px;
      line-height: 48px;
    }
  
    .section-title.size-70.why-chosse-us-title {
      font-size: 38px;
      line-height: 48px;
    }
  
    .section-title.size-70.faq-title {
      font-size: 43px;
      line-height: 53px;
    }
  
    .section-title.size-70.core-value {
      font-size: 38px;
      line-height: 48px;
    }
  
    .section-title.size-70.service-section-title {
      font-size: 41px;
      line-height: 49px;
    }
  
    .section-title.mg-bottom-16px.text-size-70 {
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 50px;
    }
  
    .section-title.white {
      font-size: 45px;
      line-height: 55px;
    }
  
    .section-title-wrapper {
      margin-bottom: 10px;
    }
  
    .section-details-wrapper {
      max-width: 100%;
      padding-top: 0;
    }
  
    .section-details {
      max-width: 381px;
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 25px;
    }
  
    .section-details.white {
      max-width: 365px;
    }
  
    .section-details.white.max-840 {
      max-width: 100%;
      margin-bottom: 30px;
    }
  
    .section-details.white.service-v1 {
      max-width: 100%;
    }
  
    .section-details.none-margin {
      font-size: 14px;
    }
  
    .about-us-left-contant-wrapper {
      padding: 20px;
    }
  
    .about-us-left-single-contant-flex {
      grid-row-gap: 10px;
      flex-direction: column;
    }
  
    .about-us-left-single-cercle {
      width: 40px;
      height: 40px;
    }
  
    .about-us-left-arrow-img {
      max-width: 20px;
    }
  
    .about-us-left-single-details-wrapper {
      max-width: 100%;
    }
  
    .about-us-left-title {
      font-size: 21px;
    }
  
    .about-text-details {
      font-size: 16px;
    }
  
    .service-main-flex {
      margin-bottom: 40px;
    }
  
    .our-service-grid {
      grid-template-columns: 1fr;
    }
  
    .service-main-contant-flex {
      padding: 25px;
    }
  
    .service-main-title-img-wrapper {
      width: 50px;
      height: 50px;
    }
  
    .service-contant-title-img {
      max-width: 26px;
    }
  
    .service-hover-wrapper {
      display: block;
    }
  
    .service-hover-img {
      width: 100%;
      max-height: 351px;
    }
  
    .why-choose-us-main-wrapper {
      margin-bottom: 40px;
    }
  
    .why-choose-us-main-details-wrapper {
      width: 100%;
    }
  
    .why-choose-us-main-slide-wrapper {
      padding: 25px;
    }
  
    .why-choose-us-silde-title {
      font-size: 30px;
    }
  
    .why-choose-us-silde-details {
      font-size: 16px;
    }
  
    .why-choose-us-main-contant-flex {
      padding-bottom: 87px;
    }
  
    .slide-nav {
      left: -44px;
    }
  
    .our-process-main-flex {
      margin-bottom: 25px;
    }
  
    .our-process-main-details-wrapper {
      max-width: 409px;
    }
  
    .our-process-content-flex-wrap {
      align-items: flex-start;
    }
  
    .our-process-img-wrap {
      display: flex;
    }
  
    .our-processs-scroll-title {
      width: 350px;
      font-size: 30px;
      line-height: 38px;
    }
  
    .our-process-contant-details {
      width: 100%;
      font-size: 16px;
    }
  
    .our-process-list {
      grid-row-gap: 11px;
    }
  
    .our-process-list-text {
      font-size: 14px;
    }
  
    .our-work-main-flex-wrapper {
      margin-bottom: 40px;
    }
  
    .our-works-post-card-wrapper {
      border-radius: 10px;
      overflow: hidden;
    }
  
    .our-works-hover-wrapper {
      grid-row-gap: 0px;
      padding: 25px;
      display: flex;
    }
  
    .our-works-button-link {
      width: 40px;
      height: 40px;
    }
  
    .testimonial-main-flex {
      margin-bottom: 25px;
    }
  
    .testimonial-card-main-wrapper {
      margin-right: 15px;
    }
  
    .testimonial-card-main-contant-wrapper {
      max-width: 247px;
    }
  
    .testimonial-card-main-contant-wrapper.top {
      width: auto;
      height: auto;
      max-height: 433px;
      margin-right: 15px;
    }
  
    .testimonial-card-details {
      text-align: left;
      font-size: 13px;
      line-height: 23px;
    }
  
    .testimonal-card-athor-wrapper {
      grid-row-gap: 10px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
  
    .testimonal-athor-details {
      grid-row-gap: 0px;
    }
  
    .testimonial-athor-name {
      font-size: 16px;
    }
  
    .faq-header {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .faq-text {
      font-size: 16px;
      line-height: 26px;
    }
  
    .faq-ans {
      width: 100%;
      font-size: 15px;
    }
  
    .footer-main-flex {
      margin-bottom: 30px;
    }
  
    .footer-title-wrapper {
      max-width: 100%;
    }
  
    .footer-title {
      letter-spacing: 0;
      font-size: 28px;
      line-height: 30px;
    }
  
    .footer-main-contant-wrapper {
      margin-bottom: 30px;
    }
  
    .footer-details {
      margin-bottom: 20px;
      font-size: 17px;
    }
  
    .text-field {
      height: 40px;
    }
  
    .footer-button {
      width: 40px;
      height: 40px;
    }
  
    .social-link {
      width: 50px;
      height: 50px;
    }
  
    .socal-arrow {
      font-size: 18px;
    }
  
    .footer-left-contant-wrapper {
      grid-column-gap: 20px;
      grid-row-gap: 40px;
      flex-direction: column;
      grid-template-rows: auto;
      grid-template-columns: .4fr 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .footer-main-link-flex {
      grid-column-gap: 71px;
    }
  
    .footer-shape {
      margin-bottom: 20px;
    }
  
    .copy-right-text {
      font-size: 16px;
    }
  
    .benner-v2-main-title {
      letter-spacing: -2px;
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 45px;
    }
  
    .benner-v2-title-shape {
      background-position: 50% 82%;
      background-size: 100%;
    }
  
    .benner-v2-card-contant-wrapper {
      max-width: 100%;
      padding: 25px;
    }
  
    .benner-v2-card-contant-flex {
      text-align: center;
    }
  
    .benner-v2-card-details-wrapper {
      margin-bottom: 40px;
    }
  
    .happy-counter-wrapper {
      justify-content: center;
    }
  
    .number-digit-2 {
      font-size: 70px;
    }
  
    .section-title-mark {
      background-position: 50% 78%;
      background-size: 100%;
    }
  
    .about-us-v2-title-img, .about-us-v2-title-arrow {
      display: none;
    }
  
    .about-us-v2-main-img-wrapper {
      margin-bottom: 20px;
    }
  
    .our-mission-main-wrapper {
      margin-bottom: 50px;
    }
  
    .our-mission-main-flex-wrapper {
      margin-bottom: 30px;
    }
  
    .our-mission-contant-wrapper {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      flex-direction: column;
      margin-bottom: 25px;
    }
  
    .our-mission-img {
      border-radius: 10px;
    }
  
    .our-mission-contant-left-img-wrapper {
      grid-row-gap: 15px;
    }
  
    .our-mission-main-details {
      font-size: 15px;
      line-height: 25px;
    }
  
    .core-value-main-flex-wrapper {
      margin-bottom: 20px;
    }
  
    .core-value-caid-grid-wrapper {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 1fr;
      margin-bottom: 60px;
    }
  
    .core-value-single-card-wrapper {
      padding: 30px;
    }
  
    .core-value-single-card-icon-wrapper {
      width: 50px;
      height: 50px;
      margin-bottom: 20px;
    }
  
    .core-value-single-card-icon {
      max-width: 27px;
    }
  
    .core-value-single-card-title {
      font-size: 32px;
    }
  
    .core-value-main-tab-contant-wrapper {
      grid-row-gap: 40px;
      margin-bottom: 40px;
      padding: 40px;
    }
  
    .core-value-tab-right-img-wrapper {
      max-width: 100%;
    }
  
    .core-value-tab-right-img-02 {
      max-width: 163px;
      right: -8%;
    }
  
    .coren-value-tab-menu {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-wrap: wrap;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      place-content: stretch flex-start;
      margin-bottom: 25px;
      display: flex;
    }
  
    .core-value-tab-link {
      padding: 15px 20px;
    }
  
    .core-value-main-counter-wrapper {
      grid-column-gap: 25px;
      grid-row-gap: 25px;
      padding: 40px;
    }
  
    .counter-text-core-value {
      font-size: 17px;
    }
  
    .service-page-main-details-wrapper {
      margin-bottom: 35px;
    }
  
    .single-service-info-wrap {
      margin-bottom: 30px;
    }
  
    .single-services-rich-contant-wrap {
      margin-bottom: 20px;
    }
  
    .services-single-details h2 {
      font-size: 35px;
    }
  
    .services-single-details p {
      font-size: 16px;
    }
  
    .services-single-details li {
      font-size: 15px;
    }
  
    .single-services-rich-contant-02-details h2 {
      font-size: 32px;
    }
  
    .single-services-rich-contant-02-details p {
      font-size: 15px;
    }
  
    .single-services-rich-contant-02-details li {
      font-size: 14px;
    }
  
    .projects-contant-wrapper {
      padding: 40px;
    }
  
    .projects-main-contant-title-text {
      letter-spacing: 0;
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 38px;
    }
  
    .projects-main-contant-img-wrapper {
      padding: 50px 60px;
    }
  
    .projects-main-contant-img {
      max-width: 287px;
    }
  
    .project-left-single-title-wrapper {
      margin-bottom: 60px;
    }
  
    .project-details-author-wrapper {
      padding: 20px;
    }
  
    .contuct-us-main-wrappr {
      grid-template-columns: 1fr;
    }
  
    .contuct-us-main-img {
      width: 100%;
    }
  
    .contuct-us-text-wrapper {
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 25px;
    }
  
    .contuct-us-main-contant-wrapper {
      padding: 50px 40px;
    }
  
    .field-label-2 {
      font-size: 24px;
    }
  
    .sg-mini-title {
      margin-bottom: 40px;
    }
  
    .style-colour-flex-wrapper {
      grid-template-columns: 1fr;
      margin-bottom: 80px;
    }
  
    .big-pragraph {
      font-size: 22px;
    }
  
    .pragraph-fornt {
      font-size: 16px;
    }
  
    .secondery-button.pp {
      padding: 15px 30px;
    }
  
    .pp-container {
      max-width: 449px;
      padding: 30px;
    }
  
    .pp-title {
      font-size: 43px;
    }
  
    .pp-details {
      width: 100%;
      font-size: 16px;
    }
  
    .pp-field {
      padding: 16px 30px;
    }
  
    .works-collection-wrap {
      display: flex;
    }
  
    .about-us-v2-main-img-bg-wrap, .about-us-main-v2-contant-wrapper {
      max-width: 100%;
    }
  
    .inner-banner {
      padding-top: 150px;
      padding-bottom: 80px;
    }
  
    .sg-divider {
      margin-top: 80px;
      margin-bottom: 60px;
    }
  
    .sg-title-wrapper {
      grid-row-gap: 20px;
    }
  
    .hamburger-menu-bar.top, .hamburger-menu-bar.buttom {
      width: 35px;
    }
  
    .margin-large {
      margin: 1.5rem;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .fs-styleguide_section-header {
      font-size: .875rem;
    }
  
    .padding-global {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .padding-section-small {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  
    .padding-xxlarge {
      padding: 3rem;
    }
  
    .max-width-full-mobile-landscape {
      width: 100%;
      max-width: none;
    }
  
    .padding-large {
      padding: 1.5rem;
    }
  
    .fs-styleguide_version {
      font-size: .875rem;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .fs-styleguide_heading-large {
      font-size: 3rem;
    }
  
    .hide-mobile-landscape {
      display: none;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-xxhuge {
      padding: 4.5rem;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .padding-section-large {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  
    .margin-xlarge {
      margin: 2rem;
    }
  
    .padding-xhuge {
      padding: 4rem;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .margin-medium {
      margin: 1.25rem;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-bottom.padding-custom1 {
      padding-bottom: 1rem;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .margin-xhuge {
      margin: 4rem;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .heading-style-h1 {
      margin-bottom: 1.5rem;
    }
  
    .margin-xxlarge {
      margin: 3rem;
    }
  
    .padding-medium {
      padding: 1.25rem;
    }
  
    .fs-styleguide_heading-medium {
      font-size: 2rem;
    }
  
    .margin-xxhuge {
      margin: 4.5rem;
    }
  
    .padding-huge {
      padding: 3.5rem;
    }
  
    .text-size-large.form_subheader {
      font-size: 1.2rem;
    }
  
    .padding-xlarge {
      padding: 2rem;
    }
  
    .padding-section-medium {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .heading-style-h4 {
      font-size: 1rem;
    }
  
    .heading-style-h6 {
      font-size: .75rem;
    }
  
    .text-style-nowrap {
      white-space: normal;
    }
  
    .margin-huge {
      margin: 3.5rem;
    }
  
    .our-works-button-link-bottom {
      width: 40px;
      height: 40px;
    }
  
    .line_right {
      height: auto;
      margin-top: -4rem;
      margin-bottom: 2rem;
      display: flex;
    }
  
    .text-size-medium-2.table_feature_text {
      font-size: .9rem;
    }
  
    .div-block-70 {
      width: 50%;
      height: 15rem;
      margin-right: 1rem;
      position: static;
    }
  
    .div-block-71 {
      width: 50%;
      height: 15rem;
      position: static;
    }
  
    .footer_content_block.invert {
      padding-right: 2rem;
    }
  
    .hero_check_container {
      margin-bottom: 3rem;
    }
  
    .fast_cards {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  
    .icon_checkmark {
      margin-right: .75rem;
    }
  
    .faq_title_text {
      font-size: 1.5rem;
    }
  
    .div-block-125 {
      padding-right: 0;
    }
  
    .hero_wrapper.hero_grid-_second {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr;
      display: flex;
    }
  
    .hero_wrapper.hero_grid_second {
      display: flex;
    }
  
    .divider_nav {
      margin-left: 1rem;
      margin-right: 1rem;
      display: none;
    }
  
    .table_block {
      text-transform: uppercase;
      width: 100%;
      padding-left: .25rem;
      padding-right: .25rem;
    }
  
    .line_wrapper {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .line_left-right_wrapper {
      grid-template: "Area"
                     "."
                     / 1fr;
    }
  
    .testimonials_grid {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-flow: column;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: flex;
    }
  
    .div-block-111 {
      display: none;
    }
  
    .be_af_grid {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
  
    .mobile_bottom_nav {
      z-index: 39;
      background-color: #242424;
      padding-top: 1rem;
      padding-bottom: 1rem;
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
    }
  
    .procces_top_text {
      margin-left: 0;
      margin-right: 0;
    }
  
    .heading-style-h1-2 {
      margin-bottom: 1.5rem;
    }
  
    .hero_nav {
      position: static;
    }
  
    .quote_block.in_nav {
      padding-left: 1rem;
      padding-right: 1rem;
      display: none;
    }
  
    .quote_block.in_nav.mobile_sticky {
      margin-right: auto;
      display: block;
    }
  
    .button_phone_quote {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .button_phone_quote.align-left {
      width: 100%;
    }
  
    .table_content {
      grid-column-gap: 0rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .divider-line.hide {
      display: none;
    }
  
    .faq_title_wrapper-2 {
      padding-right: 2.7rem;
    }
  
    .nav_brand_logo_home {
      width: 12rem;
    }
  
    .heading-style-h2-9 {
      align-self: flex-start;
      font-size: 2rem;
    }
  
    .multiple_choice_option_new {
      width: 15rem;
    }
  
    .form_input_container {
      height: 19.75rem;
    }
  
    .form_input_wrapper {
      grid-template-columns: 1fr 1fr;
      height: 22.25rem;
    }
  
    .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
      align-self: center;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
    }
  
    .option_content_new {
      line-height: 1.2;
    }
  
    .form_step.current, .submit_button_wrapper {
      width: 100%;
    }
  
    .heading-style-h2-8 {
      font-size: 2rem;
    }
  
    .heading-style-h2-8.form_title {
      font-size: 1.7rem;
    }
  
    .progress-2.six-card {
      width: 100%;
      left: 0;
    }
  
    .image_line-break {
      display: none;
    }
  
    .heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only {
      display: block;
    }
  
    .heading-style-h3-2.text-weight-semibold.landing_under_form.desktop_only {
      display: none;
    }
  
    .nav_container_lp {
      height: 4rem;
    }
  
    .line_wrapper_alt {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .padding-global-3 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .text-size-large-4 {
      font-size: 1.25rem;
    }
  
    .container-medium-3 {
      max-width: 24rem;
      padding-top: 3rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .container-medium-3.relative {
      max-width: 32rem;
    }
  
    .button-8 {
      font-size: 1.375rem;
    }
  
    .heading-style-h2-10 {
      align-self: flex-start;
      font-size: 2rem;
    }
  
    .heading-style-h1-3 {
      font-size: 2.5rem;
    }
  
    .logo-container {
      min-width: 150%;
    }
  
    .padding-section-medium-2 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .padding-global-4, .padding-global-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .heading-style-h2-11 {
      align-self: flex-start;
      font-size: 2rem;
    }
  
    .hero_check_container-2 {
      margin-bottom: 3rem;
    }
  
    .padding-section-medium-3 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .heading-style-h1-4 {
      font-size: 2.5rem;
    }
  
    .button-9 {
      font-size: 1.375rem;
    }
  
    .padding-global-6 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    #w-node-b4cac48a-caa8-cac5-db76-42a1cb0270f4-cb027076 {
        grid-area: span 1 / span 2 / span 1 / span 2;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122ec-3728aaf6 {
        grid-area: Area;
      }
    
      #w-node-_040e22a6-ea12-f73b-c2c1-136c31e1216e-3728aaf6, #w-node-ff39b7f2-d8e7-52d5-c3ea-ba88367addb3-3728aaf6 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: start;
      }
    
      #w-node-de823f34-dbed-bcc9-e288-8b2af359dbfe-ea985a2e {
        grid-area: Area;
      }
    
      #w-node-c10a8dee-ceab-0700-4baa-550642174855-ea985a2e {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: start;
      }
}
  @media screen and (max-width: 479px) {
    h1, h2, h3 {
      font-size: 35px;
    }
  
    h4, h5 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 17px;
      line-height: 27px;
    }
  
    h6 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 28px;
    }
      .benner-v2-card-contant-wrapper.alt{
      order: 1;
          
      }
  
    .navbar {
      padding-top: 0;
      padding-bottom: 15px;
    }
	  
	  .service-button-wrapper {
      width: 100%;
    }
	  
	  .our-proccess-button {
    width: 100%;
  }
	  
  
    .nav-main-wrapper {
      padding-top: 1rem;
    }
  
    .nav-main-logo-wrapper.w--current {
      padding-left: 0;
    }
  
    .nav-main-menu-flex {
      align-items: stretch;
      max-height: 85vh;
      padding: 30px;
      overflow: auto;
    }
  
    .nav-right-wrapper {
      grid-column-gap: 20px;
    }
  
    .primary-button {
      justify-content: center;
		width: 93%;
    }
  
    .primary-button.banner {
      padding: 12px 20px;
	  width: 100%;	
    }
  
    .primary-button.banner.footer {
      width: 10rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .primary-button-text {
      font-size: 15px;
      line-height: 25px;
    }
  
    .benner-section {
      padding-top: 8rem;
    }
  
      .benner-v2-card-details-wrapper{
      margin-bottom: 0rem;
          
      }
      
    .secondary-button {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .secondary-button-text {
      font-size: 14px;
    }
  
    .benner-main-img-wrapper {
      grid-column-gap: 8px;
      grid-row-gap: 0px;
      flex-direction: column;
      margin-top: 0rem; 
    }
  
    .benner-main-img-2-wrapper {
      width: auto;
      height: 20rem;
    }
  
    .benner-main-img-02 {
      height: auto;
    }
  
    .media-box {
      top: 298px;
      left: 115px;
    }
  
    .media-box.v2 {
      top: 287px;
      left: 117px;
    }
  
    .media-img {
      max-width: 55px;
    }
  
    .media-img.v2 {
      max-width: 60px;
    }
  
    .media-play-buton {
      max-width: 10px;
    }
  
    .ticker-details {
      letter-spacing: 0;
      font-size: 14px;
    }
  
    .section, .section.our-services {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section.why-choose-us {
      padding-top: 60px;
    }
  
    .section.our-process, .section.our-works, .section.testimonials, .section.faq-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section.footer {
      padding-top: 40px;
      padding-bottom: 15px;
    }
  
    .section.about-us-v2 {
      margin-top: -4px;
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section.our-mission {
      padding-top: 60px;
    }
  
    .section.core-value {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
    }
  
    .section.contuct-info {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .section.after-banner {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .sub-title.black.absolut {
      text-align: center;
      width: auto;
      padding-left: .75rem;
      padding-right: .75rem;
    }
  
    .sub-title.black.alt {
      text-align: center;
      padding-left: .75rem;
      padding-right: .75rem;
    }
  
    .sub-title-text {
      font-size: 14px;
    }
  
    .section-title {
      letter-spacing: 0;
      margin-bottom: 10px;
      font-size: 23px;
      line-height: 33px;
    }
  
    .section-title.white {
      margin-bottom: 8px;
      font-size: 25px;
      line-height: 35px;
    }
  
    .section-title.white.care-value-tab-contant-text {
      letter-spacing: 0;
      font-size: 19px;
      line-height: 29px;
    }
  
    .section-title.white.our-service {
      letter-spacing: 0;
      font-size: 23px;
      line-height: 35px;
    }
  
    .section-title.white.our-process {
      letter-spacing: 0;
      font-size: 23px;
      line-height: 29px;
    }
  
    .section-title.white.testimonial-v1 {
      font-size: 23px;
      line-height: 35px;
    }
  
    .section-title.white.inner-benner {
      font-size: 23px;
      line-height: 33px;
    }
  
    .section-title.size-70 {
      letter-spacing: -2px;
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 40px;
    }
  
    .section-title.size-70.why-chosse-us-title {
      letter-spacing: -2px;
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 35px;
    }
  
    .section-title.size-70.faq-title {
      letter-spacing: -1px;
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 35px;
    }
  
    .section-title.size-70.core-value {
      letter-spacing: -1px;
      font-size: 26px;
      line-height: 35px;
    }
  
    .section-title.size-70.service-section-title {
      margin-bottom: 10px;
      font-size: 28px;
      line-height: 33px;
    }
  
    .section-title.mg-bottom-16px.text-size-70 {
      margin-bottom: 0;
      font-size: 30px;
    }
  
    .section-title.white {
      font-size: 25px;
      line-height: 35px;
    }
  
    .section-title-wrapper {
      margin-bottom: 0;
    }
  
    .section-details {
      max-width: 100%;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
    }
  
    .section-details.white {
      max-width: 100%;
      font-size: 15px;
    }
  
    .section-details.white.max-840 {
      margin-bottom: 25px;
    }
  
    .section-details.white.core-value-tab-contant-details {
      text-align: center;
      max-width: 100%;
      font-size: 13px;
    }
  
    .section-details.white.our-process, .section-details.white.service-v1 {
      font-size: 14px;
    }
  
    .section-details.core-value-details, .section-details.none-margin {
      font-size: 13px;
    }
  
    .about-us-left-single-contant-flex {
      flex-direction: column;
      padding-bottom: 5px;
    }
  
    .about-us-left-single-details-wrapper {
      grid-row-gap: 1px;
      margin-bottom: 20px;
    }
  
    .about-us-left-title {
      font-size: 17px;
    }
  
    .about-text-details {
      font-size: 14px;
      line-height: 24px;
    }
  
    .service-main-flex {
      margin-bottom: 1.5rem;
    }
  
    .service-contant-flex-wrapper.v1 {
      height: auto;
    }
  
    .service-main-contant-flex {
      padding: 20px;
    }
  
    .service-post-title {
      margin-bottom: 10px;
      font-size: 22px;
    }
  
    .service-post-details {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 24px;
    }
  
    .read-more-text {
      font-size: 16px;
    }
  
    .read-more-arrow {
      font-size: 17px;
    }
  
    .service-hover-wrapper {
      width: 100%;
      height: 100%;
      display: block;
    }
  
    .service-hover-img {
      height: 100%;
      max-height: none;
    }
  
    .why-choose-us-main-wrapper {
      margin-bottom: 20px;
    }
  
    .why-choose-us-main-contant-wrapper {
      padding-left: 16px;
    }
  
    .mask {
      width: 288px;
    }
  
    .slide {
      margin-right: 15px;
    }
  
    .why-choose-us-main-slide-wrapper {
      padding: 20px 15px;
    }
  
    .why-choose-us-silde-title {
      font-size: 26px;
    }
  
    .why-choose-us-silde-details {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 23px;
    }
  
    .why-choose-us-main-contant-flex {
      padding-bottom: 40px;
    }
  
    .slide-nav {
      display: none;
      top: 371px;
      left: -18px;
    }
  
    .our-process-main-details-wrapper {
      padding-top: 10px;
    }
  
    .our-process-content-flex-wrap, .our-process-img-wrap {
      grid-row-gap: 20px;
    }
  
    .our-process-contant-img-wrapper-1 {
      margin-bottom: 0;
    }
  
    .our-process-contant-img-wrapper-2 {
      padding-bottom: 10px;
      padding-right: 10px;
    }
  
    .our-process-contant-img-wrapper-3 {
      padding-bottom: 10px;
      padding-left: 10px;
    }
  
    .our-process-border-wrapper {
      height: 251px;
    }
  
    .our-process-border-text-wrap.top {
      height: 29px;
    }
  
    .our-peocess-border-wrap {
      max-height: 149px;
    }
  
    .our-processs-scroll-title {
      width: 100%;
      font-size: 25px;
      line-height: 36px;
    }
  
    .our-processs-scroll-title._3 {
      width: 100%;
      font-size: 24px;
      line-height: 34px;
    }
  
    .our-process-contant-details {
      font-size: 14px;
      line-height: 22px;
    }
  
    .our-process-list-wrapper {
      margin-bottom: 20px;
    }
  
    .our-process-list {
      justify-content: center;
    }
  
    .our-process-list-item {
      grid-column-gap: 0px;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .our-process-list-text {
      text-align: left;
      font-size: 14px;
      line-height: 20px;
    }
  
    .our-work-main-flex-wrapper {
      margin-bottom: 16px;
    }
  
    .our-works-main-details-wrapper {
      align-self: center;
    }
  
    .our-works-post-card-wrapper {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .our-works-hover-wrapper {
      grid-row-gap: 0px;
      padding: 10px;
    }
  
    .our-works-contant-end {
      bottom: 19px;
      left: 1rem;
    }
  
    .our-works-button-link {
      flex-direction: column;
      justify-content: center;
    }
  
    .testimonial-main-flex {
      margin-bottom: 20px;
    }
  
    .testimonial-card-main-wrapper {
      margin-right: 10px;
    }
  
    .testimonial-card-main-contant-wrapper {
      max-width: 216px;
    }
  
    .testimonial-card-main-contant-wrapper.top {
      width: auto;
      max-width: 256px;
      height: auto;
      max-height: 436px;
      margin-right: 10px;
    }
  
    .testimonial-card-details {
      font-size: 12px;
      line-height: 22px;
    }
  
    .testimonal-card-athor-wrapper {
      align-items: flex-start;
    }
  
    .faq-main-flex-wrapper {
      margin-bottom: 20px;
    }
  
    .faq-single-wrapper {
      margin-bottom: 1rem;
    }
  
    .faq {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .faq-text {
      font-size: 14px;
      line-height: 24px;
    }
  
    .faq-ans {
      font-size: 14px;
      line-height: 25px;
    }
  
    .footer-title {
      letter-spacing: -1px;
      font-size: 23px;
      line-height: 33px;
    }
  
    .footer-title-marked {
      background-position: 50% 76%;
      background-size: 100%;
    }
  
    .footer-main-contant-wrapper {
      grid-row-gap: 17px;
      text-align: left;
    }
  
    .footer-logo-wrapper {
      text-align: center;
    }
  
    .footer-details {
      text-align: center;
      font-size: 13px;
    }
  
    .text-field {
      width: 100%;
      height: 30px;
    }
  
    .footer-button {
      background-size: 20px 20px;
      padding: 0;
    }
  
    .footer-social-link-wrapper {
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
    }
  
    .social-link {
      width: 40px;
      height: 40px;
    }
  
    .footer-left-contant-wrapper {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: row;
      grid-template-rows: auto;
      grid-template-columns: .4fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-self: center;
      display: grid;
    }
  
    .footer-main-link-wrapper {
      flex-flow: column;
      display: flex;
    }
  
    .footer-link-title {
      text-align: center;
      margin-bottom: 20px;
    }
  
    .footer-link-felex {
      grid-row-gap: 15px;
      justify-content: center;
      align-items: center;
    }
  
    .footer-link {
      text-align: center;
    }
  
    .footer-link-text {
      font-size: 15px;
    }
  
    .copy-right-text {
      font-size: 14px;
      line-height: 24px;
    }
  
    .menu-button {
      margin-right: .3rem;
    }
  
    .benner-v2-main-title {
      letter-spacing: -1px;
      margin-bottom: 15px;
      font-size: 1.5rem;
      line-height: 32px;
    }
  
    .benner-v2-title-shape {
      background-position: 50% 100%;
      background-size: auto;
    }
  
    .benner-v2-card-contant-wrapper {
      padding: 20px;
      order: 3
    }
  
    .benner-v2-card-details-wrapper {
      width: 100%;
      margin-bottom: 0rem;
    }
  
    .benner-v2-card-details {
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 25px;
    }
  
    .benner-v2-counter-text {
      margin-bottom: 10px;
      font-size: 16px;
      width: 5rem;
    }
  
    .happy-counter-wrapper {
      height: 70px;
    }
  
    .number-digit-2 {
      font-size: 45px;
      line-height: 70px;
    }
  
    .section-title-mark {
      background-position: 50% 89%;
    }
  
    .about-us-contant-wrapper {
      justify-content: center;
    }
  
    .about-us-v2-main-img-wrapper {
      margin-bottom: 0;
      padding-top: 0;
    }
  
    .about-us-v2-main-man-img {
      max-width: none;
    }
  
    .our-mission-main-wrapper {
      margin-bottom: 40px;
    }
  
    .our-mission-contant-wrapper {
      grid-template-columns: 1fr;
    }
  
    .our-mission-contant-flex-img-wrapper {
      grid-row-gap: 20px;
      flex-direction: column;
    }
  
    .our-mission-main-details {
      font-size: 14px;
    }
  
    .core-value-caid-grid-wrapper {
      margin-bottom: 40px;
    }
  
    .core-value-single-card-wrapper {
      padding: 25px;
    }
  
    .core-value-single-card-title {
      font-size: 25px;
      line-height: 35px;
    }
  
    .core-value-single-card-details {
      font-size: 14px;
      line-height: 23px;
    }
  
    .core-value-main-tab-contant-wrapper {
      margin-bottom: 30px;
      padding: 30px 25px;
    }
  
    .core-value-tab-right-img-01 {
      width: 100%;
    }
  
    .core-value-tab-right-img-02 {
      width: 10rem;
      max-width: none;
      height: auto;
      right: -5%;
    }
  
    .coren-value-tab-menu {
      grid-row-gap: 15px;
      flex-flow: column;
      align-content: center;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .core-value-main-counter-wrapper {
      grid-template-columns: 1fr 1fr;
      padding: 30px 25px;
    }
  
    .core-value-counter-wrapper {
      justify-content: center;
      align-items: flex-start;
      width: 8rem;
    }
  
    .numbers {
      height: 67px;
    }
  
    .number-digit {
      font-size: 42px;
      line-height: 67px;
    }
  
    .service-page-main-details-wrapper, .single-services-contant-wrap {
      margin-bottom: 30px;
    }
  
    .single-service-info-wrap {
      margin-bottom: 20px;
    }
  
    .services-single-details h2 {
      margin-bottom: 10px;
      font-size: 30px;
    }
  
    .services-single-details p {
      margin-bottom: 10px;
      font-size: 14px;
    }
  
    .services-single-details li {
      font-size: 14px;
    }
  
    .single-services-rich-contant-02-details h2 {
      margin-bottom: 10px;
      font-size: 21px;
    }
  
    .single-services-rich-contant-02-details p {
      margin-bottom: 15px;
      font-size: 14px;
    }
  
    .projects-contant-wrapper {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .project-main-contant-title-wrapper {
      justify-content: center;
      align-items: flex-start;
    }
  
    .projects-catagory {
      width: 60%;
    }
  
    .projects-main-contant-title-text {
      text-align: left;
      margin-bottom: 1.25rem;
      font-size: 1.75rem;
      line-height: 34px;
    }
  
    .projects-button-wrapper {
      width: 60%;
    }
  
    .projects-main-contant-img-wrapper {
      padding: 1rem .75rem;
    }
  
    .projects-main-contant-img {
      width: 100%;
      max-width: none;
      height: 15rem;
    }
  
    .project-single-details-wrapper {
      grid-row-gap: 20px;
    }
  
    .project-left-single-title-wrapper {
      margin-bottom: 40px;
    }
  
    .project-details-author-wrapper {
      padding: 15px;
    }
  
    .project-details-icon-wrapper {
      width: 35px;
      height: 35px;
    }
  
    .project-details-main-icon {
      max-width: none;
    }
  
    .project-details-category-name {
      margin-bottom: 2px;
      font-size: 20px;
    }
  
    .project-details-category-text-block {
      font-size: 15px;
    }
  
    .contuct-us-text-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
    }
  
    .contuct-us-locataion-text-wrapper {
      grid-row-gap: 10px;
    }
  
    .loction-text-flex {
      align-items: center;
    }
  
    .location-icon {
      width: 30px;
      height: 30px;
    }
  
    .location-img {
      max-width: 15px;
    }
  
    .location-text {
      width: 100%;
      font-size: 14px;
    }
  
    .contuct-us-main-contant-wrapper {
      padding: 20px;
    }
  
    .name-wrapper {
      margin-bottom: 1rem;
    }
  
    .name-or-email-flex {
      margin-bottom: 0;
    }
  
    .name-felid {
      height: 40px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 20px;
      font-size: 14px;
    }
  
    .name-felid.massage {
      min-height: 100%;
      font-size: 14px;
    }
  
    .field-label-2 {
      font-size: 19px;
    }
  
    .sg-mini-title {
      margin-bottom: 30px;
      font-size: 16px;
    }
  
    .style-colour-flex-wrapper {
      margin-bottom: 60px;
    }
  
    .style-colour-wrap {
      height: 150px;
    }
  
    .style-colour-text {
      font-size: 28px;
    }
  
    .style-colour-text.white {
      font-size: 28px;
      line-height: 30px;
    }
  
    .pragraph-fornt {
      font-size: 14px;
    }
  
    .secondery-button.pp {
      padding: 12px 20px;
    }
  
    .pp-container {
      max-width: 295px;
      padding: 20px;
    }
  
    .pp-img-wrap {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
    }
  
    .pp-img {
      max-width: 37px;
    }
  
    .pp-title {
      margin-bottom: 10px;
      font-size: 23px;
      line-height: 43px;
    }
  
    .pp-details {
      font-size: 14px;
    }
  
    .pp-field {
      height: 46px;
    }
  
    .works_collection_item {
      width: 100%;
      height: auto;
    }
  
    .inner-banner {
      padding-top: 150px;
      padding-bottom: 60px;
    }
  
    .sg-divider {
      margin-top: 60px;
      margin-bottom: 50px;
    }
  
    .sg-title-wrapper {
      grid-row-gap: 15px;
    }
  
    .sg-button-flex {
      flex-wrap: wrap;
    }
  
    .hamburger-menu-bar.top, .hamburger-menu-bar.buttom {
      width: 30px;
    }
  
    .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .hide-mobile-portrait {
      display: none;
    }
  
    .text-size-small.text-align-center {
      font-size: 1rem;
    }
  
    .text-size-small.padding {
      display: none;
    }
  
    .heading-style-h3.text-weight-semibold.last_section {
      font-size: 1.5rem;
    }
  
    .padding-global {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .padding-global.table {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-global.form_section {
      padding-left: .75rem;
      padding-right: .75rem;
    }
  
    .max-width-full-mobile-portrait {
      width: 100%;
      max-width: none;
    }
  
    .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }
  
    .margin-vertical {
      margin-left: 0;
      margin-right: 0;
    }
  
    .padding-vertical {
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .heading-style-h2 {
      font-size: 2.25rem;
    }
  
    .heading-style-h2.video_title {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .text-size-medium {
      text-decoration: none;
    }
  
    .text-size-medium.text-weight-bold.nav {
      font-size: .75rem;
    }
  
    .text-size-medium.text-color-white.bottom_text {
      margin-top: 0;
    }
  
    .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .padding-bottom.padding-medium {
      text-align: left;
    }
  
    .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
    }
  
    .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
    }
  
    .text-size-large {
      font-size: 1.25rem;
    }
  
    .padding-section-medium.tablet {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .padding-section-medium.footer {
      padding-top: 0;
    }
  
    .heading-style-h4.text-weight-normal {
      display: none;
    }
  
    .heading-style-h4.area {
      font-size: 1.25rem;
    }
  
    .heading-style-h5.mobile_hide {
      display: none;
    }
	  
	
  
    .heading-style-h5.mobile_phone {
      color: var(--white);
      text-decoration: none;
    }
  
    .div-block-4 {
      grid-column-gap: 30px;
      grid-row-gap: 39px;
      align-self: center;
      place-items: start center;
    }
  
    .phone_mobile {
      background-color: var(--red);
      color: var(--white);
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .service_card_bottom_wrapper {
      padding-left: 1rem;
    }
  
    .our-works-button-link-bottom {
      flex-direction: column;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      top: 19rem;
      right: 1rem;
    }
  
    .div-block-8 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      padding-left: 1rem;
      padding-right: 1rem;
      display: flex;
    }
  
    .testimonials_container {
      border-bottom-left-radius: 10px;
    }
  
    .div-block-43 {
      text-align: center;
      flex-flow: column;
      align-items: center;
    }
  
    .hero_5_right {
      order: -1;
      margin-top: 0;
      margin-bottom: 1.5rem;
      margin-left: 0;
    }
  
    .line_right {
      margin-top: -3rem;
      margin-bottom: 1rem;
      display: flex;
    }
  
    .text-size-medium-2.mobile_size {
      font-size: 1rem;
    }
  
    .table_companies_wrapper {
      grid-column-gap: .2rem;
      grid-row-gap: .75rem;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .stars.mobile_size {
      width: 6rem;
    }
  
    .div-block-70 {
      background-position: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: .5rem;
      position: static;
    }
  
    .review_avatar_icon._6 {
      background-image: url('../images/dj_1dj.png');
    }
  
    .nav_phone_link {
      width: 100%;
      display: none;
    }
  
    .nav_phone_link.mobile_nav {
      display: flex;
    }
  
    .div-block-71 {
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      position: static;
    }
  
    .footer_content_block.invert {
      text-align: center;
      flex-direction: column;
      width: 100%;
      padding-right: 0;
    }
  
    .fast_cards {
      margin-bottom: 0;
    }
  
    .nav_main_wrapper.container-medium {
      justify-content: center;
    }
  
    .nav_main_wrapper.container-large {
      padding-top: .5rem;
    }
  
    .quote_text_wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  
    .image_testimonial._4, .image_testimonial._3 {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  
    .testimonial_wrapper {
      margin-bottom: 1.5rem;
    }
  
    .hero_testimonial {
      width: 100%;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  
    .hero_text_wrapper.last_section {
      text-align: center;
      flex-flow: column;
      display: flex;
    }
  
    .service_image_wrapper {
      margin-right: 0;
    }
  
    .footer_wrapper {
      flex-direction: column;
      display: none;
    }
  
    .hero_wrapper.hero_grid-_second {
      grid-template-columns: 1fr;
    }
  
    .table_block {
      text-align: left;
      white-space: break-spaces;
      height: 7rem;
      padding: 0 .75rem 0 0;
      font-weight: 500;
      overflow: hidden;
    }
  
    .table_block.inner {
      width: 100%;
      height: 100%;
    }
  
    .table_block.feature {
      white-space: break-spaces;
      padding-left: 0;
      overflow: hidden;
    }
  
    .service_single_wrapper {
      overflow-wrap: anywhere;
    }
  
    .hero_top.flex_row {
      order: -1;
      justify-content: center;
      align-items: center;
    }
  
    .hero_top.flex_row.mobile {
      order: -1;
      display: none;
    }
  
    .line_wrapper {
      grid-column-gap: 16px;
      grid-row-gap: 5px;
      text-align: center;
      flex-direction: column;
      grid-template: "."
                     "."
                     / 1fr 1fr;
      grid-auto-columns: 1fr;
    }
  
    .line_left-right_wrapper {
      flex-direction: column-reverse;
    }
  
    .testimonials_grid {
      flex-direction: column;
      width: 100%;
      display: flex;
    }
  
    .nav_phone_icon {
      width: 2.5rem;
      height: 2.5rem;
      margin-left: 1rem;
      margin-right: .5rem;
    }
  
    .footer_devider.align-center {
      margin-top: 0;
      display: none;
    }
  
    .mobile_bottom_nav {
      z-index: 999;
      display: none;
    }
  
    .nav_phone_text.text-size-large {
      font-size: 1.5rem;
    }
  
    .procces_top_text {
      margin-bottom: 3rem;
      margin-left: 0;
      margin-right: 0;
    }
  
    .div-block-21 {
      justify-content: space-between;
      width: 100%;
      display: flex;
    }
  
    .div-block-41 {
      flex-direction: column;
    }
  
    .card_fast_wrapper {
      margin-bottom: 0;
    }
  
    .heading-style-h1-2.cms_heading.no_margin {
      font-size: 2.5rem;
    }
  
    .heading-style-h1-2.cms_heading.no_margin.inline_block {
      display: inline-block;
    }
  
    .heading-style-h1-2.cms_heading.no_margin.before_after {
      font-size: 3.25rem;
    }
  
    .heading-style-h1-2.cms_heading.text_highlight_secondary {
      font-size: 2.5rem;
    }
  
    .heading-style-h1-2.cms_heading.text_highlight_secondary.before_after {
      font-size: 3.25rem;
    }
  
    .heading-style-h1-2.text-color-white.text-weight-xbold {
      font-size: 2rem;
    }
  
    .hero_quote_testimonial {
      width: 100%;
    }
  
    .hero_quote_testimonial.width_mobile.mobile_hide {
      display: none;
    }
  
    .hero_nav {
      position: static;
    }
  
    .line_left {
      text-align: center;
      flex-direction: column;
      width: 100%;
      margin-top: 1rem;
      padding-right: 0;
      display: flex;
    }
  
    .quote_block {
      text-decoration: none;
    }
  
    .quote_block.in_nav {
      display: block;
    }
  
    .quote_block.in_nav.mobile_sticky {
      display: none;
    }
  
    .quote_block.padding {
      width: 100%;
      margin-right: 0;
    }
  
    .quote_block.mobile {
      display: none;
    }
  
    .button_phone_quote {
      flex-direction: column;
      grid-template: "Area"
                     "."
                     / 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .button_phone_quote.align-left {
      grid-row-gap: 8px;
      width: 100%;
      margin-top: 1.5rem;
    }
  
    .services_blocks_wrapper {
      flex-direction: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .div-block-32 {
      margin-bottom: 1.5rem;
      margin-left: 0;
    }
  
    .div-block-32.align_top {
      margin-bottom: 0;
    }
  
    .div-block-44 {
      grid-column-gap: 0px;
      flex-flow: row;
      justify-content: space-between;
      align-items: stretch;
      width: 100%;
      margin-top: .5rem;
      display: flex;
    }
  
    .table_grid {
      grid-column-gap: .2rem;
      grid-row-gap: 1rem;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .table_feature_wrapper {
      grid-row-gap: 1rem;
    }
  
    .book_bottom.mobile_hide {
      display: none;
    }
  
    .book_bottom.mobile_hide.roof_page {
      color: #000;
      flex-direction: column;
      align-items: center;
      display: none;
    }
  
    .section_quote-testimonial {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  
    .testimonials_heding_container {
      width: auto;
    }
  
    .table_content {
      border-radius: 0;
      grid-template-columns: minmax(0, .25fr) minmax(0, .75fr);
      grid-template-areas: "Area Area-2"
                           "Area-3 Area-4";
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .section_line {
      padding-top: .75rem;
      padding-bottom: 1.5rem;
      display: none;
    }
  
    .divider-line.hide {
      display: none;
    }
  
    .div-block-67 {
      display: none;
    }
  
    .faq_card-2 {
      width: 100%;
    }
  
    .stars-3 {
      margin-right: 1rem;
    }
  
    .stars-3.tablet_size {
      margin-right: .25rem;
    }
  
    .nav_brand_logo {
      align-self: center;
      width: 15rem;
      height: auto;
    }
  
    .nav_brand_logo_home {
      width: 10rem;
    }
  
    .image-2 {
      border-top-right-radius: 20px;
      height: auto;
      margin-bottom: 0;
    }
  
    .hero_testimonial-2 {
      order: 1;
      width: 100%;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      display: none;
    }
  
    .hero_testimonial_mobile {
      order: 1;
      width: 100%;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      display: block;
      position: static;
    }
  
    .heading-style-h2-9 {
      line-height: 1.3;
    }
  
    .heading-style-h2-9.cmc_heading.no_margin {
      display: inline;
    }
  
    .multiple_choice_option_new {
      width: 14rem;
    }
  
    .form_input_container {
      height: 20.75rem;
    }
  
    .form_block {
      margin-left: 0;
    }
  
    .phone_input_field.alt {
      height: 4rem;
      font-size: 2rem;
      font-weight: 500;
    }
  
    .form_input_wrapper {
      grid-auto-columns: 1fr;
    }
  
    .form_input_wrapper.grid._4x1-desktop_2x2-tablet {
      align-self: center;
      height: 23.25rem;
      margin-left: 0;
      margin-right: 0;
    }
  
    .form_input_wrapper.for_circle_mobile {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .form-3 {
      border-radius: 10px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .button_submit.flat_roof_button {
      width: 100%;
    }
  
    .option_content_new {
      margin-bottom: 0;
      font-size: 1rem;
      line-height: 1.2;
    }
  
    .option_content_new.no_hover {
      padding-top: .75rem;
      padding-bottom: .75rem;
    }
  
    .choice_icon {
      width: 8rem;
    }
  
    .phone_flag_field.alt {
      justify-content: center;
      align-items: center;
      height: 4rem;
      font-size: 1.75rem;
      display: flex;
    }
  
    .form_step.current {
      justify-content: flex-start;
      align-items: stretch;
      padding-left: 0;
      padding-right: 0;
    }
  
    .option_input-2 {
      left: 0;
    }
  
    .progress-2.six-card {
      margin-left: auto;
      left: 0;
    }
  
    .image_line-break {
      display: none;
    }
  
    .heading-style-h3-2.text-weight-semibold {
      font-size: 1.75rem;
    }
  
    .heading-style-h3-2.text-weight-semibold.landing_under_form.small_phone_only {
      display: block;
    }
  
    .heading-style-h3-2.text-weight-semibold.landing_under_form.large_phone_only {
      display: none;
    }
  
    .section_line-2 {
      padding-top: .75rem;
      padding-bottom: 1.5rem;
    }
  
    .section_line-2.alt {
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .project-details-icon-wrapper_2 {
      width: 3rem;
      height: 3rem;
    }
  
    .project-details-category-text-block-copy {
      font-size: 1.25rem;
    }
  
    .project-details-category-name-copy {
      margin-bottom: 2px;
      font-size: 1.75rem;
    }
  
    .nav_top_wrapper {
      display: none;
    }
  
    .nav_reviews_image_lp {
      width: 6rem;
    }
  
    .location_content {
      flex-flow: column;
      margin-left: 1rem;
      margin-right: 1rem;
      padding-top: 3rem;
      padding-bottom: 10rem;
    }
  
    .location_right {
      background-repeat: no-repeat;
      background-size: contain;
      background-attachment: scroll;
      height: 20rem;
    }
  
    .service-location-list {
      grid-row-gap: 5px;
      margin-left: 0;
    }
  
    .service-area-location_text.text-size-medium.text-color-white {
      font-size: 1rem;
    }
  
    .square_wrapper {
      border-style: none;
      padding-top: 0;
      padding-bottom: 3rem;
    }
  
    .square_button {
      width: 20rem;
      margin-top: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      position: static;
    }
  
    .square_button.alt {
      background-color: #fff;
      width: 20rem;
      display: block;
    }
  
    .square_video {
      display: none;
    }
  
    .line_wrapper_alt {
      grid-column-gap: 16px;
      grid-row-gap: 5px;
      text-align: center;
      flex-direction: column;
      grid-template: "."
                     "."
                     / 1fr 1fr;
      grid-auto-columns: 1fr;
    }
  
    .heading_best {
      font-size: 2.5rem;
    }
  
    .heading_best.small, .testimonials_wrapper {
      margin-left: 0;
      margin-right: 0;
    }
  
    .testimonials_content {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
    }
  
    .testimonial_card.mobile_hide {
      display: none;
    }
  
    .div-block-131 {
      background-position: 50%;
      background-size: cover;
      align-self: center;
      width: 3rem;
      height: 3rem;
    }
  
    .section_line-slider {
      padding-bottom: 1.5rem;
      display: none;
    }
  
    .div-block-133 {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      justify-content: center;
      align-items: center;
      display: grid;
    }
  
    .left-arrow-2, .right-arrow-2, .slide-nav-2 {
      display: none;
    }
  
    .slider-2 {
      background-color: #ddd0;
      height: 10rem;
    }
  
    .heading_best-3 {
      font-size: 2.5rem;
    }
  
    .heading_best-3.white.text-weight-bold {
      font-size: 2.75rem;
    }
  
    .heading_best-3.small {
      margin-left: 0;
      margin-right: 0;
    }
  
    .heading_best-3.alt {
      text-align: center;
      margin-top: 3rem;
    }
  
    .slider-3 {
      width: 100%;
    }
  
    .testimonial_photo {
      background-position: 50%;
      background-size: cover;
      align-self: center;
      width: 3rem;
      height: 3rem;
    }
  
    .padding-global-3 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .testimonial_slide {
      padding-right: 0;
    }
  
    .text-size-large-4, .text-size-large-4.hero {
      font-size: 1.5rem;
    }
  
    .text-size-large-4.hero._2ndline, .text-size-large-4.mobile_hide {
      display: none;
    }
  
    .quote_block-2 {
      text-decoration: none;
    }
  
    .quote_block-2.hero_padding {
      background-image: linear-gradient(#5ba543, #4d752f);
      width: 100%;
      margin-right: 0;
      padding: 1.25rem 5.5rem;
    }
  
    .button_wrapper {
      flex-flow: column;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .button_wrapper.pralax {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  
    .badge {
      font-size: .875rem;
    }
  
    .hero-benefits-2 {
      display: none;
    }
  
    .button-8 {
      font-size: 1.25rem;
    }
  
    .button-8.hero.alt.inverse {
      color: #000;
      background-color: #fff;
      width: 100%;
      margin-top: 1.5rem;
      padding-left: 3rem;
      padding-right: 3rem;
      font-size: 1.5rem;
      display: block;
    }
  
    .heading-style-h2-10 {
      line-height: 1.3;
    }
  
    .heading-style-h2-10.cmc_heading {
      font-size: 2.5rem;
    }
  
    .heading-style-h2-10.cmc_heading.no_margin {
      display: inline;
    }
  
    .text-size-medium-3.alt {
      font-size: 1rem;
    }
  
    .text-size-large-2 {
      font-size: 1.25rem;
    }
  
    .text-size-large-2.text-weight-bold {
      font-size: 1.5rem;
    }
  
    .section_cards {
      height: 5rem;
    }
  
    .three_cards_wrapper {
      grid-row-gap: 22px;
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr;
    }
  
    .square_card {
      width: 20rem;
      padding: 1.15rem 2rem;
    }
  
    .icon_card {
      width: 3.15rem;
      height: 3.15rem;
    }
  
    .text_card {
      width: 80%;
      font-size: 1.5rem;
    }
  
    ._100-margin-top {
      margin-top: 15rem;
    }
  
    .logo-container {
      flex-flow: row;
      justify-content: space-around;
      align-items: center;
      min-width: 200%;
    }
  
    .carousel-container {
      border-radius: 0;
    }
  
    .best_icons_top_wrapper {
      flex-flow: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      justify-content: center;
      place-items: center;
      margin-top: 3rem;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .best_icon_wrapper {
      justify-content: center;
      align-items: center;
      margin-bottom: 1.5rem;
    }
  
    .best_icon_wrapper._3 {
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .best_icon_wrapper._1 {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
    }
  
    .best_icon_wrapper._4 {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0;
      right: 0;
    }
  
    .best_icon_wrapper._2 {
      margin-bottom: 0;
      margin-right: 0;
    }
  
    .best_icon_wrapper.third {
      margin-bottom: 0;
    }
  
    .best_icon {
      width: 5rem;
      height: 5rem;
    }
  
    .best-icon_text {
      width: auto;
      font-size: 1.75rem;
      line-height: 1.1;
    }
  
    .best-icon_text.heading {
      width: 11rem;
      font-size: 1.7rem;
      font-weight: 300;
      line-height: 1.2;
    }
  
    .review_slider_wraper-2 {
      height: 22rem;
    }
  
    .text-size-large-7 {
      font-size: 1.25rem;
    }
  
    .text-size-large-7.text-color-grey {
      font-size: 1.5rem;
    }
  
    .diamond_icon {
      background-size: contain;
      width: 4.5rem;
      height: 4.5rem;
    }
  
    .padding-section-medium-2.diamond {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .diamond_border {
      width: 20.1rem;
      height: 20.1rem;
      margin-top: 5rem;
      margin-left: 0;
      padding-top: 1.656rem;
      padding-left: 1.656rem;
      left: 0;
    }
  
    .diamond_border.alt {
      margin-top: 5rem;
      margin-left: 0;
    }
  
    .diamond_border._3rd {
      margin-top: 5rem;
    }
  
    .diamond_service_heading {
      margin-bottom: 1rem;
    }
  
    .diamond_wrapper {
      grid-template-rows: auto auto auto auto auto;
      grid-template-columns: 1fr;
      margin-top: -1rem;
      padding-left: 0;
    }
  
    .diamond_content_container {
      margin-top: 5rem;
    }
  
    .diamond_content_container._3 {
      margin-top: 5rem;
      margin-right: 0;
    }
  
    .diamond_content_container.last {
      margin-top: 5rem;
    }
  
    .diamond_content_container._2 {
      margin-top: 5rem;
      margin-right: 0;
    }
  
    .diamond_square {
      width: 16.74rem;
      height: 16.74rem;
    }
  
    .diamond_image {
      width: 25.25rem;
      height: 25.25rem;
      transform: translate(-3.8rem, -3.8rem)rotate(-45deg);
    }
  
    .diamond_line_absolut, .diamond_line_absolut.right, .diamond_line_absolut.bottom, .diamond_line_absolut.center {
      display: none;
    }
  
    .div-block-130 {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      flex-flow: column;
      display: flex;
    }
  
    .padding-global-5 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .devider_horizontal {
      display: none;
    }
  
    .best_left {
      background-position: 50% 100%;
      background-size: cover;
      flex: 0 auto;
    }
  
    .best_right {
      order: -1;
      margin-bottom: 0;
    }
  
    .heading_wrapper_for_cms-5 {
      order: 3;
      margin-bottom: 1rem;
    }
  
    .heading_wrapper_for_cms-5.med_margin {
      order: -1;
      display: none;
    }
  
    .heading_wrapper_for_cms-5.med_margin.mobile {
      z-index: 1;
      text-align: left;
      order: 2;
      align-self: flex-start;
      margin-bottom: 1rem;
      display: none;
      position: relative;
    }
  
    .bottom_form_text_field {
      height: 4rem;
      font-size: 2rem;
      font-weight: 500;
    }
  
    .hero_5_right-3 {
      order: 3;
      margin-top: 0;
      margin-bottom: 1.5rem;
      margin-left: 0;
    }
  
    .heading-style-h3-3.text-weight-normal.tablet_size {
      margin-top: 0;
    }
  
    .image-12 {
      border-top-right-radius: 20px;
      height: auto;
      margin-bottom: 0;
    }
  
    .hero_left-2 {
      flex-flow: column;
      order: 3;
      display: flex;
    }
  
    .form-block-3 {
      width: auto;
    }
  
    .submit-button {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 2rem;
    }
  
    .section_hero_9-2.tile {
      background-image: url('../images/travis_industries-4_uid_62e2f01cf105a.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    }
  
    .heading-style-h2-11 {
      line-height: 1.3;
    }
  
    .heading-style-h2-11.cmc_heading {
      font-size: 2.5rem;
    }
  
    .heading-style-h2-11.cmc_heading.form, .heading-style-h2-11.cmc_heading.text_highlight_secondary {
      font-size: 3.25rem;
    }
  
    .bottom-fom_left {
      order: 4;
      width: 100%;
    }
  
    .text-size-large-8 {
      font-size: 1.25rem;
    }
  
    .text-size-large-8.text-weight-bold {
      font-size: 1.5rem;
    }
  
    .div-block-147 {
      justify-content: space-between;
      width: 100%;
      display: flex;
    }
  
    .hero_testimonial-3 {
      order: 3;
      width: 100%;
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      display: none;
    }
  
    .textarea {
      margin-bottom: 0;
      font-size: 2rem;
      font-weight: 500;
    }
  
    .hero_check_container-2 {
      display: none;
    }
  
    .number_bottom_wrapper {
      z-index: 999;
      padding-top: 1rem;
      padding-bottom: 1rem;
      display: block;
      position: fixed;
      inset: auto 0% 0%;
    }
  
    .call_now_link_wrapper-2 {
      justify-content: center;
      align-items: center;
      padding-top: .5rem;
      padding-bottom: .5rem;
    }
  
    .number_bottom_text {
      font-size: 2.25rem;
    }
  
    .pralax_left {
      width: 100%;
      margin-bottom: 2rem;
    }
  
    .pralax_wrapper {
      text-align: center;
      flex-flow: column;
    }
  
    .heading-style-h1-4.text-color-white {
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: 4rem;
    }
  
    .heading-style-h1-4.text-color-white.padding {
      margin-bottom: 0;
    }
  
    .quote_block-3 {
      text-decoration: none;
    }
  
    .quote_block-3.hero_padding {
      background-image: linear-gradient(#5ba543, #4d752f);
      width: 100%;
      margin-right: 0;
      padding: 1.25rem 5.5rem;
    }
  
    .quote_block-3.hero_padding.pralax {
      width: 100%;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  
    .button-9 {
      font-size: 1.25rem;
    }
  
    .button-9.hero.alt.inverse {
      color: #000;
      background-color: #fff;
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      font-size: 1.5rem;
      display: block;
    }
  
    .pralax_right {
      width: 100%;
    }
  
    .icons_line_wrapper {
      flex-flow: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      justify-content: center;
      place-items: center;
      margin-top: 3rem;
      margin-left: 0;
      margin-right: 0;
      display: flex;
    }
  
    .reviews_carousel_container {
      border-radius: 0;
      margin-top: 14rem;
    }
  
    .service_icons_grid {
      margin-top: 1.5rem;
    }
  
    .service_icon_wrapper {
      text-align: center;
      justify-content: flex-start;
      align-items: center;
    }
  
  #w-node-eca74b73-3f48-60a5-4300-c86365a5bde0-46fb055a {
    place-self: center;
    grid-area: item1;
  }
  
  #w-node-ed7bbb35-84cc-5946-112b-c2ef14d5795b-46fb055a {
    align-self: center;
    grid-area: item2;
  }
  
  #w-node-_817f6f67-4e65-7d69-0e00-a219f3f9b1ca-46fb055a {
    grid-area: Area;
  }
  
  #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f20-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f21-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f2c-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f37-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f42-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f4d-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f4e-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f59-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f64-e51e3f05, #w-node-_3d6435da-8439-3f48-81cc-cf66e51e3f6f-e51e3f05, #w-node-_867b25e6-826f-0da7-0235-9c09540eefa0-46fb0549, #w-node-_7c4cd881-7321-4fb7-d583-dc9cf526a36b-46fb0549, #w-node-_2ea8e9bf-70a9-cd17-a53c-d2ae1ecf8694-46fb0549, #w-node-_9ce298fb-6c18-47c3-f7a3-b488d274f1ee-46fb0549, #w-node-_02e41729-a6c4-fed8-8c05-99514394fb3d-46fb0549, #w-node-_910a0ae7-feaa-b9e4-b72d-3d9027749a3e-46fb0549, #w-node-_96caba51-6e85-ca64-e126-7411a6cc6552-46fb054e, #w-node-_6c56164d-4420-3eb8-861c-4e83ca44dbf4-46fb054e, #w-node-_34e2b9dd-8f61-7bb2-951e-4747404af8e5-46fb054e, #w-node-e3c3e1f3-f0b6-f184-d29f-30ddd7ca7d05-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_7b070c38-5d25-1a16-ec3a-e257366e03c1-3728aaf6 {
    place-self: center start;
  }
  
  #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a12d-3728aaf6, #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a13a-3728aaf6 {
    place-self: start center;
  }
  
  #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a141-3728aaf6 {
    place-self: center start;
  }
  
  #w-node-_266e39a2-093d-85f5-94a1-5ca0aa17195a-3728aaf6, #w-node-_266e39a2-093d-85f5-94a1-5ca0aa171968-3728aaf6, #w-node-_266e39a2-093d-85f5-94a1-5ca0aa171976-3728aaf6, #w-node-_266e39a2-093d-85f5-94a1-5ca0aa171984-3728aaf6, #w-node-_84643270-fe63-2fcc-e34a-9a0a9f66c683-3728aaf6, #w-node-_84643270-fe63-2fcc-e34a-9a0a9f66c691-3728aaf6, #w-node-_84643270-fe63-2fcc-e34a-9a0a9f66c69f-3728aaf6, #w-node-_84643270-fe63-2fcc-e34a-9a0a9f66c6ad-3728aaf6, #progressBarItem.w-node-_6e99b295-b366-58c0-be1f-12eac20e3d93-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e1216e-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
  
  #quote_form_wrapper.w-node-_3a68fcde-db17-0f84-5795-d515649f498d-3728aaf6 {
    place-self: stretch;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e1229c-3728aaf6 {
    grid-area: Area-3;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e1229d-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122a8-3728aaf6 {
    grid-area: Area-2;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122a9-3728aaf6, #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122ac-3728aaf6, #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122ad-3728aaf6, #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122af-3728aaf6, #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122b2-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122b5-3728aaf6 {
    grid-area: Area-4;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122c8-3728aaf6 {
    grid-area: Area-3;
  }
  
  #w-node-_040e22a6-ea12-f73b-c2c1-136c31e122ca-3728aaf6 {
    grid-area: Area-4;
  }
  
  #w-node-ff39b7f2-d8e7-52d5-c3ea-ba88367addb3-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
  
  #w-node-ff39b7f2-d8e7-52d5-c3ea-ba88367addcb-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-ff39b7f2-d8e7-52d5-c3ea-ba88367ade00-3728aaf6 {
    place-self: end center;
  }
  
  #field-2.w-node-ff39b7f2-d8e7-52d5-c3ea-ba88367ade06-3728aaf6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
  
  #w-node-_5a191c38-f5cd-68d3-25a5-15753cc73bd4-3728aaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f665-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f66a-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f66f-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f674-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f67a-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f680-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f686-46fb0565 {
    justify-self: start;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f6a1-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f799-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f7b2-46fb0565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f7b5-46fb0565 {
    justify-self: start;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f7b7-46fb0565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f7ba-46fb0565 {
    justify-self: start;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f82b-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f835-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f836-46fb0565, #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f915-46fb0565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_89d42e21-a3eb-d898-cbd0-02886dd7f971-46fb0565 {
    justify-self: start;
  }
  
  #w-node-d11ec756-844e-5832-bac6-7fa421b9713b-ea985a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c875a852-52f1-9dea-4347-7157a373336c-ea985a2e {
    justify-self: start;
  }
  
  #w-node-_7f0add2c-0dd4-4acb-e074-65bb8b604798-ea985a2e {
    justify-self: center;
  }
  
  #w-node-c875a852-52f1-9dea-4347-7157a3733375-ea985a2e {
    justify-self: end;
  }
  
  #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf764-ea985a2e {
    place-self: center start;
  }
  
  #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf76e-ea985a2e, #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf77b-ea985a2e {
    place-self: start center;
  }
  
  #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf782-ea985a2e {
    place-self: center start;
  }
  
  #w-node-_67ea75fa-09e4-b4df-7da0-ebaec9333c7c-ea985a2e, #w-node-_67ea75fa-09e4-b4df-7da0-ebaec9333c8a-ea985a2e, #w-node-_67ea75fa-09e4-b4df-7da0-ebaec9333c98-ea985a2e, #w-node-_67ea75fa-09e4-b4df-7da0-ebaec9333ca6-ea985a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c10a8dee-ceab-0700-4baa-550642174855-ea985a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
  
  #w-node-c10a8dee-ceab-0700-4baa-55064217486d-ea985a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-c10a8dee-ceab-0700-4baa-5506421748a2-ea985a2e {
    place-self: end center;
  }
  
  #message.w-node-c10a8dee-ceab-0700-4baa-5506421748a8-ea985a2e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }


    #w-node-e3c3e1f3-f0b6-f184-d29f-30ddd7ca7d05-3728aaf6, #w-node-e3c3e1f3-f0b6-f184-d29f-30ddd7ca7d0a-3728aaf6, #w-node-e3c3e1f3-f0b6-f184-d29f-30ddd7ca7d0f-3728aaf6 {
      justify-self: center;
    }
  
    #w-node-_7b070c38-5d25-1a16-ec3a-e257366e03c1-3728aaf6 {
      order: 1;
      place-self: center;
    }
  
    #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a126-3728aaf6 {
      order: 2;
    }
  
    #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a12d-3728aaf6 {
      order: 4;
    }
  
    #w-node-b24929bd-4ce9-8238-abd6-6cb08a8ff16e-3728aaf6 {
      order: 3;
      justify-self: center;
    }
  
    #w-node-_1261810d-5593-fdeb-1628-227bd318fa86-3728aaf6 {
      order: 5;
      justify-self: center;
    }
  
    #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a13a-3728aaf6 {
      order: 6;
    }
  
    #w-node-fea411c1-bb86-ea74-ee7a-3338a9a5a141-3728aaf6 {
      order: 8;
      justify-self: center;
    }
  
    #w-node-e82b167b-f58c-4697-2fbd-a3ed871b6ba3-3728aaf6 {
      order: 7;
      justify-self: center;
    }
  
    #w-node-_6e99b295-b366-58c0-be1f-12eac20e3d99-3728aaf6, #w-node-_8445cd7a-d63a-e136-371c-28238273ed50-3728aaf6 {
      place-self: auto;
    }
  
    #w-node-_040e22a6-ea12-f73b-c2c1-136c31e123cf-3728aaf6 {
      grid-area: Area;
    }
  
    #w-node-d11ec756-844e-5832-bac6-7fa421b9713b-ea985a2e, #w-node-d11ec756-844e-5832-bac6-7fa421b97140-ea985a2e, #w-node-d11ec756-844e-5832-bac6-7fa421b97145-ea985a2e {
      justify-self: center;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf764-ea985a2e {
      order: 1;
      place-self: center;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf767-ea985a2e {
      order: 2;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf76e-ea985a2e {
      order: 4;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf775-ea985a2e {
      order: 3;
      justify-self: center;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf778-ea985a2e {
      order: 5;
      justify-self: center;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf77b-ea985a2e {
      order: 6;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf782-ea985a2e {
      order: 8;
      justify-self: center;
    }
  
    #w-node-e1d9dc30-7d7c-48e0-99d0-8aa481bbf789-ea985a2e {
      order: 7;
      justify-self: center;
    }
  
    #w-node-bd8e5ac9-f074-2cb0-9f94-06f246bdfac5-ea985a2e {
      place-self: center;
    }
  
  
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Oswald Variable';
    src: url('../fonts/oswald-variable.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Fa V 4 Compatibility';
    src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Fa Brands 400';
    src: url('../fonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Fa 400';
    src: url('../fonts/fa-regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Fa Solid 900';
    src: url('../fonts/fa-solid-900.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
}