:root {
  --primary-black: #0d0d0d;
  --white: white;
  --dark-gray-50: #afafaf80;
  --light-gray: #f9f9fa;
  --dark-gray: #afafaf;
  --ccnude: #b18e66;
  --gray: #e9e9e9;
  --white-50: #ffffff80;
  --orann: #d1912c;
  --misty-rose: #f8e1e2;
  --or: #d4b15d;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--100: white;
  --primary-light: #f8f8f8;
  --paragraph-text: #363636;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
}

body {
  color: var(--primary-black);
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Italiana, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Italiana, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Italiana, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Italiana, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: var(--white);
  letter-spacing: .02px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

h6 {
  color: var(--white);
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--dark-gray-50);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--white);
  letter-spacing: .22em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75em;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

a:hover {
  opacity: .7;
}

a.w--current {
  background-color: #000;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--white);
  letter-spacing: .02em;
  background-image: url('/wp-content/themes/cc/assets/images/ellipse-1_1ellipse-1.png');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  align-items: center;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('/wp-content/themes/cc/assets/images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.no-0padding-top {
  padding-top: 0;
  padding-bottom: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.primary-button {
  border: 1px solid var(--primary-black);
  background-color: var(--primary-black);
  color: var(--white);
  text-align: center;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 13px 33px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-black);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.licensing-heading, .licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.utility-page-wrap {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--primary-black)), linear-gradient(to bottom, #0d0d0d40, #0d0d0d40), url('/wp-content/themes/cc/assets/images/banner-22-1_1banner-22-1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 310px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  filter: invert();
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--white);
  color: var(--dark-gray);
  letter-spacing: .22em;
  text-transform: uppercase;
  width: 100%;
  height: 49px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Jost, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.password-input:focus {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.password-input::placeholder {
  color: var(--dark-gray);
}

.password-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

._404-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-rights-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.footer-copyright {
  color: var(--dark-gray-50);
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline;
}

.paragraph-large {
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  width: 70%;
  margin-top: 20px;
}

.contacts-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 45%;
}

.contacts-form-wrapper {
  background-color: #0000;
  flex: 1;
  width: 50%;
  height: 100%;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  opacity: 1;
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  opacity: .7;
}

.contacts-right-arrow {
  opacity: 1;
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  transition: opacity .3s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  opacity: .7;
}

.contacts-slider-arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--white);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  color: var(--primary-black);
  letter-spacing: .22em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 12px;
}

.contacts-textarea:focus {
  border: 1px solid var(--white);
}

.contacts-textarea::placeholder {
  color: var(--white);
}

.contacts-input {
  border: 1px solid var(--white);
  color: var(--primary-black);
  letter-spacing: .22em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  height: auto;
  padding: 16px 18px;
  font-size: 12px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--white);
}

.contacts-input::placeholder {
  color: var(--white);
}

.contacts-title {
  width: 100%;
  margin-bottom: 20px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.footer-brand.w--current:hover {
  opacity: 1;
}

.search-wrap-input {
  color: #0e0e0e;
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary-black);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .22em;
  text-transform: uppercase;
  background-color: #0000;
  height: 49px;
  margin-bottom: 0;
  padding: 13px 22px;
}

.search-input:focus {
  border: 1px solid var(--white);
}

.search-input::placeholder {
  color: var(--dark-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 200px;
  padding-bottom: 80px;
}

.footer-logo-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-page-item {
  background-color: var(--primary-black);
  text-align: center;
  width: 100%;
  padding: 6px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary-black);
  justify-content: center;
  display: flex;
}

.search {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button-holi-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-black);
  text-align: center;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 13px 33px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-holi-white:hover {
  border-color: var(--white);
  background-color: var(--primary-black);
  opacity: 1;
  color: var(--white);
}

.primary-button-holi-white.banner-3-transparent {
  border-color: var(--ccnude);
  color: var(--white);
  background-color: #0000;
}

.primary-button-holi-white.full-button {
  width: 100%;
}

.primary-button-holi-white.centerd {
  background-color: var(--primary-black);
  color: var(--light-gray);
}

.primary-button-holi-white.centerd.outline {
  border-color: var(--gray);
  color: var(--gray);
  background-color: #0d0d0d00;
}

.primary-button-holi-white.padding-top {
  margin-top: 20px;
}

.primary-button-holi-white.padding-top:hover {
  background-color: var(--ccnude);
}

.slider-arrow-item {
  border: 1px solid #ffffff4d;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.overlay {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.subtitle-home-1 {
  color: #000;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.section-dark {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-dark.print {
  background-image: linear-gradient(to bottom, #0d0d0d1a, #0d0d0d1a), linear-gradient(to top, var(--primary-black), transparent 35%), linear-gradient(to bottom, var(--primary-black), transparent 61%), url('/wp-content/themes/cc/assets/images/banner-22-1_1banner-22-1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-top: 0;
}

.section-dark.np-padding-top {
  color: var(--white);
  background-color: #f8e1e2;
  padding-top: 0;
  padding-bottom: 0;
}

.border-wrap {
  flex-wrap: wrap;
  display: flex;
}

.line {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.nav-dropdowm-link-line {
  background-color: var(--white-50);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.logo-mobile-2 {
  padding-left: 0;
  display: none;
}

.navigation-menu-home-6 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 80px;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-list-2 {
  background-color: var(--primary-black);
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  border-color: var(--dark-gray-50);
  border-top-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
  left: -110px;
}

.nav-dropdown-list-2.portfolio-details.w--open {
  width: 260px;
}

.dropdown-header {
  background-color: #0000;
  padding: 32px 20px;
  transition: opacity .2s;
  display: flex;
}

.dropdown-header:hover {
  opacity: .7;
}

.dropdown-header.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.dropdown-menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-social-networks {
  display: flex;
}

.header-social-networks.tablet-and-mobile-home-5 {
  display: none;
}

.header-social-networks.home-5 {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.image-holi-banner {
  width: auto;
  max-width: none;
  height: 65px;
}

.tablet-menu-2 {
  display: none;
}

.nav-dropdown-home-5 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-dropdown-transparent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.nav-dropdown-link-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-intro-link {
  color: var(--white);
  width: 100%;
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  opacity: 1;
  color: var(--white-50);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current {
  color: var(--white-50);
}

.nav-dropdown-intro-link.w--current:hover {
  opacity: 1;
  color: var(--white-50);
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-intro-item {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.nav-item-link {
  color: #000;
  letter-spacing: .2em;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: flex;
}

.nav-item-link:hover {
  color: #afafaf;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.menu-wrapper {
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-shadow-overlay-2 {
  align-items: center;
  display: flex;
}

.line-header {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.socials-top-banner {
  color: #000;
  transition: opacity .5s;
}

.socials-top-banner:hover {
  opacity: .5;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  background-color: #0000;
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.socials-tablet-menu {
  color: #000;
  transition: opacity .5s;
}

.socials-tablet-menu:hover {
  opacity: .5;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.background {
  background-image: url('/wp-content/themes/cc/assets/images/team-6_1team-6.webp');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.project-holi-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 375px;
  display: flex;
  position: relative;
}

.project-holi-image.insta-pictures {
  min-height: 300px;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid var(--dark-gray-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2 {
  grid-row-gap: 20px;
  color: #000;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.card-2.instagram-photo {
  width: 100%;
}

.section-title-holi-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.section-title-holi-wrapper.padding-horizonal-mobile.sadasd {
  margin-bottom: 30px;
}

.image-holi-tablet {
  width: auto;
  max-width: none;
  height: 20px;
}

.core-value {
  z-index: 10;
  border: 1px #889ea833;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  height: 200px;
  padding: 24px;
  display: flex;
  position: relative;
}

.core-value:hover {
  z-index: 90;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-blog-item {
  border-bottom: 1px solid var(--dark-gray-50);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-blog-item.awards-item {
  border: 1px solid var(--dark-gray-50);
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.social-icon-2 {
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 9px;
  transition-property: all;
  display: flex;
}

.social-icon-2:hover {
  opacity: 1;
  background-color: #ffffff0d;
}

.social-icon-2.light {
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
}

.social-icon-2.light:hover {
  opacity: 1;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #626d86;
  border-bottom-color: #889ea833;
}

.outline-hover-circle-2 {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.vertical-card {
  color: #000;
  background-color: #ffffff0d;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-one-team-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.our-team-title {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Italiana, sans-serif;
  font-weight: 400;
}

.our-team-holder {
  align-items: center;
  width: 100%;
  display: flex;
}

.our-team-holder.home-3 {
  background-color: var(--ccnude);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.our-team-wrapper {
  width: 100%;
}

.our-team-description {
  color: var(--gray);
  text-align: left;
  width: 95%;
  max-width: 700px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.our-team-description.centered {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.our-team-description.centered.white {
  margin-left: auto;
  margin-right: auto;
}

.our-team-description.centered.black {
  color: var(--primary-black);
}

.create-your-job {
  color: var(--white);
}

.block-container {
  grid-column-gap: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-brand-wrapper-2 {
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.footer-links-wrapper-2 {
  grid-row-gap: 30px;
  border-left: 1px solid var(--dark-gray-50);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 40%;
  max-height: 171px;
  padding-left: 35px;
  display: flex;
}

.right-block-footer-content {
  text-align: left;
}

.socials-links-block {
  grid-column-gap: 30px;
  display: flex;
}

.link-mail-footer {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--dark-gray-50);
  transition-property: all;
}

.link-mail-footer:hover {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.adress-footer {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.main-office {
  color: var(--white);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 12px;
}

.let-s-talk {
  color: var(--dark-gray-50);
  letter-spacing: .04em;
  font-size: 56px;
  font-weight: 400;
  line-height: 1em;
  transition-property: color;
}

.let-s-talk:hover {
  opacity: 1;
  color: var(--white);
}

.section-instagram {
  background-color: var(--primary-black);
  overflow: hidden;
}

.image-holi-footer {
  width: auto;
  max-width: none;
  height: 50px;
}

.insta-photo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-item-instagram {
  flex: none;
  width: 250px;
}

.collection-item-instagram:nth-child(odd) {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  overflow: hidden;
}

.loop-socials {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.item-holi-wrapper {
  flex: none;
  justify-content: center;
  display: flex;
}

.loop-list-images {
  max-width: 100%;
}

.footer-gallery-image-2 {
  object-fit: cover;
  flex: none;
  width: 400px;
  height: 320px;
}

.sociasl {
  padding-left: 10px;
  padding-right: 10px;
}

.section-footer {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.footer-links-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.body-dark {
  background-color: var(--primary-black);
  color: var(--white);
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 300px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
}

.left-content-block {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0;
}

.section-top-banner {
  background-image: linear-gradient(#0d0d0d99, #0d0d0d99), url('/wp-content/themes/cc/assets/images/2150649844.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-loop-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.scroll-link {
  z-index: 200;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.rotate-text-wrapper {
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: flex;
}

.underline-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff1a;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.title-loop-large {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  color: var(--ccnude);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italiana, sans-serif;
  font-size: 170px;
  font-weight: 400;
  line-height: 1em;
}

.rotating-text-wrapper-big {
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.banner-loop-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.our-services-item {
  grid-row-gap: 60px;
  border: 1px solid var(--dark-gray-50);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.our-services-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #292b4e12;
}

.transparent-header {
  background-color: #0000;
}

.portfolio-link {
  z-index: 90;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.portfolio-link:hover {
  opacity: 1;
}

.home-3-buttons-wrap {
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-3 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.card-paralax-wrapper {
  position: absolute;
  inset: 0%;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.circle-link:hover {
  opacity: 1;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.faq-description {
  color: var(--light-gray);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.intro-team-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-2-gallery-image {
  opacity: .9;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.home-2-gallery-image-block {
  background-color: #000;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.home-3-faq-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 47%;
  height: 397px;
}

.image-overlay {
  z-index: 1;
  background-color: #0d0d0d73;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrapper-home-4 {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.collection-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #0d0d0d59;
}

.project-image-home-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image-home-4 {
  z-index: 1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image-home-4._1 {
  background-image: url('/wp-content/themes/cc/assets/images/pexels-shiny-diamond-3762408.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._2 {
  background-image: url('/wp-content/themes/cc/assets/images/young-woman-wondering-that-hse-have-first-wrinkle-her-forehead.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._3 {
  background-image: url('/wp-content/themes/cc/assets/images/pexels-anna-shvets-4586713.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._4 {
  background-image: url('/wp-content/themes/cc/assets/images/woman-making-injections-cosmetologist.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._5 {
  background-image: url('/wp-content/themes/cc/assets/images/front-view-woman-with-marker-traces-belly.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._7 {
  background-image: url('/wp-content/themes/cc/assets/images/hair-transplant-turkey.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-home-4._8 {
  background-image: url('/wp-content/themes/cc/assets/images/syringe-drug.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-card-info-home-4 {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 370px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hover-link-arrow {
  border: 1px solid var(--dark-gray-50);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.hover-link-arrow:hover {
  opacity: 1;
}

.project-wrap {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.learn-more-wrap {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.projects-container {
  perspective: 3500px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 33vh;
  margin-bottom: 33vh;
  display: flex;
  position: relative;
  transform: perspective(3500px);
}

.img__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.link-block {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.field-password {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.outline-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #e1e4ee;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  line-height: 1.2em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.hero-slide {
  width: 100%;
}

.right-arrow-12 {
  z-index: 30;
  border: 1px #fff3;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px 18px 0;
  display: flex;
  inset: auto 0% 0% 130px;
}

.logo-link-404:hover {
  opacity: 1;
}

.circle-link-holi {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-holi:hover {
  opacity: 1;
}

.subtitle-our-services {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.border-wrap-reviews {
  border-right: 1px solid var(--dark-gray-50);
  margin-right: 20px;
  padding-right: 20px;
}

.form-block {
  margin-bottom: 0;
}

.success-message {
  border: 1px solid var(--white);
  background-color: #0000;
}

.error-message {
  background-color: red;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.sticky-circle {
  z-index: 50;
  border: 1px solid var(--dark-gray-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.blog-3-card {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-blog-circle {
  border: 1px solid var(--dark-gray-50);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.album-section {
  width: 100%;
  height: 200vh;
}

.album-section.sticky {
  margin-top: -170vh;
}

.album-trigger {
  object-fit: cover;
  flex-direction: column;
  width: 35vw;
  height: 35vw;
  font-size: 1vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.outline-button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.undeline-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #eff3f6;
  padding-bottom: 4px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
}

.portfolio-3-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.circle-link-portfolio-details {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.gallery-image-portfolio-details {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.anchor-link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  background-color: #8ea5b60d;
  padding-left: 24px;
  padding-right: 24px;
}

.stage-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.slider-arrow-portfolio {
  border: 1px solid #ffffff4d;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.div-block-2 {
  text-align: center;
  width: 50%;
}

.text-block {
  text-align: center;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-weight: 400;
}

.heading-9 {
  color: var(--white);
  font-family: Italiana, sans-serif;
}

.paragraph {
  color: #000;
}

.paragraph.white {
  color: #fff;
}

.link-5 {
  color: #000;
}

.div-block-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.base-container-contact {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.featured-section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.featured-section.services {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-10 {
  text-align: center;
}

.services-section-intro {
  background-color: var(--misty-rose);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.services-section-intro.asas {
  background-color: var(--or);
  padding-top: 50px;
  padding-bottom: 50px;
}

.services-section-intro.asas.ewrwer {
  background-color: var(--white);
}

.contact-us-section {
  background-color: var(--or);
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.contact-us-section.wqe {
  background-color: var(--ccnude);
}

.xsmall-padding {
  height: 10px;
}

.whtsapp-logo {
  width: 30px;
}

.insta-logo {
  filter: invert();
  width: 30px;
}

.social-bar {
  z-index: 10;
  background-color: var(--misty-rose);
  border-top-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.all-services-comp {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 34px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---icon-stats-v7 {
  color: var(--white);
  border-radius: 16px;
  width: 30px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---section-2 {
  background-color: var(--primary-black);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-item-link-copy.w--current {
  background-color: #0000;
}

.nav-item-link-copy.w--current {
  color: #cfaa5b;
}

.nav-item-link-copy.h {
  display: none;
}

.nav-item-link-copy {
  color: #fff;
  letter-spacing: .2em;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: flex;
}

.nav-item-link-copy:hover {
  color: #afafaf;
}

.packages-info-wrapper-copy {
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-iterm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.package-service-item {
  color: var(--primary-black);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}

.package-service-item.extra-ehgioht {
  text-transform: uppercase;
  line-height: 1.5em;
}

.package-inner-wrapper {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.package-inner-wrapper.white {
  background-color: var(--ccnude);
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 20px;
}

.icon-2 {
  color: var(--primary-black);
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 24px;
  margin-right: 15px;
  padding-left: 0;
  display: flex;
}

.contacts-detail-copy {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.body {
  background-image: linear-gradient(to bottom, transparent, var(--misty-rose));
}

.dssds {
  color: var(--primary-black);
}

.link-6 {
  color: var(--primary-black);
  text-decoration: underline;
}

.text-span-3 {
  color: var(--ccnude);
}

.text-span-5 {
  color: var(--primary-black);
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.bold-text-2 {
  color: var(--or);
  font-weight: 200;
}

.bold-text-3, .bold-text-4 {
  color: var(--or);
  font-weight: 100;
}

.nav-link-n {
  color: #b18e66;
  letter-spacing: .2em;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: flex;
}

.nav-link-n:hover {
  color: #afafaf;
}

.nav-link-n.w--current {
  background-color: #0000;
}

.flipcard-back {
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 550px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flipcard-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('/wp-content/themes/cc/assets/images/pexels-shiny-diamond-3762408.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front._5 {
  background-image: linear-gradient(#00000096, #00000096), url('/wp-content/themes/cc/assets/images/screenshot-2024-01-03-at-01.59.06.png');
  background-repeat: repeat, no-repeat;
}

.flipcard-front._4 {
  background-image: linear-gradient(#00000078, #00000078), url('/wp-content/themes/cc/assets/images/screenshot-2024-01-03-at-01.59.15.png');
}

.flipcard-front.wrinkle {
  background-image: linear-gradient(#000000a6, #000000a6), url('/wp-content/themes/cc/assets/images/img2.jpg');
  background-repeat: repeat, no-repeat;
}

.flipcard-front.fat {
  background-image: linear-gradient(#00000091, #00000091), url('/wp-content/themes/cc/assets/images/img4.jpeg');
}

.flipcard-front.booster {
  background-image: linear-gradient(#0000008c, #0000008c), url('/wp-content/themes/cc/assets/images/booster.jpg');
  background-repeat: repeat, no-repeat;
}

.flipcard-front.injection {
  background-image: linear-gradient(#00000080, #00000080), url('/wp-content/themes/cc/assets/images/drip.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.flipcard-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 2.7rem;
  line-height: 90%;
}

.flipcard-title.black {
  color: var(--ccnude);
  text-align: left;
  min-height: 80px;
  font-size: 2.7rem;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-subtitle {
  text-align: center;
  min-height: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.card-back-text {
  color: var(--primary-black);
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  color: var(--primary-black);
  background-color: #3898ec00;
  border: 1px solid #000;
  margin-top: 0;
  position: absolute;
  inset: auto auto 3% 3%;
}

.section-title-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.section-title-wrapper._20 {
  margin-bottom: 30px;
}

.tab-link-tab-1 {
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  min-width: 200px;
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-5 {
  color: #fff;
}

.div-block-4 {
  border-bottom: 1px solid #afafaf;
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.div-block-4.margin-10 {
  margin-top: 10px;
}

.div-block-4.margin-10.center {
  justify-content: center;
  align-items: center;
}

.div-block-4.margin-20 {
  color: #fff;
  margin-top: 20px;
}

.div-block-4.margin-20.center {
  justify-content: center;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: center;
  display: flex;
}

.services-component---2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-4 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-4.big {
  font-size: 20px;
}

.text-block-6 {
  text-align: center;
  font-weight: 700;
}

.pricing-section {
  background-color: var(--ccnude);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.projects {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.tabs-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
}

.horizontal-line-2 {
  background-color: #afafaf80;
  width: 40px;
  height: 1px;
}

.horizontal-line-2.centered {
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line-2.centered.white {
  background-color: var(--gray);
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.right._2 {
  background-color: #ffffff82;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-curtain.right._1, .preloader-curtain.left._1 {
  background-color: #fff;
}

.preloader-curtain.left._2 {
  background-color: #ffffff61;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-bar-1 {
  background-color: #d8d8d8;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

._w-preloader {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.preloader-bar-2 {
  background-color: var(--ccnude);
  width: 50%;
  height: 100%;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.social-bar-inner {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-gray-50);
  background-color: var(--ccnude);
  border-radius: 20px 0 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.social-link-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  color: #f5f5f5;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--gray);
}

.bold-text-11 {
  color: var(--ccnude);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 61px;
  }

  h3 {
    font-size: 51px;
  }

  h5 {
    font-size: 21px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.about-us-banner {
    min-height: 500px;
  }

  .utility-page-content {
    width: 350px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .contacts-wrapper {
    grid-column-gap: 80px;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

  .search-section {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .section-dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list-2.w--open {
    left: auto;
  }

  .follow-our-socials {
    color: #000;
    line-height: 2em;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .project-holi-image {
    min-height: 425px;
  }

  .core-value {
    padding: 36px;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .our-team-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-team-wrapper {
    width: 100%;
  }

  .our-team-description {
    margin-bottom: 40px;
  }

  .block-container {
    grid-column-gap: 150px;
  }

  .footer-brand-wrapper-2 {
    width: 65%;
  }

  .let-s-talk {
    font-size: 61px;
  }

  .insta-photo-wrapper {
    grid-column-gap: 30px;
  }

  .sociasl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-footer {
    padding-top: 0;
  }

  .footer-links-container {
    grid-column-gap: 80px;
  }

  .title-loop-large {
    font-size: 200px;
  }

  .our-services-item {
    height: 320px;
    padding: 40px;
  }

  .intro-box, .intro-team-box {
    min-height: 475px;
  }

  .home-3-faq-image {
    width: 47%;
    height: 442px;
  }

  .collection-grid-4 {
    grid-column-gap: 60px;
  }

  .project-item {
    height: 450px;
  }

  .card-hover-item {
    padding: 0;
  }

  .gallery-image-portfolio-details, .stage-banner {
    height: 450px;
  }

  .featured-section {
    padding-bottom: 0;
  }

  .services-section-intro {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .services-section-intro.asas {
    padding-top: 50px;
  }

  .contact-us-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .all-services-comp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-back-text {
    margin-bottom: 40px;
  }

  .pricing-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .project-holi-image {
    min-height: 450px;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .intro-box, .intro-team-box {
    min-height: 500px;
  }

  .home-2-gallery-image-block {
    height: 424px;
  }

  .home-3-faq-image {
    width: 47.3%;
  }

  .stage-banner {
    height: 500px;
  }

  .services-section-intro.asas {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .our-team-description.centered {
    max-width: none;
  }

  .home-3-faq-image {
    width: 48%;
  }

  .gallery-image-portfolio-details {
    height: 500px;
  }

  .featured-section.services {
    padding-bottom: 10px;
  }

  .services-section-intro.asas {
    padding-top: 50px;
  }

  .brix---grid-4-columns {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .section.about-us-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .primary-button {
    display: block;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .footer-rights-wrapper {
    margin-top: 40px;
  }

  .section-title-description {
    width: 90%;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-content-wrapper, .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    width: 80%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    padding-top: 180px;
  }

  .footer-logo-wrapper {
    align-items: center;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .primary-button-holi-white {
    display: block;
  }

  .primary-button-holi-white.banner-3-transparent:hover {
    background-color: var(--white);
    color: var(--primary-black);
  }

  .primary-button-holi-white.centerd {
    margin-left: auto;
    margin-right: auto;
  }

  .section-dark.print {
    background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(to top, var(--primary-black), transparent 35%), linear-gradient(to bottom, var(--primary-black), transparent 61%), url('/wp-content/themes/cc/assets/images/banner-22-1_1banner-22-1.webp');
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section-dark.np-padding-top {
    background-color: #f9f9fa;
    padding-top: 0;
    padding-bottom: 0;
  }

  .border-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .border-wrap.eer, .border-wrap.center {
    background-color: #fff0;
    align-items: center;
  }

  .line {
    background-color: var(--ccnude);
  }

  .follow-us-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrapper-item-home-1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-dropdowm-link-line {
    display: none;
  }

  .logo-mobile-2 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-2:hover {
    opacity: 1;
  }

  .nav-close-icon-2 {
    filter: none;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    width: 100%;
    height: 350px;
    overflow: auto;
  }

  .dropdown-header {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }

  .dropdown-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .menu-button-2 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    display: none;
  }

  .socials-icons-wrapper {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .header-social-networks {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 345px;
    margin-top: 40px;
    display: none;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    background-color: var(--primary-black);
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .header-social-networks.home-5 {
    display: none;
  }

  .tablet-menu-2 {
    background-color: var(--primary-black);
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-home-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: var(--white);
    font-size: 12px;
    display: block;
  }

  .follow-our-socials {
    padding-left: 20px;
  }

  .follow-our-socials.transparent-item {
    color: var(--white);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .nav-dropdown-transparent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .top-tablet-menu {
    background-color: #fff;
    width: 100%;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: var(--white);
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-intro-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 10px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .nav-item-link {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .menu-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-shadow-overlay-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .line-header {
    background-color: var(--ccnude);
    height: 1px;
    margin-bottom: 5px;
  }

  .socials-tablet-menu {
    color: var(--white);
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .background {
    background-position: 50%;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 80px;
  }

  .project-holi-image {
    min-height: 400px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .image-holi-tablet {
    height: 30px;
  }

  .core-value {
    height: 300px;
  }

  .list-blog-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hover-circle-wrapper-2 {
    display: none;
  }

  .vertical-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
  }

  .button-holder-team {
    display: flex;
  }

  .home-one-team-wrapper {
    flex-direction: column;
  }

  .our-team-holder.home-3 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
  }

  .our-team-wrapper {
    text-align: center;
    width: 100%;
  }

  .our-team-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .our-team-description.centered, .our-team-description.centered.white, .our-team-description.centered.black {
    text-align: center;
  }

  .block-container {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links-wrapper-2 {
    max-width: 100%;
  }

  .insta-photo-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-gallery-image-2 {
    width: 360px;
    height: 280px;
  }

  .footer-links-container {
    flex: 1;
  }

  .title-loop-large {
    font-size: 140px;
  }

  .intro-box {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-team-box {
    min-height: auto;
  }

  .home-2-gallery-image-block {
    height: 180px;
  }

  .home-3-faq-image {
    width: 100%;
    height: 450px;
  }

  .collection-grid-4 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: -60px;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .hover-link-arrow {
    width: 300px;
    height: 300px;
    padding: 20px 150px 150px 20px;
  }

  .project-wrap {
    width: 80%;
    height: 80vh;
  }

  .projects-container {
    margin-top: 25vh;
    margin-bottom: 20vh;
  }

  .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .album-section.sticky {
    margin-top: -160vh;
  }

  .album-trigger {
    width: 50vw;
    height: 50vw;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .gallery-image-portfolio-details {
    height: 350px;
  }

  .anchor-link {
    width: 47%;
  }

  .stage-banner {
    height: 500px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .div-block-2, .div-block-3 {
    width: 95%;
  }

  .featured-section.services {
    padding-bottom: 30px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .nav-item-link-copy.h {
    display: flex;
  }

  .nav-item-link-copy {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-n {
    color: var(--or);
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .flipcard-back {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .flipcard-title.black {
    min-height: auto;
  }

  .card-back-text {
    text-align: center;
  }

  .button-3 {
    position: static;
  }

  .tab-link-tab-1 {
    text-align: center;
    min-width: 250px;
  }

  .tab-link-tab-2 {
    min-width: 250px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 41px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .base-container {
    padding-top: 50px;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .password-image {
    width: 100px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .primary-button-holi-white.centerd {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-arrow-item {
    height: 70px;
  }

  .section-dark, .section-dark.np-padding-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .border-wrap.eer {
    background-color: #fff0;
    align-items: center;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .header-social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .section-title-holi-wrapper {
    margin-bottom: 50px;
  }

  .core-value {
    height: 260px;
  }

  .list-blog-item {
    grid-template-columns: 1fr;
  }

  .vertical-card {
    flex-direction: column;
  }

  .our-team-holder.home-3 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .our-team-wrapper {
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .our-team-description {
    width: 100%;
  }

  .our-team-description.centered {
    text-align: justify;
  }

  .our-team-description.centered.black {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-links-wrapper-2 {
    max-height: 100%;
  }

  .let-s-talk {
    font-size: 45px;
  }

  .insta-photo-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .section-footer {
    padding-top: 0;
  }

  .footer-links-container {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .title-loop-large {
    font-size: 120px;
  }

  .our-services-item {
    grid-row-gap: 40px;
  }

  .home-2-gallery-image-block {
    min-width: 200px;
  }

  .home-3-faq-image {
    height: 350px;
    margin-bottom: 0;
  }

  .collection-grid-4 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .project-wrap {
    width: 90%;
    height: 60vh;
  }

  .projects-container {
    margin-top: 20vh;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .gallery-image-portfolio-details, .stage-banner {
    height: 400px;
  }

  .slider-arrow-portfolio {
    height: 70px;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .div-block-2 {
    width: 95%;
  }

  .div-block-3 {
    width: 100%;
  }

  .featured-section {
    padding-top: 40px;
  }

  .services-section-intro, .contact-us-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .all-services-comp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-back-text {
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .projects {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .base-container {
    padding-bottom: 0;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-title-description {
    width: 100%;
  }

  .contacts-wrapper {
    grid-row-gap: 20px;
  }

  .contacts-location-slider {
    padding-right: 0;
  }

  .contacts-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .search {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .primary-button-holi-white.banner-3-transparent {
    width: 100%;
  }

  .section-dark.print {
    background-image: linear-gradient(to bottom, transparent, transparent), linear-gradient(to top, var(--primary-black), transparent 35%), linear-gradient(to bottom, var(--primary-black), transparent 61%), url('/wp-content/themes/cc/assets/images/banner-22-1_1banner-22-1.webp');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-size: auto, auto, auto, 300vw 100vh;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .section-dark.np-padding-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .border-wrap.eer {
    background-color: #fff0;
    align-items: center;
  }

  .border-wrap.center {
    align-items: center;
  }

  .line {
    background-color: var(--ccnude);
  }

  .follow-us-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .nav-close-icon-2 {
    color: var(--primary-black);
  }

  .nav-dropdown-list-2.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .dropdown-header {
    width: 100%;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    background-color: #fff;
  }

  .image-holi-banner {
    height: 60px;
  }

  .nav-dropdown-home-5 {
    align-items: center;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .follow-our-socials.transparent-item {
    color: #000;
  }

  .nav-dropdown-transparent {
    align-items: center;
  }

  .close-menu-button-2.w--open {
    color: var(--primary-black);
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .menu-wrapper {
    border-bottom: 0px none var(--orann);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .line-header {
    background-color: var(--ccnude);
  }

  .socials-top-banner {
    line-height: 1.4em;
  }

  .socials-tablet-menu {
    color: #000;
    line-height: 1.4em;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .section-title-holi-wrapper.padding-horizonal-mobile {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .core-value {
    width: 100%;
    height: 300px;
  }

  .hover-circle-wrapper-2 {
    padding: 40px;
  }

  .button-holder-team {
    justify-content: center;
  }

  .home-one-team-wrapper {
    flex-direction: column;
  }

  .our-team-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .our-team-holder.home-3 {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-team-wrapper {
    padding-bottom: 50px;
  }

  .our-team-description {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .our-team-description.centered {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-team-description.centered.white, .our-team-description.centered.black {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper-2 {
    flex: 0 auto;
    width: 100%;
  }

  .socials-links-block {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .section-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links-container {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .hero-loop-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .our-services-item {
    width: 100%;
    height: 300px;
  }

  .home-3-buttons-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-2-gallery-image-block {
    height: 200px;
  }

  .home-3-faq-image {
    margin-bottom: 0;
    transform: translate(0);
  }

  .wrapper-home-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-image-home-4._3 {
    background-position: 100%;
  }

  .project-card-info-home-4 {
    padding: 18px 12px;
  }

  .project-info-top {
    align-items: center;
  }

  .search-results {
    font-size: 41px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .album-section.sticky {
    margin-top: -145vh;
  }

  .album-trigger {
    width: 75vw;
    height: 75vw;
  }

  .gallery-image-portfolio-details {
    height: 300px;
  }

  .anchor-link {
    width: 100%;
  }

  .stage-banner {
    height: 300px;
  }

  .slider-arrow-portfolio {
    border-right-style: none;
    width: 100%;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .div-block-2 {
    width: 95%;
  }

  .heading-7 {
    font-size: 2.7rem;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 0;
  }

  .paragraph {
    color: var(--primary-black);
    text-align: center;
    margin-top: 0;
  }

  .div-block-3 {
    width: 100%;
  }

  .base-container-contact {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .featured-section.services {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: visible;
  }

  .services-section-intro {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .services-section-intro.asas {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .services-section-intro.asas.ewrwer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-us-section.wqe {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .social-bar {
    z-index: 11;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .nav-item-link-copy {
    color: var(--or);
  }

  .nav-item-link-copy.w--current {
    color: #000;
  }

  .nav-item-link-copy.h {
    display: block;
  }

  .packages-info-wrapper-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .package-service-item {
    font-size: 1rem;
  }

  .package-inner-wrapper {
    width: 100%;
  }

  .package-inner-wrapper.white {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .contacts-detail-copy {
    justify-content: center;
    align-items: center;
  }

  .nav-link-n.w--current {
    color: #a67100;
  }

  .flipcard-back {
    justify-content: center;
    padding-top: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .container {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 95%;
  }

  .flipcard-front {
    background-image: linear-gradient(#000000a1, #000000a1), url('/wp-content/themes/cc/assets/images/pexels-shiny-diamond-3762408.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-wrap: nowrap;
    align-content: center;
    padding-left: 20px;
  }

  .flipcard-title.black {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flipcard-subtitle {
    max-width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .flipcard-less {
    inset: 5% 5% auto auto;
  }

  .card-back-text {
    text-align: center;
    width: 100%;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .tab-link-tab-1 {
    background-color: #fff;
  }

  .text-block-7, .text-block-6 {
    font-weight: 500;
  }

  .pricing-section {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .projects {
    grid-row-gap: 20px;
  }
}

#w-node-cd374909-6333-fb80-1d30-e8232f36f676-124a1da2 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-fb5f06f5-9b2c-3571-4da4-0d340061d6dc-124a1da2, #w-node-_5b59d803-ed4d-e716-8722-31634b9ea3ce-124a1da2, #w-node-_257b8d89-ebe4-e6b3-153d-60422311f7f4-124a1da2, #w-node-fd18733f-9160-3c0b-ef9c-49d368708c79-124a1da2, #w-node-fd18733f-9160-3c0b-ef9c-49d368708c89-124a1da2, #w-node-fd18733f-9160-3c0b-ef9c-49d368708c99-124a1da2, #w-node-_3bed72a9-b53b-842b-74bc-f6540d569711-124a1da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5b59d803-ed4d-e716-8722-31634b9ea3ce-124a1da2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('/wp-content/themes/cc/assets/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/wp-content/themes/cc/assets/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/wp-content/themes/cc/assets/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}