html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  cursor: none !important;
}

body {
  overflow-x: hidden;
 cursor: none !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  outline: none;
}

body {
  line-height: 1;
  overflow-x: hidden ;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.post,
.page {
  margin: 0;
}

/*VARIABLES SCSS*/
/*COULEURS*/
/*TAILLES DE BREAKPOINTS RESPONSIVE*/
/*TABLEAU DES TAILLES DE BREAKPOINTS RESPONSIVE*/
/*MARGINS DE BASE*/
/*PADDINGS DE BASE*/
/*TABLEAU DES TAILLES DE MARGES VERTICALES*/
/*TABLEAU DES TAILLES DE MARGES HORIZONTALES*/
/*TABLEAU DES TAILLES DE PADDINGS VERTICALES*/
/*TABLEAU DES TAILLES DE PADDINGS HORIZONTALES*/
/*VARIABLES SCSS*/
:root {
  /*COLORS*/
  --color-primary: #504642;
  --color-primary-faded: #504642;
  --color-secondary: #ececec;
  --color-secondary-faded: #ececec;
  --color-ternary: #cc2920;
  --color-ternary-faded: #cc2920;
  --color-quaternary: #a6b29d;
  --color-quaternary-faded: #a6b29d;
  /*SIZES*/
  --size-padding-x: 10px;
  --size-padding-y: 10px;
  --size-site-padding-x: 25px;
  --size-site-padding-y: 25px;
  --size-site: 100vw;
}

@media screen and (min-width: 1200px) {
  :root {
    --size-site: 1360px;
  }
}

.has-circo-primary-background-color {
  background-color: var(--color-primary) !important;
}

.has-circo-primary-faded-background-color {
  background-color: var(--color-primary-faded) !important;
}

.has-circo-primary-color {
  color: var(--color-primary) !important;
}

.has-circo-primary-faded-color {
  color: var(--color-primary-faded) !important;
}

.has-circo-secondary-background-color {
  background-color: var(--color-secondary) !important;
}

.has-circo-secondary-faded-background-color {
  background-color: var(--color-secondary-faded) !important;
}

.has-circo-secondary-color {
  color: var(--color-secondary) !important;
}

.has-circo-secondary-faded-color {
  color: var(--color-secondary-faded) !important;
}

.has-circo-ternary-background-color {
  background-color: var(--color-ternary) !important;
}

.has-circo-ternary-faded-background-color {
  background-color: var(--color-ternary-faded) !important;
}

.has-circo-ternary-color {
  color: var(--color-ternary) !important;
}

.has-circo-ternary-faded-color {
  color: var(--color-ternary-faded) !important;
}

.has-circo-gray-light-background-color {
  background-color: var(--color-background-light-gray) !important;
}

.has-circo-gray-light-color {
  color: var(--color-background-light-gray) !important;
}

.has-circo-gray-background-color {
  background-color: var(--color-background-gray) !important;
}

.has-circo-gray-color {
  color: var(--color-background-gray) !important;
}

.has-circo-gray-strong-background-color {
  background-color: var(--color-background-strong-gray) !important;
}

.has-circo-gray-strong-color {
  color: var(--color-background-strong-gray) !important;
}

.has-circo-white-background-color {
  background-color: #fff !important;
}

.has-circo-white-color {
  color: #fff !important;
}

@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Maigre.woff") format("woff"),
    url("../font/Anomique-Maigre.woff2") format("woff2"),
    url("../font/Anomique-Maigre.eot") format("eot");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Demi.woff") format("woff"),
    url("../font/Anomique-Demi.woff2") format("woff2"),
    url("../font/Anomique-Demi.eot") format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Gras.woff") format("woff"),
    url("../font/Anomique-Gras.woff2") format("woff2"),
    url("../font/Anomique-Gras.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-MidiBlond.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight:200;
}
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-Midilight.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight:300;
}
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-MidiRegular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight:400;
}
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-MidiMedium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500 
}       
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-MidiBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700 
}  
@font-face {
  font-family: "NaN Jaune Midi";
  src: url("../font/NaNJaune-MidiBlack.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 900 
}  
@font-face {
  font-family: "Span Condensed";
  src: url("../font/Jamie Clarke Type - Span Condensed Thin.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: 'NaN Jaune Midi';
  font-weight: 300;
  font-size: 70px;
  line-height: 90px;
}

h1,
h1span {
  font-family: 'NaN Jaune Midi';
}

h2 {
  font-family: 'NaN Jaune Midi';
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-family: 'NaN Jaune Midi';
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-family: 'NaN Jaune Midi';
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
}

h4 strong {
  font-family: 'NaN Jaune Midi';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-family: 'NaN Jaune Midi';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-family: 'NaN Jaune Midi';
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: 'NaN Jaune Midi';
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}

p strong {
  font-family: 'NaN Jaune Midi';
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
}

a {
  text-decoration: none;
}

* {
  color: var(--color-primary);
}

.circo-table-container {
  padding-bottom: 100px !important;
}

.circo-table {
  width: 100%;
}

.circo-table tbody tr td {
  display: none;
  position: relative;
  border-top: 1px solid rgba(80, 70, 66, 0.25);
  border-bottom: 1px solid rgba(80, 70, 66, 0.25);
  padding: 35px 15px;
  vertical-align: middle;
}

.circo-table tbody tr td:first-of-type {
  display: table-cell;
  width: 100%;
  border-left: 1px solid rgba(80, 70, 66, 0.25);
}

.circo-table tbody tr td:last-of-type {
  display: table-cell;
  border-right: 1px solid rgba(80, 70, 66, 0.25);
  padding: 35px 25px;
}

.circo-table tbody tr td:last-of-type a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circo-table tbody tr td h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.circo-table tbody tr td p span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
}

.circo-table tbody tr td p span:first-of-type {
  font-weight: 300;
  text-transform: uppercase;
}

.circo-table tbody tr td p span:last-of-type {
  font-family: "Span Condensed";
}

@media screen and (min-width: 1200px) {
  .circo-table tbody tr td {
    display: table-cell;
  }

  .circo-table tbody tr td:first-of-type {
    width: 400px;
  }

  .circo-table tbody tr td:first-of-type p {
    display: none;
  }

  .circo-table tbody tr td:nth-child(2) p {
    text-transform: uppercase;
  }

  .circo-table tbody tr td h3 {
    margin-bottom: 0;
  }
}

.app_header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 250ms all;
  width: 100%;
  margin: 0 auto;
  padding: 23px 0 23px 25px !important;
}
header.app_header.fixed-header-menu {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

.app_header .app_header_container {
  height: 60px;
}

header.app_header {
    transform: none !IMPORTANT;
}
.header-sticky .app_header_container {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.93s ease;
    margin: 0;
    width: 100%;
    padding: 23px 0 23px 23px!important;
}
/* .page-id-1509 .hero h1{margin-top:0;} */
.app_header .app_header_container .app_logo img {
  width: 145px;
  height: auto;
}
.page-template-contact-new-page-template.header-sticky .main-navigation {
    top: 0;
    right: 60px;
}
.app_header .app_header_container .app_menu_toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--color-primary);
}

.app_header:before {
  content: "";
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  height: 110px;
  z-index: -1;
}

.app_header.app_header_active .app_menu_toggle {
  color: var(--color-primary) !important;
}

.app_menu_toggle {
  font-family: 'NaN Jaune Midi';
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.home .app_header:not(.app_header_active) .app_menu_toggle {
  color: #fff !important;
}

.home .app_header:not(.app_header_active) .app_menu_close {
  color: #fff !important;
}

.home .app_header.app_header_active .app_menu_toggle {
  color: var(--color-primary) !important;
}

.home .app_header.app_header_active .app_menu_close {
  color: var(--color-primary) !important;
}

.app_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-quaternary);
  display: none;
}

.app_menu .app_menu_toggle {
  position: absolute;
  top: 50px;
  right: 25px;
  z-index: 10;
}

.app_menu .menu {
  position: fixed;
  top: 50%;
  left: 80px;
  right: 80px;
  transform: translateY(-50%);
}

.app_menu .menu li {
  padding: 10px 0;
  opacity: 0;
  transform: translateY(25px);
  transition: all 250ms;
}

.app_menu .menu li a {
  font-family: 'NaN Jaune Midi';
  font-size: 40px;
  line-height: 60px;
  text-decoration: none;
}

.app_menu .menu li:last-of-type {
  margin-top: 75px;
}

.app_menu .menu li:last-of-type a {
  font-size: 18px;
  line-height: 1;
}

.app_menu img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .app_menu .menu {
    width: var(--size-site);
    margin: 0 auto;
  }

  .app_menu img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    display: block;
  }
}

.site-main {
  background-color: var(--color-secondary);
  padding-bottom: 140px;
}

.circo-container {
  padding: 0 25px;
}

@media screen and (min-width: 1200px) {
  .circo-container .circo-container-wrapper {
    width: var(--size-site);
    max-width: 100%;
    margin: 0 auto;
  }
}

.app_footer {
  overflow: hidden;
  background-color: var(--color-secondary);
}

.app_footer .app_footer_wrapper {
  padding: 40px 0px 0px 0px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0px 30px;
}

.app_footer .app_footer_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - 50px);
  border-top: 1px solid var(--color-primary);
  max-width: var(--size-site);
}

.app_footer .app_footer_wrapper .app_footer_col {
  margin: 0 0 70px 0;
}

.app_footer .app_footer_wrapper .app_footer_col .app_logo img {
  width: 140px;
  height: auto;
}

    .app_footer .app_footer_wrapper .app_footer_col h4 {
        font-size: 16px;
        font-weight: 400;
        color: black;
        line-height: 1.5em;
        color: black;
    }

    .app_footer .app_footer_wrapper .app_footer_col p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        color: black;
        font-family: 'NaN Jaune Midi';
        margin-top: 8px;
        display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .app_footer .app_footer_wrapper .app_footer_col p a{
      color: #000;
      font-family: 'NaN Jaune Midi';
    }
    .app_footer .app_footer_wrapper .app_footer_col p strong {
      font-family: 'NaN Jaune Midi';
      font-weight: 200;
      font-size: 16px;
      line-height: 22px;
      display: block;
      margin-top: 50px;
    }

    .app_footer .app_footer_wrapper .app_footer_col ul li {
      padding: 3px 0;
    }

    .app_footer .app_footer_wrapper .app_footer_col ul li a {
      font-family: "Span Condensed";
      font-weight: 200;
      font-size: 16px;
      line-height: 22px;
      text-decoration: none;
    }

    .app_footer .app_footer_copyright {
      padding: 0 25px 25px 25px;
    }
    @media screen and (min-width: 1200px) {
      .app_footer .app_footer_wrapper {
        max-width: 100%;
        margin: 0 30px;
        display: flex;
      }

      .app_footer .app_footer_wrapper .app_footer_col:nth-child(1) {
        width: 33.33%;
      }

      .app_footer .app_footer_wrapper .app_footer_col:nth-child(2),
      .app_footer .app_footer_wrapper .app_footer_col:nth-child(3) {
        width: 25%;
      }

      .app_footer .app_footer_wrapper .app_footer_col:nth-child(4) {
        width: 16.66%;
      }

      .app_footer .app_footer_copyright {
        padding: 0 25px 25px 25px;
      }

      .app_footer .app_footer_copyright .textwidget {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
      }

      .app_footer .app_footer_copyright .textwidget p , .app_footer .app_footer_copyright .textwidget p a {
        font-family: 'NaN Jaune Midi';
        color: #000 !important;
      }
    }

    #scrolltotop {
      position: fixed;
      bottom:60px;
      right: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      z-index: 75;
    }

   #scrolltotop a img {
      object-fit: contains;
      transform: scale(1.3);
      transition: 0.8s all;
   }

   #scrolltotop:hover a img {
      transform: scale(1.6) !important;
      transition: 0.8s all;
   }
    .single-career .circo-brush-header .circo-brush-header-wrapper {
      min-height: 50vh;
      align-items: flex-end;
    }

    .single-career .circo-columns-2_3 {
      padding: 75px 25px 60px 25px;
    }

    .single-career .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column h2 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 200;
      margin-bottom: 100px;
    }

    .single-career
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column
      .circo-btn {
      margin-top: 125px;
    }

    .page-template-tpl-contact,
    .page-template-tpl-contact .site-main,
    .page-template-tpl-contact .app_footer {
      background-color: var(--color-quaternary);
    }

    .page-template-tpl-contact .contact_cols {
      padding: 0 25px 150px 25px;
      margin: 50px 0 0 0;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 50px;
      margin-top: 75px;
      text-transform: uppercase;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      p {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 15px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      p {
      margin: 0;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      br {
      display: none;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap {
      display: inline-flex;
      margin: 0 0 15px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      textarea {
      border: 1px solid var(--color-primary);
      background-color: transparent;
      padding: 10px 15px;
      resize: unset;
      width: 100%;
      margin: 0;
      font-family: "Span Condensed";
      font-size: 16px;
      line-height: 22px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      textarea::placeholder {
      font-size: 16px;
      line-height: 22px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="text"],
    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="email"] {
      border: none;
      border-bottom: 1px solid var(--color-primary);
      background-color: transparent;
      display: block;
      padding: 15px 0;
      width: 100%;
      margin: 0;
      font-family: "Span Condensed";
      font-size: 16px;
      line-height: 22px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="text"]::placeholder,
    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="email"]::placeholder {
      font-size: 16px;
      line-height: 22px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="text"]::placeholder,
    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      input[type="email"]::placeholder,
    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap
      textarea::placeholder {
      font-family: "Span Condensed";
      font-size: 16px;
      line-height: 22px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap:first-of-type {
      width: 100%;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap:not(
        .page-template-tpl-contact
          .contact_cols
          .contact_cols_wrapper
          .contact_col
          .contact_col_wrapper
          form
          span.wpcf7-form-control-wrap:first-of-type
      ) {
      width: calc(50% - 10px);
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      span.wpcf7-form-control-wrap:nth-child(3n) {
      margin-right: 16px;
    }

    .page-template-tpl-contact
      .contact_cols
      .contact_cols_wrapper
      .contact_col
      .contact_col_wrapper
      form
      input[type="submit"] {
      margin: 0;
    }

    @media screen and (min-width: 1200px) {
      .page-template-tpl-contact .contact_cols .contact_cols_wrapper {
        width: var(--size-site);
        max-width: 100%;
        margin: 0 auto;
        display: flex;
      }

      .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col {
        flex: 1;
      }

      .page-template-tpl-contact
        .contact_cols
        .contact_cols_wrapper
        .contact_col
        .contact_col_wrapper
        h2 {
        padding-right: 100px;
      }

      .page-template-tpl-contact
        .contact_cols
        .contact_cols_wrapper
        .contact_col
        .contact_col_wrapper
        p {
        padding-right: 100px;
      }
    }

    .post-type-archive-awards {
      background-color: var(--color-quaternary);
    }

    .post-type-archive-awards .circo-brush-header {
      background-color: var(--color-quaternary);
    }

    .post-type-archive-awards .circo-brush-header .circo-brush-header-wrapper {
      min-height: 50vh;
      align-items: flex-end;
    }

    .post-type-archive-awards .app_footer,
    .post-type-archive-awards .site-main {
      background-color: var(--color-quaternary);
    }

    .post-type-archive-awards .circo-awards {
      padding: 100px 25px 60px 25px;
      background-color: var(--color-quaternary);
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item {
      margin: 100px 0 0 0;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      > div {
      position: relative;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      > div
      .hover_img {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      max-width: 200px;
      display: block;
      overflow: hidden;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      > div
      .hover_img
      img {
      transform: translateX(-100%);
      transition: all 250ms;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      > div
      .hover_img.image_appears
      img {
      transform: translateX(0);
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      > div
      .hover_img.image_disappears
      img {
      transform: translateX(100%);
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      h3 {
      margin-top: 0;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      h4 {
      margin-top: 10px;
    }

    .post-type-archive-awards
      .circo-awards
      .circo-awards-wrapper
      .circo-awards-items
      .circo-awards-item
      p {
      margin-top: 0;
    }

    .post-type-archive-projects .circo-works-filters {
      padding: 50px 25px;
    }

    .post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper {
      display: flex;
      align-items: flex-end;
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter {
      flex: 1;
      width: 100%;
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter:last-of-type {
      text-align: right;
      flex: 0 0 280px;
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      #works_filters {
      font-size: 20px;
      font-weight: 300;
/*      cursor: pointer;*/
      font-family: 'NaN Jaune Midi';
      text-transform: capitalize;
      color: #000;
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      p {
       margin-bottom: 10px;
      font-size: 20px;
      line-height: 24px;
      font-family: 'NaN Jaune Midi';
      color: #000;
      cursor:none; 
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input {
      -webkit-appearance: none;
      padding: 0;
      font: inherit;
      color: var(--color-primary);
      background: var(--color-primary);
      box-sizing: border-box;
      transition: all 0.5s;
      height: 2px;
      cursor:none !important
      /** FF*/
      /* IE*/
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-webkit-slider-runnable-track {
      color: var(--color-primary);
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: var(--color-primary);
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-moz-range-progress {
      background-color: var(--color-primary);
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-moz-range-track {
      background-color: var(--color-primary);
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-ms-fill-lower {
      background-color: var(--color-primary);
    }

    .post-type-archive-projects
      .circo-works-filters
      .circo-works-filters-wrapper
      .circo-works-filter
      input::-ms-fill-upper {
      background-color: var(--color-primary);
    }

    .post-type-archive-projects .works_filters {
      display: none;
      background-color: var(--color-quaternary);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .post-type-archive-projects .works_filters ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 25px;
      width: 100%;
    }

    .post-type-archive-projects .works_filters ul li a {
      font-family: 'NaN Jaune Midi';
      font-size: 20px;
      line-height: 30px;
      font-weight: 300;
      margin-bottom: 15px;
      text-transform: capitalize;
      color: #000;
      padding: 30px 10px;
    }

    .post-type-archive-projects .works_filters ul li a.active {
      font-weight: 300;
    }

    .post-type-archive-projects .works_filters ul #works_filters_clear,
    .post-type-archive-projects .works_filters ul #works_filters_clear a,
    .post-type-archive-projects .works_filters ul #works_filters_close {
      font-family: 'NaN Jaune Midi';
      font-size: 20px;
      line-height: 30px;
      font-weight: 300 !important;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .post-type-archive-projects .works_filters ul #works_filters_clear {
      margin-top: 50px;
    }

    .post-type-archive-projects .circo-works {
      min-height: 50vh;
    }

    @media screen and (min-width: 1200px) {
      .post-type-archive-projects #works_filters {
        display: none;
      }

      .post-type-archive-projects
        .circo-works-filters
        .circo-works-filters-wrapper {
        width: var(--size-site);
        max-width: 100%;
        margin: 0 auto;
      }

      .post-type-archive-projects .works_filters {
        display: block;
        position: relative;
        background-color: transparent;
      }

      .post-type-archive-projects .works_filters ul {
        position: relative;
        display: flex;
        gap: 40px;
        justify-content: center;
        margin: 20px 0 70px;
      }

      .post-type-archive-projects .works_filters ul #works_filters_close {
        display: none;
      }

      .post-type-archive-projects .works_filters ul #works_filters_clear {
        margin: 0;
      }
    }

    .single-projects .site-main {
      padding-bottom: 0;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column
      h3 {
      font-family: 'NaN Jaune Midi';
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column
      ul {
      padding: 0 0 0 15px;
      list-style: disc;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column
      ul
      li {
      font-family: "Span Condensed";
      font-size: 22px;
      line-height: 32px;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column
      ul
      li:last-of-type {
      margin-bottom: 100px;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column.circo-column-categories {
      display: flex;
      flex-wrap: wrap;
      padding-top: 110px;
    }

    .single-projects
      .circo-columns-2_3
      .circo-columns-2_3-wrapper
      .circo-column.circo-column-categories
      div {
      flex: 0 0 50%;
    }

    .single-projects .circo-column-categories div {
      margin: 0 0 25px 0;
    }

    .single-projects .circo-column-categories div p:first-of-type {
      font-family: 'NaN Jaune Midi';
      font-weight: 400;
      font-size: 16px;
      line-height: 1.2em;
      margin: 0;
      color: #000;
    }

    .single-projects .circo-column-categories div p:last-of-type {
      font-family: 'NaN Jaune Midi';
      font-size: 20px;
      line-height: 32px;
      margin: 0;
      font-weight: 300;
    }

    .single-projects .circo-project-photos .circo-project-photos-wrapper {
      width: 97%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin: 27px;
    }

    .single-projects
      .circo-project-photos
      .circo-project-photos-wrapper
      .circo-project-photo {
      padding: 25px 25px 0 25px;
    }

    .single-projects
      .circo-project-photos
      .circo-project-photos-wrapper
      .circo-project-photo
      img {
      width: 100%;
    }

    .single-projects .circo-project-video {
      width: 100%;
      margin-top: 100px;
    }

    .single-projects .circo-project-video .circo-project-video-wrapper {
      width: 100%;
    }

    .single-projects .circo-project-video .circo-project-video-wrapper video,
    .single-projects .circo-project-video .circo-project-video-wrapper img {
      width: 100%;
    }
    .first video , .first img{
      width: 100%;
      object-fit: cover;
      margin-bottom: 60px;
    }
    .first img{
      aspect-ratio: 16/9;
    }

    .single-projects .circo-project-nav {
      margin-top: 100px;
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper {
      position: relative;
      margin: 0 30px;
      display: flex;
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 25px;
      width: 100%;
      border-top: 3px solid #000;
      
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper a {
      flex: 1;
      padding: 50px 0;
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(2) {
      text-align: center;
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(3) {
      text-align: right;
    }

    .single-projects .circo-project-nav .circo-project-nav-wrapper a p {
      font-family: 'NaN Jaune Midi';
      font-size: 16px;
      line-height: 20px;
      margin: 0;
      color: #000;
    }

    .single-projects
      .circo-project-nav
      .circo-project-nav-wrapper
      a
      p:first-of-type {
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'NaN Jaune Midi';
        font-size: 20px;
        margin-bottom: 12px;
    }

    @media screen and (min-width: 1200px) {
      .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
      }

      .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column {
        flex: 0 0 60%;
        width: 70%;
      }

      .single-projects
        .circo-columns-2_3
        .circo-columns-2_3-wrapper
        .circo-column
        p {
        padding: 0 calc(var(--size-site) / 5) 0 0;
        font-family: 'NaN Jaune Midi';
        color: #000;
      }

      .single-projects
        .circo-columns-2_3
        .circo-columns-2_3-wrapper
        .circo-column.circo-column-categories {
        display: flex;
        flex: 0 0 40%;
        width: 30%;
        align-content: flex-start;
        padding-top: 15px;
      }

      .single-projects
        .circo-columns-2_3
        .circo-columns-2_3-wrapper
        .circo-column.circo-column-categories
        div {
        width: 50% !important;
        flex: 50%;
      }

      .single-projects
        .circo-columns-2_3
        .circo-columns-2_3-wrapper
        .circo-column.circo-column-categories
        p {
        padding: 0 !important;
      }

      .single-projects .circo-project-photos .circo-project-photo {
        width: 100%;
        display: flex;
        padding: 0;
      }

      .single-projects .circo-project-photos .circo-project-photo img {
      /*  height: 600px;
        width: auto !important;*/
        aspect-ratio: 4/3;
        object-fit: cover;
      }

      .single-projects
        .circo-project-photos
        .circo-project-photo:not(
          .single-projects .circo-project-photos .circo-project-photo:first-of-type
        ) {
        padding: 0 !important;
      }
      .single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo img{
        width: 100% !important;
      }

      .single-projects .circo-project-photos .circo-project-photo:nth-child(3n-2) {
        margin: 0;
        padding: 0;
        justify-content: flex-start;
      }

      .single-projects .circo-project-photos .circo-project-photo:nth-child(3n-1) {
        margin: 0 0 0 auto;
        justify-content: flex-end;
      }

      .single-projects .circo-project-photos .circo-project-photo:nth-child(3n) {
        margin: 0;
        padding: 0;
        justify-content: center;
      }

      .single-projects .circo-project-photos .circo-project-photo:last-of-type {
        margin-bottom: 0 !important;
      }

      .single-projects .circo-project-nav .circo-project-nav-wrapper:before {
        left: 0;
      }

      .single-projects .circo-project-nav .circo-project-nav-wrapper a img {
        margin-bottom: 25px;
      }

      .single-projects .circo-project-nav .circo-project-nav-wrapper a p {
        display: block;
        font-family: 'NaN Jaune Midi';
        color: #000;
        text-transform: capitalize;
      }
    }

    html {
      scroll-behavior: smooth;
    }

    .page-id-592 .circo-btn {
      margin-top: 30px;
    }

    .circo-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border: 1px solid var(--color-primary);
      border-radius: 50px;
      padding: 15px 35px;
      font-family: 'NaN Jaune Midi';
      font-size: 18px;
      line-height: 1;
      font-weight: 300;
      position: relative;
      overflow: hidden;
      transition: 250ms all;
    }

    .circo-btn span {
      z-index: 1;
    }

    .circo-btn:after {
      content: "";
      background-color: var(--color-primary);
      transition: 250ms all;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 0;
    }

    .circo-btn:hover span {
      color: #fff;
    }

    .circo-btn:hover:after {
      right: 0;
    }

    .circo-btn input[type="submit"] {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      cursor: pointer;
    }
    .circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img:hover img {
       transition: opacity 0.5s ease, transform 0.5s ease;
    }
     .circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
         transition: opacity 0.5s ease, transform 0.5s ease;
      }
    .circo-btn .wpcf7-spinner {
      display: none !important;
    }

    .circo_loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 20000;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ff0405;
      display: flex;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .circo_loader .circo_loader_wrapper {
      overflow: hidden;
      padding: 100px 0;
    }

    .circo_loader .circo_loader_wrapper .reveal {
      margin: 0 20px;
      overflow: hidden;
      text-align: center;
      font-family: 'NaN Jaune Midi';
    }

    .circo_loader .circo_loader_wrapper .reveal__content {
      transform: translateY(100%);
    }

    .circo_loader .circo_loader_wrapper .studio {
        font-size: 44px;
        line-height: 52px;
        color: #000;
        font-family: 'NaN Jaune Midi';
        opacity: 1 !important;
        font-weight: 100;
    }

    .circo_loader .circo_loader_wrapper .bakuza {
      font-size: 78px;
      line-height: 78px;
      font-weight: 700;
      color: #000;
      font-family: 'NaN Jaune Midi';
      text-transform: uppercase;
      }

    #cursor {
     position: fixed;
      top: 15px;
      left: 13px;
      width: 35px;
      height: 35px;
      border: 2px solid rgba(255, 4, 5, 1);
      border-radius: 50%;
      pointer-events: none;
      z-index: 99999;
      transform: translate(-50%, -50%);
    }


    @media screen and (max-width: 900px) {
      #cursor {
        display: none;
      }
    }

    #container {
      height: 100vh;
      width: 100vw;
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .circo-works-item-img img:first-child {
      opacity: 1;
    }

    body {
      background: var(--color-secondary);
    }

    .site-main {
      background-color: unset;
    }

    .app_menu {
      height: 100vh;
    }

    .app_menu #primary-menu {
      position: absolute !important;
    }

    body:not(.home) div.circo_loader {
      display: none !important;
    }

    .circo-video-header {
      clip-path: inset(0);
    }

    /* Vivek css start  */

    /*=========================================================================================== header css start =================================================================================*/

    .cust-container {
      width: 100%;
      max-width: 1560px;
      margin: 0 auto;
    }

    .cust-container-fluid {
      width: 100%;
      max-width: 100%;
    }

    .custom-header {
      position: sticky;
      height: auto;
      top: 0px;
      left: 0;
      width: 100%;
      /* background: #f2f2f2; */
      padding: 40px 25px 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      box-sizing: border-box;
      z-index: 9999;
      transition: all 0.4s ease;
      border-bottom: 1px solid transparent;
    }

    .custom-header .logo img {
      /* width: 70vw; */
      width: 160px;
      height: auto;
      display: block;
      transition: 0.5s all;
      filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7483%)
        hue-rotate(312deg) brightness(100%) contrast(107%);
    }

    .main-navigation {
      position: absolute;
      top: 41px;
      right: 40px;
      transition: top 0.4s ease;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .main-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .main-navigation ul li {
      display: inline-block;
    }

    .main-navigation ul li a {
      text-decoration: none;
      font-size: 20px;
      color: #000 !important;
      transition: color 0.3s ease;
      font-weight: 300;
      font-family: 'NaN Jaune Midi';
      text-transform: uppercase;
      padding: 18px 0;
    }

    .main-navigation ul li a:hover {
      color: #555;
    }

    .custom-header.scrolled {
      padding: 10px 30px;
      background: #fff;
      border-bottom: 1px solid #ddd;
    }

    .custom-header.scrolled .logo img {
      max-height: 35px;
    }

    .custom-header.scrolled .main-navigation {
      top: 15px;
    }

    .custom-header.shrink {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
    }

    /* Hamburger */
    .menu-toggle {
      display: none;
      width: 40px;
      height: 32px;
      border: 0;
      background: none;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 6px;
      position: relative;
      z-index: 1301;
      padding: 4px;
      border-radius: 4px;
    }

    .menu-toggle .bar {
      width: 100%;
      height: 4px;
      background: #000;
      display: block;
      border-radius: 2px;
      transition: transform 0.3s, opacity 0.3s;
    }

    .menu-toggle.open .bar:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }

    .menu-toggle.open .bar:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle.open .bar:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      transform: translateX(-100%);
      z-index: 1250;
    }

    .mobile-menu ul {
      list-style: none;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 28px;
      padding: 0 20px;
    }

    .mobile-menu ul li a {
      color: #fff;
      font-family: 'NaN Jaune Midi';
      font-size: 35px;
      line-height: 1.2;
      text-decoration: none;
    }

    .mobile-menu ul li a:hover {
      color: #f39c12;
    }

    .custom-header-common {
      position: sticky;
      height: auto;
      top: 0px;
      left: 0;
      width: 100%;
      /* background: #f2f2f2; */
      padding: 19px 25px 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      box-sizing: border-box;
      z-index: 9999;
      transition: all 0.4s ease;
      border-bottom: 1px solid transparent;
    }

    .custom-header-common.shrink {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
    }

    .custom-header-common .container {
      width: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .custom-header-common .container .logo {
      width: 160px;
      height: auto;
    }

    .custom-header-common .container .logo a {
      display: flex;
    }

    .custom-header-common .container .logo a img {
      width: 160px;
      height: auto;
      display: block;
      transition: 0.5s all;
      filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7483%)
        hue-rotate(312deg) brightness(100%) contrast(107%);
    }

    .custom-header-common .main-navigation {
      position: static;
      height: auto;
      flex: 1;
      justify-content: end;
    }

    /*===================================================================================  Home page new css start  ============================================================================*/

    .app_footer .app_footer_wrapper:before {
      width: 100%;
      max-width: 100%;
      border-top: 3px solid #000;
      left: 0;
    }
    .home-new-main {
      padding: 0;
    }

    .hero-section {
      padding: 60px 25px;
    }

    .hero-section .circo-text-wrapper {
      max-width: 100%;
      width: 100%;
      margin: 26rem auto 40px;
    }

    .hero-section .circo-text-wrapper p {
      text-align: center;
      margin: 0px 0;
      font-family: 'NaN Jaune Midi';
      font-size: 3rem;
      line-height: 1.5;
      font-weight: 300;
    }
    .hero-section .circo-text-wrapper p strong.new-design-hedding-common {
        font-size: 60px;
        color: #000;
        text-align: center;
        font-weight: 400;
        font-family: 'NaN Jaune Midi';
        text-transform: uppercase;
        line-height: 1.2em;
    }
    .hero-section .circo-text-wrapper p:last-child {
      margin: 0;
    }
    .hero-section .circo-text-wrapper p:nth-child(1){
      margin-bottom: 30px;
    }

    .what-we-do-section {
      padding: 60px 25px 120px;
    }

    .what-we-do-container {
      display: flex;
      align-items: start;
      gap: 50px;
    }

    .what-we-do-container .header {
      width: 30%;
    }

    .what-we-do-container .header h3 {
      color: #000;
      font-size: clamp(1.375rem, 0.89rem + 1.0118vw, 1.75rem);
      line-height: 1.3;
    }

    .what-we-do-container .services-grid {
      width: 60%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 0px;
      border-left: 3px solid #000;
      position: relative;
    }

    .what-we-do-container .services-grid:before {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #000;
      width: -webkit-fill-available;
      height: 3px;
      margin: 0 auto;
      left: 28px;
    }

    .what-we-do-container .services-grid .service-item {
      display: flex;
      align-items: left;
      padding: 20px;
      margin: 0px 0px 10px;
      gap: 20px;
    }

    .what-we-do-container .services-grid .service-item:nth-child(1),
    .what-we-do-container .services-grid .service-item:nth-child(3) {
      border-right: 3px solid #000;
    }

    .what-we-do-container .services-grid .service-item .service-icon.icon-branding {
      height: 80px;
      display: flex;
      object-fit: contain;
      width: 80px;
    }

    .what-we-do-container
      .services-grid
      .service-item
      .service-icon.icon-branding
      img {
      height: auto;
      object-fit: contain;
      width: 100%;
      max-width: 100%;
    }

    .what-we-do-container .services-grid .service-item .service-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 90%;
    }

    .what-we-do-container
      .services-grid
      .service-item
      .service-content
      .service-title {
      font-family: 'NaN Jaune Midi';
      font-weight: 400;
      color: #000;
      line-height: 1.2;
      font-size: clamp(1.25rem, 0.8458rem + 0.8432vw, 1.5625rem);
    }

    .what-we-do-container
      .services-grid
      .service-item
      .service-content
      .service-description
      p {
      font-weight: 200;
      font-size: clamp(1rem, 0.8383rem + 0.3373vw, 1.125rem);
      line-height: 1.5;
      color: #000;
      font-family: 'NaN Jaune Midi';
    }

    .marquee-section {
      background-color:#ff0405;
      overflow: hidden;
      white-space: nowrap;
      border-top: 3px solid #000;
      border-bottom: 3px solid #000;
      padding: 5px 0;
    }

    .marquee-container {
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
      height: auto;
      white-space: nowrap;
      width: 100%;
    }
    .marquee-text:hover {
        animation-play-state: paused;
    }
    .marquee-text {
      display: inline-block;
      font-size: clamp(1.375rem, 0.3241rem + 2.1922vw, 2.1875rem);
      font-family: 'NaN Jaune Midi';
      font-weight: 200;
      color: #000;
      padding-left: 0;
      white-space: nowrap;
     /* animation: scroll-left 60s linear infinite;*/
      text-transform: uppercase;
      margin: 0;
      margin-top: 5px;
    margin-left: 0 !important;
    transform: translateX(0) !important; 
    }
    @keyframes scroll-left {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    .works-section {
      padding: 60px 25px 0;
      position: relative;
    }

    .works-section-wrapper .header__works .works-title {
      position: relative;
      line-height: 0.65;
      letter-spacing: -4px;
      color: #000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      white-space: nowrap;
      font-size: clamp(2rem, -7.6123rem + 41.0127vw, 32.375rem);
    }

    .works-section-wrapper .circo-works {
      margin-top: 50px;
    }

    .works-section-wrapper .circo-works .circo-works-wrapper {
      padding: 0 0;
      width: 100% !important;
    }

    /* .works-section-wrapper .circo-works img {
      opacity: 1 !important;
    } */

    .works-section-wrapper .circo-works .circo-works-wrapper .circo-works-actions {
      padding-bottom: 0;
      text-align: left;
    }

    .works-section-wrapper
      .circo-works
      .circo-works-wrapper
      .circo-works-actions
      .circo-btn {
      border: none;
      padding: 0;
      color: #000;
      line-height: 1.2;
      gap: 10px;
      letter-spacing: 1px;
      align-items: center;
      transition: 0.2s all;
      overflow: inherit;
    }

    .works-section-wrapper
      .circo-works
      .circo-works-wrapper
      .circo-works-actions
      .circo-btn
      .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .works-section-wrapper
      .circo-works
      .circo-works-wrapper
      .circo-works-actions
      .circo-btn:hover::after {
      right: 100%;
    }

    .works-section-wrapper
      .circo-works
      .circo-works-wrapper
      .circo-works-actions
      .circo-btn:hover
      .arrow {
      transform: translateX(5px);
    }

    /* Keyframes for scrolling effect */
    @keyframes scroll-text {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    /*===================================================================================  Contact new page css start  ============================================================================*/

    .common-new-main-contact {
      padding: 0;
    }

    .contact-section {
      padding: 100px 25px 50px;
      margin-top: 10vh;
    }

    .contact-container {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      width: 100%;
    }
    .contact-heading {
      text-align: center;
    }
    .contact-heading h1 {
      width: 100%;
      font-size: 17.5rem;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 2.5vw;
      text-align: center;
      line-height:1.3em;
      color: #000;
      margin-top: 10vh;
      padding-top: 23.4vh;
    }

    .contact-container .contact-left {
      flex: 1;
      min-width: 250px;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .contact-container .contact-left h3 {
      font-weight: 400;
      line-height: 1;
      color: #000;
      font-size: clamp(1.2rem, 0.9rem + 0.5vw, 1.25rem);
      /* text-transform: uppercase; */
    }

    .contact-container .contact-left p {
      line-height: 1.6;
      font-family: 'NaN Jaune Midi';
      margin-bottom: 10px;
      font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
      color: #000;
      font-weight: 100;
    }

    .contact-container .contact-left a {
      color: #000;
      text-decoration: underline;
      display: inline-block;
      margin-bottom: 15px;
      font-weight: 100;
      letter-spacing: 1px;
      font-size: clamp(1.125rem, 1.0041rem + 0.2522vw, 1.25rem);
      font-family: 'NaN Jaune Midi';
    }

    .contact-container .contact-left .list-par {
      font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
      font-weight: 400;
    }

    .contact-container .contact-right {
      flex: 1;
      min-width: 300px;
    }

    .contact-container .contact-right h3 {
       font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
        line-height: 1.2;
        margin-bottom: 1rem;
        color: #000;
        font-weight: 500;
        font-family: 'NaN Jaune Midi';
    }
    .contact-form-col .wpcf7-spinner {
      display: none !important;
    }
    .contact-container form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .contact-container form .form-row {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }

    .contact-container form .form-row input {
      flex: 1;
      border: none;
      border-bottom: 2px solid #000;
      background-color: transparent;
      font-size: 14px;
      padding: 8px 0;
    }

    .contact-form-col {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .contact-form-col .contact-form-col-full {
      width: 100%;
      display: flex;
    }

    .contact-form-col .wpcf7-form-control-wrap {
      width: 100%;
      display: block;
    }

    .contact-form-col textarea {
      width: -webkit-fill-available;
      height: 150px;
      padding: 10px;
      border: 2px solid #000;
      resize: none;
      background-color: transparent;
      font-family: 'NaN Jaune Midi';
      color: #000;
      font-weight: 100;
      font-size: 16px;
      letter-spacing: 2px;
    }

    .contact-form-col .contact-form-row {
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-col input {
      border: none;
      border-bottom: 2px solid #000;
      background-color: transparent;
      padding: 10px 0;
      width: 100%;
      font-family: 'NaN Jaune Midi';
      color: #000;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 1.1px;
    }

    .contact-form-col input::placeholder,
    .contact-form-col textarea::placeholder {
      font-family: 'NaN Jaune Midi';
      color: #000;
      font-weight: 100;
      font-size: 16px;
    }

    .contact-container form .send-button {
      background-color: #000;
      color: #fff;
      border: none;
      font-size: 19px;
      cursor: pointer;
      align-self: flex-start;
      transition: background-color 0.3s ease;
      border-radius: 50px;
      padding: 15px 45px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-container form .send-button input {
      padding: 0;
      border: none;
      border-bottom: 0;
      background-color: transparent;
      width: 100%;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      font-weight: 100;
    }

    .contact-container form .send-button:hover {
      background-color: #333;
    }

    .contact-form-col .wpcf7-not-valid-tip {
      margin: 10px 0;
      font-family: 'NaN Jaune Midi';
      font-weight: 200;
      font-size: 16px;
      line-height: 1;
    }

    .wpcf7 form .wpcf7-response-output {
      margin: 0;
      padding: 10px;
      color: #000;
      font-size: 16px;
      font-weight: 200;
      font-family: 'NaN Jaune Midi';
    }

    /*===================================================================================  Contact new page css end  ============================================================================*/

    /*===================================================================================  Footer css start  ============================================================================*/
    .footer-custom {
      position: relative;
      padding: 40px 25px 40px 25px;
      /* border-top: 2px solid #333; */
    }

    .footer-custom .footer-container {
      max-width: 1560px;
      margin: 0 auto;
      padding: 30px 0 60px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 3px solid #000;
    }

    .footer-custom .footer-left {
      width: 30%;
    }

    .footer-custom .footer-brand {
      font-size: clamp(1.25rem, 0.9266rem + 0.6745vw, 1.5rem);
      font-weight: 300;
      color: #000;
      line-height: 1.2;
      margin-bottom: 24px;
    }

    .footer-custom .footer-description {
      font-weight: 200;
      font-size: 20px;
      line-height: 1.2;
      color: #000;
    }

    .footer-custom .footer-right {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      justify-content: space-between;
      width: 50%;
    }

    .footer-custom .footer-column {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-custom .footer-link {
      font-family: 'NaN Jaune Midi';
      font-weight: 200;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
    }

    .footer-custom .footer-bottom-link {
      text-decoration: none;
      font-family: 'NaN Jaune Midi';
      font-weight: 200;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
    }

    .footer-custom .footer-link:hover {
      opacity: 0.7;
    }

    .footer-custom .footer-bottom {
      max-width: 1560px;
      margin: 0 auto;
      padding: 10px 0;
    }

    .footer-custom .footer-bottom-link {
      font-size: 12px;
      color: #666;
      text-decoration: none;
    }

    .footer-custom .footer-bottom-link:hover {
      opacity: 0.7;
    }

    /*===================================================================================  responsive css start  ============================================================================*/

    @media (max-width: 1366px) {
      .single-projects .circo-project-photos .circo-project-photo img {
          height: 420px;
          object-fit: cover;
      }
      body.single section.circo-columns-2_3 h1{
        font-size: 50px;
      }
      .contact-section {
        padding: 50px 25px 50px;
      }
      .works-section-wrapper .circo-works .circo-works-wrapper {
            padding: 0 0;
            width: 100% !important;
/*            border-bottom: 2px solid #000;*/
        }
    }

    @media (max-width: 1200px) {
      .app_footer .app_footer_copyright .textwidget {
          display: flex;
          justify-content: space-between;
      }
      .app_footer .app_footer_copyright .textwidget a{
        color: #000;
      }

    }

    @media (max-width: 1024px) {
      .app_header {
        padding: 23px 0 23px 20px !important;
      }
      .hero-section .circo-text-wrapper p strong.new-design-hedding-common {
        font-size: 44px !important;
      }
      body.single section.circo-columns-2_3 h1{
        font-size: 40px;
      }
      .mobile-menu ul li a {
          color: #fff !important;
      }
      .desktop-menu {
        display: none;
      }
      body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
        text-align: center;
        display: flex;
        justify-content: center;
     }
      .app_footer .app_footer_wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr !important;
      }
  /*    body .footer-main-logo a.app_logo .footer-heading {
        font-size: 90px !important;
      }*/

      .menu-toggle {
        display: flex;
        position: absolute;
        top: 36px;
        right: 40px;
      }

      .custom-header-common .container .menu-toggle {
        position: static;
      }

      .footer-custom .footer-right {
        gap: 80px;
      }

      .custom-header-common {
        padding: 15px 15px 15px;
      }

      button.menu-toggle.open .bar {
        background-color: #fff;
      }

      .custom-header-common.shrink {
        padding: 40px 15px 20px;
      }

      .custom-header-common.shrink .menu-toggle.open .bar {
        background-color: #000;
      }

      .mobile-menu.mobile-menu-common {
        margin-top: 120px;
      }
      .contact-container {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
      }
    }



    @media screen and (max-width: 768px) {
    .single-projects .circo-project-nav .circo-project-nav-wrapper {
      margin: 0px 15px;
    }
    body section.career-section {
        margin: auto 20px;
    }
    .career-section .career-item .career-details .wp-block-buttons {
        justify-content: center;
    } 
    .single-projects .circo-project-nav .circo-project-nav-wrapper a {
        flex: 1;
        padding: 20px 0 0;
    }
    .circo-brush-header .circo-brush-header-wrapper h1{
      margin-top: 22.6rem;
    }
    .page-template-career-page .career-page-main .common-heading h1{
       margin-top: 22rem !important;
    }
    .page-template-home-new-page-template section.hero-section.spacing-section{
      margin-top: 0 !important;
    }
     body .hero-section .circo-text-wrapper p strong.new-design-hedding-common {
        font-size: 36px !important;
      }
      .home .works-section-wrapper .circo-works .circo-works-wrapper .circo-works-actions {
          display: flex !important;
          margin-top: 30px;
      }
      .home .works-section-wrapper .circo-works .circo-works-wrapper .circo-works-actions a{
          font-size: 20px;
      }
     body.single-projects .circo-project-video .circo-project-video-wrapper img{
        height: 400px;
      }
      .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories div {
          flex: 100%;
          width: 100%;
      }
      body.single section.circo-columns-2_3 h1{
        font-size: 30px !important;
        margin-bottom: 40px;
      }
      .contact-heading h1{
        margin-top: 6.9rem;
      }
      .hero-section .circo-text-wrapper {
        margin: 20rem auto 40px;
      }
      .hero h1{
          margin-top: 16.8rem !important;
      }
      body .circo-works .circo-works-wrapper .circo-works-items .circo-works-item {
        margin: 0 0 40px 0;
      }
      body .circo-video-header{
        height: 60vh;
      }
      body .circo-video-header video{
        height: 60vh;
      }
      .what-we-do-section{
        padding: 0px 20px 60px;
      }
      .post-type-archive .site-main{
        padding-bottom: 0;
      }
      .page-template-agency-new-page-template .hero{
        margin: auto 20px;
      }

      .circo-works .circo-works-wrapper .circo-works-items .circo-works-item canvas {
          height: 0;
      }

      .post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type {
          text-align: right;
          flex: 0 0 238px;
      }
      .circo-brush-header .circo-brush-header-wrapper , .circo-works .circo-works-wrapper , body.page-template-career-page .career-page-main .common-heading{
        padding: 0 20px;
      }
       .post-type-archive-projects .works_filters ul li a{
        font-size: 18px;
       }
      .app_footer .app_footer_copyright {
          padding: 0 20px 20px 20px;
      }
      body.page-template-career-page .career-page-main .common-heading .page-description{
        font-size: 1.5rem !important;
      }

      .app_footer .app_footer_wrapper{
        margin: 30px 20px;
        padding-top: 70px;
      }
      .circo_loader .circo_loader_wrapper .studio{
        font-size: 24px;
      }
      .circo_loader .circo_loader_wrapper .bakuza{
        font-size: 50px;
      }
        body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
            font-size: 70px !important;
        }
      .app_footer .app_footer_wrapper .app_footer_col {
          margin: 0px 0 0px 0;
        padding: 0px 0px 18px;
        border-bottom: 1px solid;
      }
        body .footer-main-logo a.app_logo .footer-heading {
          font-size: 54px !important;
          margin-top: 50px;
       }
      body .hero-section .circo-text-wrapper p , body .page-template-career-page .career-page-main .common-heading .page-description{
        font-size: 1.5rem !important;
      }
      .app_footer .app_footer_wrapper{
        grid-template-columns: 1fr 1fr;
      }
 
      .hero-section .circo-text-wrapper p{
        font-size: 1.5em !important;
      }
      .works-section-wrapper .header__works .works-title{
        letter-spacing: normal;
      }
      .footer-custom .footer-container {
        flex-direction: column;
        gap: 40px;
      }
      .contact-container .contact-right{
        max-width: 100%;
        min-width: 100%;
      }

      .footer-custom .footer-left {
        max-width: 100%;
      }

      .footer-custom .footer-brand {
        font-size: 20px;
        margin-bottom: 20px;
      }

      .footer-custom .footer-right {
        gap: 60px;
        flex-wrap: wrap;
      }

      .footer-custom .footer-column {
        min-width: 120px;
      }
    }

    @media screen and (max-width: 767px) {
      .contact-form-col .contact-form-row {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
      }
    }
    @media screen and (max-width: 480px) {
      .footer-custom .footer-container {
        gap: 32px;
      }

      .footer-custom .footer-brand {
        font-size: 18px;
        margin-bottom: 16px;
      }

      .footer-custom .footer-description {
        font-size: 13px;
      }

      .footer-custom .footer-right {
        flex-direction: column;
        gap: 32px;
        width: 100%;
      }

      .footer-custom .footer-column {
        width: 100%;
        gap: 16px;
      }

      .footer-custom .footer-link {
        font-size: 16px;
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
      }

      .footer-custom .footer-link:last-child {
        border-bottom: none;
      }
    }

    @media screen and (max-width: 320px) {
    }

    /* darshan css start */

     .page-template-home-new-page-template section.hero-section.spacing-section {
        padding: 30px 20px;
        margin-top: 100px;
    }
    .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
        margin-top: 82px !important;
        font-size:325px;
        font-family: 'NaN Jaune Midi';
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .page-template-home-new-page-template  .hero-section .circo-text-wrapper p{
      color: #000;
    } 

    .page-template-home-new-page-template  section.what-we-do-section.spacing-section .what-we-do-container h2 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2em;
    }
    .page-template-home-new-page-template  .marquee-section .marquee-text {
        display: inline-block;
        font-size: clamp(1.375rem, 0.3241rem + 2.1922vw, 2.8rem);
        font-family: 'NaN Jaune Midi';
        text-transform: uppercase;
        color: #000;
    }
    .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items .circo-works-item h3 {
        font-size: 18px;
        color: #000;
        margin: 25px 0 auto auto;
        font-weight: 500;
    }
    .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items .circo-works-item h4{
      font-size: 14px;
      color: #000;
      font-weight: 400;
    }
    .page-template-home-new-page-template .works-section-wrapper .circo-works .circo-works-wrapper .circo-works-actions a.circo-btn {
        padding-bottom: 30px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 24px;
    } 
/*    .page-template-home-new-page-template  .app_footer .app_footer_wrapper:before{
      border-top: 0px !important;
    }*/
    .single-projects .circo-project-photos .circo-project-photos-wrapper video{
      width: 100%;
    }

    @media (max-width: 660px) {
      .footer-main-logo {
          max-width: 100%;
          margin: 30px 15px 20px !important;
      }
	 body.single-projects .circo-project-photos .circo-project-photo img{
			height:100%;
		}
       body.home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2{
          grid-template-columns: 1fr !important ;
      }

      body.single-projects .circo-project-photos .circo-project-photos-wrapper{
        grid-template-columns: 1fr;
      }
      .home .circo-works-items.circo-works-items-1 {
          display: grid;
          grid-template-columns: 1fr ;
          gap: 20px;
      }
      body .what-we-do-container .services-grid {
          width: 100%;
      }

      .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
          transform: translate(0px, 0px) !important;
      }

      .home .circo-works .circo-works-wrapper .circo-works-items .circo-works-item {margin: 0;}

      .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items .circo-works-item  h3 {
          margin-left: 0 !important;
      }
      .home .circo-works-items .circo-works-item  canvas {
          height: 0;
      }


      body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 20px) / 1) !important;
      }
     .team .team-member .member-info h3 {
        font-size: 30px;
     }
      body .hero-section .circo-text-wrapper p, body .page-template-career-page .career-page-main .common-heading .page-description {
        font-size: 1.4rem !important;
      }
      .career-section .career-summary {
          grid-template-columns: 1fr !important;
          row-gap: 20px;
      }
      .career-section .career-summary h3, .career-section .career-summary span{
        text-align: center;
        font-size: 18px;
      }
      .career-section .career-item .career-details .career-description p{
        font-size: 18px !important;
      }
      .what-we-do-container .services-grid .service-item{
        flex-direction: column;
        padding: 20px 0;
      }
      .what-we-do-container .services-grid .service-item::after{
        left: 0;
        width: 100% !important;
      }
      .app_footer .app_footer_copyright .textwidget{
        flex-direction: column;
        gap: 15px;
        margin-top: 10px;
      }
      .app_footer .app_footer_copyright .textwidget a , .app_footer .app_footer_copyright .textwidget p{
        color: #000;
        font-size: 14px;
      }
      .app_footer .app_footer_wrapper{
        grid-template-columns: 1fr  !important;
      }
       .what-we-do-container .services-grid{
      grid-template-columns: repeat(1, 1fr);
     }
      .what-we-do-container{
      flex-direction: column;
     }
      .pin-spacer {
        width: 100%;
        max-width: 100%;
        height: 280px !important;
      }
 
      .hero-section .circo-text-wrapper p{
        font-size: 3rem;
      }
      section.hero-section.spacing-section {
          padding: 22px 20px !important;
      }
       .what-we-do-container .header {
          width: 100%;
      }
       .what-we-do-container .services-grid{
        width: 100%;
        border-top: 3px solid #000;
        border-left:0;
        gap: 0px;
      }
     .what-we-do-container .services-grid .service-item:nth-child(1),  .what-we-do-container .services-grid .service-item:nth-child(3){
        border-right: 0;
      }
      .what-we-do-container .services-grid:before{
        left: 0;
      }
     .works-section {
        padding: 0px 20px 0;
      }
      .team .team-inner-section{
        grid-template-columns: 1fr !important;
        margin-bottom: 0 !important;
      }

    }
    .contact-form-col textarea::placeholder {
        font-family: 'NaN Jaune Midi';
        font-weight: 400;
    }

  /*  .home .circo-works-wrapper:after{
       border-bottom: 3px solid var(--color-primary);
    }*/

    .app_footer_col .design-is-our-thing .footer-heading {
        font-size: 23px;
        font-family: 'NaN Jaune Midi';
        font-weight: 500;
        color: var(--wp--preset--color--black);
        text-transform: uppercase;
        line-height: 1.4em;
    }
    .design-is-our-thing p.footer-description {
        font-family: 'NaN Jaune Midi';
        font-size: 15px !important;
        line-height: 1.2em !important;
        margin-top:8px;
        color: #000;
        
    }
    .footer-main-logo {
        max-width: 100%;
        margin: 30px 30px 20px;
    }
    .footer-main-logo a.app_logo .footer-heading {
        font-size: 198px;
        font-family: 'NaN Jaune Midi';
        font-weight: 500;
        text-transform: uppercase;
        color: #000;
        line-height: 1.2em;
    }
    .what-we-do-container .services-grid .service-item .service-icon img{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footer-main-logo a {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    /*careerr page*/

    .page-template-career-page .career-page-main .common-heading {
        background: #ECECEC;
        padding: 80px 30px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .page-template-career-page .career-page-main .common-heading h1 {
        width: 100%;
        font-size:  23.4375rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 2vw;
        text-align: center !important;
        line-height: 0.85;
        color: #000;
        margin-top: 30.5rem;
    }

    .page-template-career-page .career-page-main .common-heading .page-description {
        text-align: left;
        margin: 35px 0;
        font-family: 'NaN Jaune Midi';
        font-size:3rem;
        line-height: 1.5;
        font-weight: 300;
        color: #000;
    }
    section.career-section {
        margin: auto 30px;
    }
    .career-section .career-item {
      border-top: 3px solid #000;
    }

    .career-section .career-item:last-child {
      border-bottom: 3px solid #000;
    }

    .career-section .career-summary {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr auto;
      align-items: center;
      padding: 20px 0;
      cursor: pointer;
      font-family: 'NaN Jaune Midi';
      font-weight: 500;
    }
    .career-section .career-item.active .career-summary {
        border-bottom: 3px solid #000;
    }

    .career-section .career-summary h3 , .career-section .career-summary span {
       font-weight: 300;
       font-size: 22px;
       margin: 0;
       font-family: 'NaN Jaune Midi';
       color: #000;
       text-transform: uppercase;
    }

    .career-section .career-summary span {
      text-align: center;
      text-transform: capitalize;
    }
    .career-section .toggle-details img {
        width: 45px;
        cursor: pointer;
    }
    .career-section .career-item .career-details .career-description {
        margin: 30px 0;
    }

    .career-section .career-item .career-details .career-description p {
        font-size: 20px;
        font-family: 'NaN Jaune Midi';
        color: #1A1918;
        line-height: 2em;
    }
    .career-section .career-item .career-details .career-description ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        list-style: disc;
        margin-left: 20px;
    }

    .career-section .career-item .career-details .career-description ul li {
        font-size: 20px;
        font-family: 'NaN Jaune Midi';
        color: #1A1918;
        line-height: 1.4em;
        font-weight: 300;
    }

    .career-section .career-item .career-details  h3 {
        margin: 20px 0 0;
        font-family: 'NaN Jaune Midi';
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        color: #1A1918;
    }
    .career-section .career-item .career-details .career-description p strong {
        font-weight: 400;
        font-size: 20px;
        color: #1A1918;
        text-decoration: underline;
    }
    .career-section .toggle-details {
      background: none;
      border: none;
      font-size: 18px;
      transform: rotate(0);
      transition: transform 0.3s ease;
    }

    .career-section .career-item.active .toggle-details {
      transform: rotate(90deg);
    }

    .career-section .career-details {
      display: none;
      padding: 20px 0;
      font-size: 15px;
      line-height: 1.6;
      color: #333;
    }

    .career-section .career-item.active .career-details {
      display: block;
    }

    .page-template-contact-new-page-template section.contact-section.spacing-section .cust-container {
        width: 100%;
        max-width: 100%;
    }

    @media  (max-width: 1280px) {
      .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2{
          grid-template-columns: 1fr 1fr 1fr !important;
      }
      .what-we-do-container .services-grid{
        width: 70%;
      }
      .hero-section .circo-text-wrapper p , .page-template-career-page .career-page-main .common-heading .page-description {
          font-size: 2rem !important;
      }
      .hero-section .circo-text-wrapper p strong.new-design-hedding-common{
        font-size: 52px !important;
      }
    }
    @media  (max-width: 1400px) {
      .hero-section .circo-text-wrapper p , .page-template-career-page .career-page-main .common-heading .page-description {
          font-size: 2.5rem;
      }
    }

    @media(max-width: 1600px) {
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 140px;
      }

    }
    @media(min-width: 992px) {
      .archive .circo-works .circo-works-wrapper {
         width: 97%;
       }
    }
   @media(min-width: 860px) {
     
    .single-projects .circo-project-photos .circo-project-photos-wrapper{
      grid-template-columns: 1fr 1fr;
    }
      .circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
          object-fit: cover;
      }
     .circo-works .circo-works-wrapper {
        width: var(--size-site);
        max-width: 100%;
        margin: 0 auto;
        position: relative;
      }
      .circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img {
        display: flex;
        overflow: hidden;
        aspect-ratio: 0.75;
      }
      .circo-works .circo-works-wrapper .circo-works-items .circo-works-item .circo-works-item-img img {
        object-fit: cover;
        /*&:last-of-type {
                    display: none;
                  }*/
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item {
        width: calc(var(--size-site) / 3);
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h3 {
        padding-left: 0px;
        text-align: left;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) h3, .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) h4 {
          padding-left: 136px;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-4) h3, .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-4) h4 {
          padding-left: 115px;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item h4 {
        padding-left: 0px;
        text-align: left;
      }
      .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-5) {
        margin: 40px auto 0px 0;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-5) {
        margin: 150px auto 200px 0;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-4) {
        margin: 0 0 0 auto;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-3) {
        margin: 0 0 0 auto;
        height: 0;
        transform: translate(calc((var(--size-site) / 3 * -1) + 90px), -500px);
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) {
        margin: 300px 0 0 0;
        width: calc(var(--size-site) / 3 * 2);
        aspect-ratio: unset;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-2) .circo-works-item-img {
        aspect-ratio: 1.5;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
        transform: translateX(calc(var(--size-site) / 5 * 2.5)) translateY(150px);
        margin: 0 0 300px 0;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n) {
        transform: translateX(calc(var(--size-site) / 5 * 1.25)) translateY(-675px);
        margin: 0;
        height: 0;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:last-of-type {
        margin-bottom: 0 !important;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 {
        display: flex;
        flex-wrap: wrap;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
        flex: 0 0 calc((var(--size-site) - 50px) / 3);
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item:nth-child(3n-1) {
        margin: 0 25px 25px 25px;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 {
        display: flex;
        flex-wrap: wrap;
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
        flex: 0 0 calc((var(--size-site) - 80px) / 5);
      }
      .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3:nth-child(3n-1) {
        margin: 0 10px 10px 10px;
      }
      .circo-works .circo-works-wrapper .circo-works-actions {
        text-align: center;
        padding: 150px 0;
        display: block;
        margin-top: 260px;
      }

    }
   @media(max-width: 992px) {
    .single-projects .circo-project-photos .circo-project-photos-wrapper {
         width: 95%;
      }
    .single-projects .circo-project-photos .circo-project-photo img {
        height: 360px;
        object-fit: cover;
    }
    .career-section .career-summary {
          grid-template-columns: 2fr 2fr 2fr;
          row-gap: 20px;
        }
     .page-template-career-page .site-main{
          padding-bottom: 60px;
        }
      .what-we-do-container .services-grid{
          grid-template-columns: repeat(1, 1fr);
      }
      .what-we-do-container .services-grid:before{
        display: none;
      }
      .what-we-do-container .services-grid .service-item:nth-child(1), .what-we-do-container .services-grid .service-item:nth-child(3){
  
        border-right: 0px;
      }
      .what-we-do-container .services-grid .service-item{
        position: relative;
      }
      .what-we-do-container .services-grid .service-item::after {
        content: '';
        height: 3px;
        width: 90%;
        position: absolute;
        background: #000;
        bottom: -5px;
    }
  }
   @media(min-width: 1560px) {
      .app_footer .app_footer_wrapper {
        margin: 0px 25px 10px;
      }
    }
    @media(max-width: 860px) {
        .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2{
            grid-template-columns: 1fr 1fr !important;
        }
    }
   @media(max-width: 560px) {
    body .contact-heading h1 {
        margin-top: 4.9rem;
    }
    body.single-projects .circo-project-photos .circo-project-photos-wrapper {
        grid-template-columns: 1fr;
        max-width: 92%;
    }
    .single-projects .circo-project-nav .circo-project-nav-wrapper a p:first-of-type {
      font-size: 16px;
    } 
    .single-projects .circo-project-nav .circo-project-nav-wrapper a p{
      font-size: 12px;
    } 
    .single-projects .circo-project-nav{
       margin-top: 60px;
    }  
    
  }
    @media(max-width: 1199px) {
      .single-projects .circo-project-nav .circo-project-nav-wrapper:before{
        left: 0;
      }
      .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories{
        padding-top: 50px;
      }
      .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories {
          display: flex;
          flex-wrap: wrap;
          padding-top: 60px;
      }
      header .circo-brush-header-wrapper {
              display: flex;
              align-items: center;
              padding: 70px 20px 0;
              min-height: 60vh !important;
      }
      .single-projects .circo-project-photos .circo-project-photos-wrapper{
        grid-template-columns: 1fr 1fr;
        margin: 20px;
      }
      body.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo{
        padding: 0;
      }
      body.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper p:last-of-type{
        margin: 0;
        color: #000;
      }
      }
     @media (min-width: 2601px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 245px;
        }
        .contact-heading h1{
          font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size: 325px;
        }
        .hero h1{
          font-size: 325px;
        }
     } 
    @media(max-width: 2600px) and (min-width: 2400px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 245px;
        }
        .contact-heading h1{
         font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size: 325px;
        }
        .hero h1{
          font-size: 325px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 325px;
        }
     } 
    @media(max-width: 2399px) and (min-width: 2233px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 230px;
        }
         .contact-heading h1{
          font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size: 325px;
        }
        .hero h1{
          font-size: 325px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 325px;
        }
     }      
    @media(max-width: 2232px) and (min-width: 2133px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 220px;
        }
        .contact-heading h1{
          font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size:325px;
        }
        .hero h1{
          font-size: 325px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 325px;
        }
     }
    @media(max-width: 2132px) and (min-width: 2021px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 210px;
        }
         .contact-heading h1{
          font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size: 325px;
        }
        .hero h1{
          font-size: 325px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 325px;
        }
     }
     @media(max-width: 2020px) and (min-width: 1920px) {
        .footer-main-logo a.app_logo .footer-heading{
          font-size: 198px;
        }
         .contact-heading h1{
          font-size: 325px;
        }
        .page-template-career-page .career-page-main .common-heading h1{
          font-size: 325px;
        }
        .hero h1{
          font-size: 325px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 325px;
        }
     }
    @media(max-width: 1919px) and (min-width: 1800px) {
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 185px;
      }
     .contact-heading h1{
        font-size: 310px;
      }
      .page-template-career-page .career-page-main .common-heading h1 {1800
        width: 100%;
        font-size: 370px;
      }
      .hero h1{
          font-size: 350px;
      }
     .circo-brush-header .circo-brush-header-wrapper h1{
       font-size: 276px;
     }

    }
     @media(max-width: 1799px) and (min-width: 1700px) {
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 175px;
      }
      .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.3);
       }
      .contact-heading h1{
        font-size: 285px;
        display: flex;
        text-align:center;
      }
      .page-template-career-page .career-page-main .common-heading h1 {
        width: 100%;
        font-size: 340px;
      }
      .hero h1{
          font-size: 340px;
      }
    .circo-brush-header .circo-brush-header-wrapper h1{
       font-size: 260px;
     }
     body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) /4.6) !important;
      }
    }
    @media(max-width: 1699px) and (min-width: 1600px) {
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 161px;
      }
      .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.5);
      }
      body .contact-heading h1{
        font-size: 278px;
        display: flex;
        text-align:center;
      }
      .page-template-career-page .career-page-main .common-heading h1 {
        width: 100%;
        font-size: 19.4375rem;
      }
    .page-template-career-page .career-page-main .common-heading h1 {
      width: 100%;
      font-size: 320px;
    }
    .hero h1{
        font-size: 305px;
    }
    .circo-brush-header .circo-brush-header-wrapper h1{
       font-size: 245px;
     }
        body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 4.6) !important;
      }
    }
    @media(max-width: 1600px) and (min-width: 1500px) {
       .contact-heading h1{
          font-size: 260px;
          text-align: center;
       }
    .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 4);
       }
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 155px;
      }
      .page-template-career-page .career-page-main .common-heading h1{
          font-size: 300px;
       }
      .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
        font-size:325px;
        text-align: center;
      }
      .hero h1{
          font-size: 295px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
       font-size: 225px;
     }
     body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 4.2) !important;
      }

     }

    @media(max-width: 1499px) and (min-width: 1366px) {
       .contact-heading h1{
          font-size: 235px;
       }
       .hero h1{
          font-size: 260px;
      }
      .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.2);
       }
      .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
        font-size:300px;
        text-align: center;
       }
      .footer-main-logo a.app_logo .footer-heading{
        font-size: 140px;
      }
       .page-template-career-page .career-page-main .common-heading h1{
         font-size: 275px;
         margin-left: -15px;
       }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 208px;
       }
       body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 4.3) !important;
      }
     }
    @media(max-width: 1365px) and (min-width: 1280px) {
        .footer-main-logo a.app_logo .footer-heading {
          font-size: 131px !important;
       }
       .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.3);
       }
       .hero h1{
          font-size: 245px;
      }
       .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
          font-size:280px;
          text-align: center;
       }
       .contact-heading h1{
          font-size: 218px;
          margin-left: -10px !important;
       }
       .page-template-career-page .career-page-main .common-heading h1 {
            font-size: 255px;
            margin-left: -15px;
        }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 195px;
       }
      body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 3.6) !important;
      }
     }
     @media(max-width: 1279px) and (min-width: 1160px) {
        .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
          font-size:260px;
          text-align: center;
       }
       .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.4);
       }
       .hero h1{
          font-size: 225px;
      }
       .contact-heading h1{
          font-size: 195px;
           margin-left: -3px !important;
       }
       .page-template-career-page .career-page-main .common-heading h1 {
            font-size: 230px;
        }
        .footer-main-logo a.app_logo .footer-heading {
        font-size: 118px;
       }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 176px;
          margin-top: 33.4rem;
       }
      body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 3.5) !important;
      }
     }
     @media(max-width: 1159px) and (min-width: 1024px) {
        .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
          font-size:226px;
          text-align: center;
       }
        .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.1);
       }
        .hero h1{
          font-size: 190px;
      }
       .contact-heading h1{
          font-size: 174px;
          margin-left: -3px !important;
       }

       .footer-main-logo a.app_logo .footer-heading {
          font-size: 103px !important;
      }
      .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 200px;
          margin-left: -20px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 154px;
          margin-top: 33.4rem;
       }
      body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 3.6) !important;
      }
     }
    @media(max-width: 1023px) and (min-width: 992px) {
       .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
          font-size:220px;
          text-align: center;
       }
       .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.1);
       }
      .hero h1{
          font-size: 190px;
      }
      body .footer-main-logo a.app_logo .footer-heading {
          font-size: 100px !important;
      }
       .contact-heading h1{
          font-size: 168px;
          margin-left: -10px !important;
       }
      .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 195px;
          margin-left: -25px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 149px;
          margin-top: 33.4rem;
       }
      body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 3.3) !important;
      }
     }
    @media(max-width: 991px) and (min-width: 860px) {
        .page-template-home-new-page-template .works-section-wrapper .header__works .works-title{
          font-size:190px;
          text-align: center;
       }
       .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.1);
       }
        body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 10px) / 3.4) !important;
      }
      .hero h1{
          font-size: 164px;
      }
       body .footer-main-logo a.app_logo .footer-heading {
          font-size: 86px !important;
       }
       .contact-heading h1{
          font-size: 146px;
          margin-left: -10px !important;
       }
      .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 168px;
          margin-left: -30px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 128px;
          margin-top: 33.4rem;
       }
     }
    @media(max-width: 859px) and (min-width: 768px) {
      .home .works-section-wrapper .circo-works .circo-works-wrapper .circo-works-actions {
          display: flex !important;
          margin-top: 30px;
      }
      .home .circo-works-items.circo-works-items-1 {
          display: grid;
          grid-template-columns: 1fr 1fr ;
          gap: 20px;
      }

      .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
          transform: translate(0px, 0px) !important;
      }

      .home .circo-works .circo-works-wrapper .circo-works-items .circo-works-item {margin: 0;}

      .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items .circo-works-item  h3 {
          margin-left: 0 !important;
      }
      .home .circo-works-items .circo-works-item  canvas {
          height: 0;
      }



      .archive .circo-works .circo-works-wrapper .circo-works-items  {
          width: 100%;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
      }
      body  .footer-main-logo a.app_logo .footer-heading {
          font-size: 76px !important;
      }
      .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item {
          flex: 0 0 calc((var(--size-site) - 50px) / 3.1);
      }
      body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
        font-size: 160px !important;
      }
       .contact-heading h1{
          font-size: 130px;
          margin-left: -10px !important;
       }
       .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 152px;
          margin-left: -20px;
      }
       .hero h1{
          font-size: 148px;
      }
     .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 113px;
          margin-top: 27.6rem;
       }
     }
    @media(max-width: 767px) and (min-width: 660px) {

        .home .circo-works-items.circo-works-items-1 {
            display: grid;
            grid-template-columns: 1fr 1fr ;
            gap: 20px;
        }

        .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
            transform: translate(0px, 0px);
        }

        .home .circo-works .circo-works-wrapper .circo-works-items .circo-works-item {margin: 0;}

        .page-template-home-new-page-template .circo-works .circo-works-wrapper .circo-works-items .circo-works-item  h3 {
            margin-left: 0 !important;
        }
        .home .circo-works-items .circo-works-item  canvas {
            height: 0;
        }



        .hero h1{
          font-size: 122px;
      }
      .archive .circo-works .circo-works-wrapper .circo-works-items {
          width: 100%;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
      }
       body  .footer-main-logo a.app_logo .footer-heading {
          font-size: 64px !important;
      }
      body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
        font-size: 140px !important;
      }
     .contact-heading h1{
        font-size: 110px;
        margin-left: -10px !important;
     }
     .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 126px;
          margin-left: -30px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 96px;
       }
     }
   @media(max-width: 659px) and (min-width: 560px) {
        .hero h1{
          font-size: 100px;
        }
       .archive .circo-works .circo-works-wrapper .circo-works-items  {
          width: 100%;
          display: grid;
          grid-template-columns: 1fr;
          gap: 20px;
      }
        body  .footer-main-logo a.app_logo .footer-heading {
           font-size: 53px !important;
       }
        body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
          font-size: 120px !important;
        }
       .contact-heading h1{
          font-size: 92px;     
       }
      .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 108px;
          margin-left: -20px;
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 80px;
       }
     }
   @media(max-width: 559px) and (min-width: 460px) {
       body  .footer-main-logo a.app_logo .footer-heading {
           font-size: 43px !important;
       }
       body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
          font-size: 100px !important;
        }
       .contact-heading h1{
          font-size: 73px;    
       }
      .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 76px;
          margin-left: -15px;
      }
      .hero h1{
          font-size: 80px;
         
      }
      .circo-brush-header .circo-brush-header-wrapper h1{
         font-size: 65px;
       }
     }
   @media(max-width: 459px) and (min-width: 420px) {
       .hero h1{
          font-size: 60px;
      }
       body.single-projects .circo-project-photos .circo-project-photos-wrapper {
          grid-template-columns: 1fr;
          max-width: 89%;
      }
       body  .footer-main-logo a.app_logo .footer-heading {
           font-size: 38px !important;
       }
        body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
          font-size: 85px !important;
        }
       .contact-heading h1{
          font-size: 66px;      
       }
       .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 76px;
          margin-left: -15px;
       }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 58px;
       }
     }
   @media(max-width: 419px) and (min-width: 360px) {
        body.single-projects .circo-project-photos .circo-project-photos-wrapper {
            grid-template-columns: 1fr;
            max-width: 89%;
        }
       body  .footer-main-logo a.app_logo .footer-heading {
           font-size: 35px !important;
       }
        body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
          font-size:70px !important;
        }
       .contact-heading h1{
          font-size: 56px;    
       }
       .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 66px;
          margin-left: -15px;
       }
        .hero h1{
          font-size: 60px;
        }
        .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 49px;
       }

     }


   @media(max-width: 359px){
      body .footer-main-logo a.app_logo .footer-heading {
          font-size: 31px !important;
      }
  
        body.page-template-home-new-page-template .works-section-wrapper .header__works .works-title {
          font-size:55px !important;
        }
       .contact-heading h1{
          font-size: 46px;    
       }
       .page-template-career-page .career-page-main .common-heading h1 {
          font-size: 46px;
          margin-left: -15px;
       }
      .hero h1{
          font-size: 50px;
        }
      .circo-brush-header .circo-brush-header-wrapper h1{
          font-size: 40px;
       }

      }
       #cursor {
        position: fixed !important;
        z-index: 999999 !important;
        pointer-events: none;
      }
      .career-section .career-item .career-details .career-description  a.wp-block-button__link {
        font-family: 'NaN Jaune Midi';
        font-size: 20px;
        background: transparent;
        color: black;
        border: 2px solid #000;
        padding: 9px 26px;
    }
    .career-section .career-item .career-details .career-description a.wp-block-button__link:hover {
        background: #000;
        color: #fff;
    }

  .single section.circo-columns-2_3 h1 {
      font-size: 60px;
      font-family: 'NaN Jaune Midi';
      font-weight: 500;
      color: #000 !important;
      line-height: 1.4em;
      margin-bottom: 80px;
  }

   .marquee {
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
  }

  .marquee-track {
      display: inline-flex;       /* important for duplicate text */
      white-space: nowrap;
      animation: marqueeMove 60s linear infinite;
      font-size: clamp(1.375rem, 0.3241rem + 2.1922vw, 2.8rem);
      font-family: 'NaN Jaune Midi';
      text-transform: uppercase;
      color: #000;
      margin-top: 10px;
      font-weight: 200 !important;
      margin-bottom: 6px;
  }

  @keyframes marqueeMove {
      0% { transform: translateX(0); }      
      100% { transform: translateX(-50%); } /* half, because text repeated */
  }
 
  .archive .circo-works .circo-works-wrapper .circo-works-items-1{
    width: 100%;
  }
  .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2{
    justify-content: space-between;
    max-width: 100%;
  }
  .archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-2 .circo-works-item:nth-child(3n-1){
    margin: 0;
  }
  .archive  .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3{
    justify-content: space-between;
    max-width: 100%;
  }
  .archive  .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item{
     flex: 0 0 calc((var(--size-site) - 20px) / 5) !important;
  }
  body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'NaN Jaune Midi';
    color: #000 !important;
  }
  body.archive .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-3 .circo-works-item h4 {
    line-height: 24px;
    margin: 5px 0 0 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'NaN Jaune Midi';
  }
  .post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper{
    width: 100%;
  }
  .single-projects .circo-project-video .circo-project-video-wrapper img{
    max-height: 660px;
    object-fit: cover;
    object-position: center;
  }
  .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) canvas {
      height: 0;
  }
  .home .circo-works .circo-works-wrapper .circo-works-items.circo-works-items-1 .circo-works-item:nth-child(6n-1) {
        transform: translateX(calc(var(--size-site) / 5 * 2.5)) translateY(60px);       
  }
.circo-brush-header .circo-brush-header-wrapper {
    display: flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
}

.home .works-section .cust-container {
      max-width: 100% !important;
 }
.home .works-section .cust-container .circo-works-items.circo-works-items-1 {
    max-width: 1560px;
    margin: auto;
}
.what-we-do-section .cust-container {
    max-width: 100%;
}
body.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo:not(:has(img)) {
  display: none;
}


/* Remove default styling */
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view {
    -webkit-appearance: none;
    width: 60%;
    height: 10px;
    background: transparent;
    position: relative;
    margin-top: 30px;
}

.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view::-webkit-slider-runnable-track {
    height: 4px;
    background:
        /* left dot */
        radial-gradient(circle, #333 0%, #333 10px, transparent 10px) 0% 50%,
        /* center dot */
        radial-gradient(circle, #333 0%, #333 10px, transparent 10px) 50% 50%,
        /* right dot */
        radial-gradient(circle, #333 0%, #333 10px, transparent 10px) 100% 50%;
    
    background-size: 12px 12px, 12px 12px, 12px 12px; /* dot size */
    background-repeat: no-repeat;
    background-color: #ccc;
    border-radius: 30px;
}

/* Slider thumb */
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: #333;
    border-radius: 50%;
    margin-top: -6px;
    cursor: pointer;
}

/* Firefox support */
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view::-moz-range-track {
    height: 6px;
    background-color: #ccc;
    border-radius: 3px;
}

.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view::-moz-range-progress {
    background-color: #555;
}

.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type #range_view::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #333;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.career-section .career-summary h3{
  font-weight: 500;
}