:root {
  --cte-blue: #154dde;
  --cte-light-blue: #8ce7ff;
  --cte-green: #12c35a;
  --cte-grey: #434343;
  --cte-light-grey: #d9d9d9;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Light.ttf);
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Italic.ttf);
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

body *:not(#wpadminbar *):not(#wpadminbar) {
  font-family: "Rubik", sans-serif !important;
}

body *:not(#wpadminbar *):not(#wpadminbar) .gform-theme--framework .gform_validation_errors .gform-icon {
  font-family: var(--gf-icon-font-family) !important;
}

body *:not(#wpadminbar *):not(#wpadminbar)::selection {
  background-color: var(--cte-green);
  color: #fff;
}

h1 {
  font-weight: normal !important;
}

.single-body-wrapper h2 {
  font-weight: bold !important;
}

h3,
.h3,
h5,
.h5 {
  font-weight: bold;
}
body,
.btn,
.strapline,
.contact-detail-single-heading,
h3.rank-math-question {
  font-size: 19px;
}
.strapline {
  font-weight: bold !important;
  text-transform: uppercase;
  color: var(--cte-blue);
}

.contact-detail-single-section p {
  text-transform: uppercase;
  margin-bottom: 0;
  word-wrap: break-word;
}

.soft-strapline {
  color: var(--cte-green);
  display: block;
  font-size: 24px !important;
  margin-bottom: 1rem;
}
.col-blue {
  color: var(--cte-blue) !important;
}
.col-green {
  color: var(--cte-green) !important;
}
header .menu-item {
  padding-left: 2rem;
}

header .menu-item a {
  font-weight: bold !important;
  text-decoration: none !important;
  color: #000;
}

header .menu-item.current-menu-item a,
.home header .menu-item.current-menu-item a,
header .menu-item a:hover,
.home header .menu-item a:hover,
footer .menu-item.current-menu-item a,
footer .menu-item a:hover {
  color: var(--cte-green) !important;
}

footer {
  background-color: rgba(140, 231, 255, 0.2);
}

footer p {
  word-wrap: break-word;
}

#home-hero {
  background-image: url(../images/backgrounds/home-hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-hero * {
  color: #fff !important;
}

.cte-header-logo,
.cte-footer-logo {
  width: 150px;
  height: auto;
}

.btn {
  background-color: var(--cte-green);
  border: 2px solid var(--cte-green);
  padding: 10px 20px;
  border-radius: 2rem;
  color: #fff;
  transition: all 0.4s ease;
  text-align: center;
}

.hollow-btn,
.green-hollow-btn {
  background-color: transparent !important;
  color: var(--cte-green) !important;
  font-weight: bold !important;
}

.blue-btn,
.gform_button {
  background-color: var(--cte-blue) !important;
  border-color: var(--cte-blue) !important;
  transition: all 0.4s ease !important;
}

.btn:hover {
  border: 2px solid var(--cte-green);
  background-color: transparent !important;
  color: #000 !important;
}

.hollow-btn:hover,
.green-hollow-btn:hover {
  background-color: var(--cte-green) !important;
  color: #fff !important;
}

.blue-btn:hover,
.gform_button:hover {
  border-color: var(--cte-blue) !important;
  background-color: transparent !important;
  color: #000 !important;
}

.icon-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--cte-blue);
}

.home-what-we-do-intro-wrapper {
  position: sticky;
  top: 1.5rem;
}

.admin-bar .home-what-we-do-intro-wrapper {
  top: calc(1.5rem + 32px);
}

.img-fill-container {
  position: relative;
  padding-top: 75%;
  background-color: var(--cte-blue);
  overflow: hidden;
  border: none !important;
}

.img-fill-container img,
.img-fill-container picture {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio-4-3 {
  padding-top: 75%;
}

.aspect-ratio-3-2 {
  padding-top: 66.6667%;
}

.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

.aspect-ratio-2-1 {
  padding-top: 50%;
}

.aspect-ratio-5-4 {
  padding-top: 80%;
}

.txt-img-split-element:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

.insight-card-date {
  color: var(--cte-grey);
  font-size: 17px;
  line-height: 1;
}

.footer-menu {
  list-style: none;
  padding-left: 0 !important;
  color: #000 !important;
}

.footer-menu a,
.footer-disclaimer a {
  color: #000 !important;
  text-decoration: none;
  text-decoration-thickness: 3px !important;
}

.footer-main-content-row {
  border-bottom: 1px solid var(--cte-green);
}

.footer-disclaimer {
  font-size: 17px;
}

.hero-section,
.page-section {
  position: relative;
  overflow: hidden;
}

.page-section#home-intro-section {
  overflow: visible;
}

.cte-pattern {
  position: absolute;
  width: 100%;
  z-index: -2;
}

.green-pattern-bg {
  background-color: rgba(18, 195, 90, 0.2);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/backgrounds/cte-pattern.png);
}

.home-why-us-pattern-1,
.request-sample-form-pattern-1 {
  top: 0%;
  left: -50%;
}

.home-why-us-pattern-2 {
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
}

.home-why-us-pattern-3,
.what-we-do-hero-pattern-2,
.about-who-we-work-with-pattern-1 {
  bottom: 0;
  left: -50%;
}

.what-we-do-hero-pattern-1 {
  top: 0%;
  right: -50%;
}

.about-hero-pattern-1 {
  bottom: 0%;
  right: -50%;
}
.what-we-do-difference-pattern-1 {
  top: 0%;
  right: -50%;
}

.what-we-do-difference-pattern-2 {
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
}

.what-we-do-txt-img-split-element-section-wrapper {
  position: relative;
}

.what-we-do-txt-img-split-element-section-wrapper::before {
  content: "";
  width: 28%;
  height: 100%;
  border-radius: 1rem;
  background-color: rgba(18, 195, 90, 0.2);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.process-step-content-wrapper {
  max-width: 360px;
  margin: 0 auto;
  display: block;
}

.checked-list,
.checked-list-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.checked-list li,
.checked-list-wrapper ul li {
  padding: 0.6rem 0 0.6rem 42px;
  position: relative;
}
.checked-list li::before,
.checked-list-wrapper ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0.6rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/checked-list-tick.png);
}

.request-sample-form-placeholder,
.contact-form-placeholder {
  background-color: var(--cte-light-grey);
  color: var(--cte-blue);
  text-transform: uppercase;
  text-align: center;
  padding: 28px;
  font-weight: bold !important;
}

.search-form-input {
  padding: 8px 20px;
  border: 1px solid var(--cte-light-grey);
  border-radius: 2rem;
  font-size: 17px;
  width: calc(50% - 154px);
  min-width: 240px;
  max-width: 100% !important;
  margin-right: 4px;
  transition: all 0.4s ease;
}

.search-form-input:focus-visible {
  border-color: var(--cte-blue);
  outline: none !important;
}

.search-form-btn {
  font-weight: bold !important;
  font-size: 17px !important;
  padding: 8px 20px !important;
  min-width: 150px;
}

.why-cte-feature-inner {
  display: flex;
  column-gap: 1.25rem;
}

#home-what-we-do-cta-feature .why-cte-feature-icon-wrapper {
  min-width: 64px;
}

.icon-caption-icon {
  height: 84px;
  width: auto;
}

.single-content-section .container-xxl {
  background-image: url(../images/backgrounds/cte-pattern.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

.card-link {
  text-decoration: none;
  color: inherit !important;
}

.card-link:hover h4 {
  text-decoration: underline !important;
  text-decoration-color: var(--cte-blue) !important;
  text-decoration-thickness: 3px !important;
}
.navbar-toggler {
  padding: 0 4px !important;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 0.25rem;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s ease;
  border: none !important;
}
.collapsed .icon-bar {
  width: 100%;
  opacity: 1;
}
.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  width: 65%;
}
.icon-bar:nth-of-type(2) {
  width: 100%;
  margin: 5px 0;
  opacity: 1 !important;
}
.icon-bar {
  border-radius: 2rem;
  transition: all 0.4s ease;
  background-color: var(--cte-blue);
  transform-origin: center center;
  width: 0%;
  height: 3px;
  display: block;
  opacity: 0;
}
.txt-img-split-txt-wrapper p:last-of-type {
  margin-bottom: 0 !important;
}

.soial-icon-link {
  text-decoration: none;
}

.social-icon-img {
  height: 26px;
  width: auto;
}

.contact-page-social-icons-wrapper {
  display: flex;
  justify-content: space-between;
}

.addtoany_shortcode {
  display: inline;
}

.cmplz-btn {
  font-weight: bold !important;
}

.cmplz-title {
  text-transform: uppercase !important;
  font-weight: bold !important;
}

#rank-math-faq {
  margin: 1rem 0 !important;
}

.email-link {
  text-decoration: none;
  color: #000;
}

.email-link:hover {
  text-decoration: underline;
}

footer p a:hover {
  text-decoration: underline !important;
}
