/*!
Theme Name: CC 2022
Theme URI: #
Author: Wemeanthis
Author URI: https://wemeanthis.com
Description: wemeanthis custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: CC
Tags: Custom build Theme
*/

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

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

/*.menu-item-wpml-ls-928-de {*/
/*    display: none !important;*/
/*}*/

.text-underline {
  text-decoration: underline;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.lang a:not(.text-underline):hover {
  color: #fff;
}

.container,
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

body {
  line-height: 1;
  color: #1a1e2c;
  font-family: "Inter", sans-serif;
}

.inter-font {
  font-family: "Inter", sans-serif;
}

.single-team h4 {
  border-bottom: 1px solid #ffb20a;
  padding-bottom: 10px;
  min-height: 54px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.single-team p {
  color: #1a1e2c;
}

.single-team img {
  width: 100% !important;
  height: 228px !important;
  object-fit: cover;
  /*border: 1px solid #f3f3f3;*/
  /*padding: 10px;*/
  background: #ffffff;
}

.portfolio-slider {
  overflow: unset;
}

.page-template.default ul {
  padding-left: 25px;
}

.page-template.default ul li {
  list-style-type: disc;
}

.portfolio-slider.single {
  overflow: hidden;
}

.swiper-pagination-bullet {
  background: #e2e2e2 !important;
  opacity: 1 !important;
}

.pagination a {
  font-family: grad, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.grad {
  font-family: grad, sans-serif !important;
}

.swiper-pagination-bullet-active {
  background: #6f6262 !important;
  opacity: 1 !important;
}

.page-template-page-portfolio .banner {
  overflow-x: hidden;
}

#spec-animate span {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.portfolio-slider .swiper-slide-prev {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.portfolio-slider .navs {
  position: relative;
  top: -20px;
  z-index: 1;
}

.portfolio #ajax-results {
  /*display: grid;*/
  /*grid-template-columns: repeat(6, 1fr);*/
  /*grid-template-rows: repeat(4, 1fr);*/
  /*grid-column-gap: 0px;*/
  /*grid-row-gap: 0px;*/
  margin-bottom: 100px !important;
}

#areaofinterest div:last-of-type {
  border: none;
}

.left-border {
  position: relative;
  height: 100%;
}

.page-template-page-ecosystem .modal-backdrop {
  background: #000;
}

#partnerModal .modal-dialog {
  max-width: 1215px;
}

.left-border:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #1a1e2c;
}

.left-border.red:before {

  background: #A4402D;
}

.single-portfolio img {
  border-right: 1px solid #1a1e2c26;
  border-bottom: 1px solid #1a1e2c26;
  padding: 20%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  min-height: 280px;
}

.modal-content {
  border-radius: 0;
}

.specification-item {
  border-bottom: 1px solid #ffb20a;
  padding: 10px 0;
}

.border-left {
  border-left: 1px solid #ffb20a;
}

#portfolioModal .box {
  width: 380px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffb20a;
  /*background: #F7F7F7;*/
}

.specification-item span {
  font-size: 15px;
}

.single-portfolio img:hover {
  filter: grayscale(0);
  cursor: pointer;
}

/*.portfolio #ajax-results > div:nth-child(1), .portfolio #ajax-results > div:nth-child(5), .portfolio #ajax-results > div:nth-child(9), .portfolio #ajax-results > div:nth-child(13), .portfolio #ajax-results > div:nth-child(17) {*/
/*    border-left: 1px solid #1a1e2c26;*/
/*}*/

/*.portfolio #ajax-results > div:nth-child(1), .portfolio #ajax-results > div:nth-child(2), .portfolio #ajax-results > div:nth-child(3), .portfolio #ajax-results > div:nth-child(4) {*/
/*    border-top: 1px solid #1a1e2c26;*/
/*}*/

.page-template-page-portfolio .modal-dialog {
  max-width: 1300px;
  padding: 20px;
}

.page-template-page-portfolio .modal-backdrop {
  background: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

.lang li a {
  color: #fff;
}

.wpml-ls-slot-shortcode_actions:not(.wpml-ls-current-language) span {
  border: 0;
}

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

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

.site {
  position: relative;
}

a,
a:not(.text-underline):hover {
  color: inherit;
  text-decoration: none;
}

.navigation {
  background: #ffb20a;
}

.inactive {
  display: none;
}

.pp1 {
  display: flex;
}

.pp2 {
  display: none !important;
}

.pp1.active,
.pp2.active {
  display: flex !important;
}

@media screen and (max-width: 992px) {
  .pp1 {
    display: block;
  }

  .pp1.active,
  .pp2.active {
    display: block !important;
  }
}

.pp1.inactive,
.pp2.inactive {
  display: none !important;
}

a.text-underline:hover {
  color: inherit;
}

.prev-and-next {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "grad", serif;
}

h1,
.heading {
  font-size: 50px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.pb-6 {
  padding-bottom: 3.5rem;
}

.pb-7 {
  padding-bottom: 4rem;
}

#partnerModal #partner-image {
  height: 100%;
  object-fit: cover;
}

#partnerModal .box {
  height: 100%;
}

.ps-7 {
  padding-left: 4rem;
}

.ps-9 {
  padding-left: 5rem;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 35px;
  z-index: 11;
}

header ul {
  display: flex;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.3;
}

header ul li {
  margin: 0 15px;
  position: relative;
}

header ul li a {
  font-family: "grad", serif;
  position: relative;
}

.circle .top {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid #FFB20A;*/
  margin: 0 auto 15px;
}

.circle .top h2 {
  font-size: 25px;
  line-height: 1.1;
}

.single-cc_case_study .col-lg-3 .divider {
  margin-left: auto;
  margin-right: auto;
}

.testimonial h3 {
  line-height: 1.3;
}

.testimonial .quote {
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.565' height='26.972' viewBox='0 0 28.565 26.972'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Path_913' data-name='Path 913' d='M0,8.806H28.565V-18.166H0Z' transform='translate(0 18.166)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_562' data-name='Group 562' transform='translate(0 18.166)'%3E%3Cg id='Group_561' data-name='Group 561' transform='translate(0 -18.166)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_560' data-name='Group 560' transform='translate(0.001 0)'%3E%3Cpath id='Path_912' data-name='Path 912' d='M4.307,4.446H-2A7.554,7.554,0,0,1-.514.265,14.039,14.039,0,0,1,4.307-3.288L1.456-9.172q-5.67,2.71-8.006,6.248T-8.884,6.727V17.8H4.307Zm15.375,0H13.374A7.554,7.554,0,0,1,14.86.265a14.039,14.039,0,0,1,4.821-3.553L16.83-9.172q-5.67,2.71-8.006,6.248T6.491,6.727V17.8H19.681Z' transform='translate(8.884 9.172)' fill='%23af3c27'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: left top;
  background-repeat: no-repeat;
}

.testimonial h3 span {
  color: #ffb20a;
  font-family: "Inter", sans-serif;
  display: block;
  margin-top: 30px;
  font-size: 21px;
  text-transform: uppercase;
}

.py-150 {
  padding: 150px 0;
}

.single-cc_case_study .col-lg-3>div .divider:last-of-type {
  display: none;
}

.single-cc_case_study .divider {
  width: 40px;
  height: 2px;
  background: #ffb20a;
  margin: 30px 0;
}

header ul li:after,
.current-menu-item::after {
  width: 0;
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ffb20a;
}

header ul li:hover:after {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  padding-top: 15px;
  text-align: left;
  min-width: 225px;
}

.single-partner img {
  width: 100%;
}

.sub-menu li {
  margin: 0 0 8px;
  display: inline-block;
  width: fit-content;
}

/*.sub-menu li:hover:after {*/
/*    max-width: 40px;*/
/*}*/

.current-menu-item::after,
.current-menu-parent::after {
  width: 100% !important;
}

section {
  padding: 60px 0;
}

.newsletter input::placeholder {
  color: #cccccc;
}

.newsletter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.newsletter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.newsletter input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

.newsletter input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.newsletter input:not([type="submit"]) {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

.newsletter .sib-default-btn {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;
}

.sib-email-area+div {
  top: -35px;
  right: 0;
}

.label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.home .label {
  color: #a4402d;
}

.cards-group .item {
  padding: 35px 35px 100px;
  color: #fff !important;
  background-size: cover !important;
  height: 430px;
  position: relative;
}

.cards-group .item svg {
  position: absolute;
  bottom: 40px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  left: 35px;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(26, 30, 44, 0.6);
}

.home-slider .overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 28%,
      rgba(255, 255, 255, 0) 69%,
      rgba(0, 0, 0, 0.418627106741573) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 28%,
      rgba(255, 255, 255, 0) 69%,
      rgba(0, 0, 0, 0.418627106741573) 100%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 28%,
      rgba(255, 255, 255, 0) 69%,
      rgba(0, 0, 0, 0.418627106741573) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

h2.large {
  font-size: 40px;
}

.top-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 36%);
  background: -webkit-linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 36%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4551439606741573) 0%,
      rgba(255, 255, 255, 0) 36%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.home #primary-menu li a {
  color: #fff;
}

.cards-group .item:hover svg {
  left: 50px;
}

.why-cc .swiper-slide {
  display: flex;
  align-items: end;
}

.home .logo .logo-text {
  fill: #fff;
}

.hidden-text {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  position: relative;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.cards-group .item:hover .hidden-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.horizontal-slider p {
  letter-spacing: 0;
}

.horizontal-slider .partners img {
  filter: invert(100%);
}

.py-120 {
  padding: 120px 0;
}

.vh-80 {
  min-height: 80vh;
}

p,
.page-template.default li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}

p.small,
a.small {
  font-size: 14px !important;
}

.swiper-slide {
  height: auto;
}

.horizontal-slider .logo {
  margin-bottom: 0;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.horizontal-slider .swiper-slide {
  border-left: 1px solid #ffffff;
  padding: 0 18px;
}

.horizontal-slider .swiper-slide p {
  margin-bottom: 30px;
}

.countdown .item {
  text-align: center;
  position: relative;
}

.countdown .item:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #a4402d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.portfolio-icons-slider .swiper-slide {
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.portfolio-icons-slider .swiper-slide img {
  filter: grayscale(100%);
}

.portfolio-icons-slider .swiper-slide img:hover {
  filter: grayscale(0);
}

.button {
  padding: 11px 25px;
  font-size: 21px;
  background: #ffb20a;
  display: inline-block;
  border-radius: 30px;
  line-height: 1.4;
}

.page-template-page-equity .countdown.green .item:before {
  background: #ffb20a;
}

.countdown {
  padding-top: 80px;
}

.horizontal-cards .item {
  border-bottom: 1px solid #1a1e2c;
}

.horizontal-cards .item span,
.arrow {
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.horizontal-cards .item:hover span,
a:hover .arrow {
  left: 15px;
}

.item img,
.single-post img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

header+section.insights {
  padding-top: 200px !important;
}

.single-content a {
  text-decoration: underline;
}

strong,
b {
  font-weight: 700;
}

.single-content img {
  width: 100%;
}

.single-content ul {
  list-style-type: disc;
}

.single-content p,
.single-content ul,
.single-content div {
  font-size: 16px;
  line-height: 1.4;
}

.single-content ul {
  margin: 30px 0 30px 30px;
}

.single-content ul li+li {
  margin-top: 10px;
}

.single-content p,
.single-content div+div {
  margin-top: 30px;
}

em,
i {
  font-style: italic;
}

.insights .row>* {
  padding-left: 8px;
  padding-right: 8px;
}

.half-half ul li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  font-size: 16px;
  line-height: 21px;
}

.half-half ul li::before {
  min-width: 20px;
  max-width: 20px;
  content: " ";
  height: 1px;
  background-color: #ffb20a;
  position: relative;
  top: 9px;
}

.half-half ul li+li {
  margin-top: 16px;
}

.insights .row {
  margin-right: -8px;
  margin-left: -8px;
}

.insights .post {
  margin-bottom: 16px;
}

.insights .sidebar .row .post:last-of-type {
  margin-bottom: 0;
}

.insights img {
  display: block;
  width: 100%;
  height: auto;
}

#show-more-events {
  padding: 20px;
  background: #ffb20a;
  text-align: center;
  display: block;
  cursor: pointer;
}

.item:hover img,
.single-post:hover img {
  opacity: 0.9;
}

.item:hover .arrow {
  left: 15px;
}

.insights .sidebar {
  border: 1px solid #ffb20a;
  padding: 15px;
}

/*.post.hidden {*/
/*    height: 150px;*/
/*    overflow: hidden;*/
/*}*/
.single-content img.alignleft {
  width: auto;
  float: left;
  padding-right: 20px;
  padding-bottom: 5px;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.close-team-modal,
.close-portfolio-modal {
  cursor: pointer;
}

.insights .overlay,
.team .overlay,
.portfolio .overlay {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  height: 200px;
  margin-top: -200px;
  position: relative;
  z-index: 9;
  top: auto;
  left: -8px;
  right: -8px;
}

.insights .overlay {
  background: rgb(244, 244, 244);
  background: -moz-linear-gradient(0deg,
      rgba(244, 244, 244, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(244, 244, 244, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg,
      rgba(244, 244, 244, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.portfolio #ajax-results {
  border-top: 1px solid #1a1e2c26;
  border-left: 1px solid #1a1e2c26;
}

.image-slider img,
.image-slider2 img,
.image-slider3 img {
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
}

.image-slider2 img,
.image-slider3 img {
  min-height: 65vh;
  max-height: 100%;
}

.img-slider-block h4 {
  display: inline-block;
}

.overlay-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.img-slider-block .divider {
  margin: 30px 0;
  width: 187px;
  height: 1px;
  background: #ffb20a;
}

.cards-group {
  background: #161b2e;
}

.cards-group .overlay-block {
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.cards-group a:hover .overlay-block {
  opacity: 1;
}

h4 {
  font-size: 21px;
}

h4.big {
  font-size: 24px;
}

h2.big {
  font-size: 50px;
}

h5 {
  font-size: 20px;
}

.latest {
  background: #ebebeb;
}

.single-post.item p {
  color: #496e6d;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  background: #1a1e2c;
  padding: 70px 0;
}

.single-case-study {
  padding: 50px 0;
  border-top: 2px solid #ffb20a;
}

.page-template-page-cases #ajax-results>.post:nth-child(2n) .single-case-study .row {
  flex-direction: row-reverse;
}

.single-case-study .divider {
  width: 60px;
  height: 1px;
  background: #ffb20a;
  margin: 30px 0;
}

.single-case-study img {
  width: 92%;
}

.single-case-study h2 {
  margin-bottom: 20px;
}

.single-case-study .preamble {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background: #e2e2e2;
  width: 15px;
  height: 15px;
}

.vertical-divider {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #ffb20a;
}

.pt-150 {
  padding-top: 150px;
}

.preamble {
  font-size: 21px;
}

.left-border {
  position: relative;
}

.left-border>div:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: " ";
  width: 1px;
  background: #ffb20a;
}

.left-border.red>div:before {

  background: #A4402D;
}


.yellow-color {
  color: #ffb20a;
}

.portfolio-slider .circle {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #ffb20a;
  background-size: cover !important;
}

.portfolio-slider .swiper-slide {
  border-left: 1px solid rgba(26, 30, 44, 0.17);
}

.horizontal-divider {
  width: 40px;
  height: 1px;
  background: #ffb20a;
  margin-bottom: 30px;
}

.py-120 {
  padding: 92px 0;
}

.free-mode img {
  max-height: 50vh;
}

.free-mode .swiper-slide {
  width: auto !important;
}

.vh-30 {
  min-height: 30vh;
}

.vh-60 {
  min-height: 60vh;
}

.page-template-page-portfolio header+section {
  padding-top: 200px !important;
}

header+section {
  padding-top: 140px !important;
}

.vh-70 {
  min-height: 60vh;
}

.page-template-page-support h2.heading {
  font-size: 40px;
}

.dark-red {
  color: #a4402d;
}

.single-post.case-study .inner {
  min-height: 190px;
}

.green-back {
  background: #496e6d;
  padding: 92px 0;
}

.green-color {
  color: #496e6d;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.row>* {
  padding-right: 8px;
  padding-left: 8px;
}

.post-team {
  cursor: pointer;
}

.banner.insights {
  height: 80vh;
}

/*.insight-image {*/
/*    height: 80vh;*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*}*/
.insight-image {
  width: 100%;
}

.page-template.default h2 {
  margin-bottom: 50px;
}

.page-template.default {
  padding-bottom: 60px;
}

.container .single-foundation:last-child .divider {
  display: none;
}

.painted {
  background: url("/wp-content/uploads/2022/09/Group-255.png") center center no-repeat;
  background-size: contain;
  padding: 20px 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.painted.dark {
  background: url('/wp-content/uploads/2025/09/dark-shape.png') center center no-repeat;
  background-size: contain;
  color: #fff;
  padding: 20px 35px;
}


.single-foundation img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}

.single-foundation .divider {
  width: 230px;
  background: #707070;
  height: 1px;
  margin: 80px 0;
}

.painted.big {
  background: url("https://www.cathaycapital.com/wp-content/uploads/2022/12/shapebig.png") center center no-repeat;
  background-size: contain;
  padding: 20px 40px;
}

.painted-v2 {
  background: url("/wp-content/uploads/2023/05/Group-485.png") center center no-repeat;
  background-size: contain;
  padding: 20px 45px;
  display: inline-block;
}

.unt.lang-de {
  background: url("/wp-content/uploads/2024/06/unt.png") center center no-repeat;
  padding: 20px 47px;
}

.lang-de.painted-v2 {
  background: url("/wp-content/uploads/2024/06/sus-1.png") center center no-repeat;
}

.lang-de.painted.big {
  background: url("/wp-content/uploads/2024/06/f.png") center center no-repeat;
  padding: 20px 78px;
}

.green-back h3 {
  line-height: 1.4;
}

.accordion .item {
  border-top: 1px solid #000000;
}

.accordion .item:last-of-type {
  border-bottom: 1px solid #000000;
}

.accordion.orange .item {
  border-top: 1px solid #FFB20A;
}

.accordion.orange .item:last-of-type {
  border-bottom: 1px solid #FFB20A;
}


.insights {
  padding-top: 250px;
}

.page-template-page-insights {
  background: #f4f4f4;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 30px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-30px, 0, 0);
}

.home .banner img {
  animation-name: scaleImage;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}

@keyframes scaleImage {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

.post.line a {
  position: relative;
  padding-top: 6px;
}

.post.line a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: " ";
  height: 6px;
  background: #ffb20a;
}

.y-background {
  background: #ffb20a;
}

.img-full-height img {
  height: 100%;
  object-fit: cover;
}

.filters h5 {
  font-size: 18px;
}

.modal-backdrop {
  background: transparent;
}

input[type="checkbox"] {
  width: 21px;
  height: 21px;
  border: 1px solid #ffb20a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]+span {
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 3px;
  left: 3px;
  position: absolute;
}

input[type="checkbox"]:checked+span {
  background: #ffb20a;
}

.tax-title {
  margin-left: 10px;
}

#form label {
  margin-bottom: 5px;
}

#filterModal .modal-body {
  padding: 35px 35px 25px;
}

.select,
#searchform input {
  border: 1px solid #ffb20a;
  border-radius: 20px;
  padding: 10px 15px;
  min-width: 300px;
  font-size: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.489' height='6.098' viewBox='0 0 11.489 6.098'%3E%3Cg id='Group_429' data-name='Group 429' transform='translate(0.354 0.354)'%3E%3Cline id='Line_103' data-name='Line 103' x2='5.391' y2='5.391' fill='none' stroke='%231a1e2c' stroke-width='1'/%3E%3Cline id='Line_104' data-name='Line 104' x2='5.391' y2='5.391' transform='translate(10.782) rotate(90)' fill='none' stroke='%231a1e2c' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#searchsubmit {
  display: none;
}

#searchform input {
  background: #ffb20a;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a1e2c;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1e2c;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1a1e2c;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1e2c;
}

#ajax-results {
  position: relative;
}

.search-overlay {
  opacity: 0.1;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #ffb20a;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.post-loader {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.loading-posts .post-loader {
  z-index: 1;
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-posts-opacity #ajax-results {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-posts #ajax-results {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-team .post-loader,
.loading-portfolio .post-loader {
  z-index: 1;
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-team-opacity #ajax-results,
.loading-portfolio-opacity #ajax-results {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.loading-team #ajax-results,
.loading-portfolio #ajax-results {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mvh-100 {
  min-height: 100vh;
}

.filters a.active {
  position: relative;
}

.filters a.active::after {
  position: absolute;
  content: " ";
  bottom: -3px;
  height: 2px;
  background: #ffb20a;
  left: 0;
  right: 0;
}

h5.small-size {
  font-size: 18px;
}

.page-template-page-team .modal-backdrop {
  background: #1a1e2c;
}

.page-template-page-team .modal-content {
  border-radius: 0;
}

.page-template-page-team .modal-content .additional {
  border-top: 1px solid #ffb20a;
}



#team-image {
  border: 1px solid #707070;
  width: 100%;
}

#team-name {
  font-size: 40px;
}

#form p {
  color: #496e6d;
}

#form p.text-uppercase {
  position: relative;
}

#form p.text-uppercase::before {
  position: absolute;
  top: -4px;
  height: 1px;
  background: #ffb20a;
  left: 0;
  right: 0;
  content: " ";
  width: 21px;
}

.site.invert-theme header ul li a {
  color: #ffffff;
}

.hover-image,
.hover-image2 {
  max-width: 560px;
}

.site.invert-theme .logo-text {
  fill: #ffffff;
}

.menu-item-has-children {
  position: relative;
}

html[lang="fr-FR"] .select,
html[lang="fr-FR"] #searchform input {
  min-width: 160px;
}

.page-template-page-team [data-aos^="fade"][data-aos^="fade"] {
  opacity: 1 !important;
}

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .h-d-100 {
    height: 100%;
  }
}

h3.big {
  font-size: 26px;
}

.page-template-page-whycc section h4 {
  line-height: 1.2;
}

.team .overlay {
  top: auto;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#ffffff", GradientType=1);
  height: 200px;
  margin-top: -200px;
  z-index: 9;
}

.insights .overlay,
.team .overlay,
.portfolio .overlay {
  display: none;
}

.page-template.default {
  padding-top: 200px;
}

#cookie-law-info-bar {
  padding: 80px 0;
  background: #1a1e2c !important;
}

h5.cli_messagebar_head {
  font-size: 30px;
  margin-bottom: 45px;
  padding: 0 20px;
}

.cookie-message br {
  display: none;
}

.cookie-message {
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 21px;
  padding: 0 20px;
}

#cookie_action_close_header_reject {
  color: #fff !important;
  font-size: 16px !important;
  border: 1px solid #fff;
  background: transparent !important;
  min-width: 300px;
}

#cookie_action_close_header {
  color: #ffb20a !important;
  font-size: 16px !important;
  border: 1px solid #ffb20a;
  background: transparent !important;
  min-width: 300px;
}

.single-team p.small.m-0 {
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .contact-banner {
    background-size: 52% !important;
    background-position-y: bottom !important;
  }
}

@media screen and (min-width: 992px) {
  .vertical-d {
    border-right: 1px solid #ffb20a;
  }
}

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

  .select,
  #searchform input {
    min-width: 230px;
  }

  html[lang="fr-FR"] .logo svg {
    max-width: 150px;
  }

  h2.large {
    font-size: 30px;
  }

  h3.big {
    font-size: 22px;
  }

  .single-case-study h2 {
    font-size: 27px;
  }

  .single-case-study .divider {
    margin: 20px 0;
  }

  .single-case-study .mb-5 {
    margin-bottom: 30px !important;
  }

  .preamble {
    font-size: 19px;
  }

  h1,
  .heading {
    font-size: 45px;
    line-height: 1.1;
  }

  .page-template-page-support h2.heading {
    font-size: 37px;
  }

  .page-template-page-support h2 {
    font-size: 26px;
  }

  .hover-image,
  .hover-image2 {
    max-width: 460px;
  }

  .page-template-page-support h4.big {
    font-size: 20px;
  }

  .image-slider img,
  .image-slider2 img,
  .image-slider3 img {
    height: 100%;
  }

  h3 {
    font-size: 21px;
  }

  p,
  .page-template.default li,
  .half-half ul li {
    font-size: 15px;
  }

  .page-template.default a {
    word-break: break-word;
  }

  .horizontal-slider p {
    font-size: 14px;
  }

  .page-template-page-whycc section .heading {
    font-size: 40px;
  }

  .page-template-page-whycc section h3 {
    font-size: 24px;
  }

  .page-template-page-whycc section .preamble {
    font-size: 18px;
  }

  .page-template-page-whycc section h2 {
    font-size: 33px;
  }

  .page-template-page-mission section h1 {
    font-size: 41px;
  }

  .page-template-page-mission section h3 {
    font-size: 23px;
  }

  .single-team h4 {
    font-size: 18px;
    min-height: 47px;
  }

  .page-template-page-team .modal-content .additional {
    font-size: 15px;
  }

  .single-team p.small {
    font-size: 12px !important;
  }

  .page-template-page-portfolio section h1 {
    font-size: 42px;
  }

  .page-template-page-portfolio section h5 {
    font-size: 18px;
  }

  .button {
    padding: 9px 25px;
    font-size: 17px;
  }

  .page-template-page-equity .py-120 {
    padding: 60px 0;
  }

  .page-template-page-equity section h2 {
    font-size: 26px;
  }

  .page-template-page-equity section a.small {
    font-size: 12px !important;
  }

  .page-template-page-sustainability section h2.big {
    font-size: 44px;
  }

  .page-template-page-sustainability section h2:not(.heading) {
    font-size: 27px;
    line-height: 1.2;
  }

  .page-template-page-foundation section h2 {
    font-size: 26px;
  }

  /*.single-content p, .single-content ul, .single-content div {*/
  /*    font-size: 21px;*/
  /*}*/
  .single-content h1 {
    font-size: 40px;
  }
}

.swiper.team .swiper-slide {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .portfolio-slider .circle {
    width: 275px;
    height: 275px;
  }
}

.mv-lang-de {
  background: url(/wp-content/uploads/2024/06/mv-1.png) center center no-repeat;
  padding: 20px 41px;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mhw-100 {
  min-width: 100px;
  max-width: 100px;
}

.partners-company {
  overflow: initial;
}

.portfolio-companies .swiper-slide {
  position: relative;
}

.portfolio-companies .swiper-slide .logo,
.portfolio-companies .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px;
}

.portfolio-companies .swiper-slide a .link {
  transition: 0.3s ease;
}

.portfolio-companies .swiper-slide a:hover .link {
  transform: translateX(20px);
}

.portfolio-companies .swiper-slide .link {
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 992px) {
  .unt.lang-de {
    padding: 20px 59px;
  }

  .left-border.red>div:before,
  .left-border.red:before {
    background: transparent;
  }

  .left-border.red h3 {
    border-top: 1px solid #A4402D;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .speccc>div>div:nth-child(3) h3 {
    border-bottom: 1px solid #A4402D;
    padding-bottom: 30px;
  }

  .fs-18-m {
    font-size: 18px !important;
  }

  .fs-24-m {
    font-size: 24px !important;
  }

  .rm-top-border {
    border-top: 0 !important
  }

  .mhw-100 {
    min-width: 66px;
    max-width: 66px;
  }

  .plr-40 {
    padding-left: 0px;
    padding-right: 0px;
  }

  html[lang="de-DE"] .page-template-page-sustainability h1 {
    font-size: 29px;
  }

  .lang-de.painted-v2 {
    background: url("/wp-content/uploads/2022/09/Group-255.png") center center no-repeat;
    padding: 15px 34px 15px 38px;
  }

  .menu-menu-container,
  .menu-menu-1-container,
  .menu-menu-cn-container,
  .menu-menu-de-container {
    display: none;
  }

  .h2 {
    font-size: 22px;
  }

  .lang-de.painted.big {
    background: url(/wp-content/uploads/2022/09/Group-255.png) center center no-repeat;
    padding: 20px 65px !important;
  }

  .d-block-on-m {
    display: block !important;
  }

  html[lang="fr-FR"] .logo svg {
    max-width: 190px;
  }

  .latest .single-post .arrow {
    max-width: 40px;
  }

  .home .horizontal-slider {
    background-size: initial !important;
  }

  .swiper.team .row {
    flex-wrap: nowrap;
  }

  .swiper.team .swiper-slide img {
    width: 100%;
  }

  h1,
  .heading {
    font-size: 35px;
    line-height: 1.1;
  }

  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hidden-text {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .health-block {
    background: url("/wp-content/uploads/2023/05/Group-632-e1685472871305.jpg") center center no-repeat !important;
  }

  .cathayinnovation-block {
    background: url("/wp-content/uploads/2023/05/Group-631-e1685472667968.jpg") center center no-repeat !important;
  }

  .private-equity-home {
    background: url("/wp-content/uploads/2023/05/Group-630-e1685472794956.jpg") center center no-repeat !important;
  }

  .cards-group .item {
    height: auto;
  }

  .cards-group .item {
    padding: 25px 25px 85px;
    margin-bottom: 15px;
  }

  #Navigation_Arrow {
    max-width: 50px;
  }

  .home .horizontal-slider .swiper-slide {
    width: 280px !important;
  }

  .countdown-column {
    display: block !important;
  }

  .countdown-column .heading {
    font-size: 50px;
  }

  .countdown-column .heading+p {
    font-size: 18px;
  }

  .countdown-column .heading+p br {
    display: none;
  }

  .pxm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .horizontal-cards {
    padding: 30px 0;
  }

  .horizontal-cards h2 {
    display: flex;
    justify-content: space-between;
  }

  .horizontal-cards h2 span {
    margin-right: 20px;
  }

  .horizontal-cards .item {
    border-bottom: 1px solid #ed9700;
  }

  section {
    padding: 40px 0;
  }

  .newsletter input:not([type="submit"]) {
    font-size: 11px;
  }

  .horizontal-cards .image img {
    width: 100%;
  }

  .left-border-mobile {
    position: relative;
    padding-left: 35px;
  }

  .left-border-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    background: #ffb20a;
    width: 1px;
  }

  .heading br:not(.not-hide) {
    display: none;
  }

  .page-template-page-whycc section h3 {
    font-size: 22px;
  }

  .pm-0 {
    padding: 0 !important;
  }

  .fs-20,
  .fs-20>* {
    font-size: 20px !important;
  }

  .fs-25 {
    font-size: 25px !important;
  }

  .fs-30 {
    font-size: 30px !important;
  }

  .fs-35 {
    font-size: 35px !important;
  }

  .fs-14 {
    font-size: 14px !important;
  }

  .preamble {
    font-size: 16px;
  }

  .page-template-page-mission section h1 {
    font-size: 30px;
  }

  img.h-420 {
    height: 420px;
    object-fit: cover;
  }

  .max-w-140 {
    max-width: 140px;
  }

  h2.heading {
    font-size: 30px;
  }

  .py-120 {
    padding: 60px 0;
  }

  .filters h5 {
    font-size: 12px;
    line-height: 18px;
  }

  .overlay-mobile {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .select-mob,
  .select,
  #searchform input {
    width: 160px;
    min-width: 0;
  }

  span.tax-title {
    font-size: 13px;
    line-height: 16px;
  }

  #team.team {
    padding-top: 70px;
  }

  .single-team h4 {
    min-height: 0;
    display: block;
    padding-bottom: 10px !important;
  }

  .close-team-modal {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  h1 br:not(.not-hide) {
    display: none;
  }

  #team-name {
    font-size: 30px;
    margin: 20px 0;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  #small-cap {
    padding: 90px 0 !important;
  }

  .portfolio-icons-slider .swiper-slide {
    width: 250px;
  }

  .swiper-pagination-bullet {
    min-width: 10px;
    height: 10px;
    max-width: 10px;
  }

  .fs-12 {
    font-size: 12px !important;
  }

  .fs-15 {
    font-size: 15px !important;
  }

  .swiper.team .swiper-slide {
    width: 70%;
  }

  .top-border-mob.left-border:before {
    width: 0;
  }

  .min-w-40 {
    min-width: 40%;
  }

  .fs-14 {
    font-size: 14px !important;
  }

  .top-border-mob {
    border-top: 1px solid #000 !important;
    padding: 20px 40px 20px 0 !important;
  }

  .portfolio-slider {
    overflow: hidden;
  }

  .single-portfolio img {
    min-height: 184px;
    max-height: 184px;
    margin: 0 !important;
  }

  .portfolio-slider .navs {
    top: 0;
  }

  .close-partner-modal {
    padding: 10px;
  }

  .close-portfolio-modal {
    top: 15px !important;
    right: 15px !important;
  }

  .page-template-page-portfolio section h1 {
    font-size: 35px;
  }

  .single-case-study img {
    width: 100%;
  }

  .portfolio-slider .swiper-slide {
    border: none;
  }

  .portfolio-slider .col-md-7.col-xxl-6 img {
    max-width: 140px !important;
  }

  #portfolio {
    padding-top: 70px;
  }

  .portfolio-slider .circle {
    margin-bottom: 40px;
  }

  #partnerModal .col-lg-8.pt-2 {
    padding: 30px !important;
  }

  #partnerModal .modal-body {
    overflow-x: hidden;
  }

  #partnerModal .h-100,
  #portfolioModal .h-100 {
    height: auto !important;
  }

  #portfolioModal .box {
    border: none;
    padding: 0 !important;
    width: 100%;
    height: auto;
  }

  #portfolio-image {
    padding: 0 0 40px;
  }

  #partnerModal svg line {
    stroke: #fff;
  }

  .specification-item span {
    font-size: 12px;
  }

  .page-template-page-support h2.heading {
    font-size: 35px;
  }

  .page-template-page-support h2 {
    font-size: 22px;
  }

  .max-w-4-mob {
    max-width: 100% !important;
  }

  .max-w-4-mob .vertical-divider {
    width: 100%;
    height: 1px;
    display: block;
    margin: 30px 0;
  }

  .short.max-w-4-mob .vertical-divider {
    max-width: 60px;
  }

  .image-slider.w-100,
  .image-slider2.w-100,
  .image-slider3.w-100 {
    height: 290px !important;
  }

  #report-slider {
    overflow-x: auto;
  }

  #report-slider .swiper-slide {
    width: 300px;
  }

  .single-case-study {
    padding: 25px 0;
    border-top: 1px solid #ffb20a;
  }

  .single-cc_case_study .specification-item span {
    font-size: 16px;
  }

  .single-cc_case_study .divider {
    margin: 20px 0;
  }

  .quote h3 span {
    font-size: 14px;
  }

  .paint-padd {
    padding: 20px 24px !important;
  }

  .single-foundation .divider {
    width: 260px;
    margin: 50px auto;
  }

  .single-content p,
  .single-content ul,
  .single-content div {
    font-size: 15px;
  }

  .pagination a {
    font-size: 20px;
  }

  .prev-and-next svg {
    max-width: 50px;
  }

  .single-content h1 {
    font-size: 35px;
  }

  .logo svg {
    max-width: 190px;
  }

  .page-template-page-insights .arrow {
    max-width: 35px;
  }

  .insights img {
    height: 200px;
    object-fit: cover;
  }

  .contact-banner {
    background: #ebebeb url("/wp-content/themes/cc-2022/images/ccmap-m.svg") center center no-repeat !important;
    background-size: contain !important;
    min-height: 76vh;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }

  .min-w-225 {
    min-width: 225px;
  }
}

/***********************************************
   * MOBILE NAV
***********************************************/
#mySidenav,
.mobile-menu {
  display: none;
}

.img-h {
  min-height: 100px;
  display: flex;
  align-items: center;
}

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

  .partners-company .swiper-wrapper {
    display: block !important;
  }

  .partners-company .swiper-wrapper img {
    width: 100%;
  }

  .partners-company .swiper-wrapper .swiper-slide {
    margin-bottom: 24px;
  }

  #mySidenav {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
    max-width: 100%;
    display: block;
  }

  #cookie-law-info-bar {
    padding: 40px 0;
  }

  .active-menu-mobile {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transition: transform 0.4s ease-in-out !important;
    -moz-transition: transform 0.4s ease-in-out !important;
    -o-transition: transform 0.4s ease-in-out !important;
    transition: transform 0.4s ease-in-out !important;
  }

  h5.cli_messagebar_head {
    margin-bottom: 30px;
  }

  .sidenav {
    background: #1a1e2c;
    height: 0;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9998;
    transition-delay: 2.5s;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    display: block;
  }

  .sidenav .logo-mob {
    position: relative;
    top: 20px;
    left: 30px;
  }

  .sidenav-inner {
    padding: 60px 0 10px;
  }

  .close-nav-mob {
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    display: block;
  }

  .mobile-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 2px;
  }

  .menu-menu-container,
  .menu-menu-1-en-container,
  .menu-menu-cn-container,
  .menu-menu-de-container {
    display: none;
  }

  li.wpml-ls-item {
    display: none;
  }

  .sidenav-inner .menu-menu-container li,
  .sidenav-inner .menu-menu-1-container li,
  .sidenav-inner .menu-menu-cn-container li,
  .sidenav-inner .menu-menu-de-container li {
    font-family: "grad";
  }

  #primary-menu>li {
    position: relative;
    padding-left: 50px;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .postid-17494 .banner h1 {
    font-size: 30px;
  }

  #primary-menu .sub-menu li {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }

  #primary-menu {
    color: #fff;
  }

  #primary-menu>li:before {
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    content: " ";
    top: 15px;
    left: 0;
  }

  .sub-menu {
    padding-top: 0;
    display: none;
    position: relative;
    top: 0;
    margin: 20px 0;
  }

  #primary-menu>li.menu-item-has-children.active:before {
    width: 1px;
    height: 83%;
    left: 20px;
  }

  .current-menu-item::after {
    display: none;
  }

  .current-menu-item a {
    text-decoration: underline;
  }

  .sub-menu {
    z-index: -1;
  }

  .menu-item-has-children.active .sub-menu {
    display: block;
    z-index: initial;
  }

  .sidenav-inner .menu-menu-container li a,
  .menu-menu-cn-container li a,
  .menu-menu-de-container li a {
    color: #fff;
  }

  /*.menu-menu-container li.menu-item-has-children > a::after {*/
  /*    content: url('images/sub-menu.svg');*/
  /*    position: relative;*/
  /*    display: inline-block;*/
  /*    left: 20px;*/
  /*}*/
  .sidenav-bottom ul {
    overflow: hidden;
    padding: 20px 20px 10px;
  }

  .sidenav-bottom nav li {
    display: block;
    padding: 0 10px;
  }

  .mobile-menu {
    cursor: pointer;
  }

  .mob-header {
    flex-wrap: nowrap;
  }

  .header-top-area {
    padding-top: 0;
  }

  .logo-mob {
    padding-top: 3px;
  }

  .sidenav-inner .menu-menu-container,
  .sidenav-inner .menu-menu-1-container,
  .sidenav-inner .menu-menu-cn-container,
  .sidenav-inner .menu-menu-de-container {
    display: block;
  }

  #menu-menu-2 {
    list-style: none;
    padding-left: 0;
  }

  header {
    padding-top: 30px;
  }

  .banner .mb-6 {
    margin-bottom: 4.5rem;
  }

  .me-3.get-team-filter {
    margin-right: 0.5rem !important;
  }

  .banner.portfolio-banner {
    padding-top: 100px;
  }

  .lang span {
    border-bottom: 1px solid #ffb20a;
  }

  .portfolio-icons-slider2 .swiper-slide,
  .portfolio-icons-slider .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .navigation .prev-and-next {
    font-size: 12px;
    max-width: 50%;
  }

  .navigation .prev-and-next {
    display: flex;
    align-items: center;
  }

  .navigation .prev-and-next svg {
    max-width: 35px;
  }

  .painted-v2 {
    padding: 15px 40px 15px 20px;
    font-size: 20px;
  }

  .events-on-mobile {
    display: none;
  }

  img.Events {
    display: none;
  }

  .page-id-17453 .painted-v2 h3 {
    font-size: 17px;
  }

  .page-id-6278 .painted.big {
    background: none;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}

html[lang="cn-CN"] *:not(.heading) {
  font-family: "Noto Sans SC", sans-serif;
}

html[lang="cn-CN"] .wpml-ls-native {
  font-family: "grad", sans-serif;
}

html[lang="cn-CN"] .single-team h4 {
  font-size: 18px;
  min-height: 45px;
}

@media screen and (max-width: 1300px) {
  html[lang="cn-CN"] .single-team h4 {
    font-size: 16px;
  }
}

.page-template-page-portfolio #teamModal {
  z-index: 1111111;
}

.modal-backdrop.show+.modal-backdrop.show {
  z-index: 10000;
}