@font-face {
  font-family: 'Inter';
  src: url("../fonts/inter-light-webfont.woff2") format("woff2"), url("../fonts/inter-light-webfont.woff") format("woff");
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interbold';
  src: url("../fonts/inter-bold-webfont.woff2") format("woff2"), url("../fonts/inter-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interextra_bold';
  src: url("../fonts/inter-extrabold-webfont.woff2") format("woff2"), url("../fonts/inter-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interthin';
  src: url("../fonts/inter-thin-webfont.woff2") format("woff2"), url("../fonts/inter-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interlight';
  src: url("../fonts/inter-light-webfont.woff2") format("woff2"), url("../fonts/inter-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'intersemi_bold';
  src: url("../fonts/inter-semibold-webfont.woff2") format("woff2"), url("../fonts/inter-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'inria_serifbold';
  src: url("../fonts/inriaserif-bold-webfont.woff2") format("woff2"), url("../fonts/inriaserif-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'inria_serifregular';
  src: url("../fonts/inriaserif-regular-webfont.woff2") format("woff2"), url("../fonts/inriaserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.blob {
  background: black;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.pulse {
  -webkit-box-shadow: 0 0 9px black;
          box-shadow: 0 0 9px black;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 9px black;
            box-shadow: 0 0 9px black;
  }
  70% {
    -webkit-box-shadow: 0 0 15px black;
            box-shadow: 0 0 15px black;
  }
  100% {
    -webkit-box-shadow: 0 0 20px black;
            box-shadow: 0 0 20px black;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 9px black;
            box-shadow: 0 0 9px black;
  }
  70% {
    -webkit-box-shadow: 0 0 15px black;
            box-shadow: 0 0 15px black;
  }
  100% {
    -webkit-box-shadow: 0 0 20px black;
            box-shadow: 0 0 20px black;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body {
  font-family: 'Inter';
  color: #000;
  font-size: calc(14px + (16 - 14) * (100vw - 375px) / (1900 - 375));
  margin: 0;
  line-height: 1.6;
}

#main-content {
  min-height: 40vh;
}

p {
  margin-top: 0;
}

.textf16 {
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

.container {
  width: 90%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 0;
  font-family: 'inria_serifbold';
  color: #000;
}

.font-inter {
  font-family: 'Inter';
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #fff;
}

h1 {
  font-size: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375));
}

h2 {
  font-size: calc(20px + (46 - 20) * (100vw - 375px) / (1900 - 375));
}

h2 .f30 {
  font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375));
}

h3 {
  font-size: calc(16px + (35 - 16) * (100vw - 375px) / (1900 - 375));
}

h4 {
  font-size: calc(15px + (18 - 15) * (100vw - 375px) / (1900 - 375));
}

h5 {
  font-size: calc(14px + (16 - 14) * (100vw - 375px) / (1900 - 375));
}

strong {
  font-family: 'interbold';
}

.white {
  color: #fff;
}

.bold {
  font-family: 'interbold';
}

.semi-bold {
  font-family: 'intersemi_bold';
}

.f16 {
  font-size: calc(14px + (16 - 14) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 1918px) {
  .f18 {
    font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1900 - 375));
  }
}

.f20 {
  font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1900 - 375));
}

.f24 {
  font-size: calc(16px + (24 - 16) * (100vw - 375px) / (1900 - 375));
}

.f25 {
  font-size: calc(18px + (25 - 18) * (100vw - 375px) / (1900 - 375));
}

.f30 {
  font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375));
}

.f40 {
  font-size: calc(22px + (40 - 22) * (100vw - 375px) / (1900 - 375));
}

.f50 {
  font-size: calc(20px + (50 - 20) * (100vw - 375px) / (1900 - 375));
}

.f96 {
  font-size: calc(40px + (96 - 40) * (100vw - 375px) / (1900 - 375));
}

.font-weight700 {
  font-weight: 700;
}

.flight {
  font-family: 'interlight';
}

.fthin {
  font-family: 'interthin';
}

.text-gradient {
  background: linear-gradient(268deg, #B20002 14.6%, #FA3738 55.83%, #B20002 109.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 400%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
}

.primary-background {
  background-color: #B42324;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.trans-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .flex.style_two > div:first-child {
    width: 70%;
  }
  .flex.style_two > div:last-child {
    width: 30%;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) {
  .grid {
    display: -ms-grid;
    display: grid;
  }
}

.gap20 {
  gap: 20px;
  /* Adjust the gap size as needed */
}

.gap60 {
  gap: calc(16px + (60 - 16) * (100vw - 375px) / (1900 - 375));
}

.gcolumn3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  /* Three equal-width columns */
}

@media (max-width: 767px) {
  .gcolumn3 {
    display: block;
  }
}

.gcolumn4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  /* Three equal-width columns */
}

@media (max-width: 1199px) {
  .gcolumn4 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .gcolumn4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gcolumn4 {
    display: block;
  }
  .gcolumn4 > div {
    margin-bottom: 20px;
  }
}

.gcolumn7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  /* Three equal-width columns */
}

@media (max-width: 991px) {
  .gcolumn7 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .gcolumn7 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    display: -ms-grid;
    display: grid;
  }
}

.gcolumn2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  /* Three equal-width columns */
}

@media (max-width: 767px) {
  .gcolumn2 > div {
    margin-bottom: 20px;
  }
}

.gcolumn2 > div.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1199px) {
  .gcolumn2 > div.order2.pr80 {
    padding-left: 80px;
    padding-right: 0px;
  }
  .gcolumn2 > div.order2.pr20 {
    padding-left: 20px;
    padding-right: 0px;
  }
}

.w100 {
  width: 100%;
}

.mx1100 {
  max-width: 1100px;
}

@media (min-width: 991px) {
  .mx50 {
    max-width: 50%;
  }
}

@media (min-width: 991px) {
  .mx60 {
    max-width: 60%;
  }
}

.mx90 {
  max-width: 90%;
}

.mx80 {
  max-width: 80%;
}

@media (max-width: 1279px) {
  .mx80 {
    max-width: 90%;
  }
}

.mx70 {
  max-width: 70%;
}

@media (max-width: 1279px) {
  .mx70 {
    max-width: 90%;
  }
}

.brd22 {
  border-radius: 22px;
}

.brd2 {
  border-radius: 2px;
}

.brd8 {
  border-radius: 8px;
}

.pd15 {
  padding: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

@media (min-width: 767px) {
  .pdr60 {
    padding-right: calc(16px + (60 - 16) * (100vw - 375px) / (1900 - 375));
  }
}

@media (min-width: 1199px) {
  .pr80 {
    padding-right: 80px;
  }
}

.bg-primary {
  background-color: #B42324;
}

.pd20 {
  padding: 20px;
}

.pd25 {
  padding: calc(16px + (25 - 16) * (100vw - 375px) / (1900 - 375));
}

.pd60 {
  padding: calc(20px + (60 - 20) * (100vw - 375px) / (1900 - 375));
}

.mb50 {
  margin-bottom: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375));
}

.margin-l10 {
  margin-left: 10px;
}

.mt50 {
  margin-top: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375));
}

.mt0 {
  margin-top: 0 !important;
}

.mb30 {
  margin-bottom: calc(16px + (30 - 16) * (100vw - 375px) / (1900 - 375));
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: calc(16px + (20 - 16) * (100vw - 375px) / (1900 - 375));
}

.mb70 {
  margin-bottom: calc(16px + (70 - 16) * (100vw - 375px) / (1900 - 375));
}

.pb50 {
  padding-bottom: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375));
}

.pt50 {
  padding-top: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375));
}

.pdb40 {
  padding-bottom: calc(16px + (40 - 16) * (100vw - 375px) / (1900 - 375));
}

.pdt40 {
  padding-top: calc(16px + (40 - 16) * (100vw - 375px) / (1900 - 375));
}

.pdt20 {
  padding-top: calc(16px + (20 - 16) * (100vw - 375px) / (1900 - 375));
}

.pdb20 {
  padding-bottom: calc(16px + (20 - 16) * (100vw - 375px) / (1900 - 375));
}

.pdt100 {
  padding-top: calc(20px + (100 - 20) * (100vw - 375px) / (1900 - 375));
}

.pdb100 {
  padding-bottom: calc(20px + (100 - 20) * (100vw - 375px) / (1900 - 375));
}

.pdl100 {
  padding-left: calc(20px + (100 - 20) * (100vw - 375px) / (1900 - 375));
}

.mb0 {
  margin-bottom: 0;
}

.m0_auto {
  margin: 0 auto;
}

.mw100 {
  max-width: 100%;
}

.mh100 {
  max-height: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.gap40 {
  gap: 40px;
}

.right0 {
  right: 0px;
}

.left0 {
  left: 0px;
}

.top0 {
  top: 0;
}

.bot0 {
  bottom: -1px;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh14 {
  line-height: 1.4;
}

.brd5 {
  border-radius: 5px;
}

.bx-shadow {
  -webkit-box-shadow: 0 6px 14px #ccc;
          box-shadow: 0 6px 14px #ccc;
}

a.bx-shadow:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 6px 14px #850E0E;
          box-shadow: 0 6px 14px #850E0E;
}

.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.j-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.text-right {
  text-align: right;
}

.v-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.j-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .red {
  color: #B42324;
}

.bg-gray {
  background: #F5F5FA;
}

.bg-white {
  background: #fff;
}

.bg-semiwhite {
  background: #F9F9F9;
}

.border-gray {
  border: 1px solid #EDEDED;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pre-line {
  white-space: pre-line;
}

.hidden {
  display: none;
}

.o-hidden {
  overflow: hidden;
}

.lileft10 li + li {
  margin-left: 24px;
}

.line-bar {
  background: linear-gradient(92deg, #BE2021 3.13%, #C73334 39.82%, #560001 97.56%);
  height: 15px;
  min-width: 100px;
  display: inline-block;
  margin-right: 10px;
}

.section-heading h2 {
  margin: 0;
  font-size: calc(20px + (36 - 20) * (100vw - 375px) / (1900 - 375));
  line-height: 1.2;
  color: #fff;
  font-family: 'interthin';
}

.section-heading.head2 {
  position: relative;
}

@media (min-width: 1199px) {
  .section-heading.head2 .line-bar {
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: -10px;
  }
}

@media (max-width: 1199px) {
  .section-heading + p, .section-heading + div > p {
    text-align: center;
  }
}

.section-heading.style-two h2 {
  font-size: calc(24px + (46 - 24) * (100vw - 375px) / (1900 - 375));
  font-family: 'inria_serifbold';
  display: inline-block;
}

.section-heading.style-two h2:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: #B42324;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .section-heading.style-two h2:after {
    height: 4px;
  }
}

.section-heading.style-two h2.mx200:after {
  max-width: 200px;
}

.heading-gradient {
  background: linear-gradient(268deg, #B20002 14.6%, #FA3738 55.83%, #B20002 109.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.list-item {
  list-style: disc;
  padding-left: 36px;
}

.img-line .absolute {
  width: 20px;
  height: 100%;
  background: #fff;
}

.img-line .absolute.line1 {
  right: 30%;
}

.img-line .absolute.line2 {
  left: 30%;
}

.transition {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow-right-white {
  background-image: url("../../img/arrow-right-white.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  background-repeat: none;
}

.move-top {
  position: fixed;
  right: 4px;
  bottom: 4px;
  z-index: 1;
}

.move-top img {
  background: #B42324;
  border-radius: 50%;
  cursor: pointer;
  max-width: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .move-top img {
    max-width: 40px;
  }
}

/* Style for the tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: 1px;
}

.tooltip .icon::before {
  content: url("../../img/tooltip-icon.png");
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-weight: normal;
  font-family: 'Inter';
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px 4px;
  position: absolute;
  line-height: 1.4;
  z-index: 1;
  top: -150%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Styles for the overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

/* Styles for the popup */
.sticky {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  top: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 767px) {
  .sticky {
    left: 0;
  }
}

.banner_holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner_holder .container {
  z-index: 1;
}

.pagination {
  text-align: center;
}

.pagination > * {
  background-color: #a8a8a8;
  padding: 10px;
  min-width: 20px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination > *.current, .pagination > *:hover {
  color: #fff;
  background-color: #B42324;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

/* header */
.header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.bg_gradient_1 {
  background-color: #fff;
}

.header:not(.bg_gradient_1) {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (max-width: 991px) {
  .header {
    padding: 20px 0;
  }
}

@media (min-width: 991px) {
  .header.bg_gradient_1:not(.header-scroll) {
    background-color: transparent;
  }
  .header.bg_gradient_1:not(.header-scroll) .menu .menu-main > li > a {
    color: #fff;
  }
  .header.bg_gradient_1:not(.header-scroll) .logo a img,
  .header.bg_gradient_1:not(.header-scroll) .menu .menu-main > li > a.lang img, .header.bg_gradient_1:not(.header-scroll) .fa-arrow {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.bg_gradient_ ~ div .section-heading h2 {
  color: #BE2021;
}

.bg_gradient_ ~ div .section-heading.style-two h2 {
  color: #000;
}

.bg_gradient_ ~ div .section-heading.style-two .text + .line-bar {
  margin-right: 0;
  height: 5px;
  min-width: 70px;
}

@media (max-width: 767px) {
  .bg_gradient_ ~ div .section-heading.style-two .text + .line-bar {
    min-width: 40px;
    margin-top: 10px;
  }
}

.header .item-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

@media (max-width: 991px) {
  .header .item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}

.header .logo {
  line-height: 0;
}

.header .logo a {
  line-height: 1;
  display: inline-block;
}

.header .logo a img {
  width: 100%;
}

.header .item-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
          flex: 0 0 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .header .item-center .grid:not(.sub-menu-item), .header .item-center .flex:not(.sub-menu-item) {
    display: block;
  }
  .header .item-center .sub-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.header .menu .menu-main > li > a {
  font-weight: 600;
  padding: 10px 20px;
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 1199px) {
  .header .menu .menu-main > li > a {
    padding: 10px 12px;
  }
}

@media (min-width: 991px) {
  .header .menu .menu-main > li > a {
    line-height: 6;
    display: inline-block;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .header .menu .menu-main > li > a {
    line-height: 3;
  }
}

@media (min-width: 991px) {
  .header .menu .menu-main > li > a.lang {
    padding-left: 0;
  }
}

.header .menu .menu-main > li > a.lang img {
  position: relative;
  top: 6px;
  margin-right: 4px;
}

.header .menu .menu-main > li > a > span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .menu .menu-main > li > a > span .fa-arrow {
  background-image: url("../../img/harrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 991px) {
  .header .menu .menu-main > li > a > span .fa-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    left: 8px;
  }
}

.header .menu .menu-main .menu-item-has-children > a {
  cursor: auto;
}

.header .menu .menu-main .menu-item-has-children > a > span {
  cursor: pointer;
}

@media (min-width: 991px) {
  .header .menu .menu-main .active > a > span > span {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
  }
  .header .menu .menu-main .active > a > span .fa-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 4px;
  }
}

@media (min-width: 991px) {
  .header .menu .menu-main li:nth-child(5) a > span {
    padding: 12px 20px;
    background: #B42324;
    color: #fff;
    border-radius: 4px;
  }
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header .menu > ul > li {
  display: inline-block;
}

.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #ccc;
}

.header .menu > ul > li .sub-menu .sub-holder h2 a {
  font-size: 14px;
  color: #B42324;
}

@media (max-width: 991px) {
  .header .menu > ul > li .sub-menu .sub-holder h2 a {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}

.header .menu > ul > li .sub-menu .sub-holder .gcolumn2 {
  gap: 20px 90px;
  padding: 50px 90px;
}

@media (max-width: 1199px) {
  .header .menu > ul > li .sub-menu .sub-holder .gcolumn2 {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .header .menu > ul > li .sub-menu .sub-holder .gcolumn2 {
    padding: 20px;
  }
}

.header .menu > ul > li .sub-menu .sub-holder .sub-menu-lists .sub-menu-item {
  cursor: pointer;
  font-family: 'intersemi_bold';
}

.header .menu > ul > li .sub-menu .sub-holder .sub-menu-lists .sub-menu-item .arrow-right-white {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu .sub-holder .sub-menu-lists .sub-menu-item.active .arrow-right-white {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.header .menu > ul > li .sub-menu .sub-holder .sub-menu-lists .sub-menu-item:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}

.header .menu > ul > li .sub-menu .sub-holder .right-column .gcolumn2.has-sub:not(.active) {
  display: none;
}

@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children.active .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu > ul > li .sub-menu.mega-menu .list-item > ul > li {
  line-height: 1;
  display: block;
}

.header .menu > ul > li .sub-menu.mega-menu .list-item > a {
  display: block;
  height: 100%;
}

.header .menu > ul > li .sub-menu.mega-menu .list-item > a h4 {
  font-family: 'intersemi_bold';
}

.header .menu > ul > li .sub-menu.mega-menu .list-item > a:hover h4, .header .menu > ul > li .sub-menu.mega-menu .list-item > a.active h4 {
  color: #B42324;
}

@media (max-width: 991px) {
  .header .menu > ul > li .sub-menu.mega-menu .list-item > a {
    margin-bottom: 18px;
    border-bottom: 1px solid #be204c;
    padding-right: 10px;
  }
}

.header .menu > ul > li .sub-menu.mega-menu .list-item > a > div {
  height: inherit;
}

.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu > .sub-holder > .flex > div:first-child {
  background-color: #B42324;
  padding: 40px 40px;
}

@media (min-width: 991px) {
  .header .menu > ul > li .sub-menu.mega-menu > .sub-holder > .flex > div:first-child {
    width: 35%;
    padding-left: 5vw;
  }
}

@media (max-width: 991px) {
  .header .menu > ul > li .sub-menu.mega-menu > .sub-holder > .flex > div:first-child {
    padding: 20px;
  }
}

@media (min-width: 991px) {
  .header .menu > ul > li .sub-menu.mega-menu > .sub-holder > .flex > div:last-child {
    width: 65%;
  }
}

.header .menu > ul > li .sub-menu.mega-menu {
  max-width: 100%;
}

@media (min-width: 1199px) {
  .header.header-scroll .menu .menu-main > li > a {
    line-height: 4;
  }
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header .v-center:not(.sub-menu-item) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 3px;
    background-color: #B42324;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #B42324;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 30px;
    height: 30px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .header .menu > ul > li > a i {
    position: absolute;
    width: 8px;
    height: 5px;
    top: 40% !important;
    right: 22px;
    text-align: center;
    line-height: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .menu .mobile-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    overflow-y: auto;
    overflow-x: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @-webkit-keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @-webkit-keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

.bottom-holder .floating-icon img[alt="circle"] {
  max-width: 6vw;
}

.bottom-holder .floating-icon img[alt="dots"] {
  right: 36vw;
  max-width: 11vw;
}

.bottom-holder .floating-icon img[alt="svgcircle"] {
  max-width: 7vw;
  opacity: 0.5;
}

.bottom-holder .floating-icon img[alt="triangle"] {
  left: 19vw;
  max-width: 5vw;
}

footer.bg_gradient_1 {
  color: #fff;
}

footer.bg_gradient_1 h5 {
  color: #ffff;
}

footer.bg_gradient_1 a {
  color: #fff;
}

footer.bg_gradient_ {
  background: #fff;
}

footer.bg_gradient_ .footer-logos img, footer.bg_gradient_ .footer-details .text img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

footer.bg_gradient_ .footer-details .text img {
	margin: 0 20px;
	width: 20%;
}

footer.bg_gradient_ .footer-socials {
  background: rgba(52, 52, 52, 0.4);
  padding: 5px 4px;
}

@media (max-width: 991px) {
  footer .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  footer .flex.footer-menu {
    display: block;
    text-align: center;
  }
}

footer .footer-menu > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 991px) {
  footer .footer-menu > div + div {
    padding-left: 10px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  footer .footer-menu > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100%/3);
    margin-bottom: 10px;
  }
}

footer .footer-menu > div ul > li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  footer .footer-menu > div {
    margin-bottom: 20px;
  }
}

footer .footer-details .text img {
  margin-left: 35px;
}

@media (max-width: 767px) {
  footer .footer-details {
    text-align: center;
  }
  footer .footer-details .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

footer .footer-details .text p {
  margin: 0;
}

footer .footer-copyright::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer .footer-copyright {
    text-align: center;
  }
  footer .footer-copyright .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .footer-copyright .footer-socials {
    margin-top: 10px;
  }
}

.wapp-footer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  right: 4px;
  bottom: 58px;
  z-index: 1;
}

.wapp-footer img {
  max-width: 50px;
  border-radius: 50%;
  background-color: #2fce46;
}

@media (max-width: 991px) {
  .wapp-footer {
    bottom: 52px;
  }
  .wapp-footer img {
    max-width: 40px;
  }
}

.move-top[style="display: none;"] + .wapp-footer {
  bottom: 0;
}

.footer-holder .footer-link form, .contact-form-holder .footer-link form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-holder .footer-link form .form-control, .contact-form-holder .footer-link form .form-control {
  width: calc(100%/2);
}

.footer-holder .footer-link form .form-control input, .footer-holder .footer-link form .form-control textarea, .contact-form-holder .footer-link form .form-control input, .contact-form-holder .footer-link form .form-control textarea {
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  height: 30px;
  outline: none !important;
}

.footer-holder .footer-link form .form-control.company, .footer-holder .footer-link form .form-control.description, .contact-form-holder .footer-link form .form-control.company, .contact-form-holder .footer-link form .form-control.description {
  width: 100%;
}

.footer-holder .footer-link form .form-control.company textarea, .footer-holder .footer-link form .form-control.description textarea, .contact-form-holder .footer-link form .form-control.company textarea, .contact-form-holder .footer-link form .form-control.description textarea {
  height: 8em;
  padding-top: 10px;
}

.footer-holder .footer-link form .form-control .wpcf7-not-valid-tip, .contact-form-holder .footer-link form .form-control .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0 -11px;
  background: #b42324;
  color: #fff;
  margin-bottom: -1px;
}

.footer-holder .footer-link form .form-control .wpcf7-not-valid-tip + .wpcf7-not-valid-tip, .contact-form-holder .footer-link form .form-control .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}

.footer-holder .footer-link form .form-control p, .contact-form-holder .footer-link form .form-control p {
  padding: 0 4px;
}

.footer-holder .footer-link form .form-control p > span, .contact-form-holder .footer-link form .form-control p > span {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0 10px;
  border: 1px solid #ccc;
  display: block;
  background: #fff;
}

.footer-holder .footer-link form .btn-captcha, .contact-form-holder .footer-link form .btn-captcha {
  margin: 0;
  padding: 0 4px;
  width: 100%;
}

.footer-holder .footer-link form .btn-captcha p, .contact-form-holder .footer-link form .btn-captcha p {
  margin: 0 !important;
}

.footer-holder .footer-link form .btn-captcha .recaptcha, .contact-form-holder .footer-link form .btn-captcha .recaptcha {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.footer-holder .footer-link form.submitting .btn-primary, .contact-form-holder .footer-link form.submitting .btn-primary {
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
}

.footer-holder .wpcf7 form .wpcf7-response-output, .contact-form-holder .wpcf7 form .wpcf7-response-output {
  margin: 0;
  color: #fff !important;
  font-size: 14px;
}

.footer-holder .wpcf7-form .form-control .wpcf7-not-valid-tip, .contact-form-holder .wpcf7-form .form-control .wpcf7-not-valid-tip {
  -webkit-transform: none;
          transform: none;
}

.contact-form-holder {
  max-width: 40%;
}

@media (max-width: 1199px) {
  .contact-form-holder {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .contact-form-holder {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .contact-form-holder {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-form-holder .btn-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form-holder .btn-captcha .recaptcha {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }
  .contact-form-holder .btn-captcha .recaptcha > span {
    display: inline-block;
  }
}

.contact-form-holder .btn-captcha .recaptcha .wpcf7-not-valid-tip {
  color: #fff;
}

.contact-form-holder .btn-captcha .recaptcha .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}

.contact-form-holder .btn-captcha .wpcf7-response-output {
  color: #fff;
}

.banner-bg-red {
  background: #BE2021;
}

.banner-bg-red .text-gradient {
  background: transparent !important;
  -webkit-text-fill-color: #fff;
}

.banner-bg-red h2, .banner-bg-red p {
  color: #fff !important;
}

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'interbold';
  display: inline-block;
  cursor: pointer;
}

.btn.btn-primary {
  background: #fff;
  color: #B42324;
  padding: 8px 22px;
  border-radius: 4px;
  font-size: calc(13px + (18 - 13) * (100vw - 375px) / (1900 - 375));
  border: 0;
  line-height: 1.4;
  border: 2px solid #B42324;
}

.btn.btn-primary.font-inter {
  font-family: 'Inter';
}

.btn.btn-primary.red-bg {
  background: #B42324;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #fff;
  color: #B42324;
  border-color: #B42324;
}

.btn.btn-primary.btn1 {
  border: 3px solid #B42324;
}

.btn.btn-primary.btn1:hover {
  border-color: #B42324;
}

.btn.btn-primary.btn3 {
  border-radius: 0;
  min-width: 120px;
}

.btn.btn-primary.mw {
  text-align: center;
  min-width: 120px;
}

.btn.btn-secondary {
  color: #B42324;
  font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}

.btn.btn-secondary:after {
  content: url("../../img/arrow-btn.png");
  line-height: 0;
  margin-left: 10px;
  -webkit-box-shadow: 6px 0px 9px #fff;
          box-shadow: 6px 0px 9px #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-secondary:hover:after {
  -webkit-box-shadow: 6px 0px 9px #B42324;
          box-shadow: 6px 0px 9px #B42324;
}

.btn2 {
  color: #EC933A;
}

.btn2:after {
  content: url("../../img/right-arrow.png");
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn2:hover:after {
  margin-left: 14px;
}

.btn-a {
  min-width: 150px;
  border: 3px solid #BE2021;
  display: inline-block;
  padding: 6px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-a:hover {
  background: #BE2021;
  color: #fff;
}

body.page-template-template-contact .contact-holder form input, body.page-template-template-contact .contact-holder form textarea {
  border: 1px solid #ccc;
}

.banner-home .item .bg-cover {
  min-height: 36vw;
}

.banner-home .item .bg-cover > div {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .banner-home .item .bg-cover {
    min-height: 85vw;
  }
}

.banner-home .item .bg-cover.bg-gradient > div {
  min-height: 36vw;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(100%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%, black 100%);
}

.banner-home .item .bg-cover video, .banner-home .item .bg-cover img.img-holder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .banner-home .item .bg-cover video.desktop-img, .banner-home .item .bg-cover img.img-holder.desktop-img {
    display: none;
  }
}

.banner-home .item .bg-cover video.mobile-img, .banner-home .item .bg-cover img.img-holder.mobile-img {
  display: none;
}

@media (max-width: 767px) {
  .banner-home .item .bg-cover video.mobile-img, .banner-home .item .bg-cover img.img-holder.mobile-img {
    display: block;
  }
}

.section-clients .about-user .item {
  background-color: #FAFAFC;
  padding: calc(40px + (100 - 40) * (100vw - 375px) / (1900 - 375)) calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 767px) {
  .section-clients .about-user .item {
    margin-bottom: 10px;
    text-align: center;
  }
}

.section-clients .about-user .item .number {
  font-family: 'inria_serifbold';
}

@media (max-width: 767px) {
  .section-clients .about-user .item .number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-home {
  padding-right: 94px;
}

@media (max-width: 1440px) {
  .section-home {
    padding-right: 82px;
  }
}

@media (max-width: 1279px) {
  .section-home {
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .section-home {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-home .section-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section-home .section-heading .line-bar {
    margin-right: 0;
    margin-bottom: 10px;
    height: 10px;
  }
}

.section-home > div:first-child {
  width: 25%;
}

@media (max-width: 1199px) {
  .section-home > div:first-child {
    width: 100%;
  }
}

.section-home > div:last-child {
  width: 75%;
}

@media (max-width: 1199px) {
  .section-home > div:last-child {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .section-works-delivered .items-holder > div:first-child {
    width: 35%;
  }
}

.section-works-delivered .items-holder > div:first-child > div {
  padding: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 991px) {
  .section-works-delivered .items-holder > div:last-child {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .section-works-delivered .items-holder > div.item-h {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.section-works-delivered .items-holder > div .item .arrow-right-white {
  position: absolute;
  left: -50px;
  top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.section-works-delivered .items-holder > div .item.active .arrow-right-white {
  opacity: 1;
  left: -32px;
}

.section-works-delivered .items-holder > div .item:hover {
  cursor: pointer;
}

.section-works-delivered .items-holder > div .item:hover > h3 {
  text-decoration: underline;
  text-underline-position: under;
}

.section-works-delivered .items-holder > div.img-h img {
  -webkit-box-shadow: 0px 4px 16px 0px #20032740;
          box-shadow: 0px 4px 16px 0px #20032740;
}

.section-works-delivered .items-holder .content {
  display: none;
}

.section-works-delivered .items-holder .content .img-holder img {
  right: 0;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 25vw;
}

.section-works-delivered .items-holder .content .lists-unstyled li button {
  padding: 12px 20px;
  background: #B42324;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-works-delivered .items-holder .content .lists-unstyled li button .arrow-right-white {
  margin-left: 10px;
}

.section-works-delivered .items-holder .content.active {
  display: block;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 40px 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  max-width: 30%;
}

@media (max-width: 767px) {
  .popup {
    top: 40%;
    left: 5%;
    right: 5%;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    padding: 40px 20px;
  }
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-size: 35px;
}

.popup-btn {
  margin: 10px;
}

@media (max-width: 1199px) {
  .section-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  .section-heading .line-bar {
    margin-right: 0;
    margin-bottom: 10px;
    height: 10px;
  }
}

@media (max-width: 991px) {
  .section-services .services-holder {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.section-services .services-holder .service {
  padding: 50px 20px;
  display: block;
}

@media (max-width: 767px) {
  .section-services .services-holder .service {
    margin-bottom: 10px;
  }
}

.section-services .services-holder .service .relative {
  z-index: 1;
  height: 100%;
}

@media (min-width: 767px) {
  .section-services .services-holder .service .relative:not(:hover) .service-description, .section-services .services-holder .service .relative:not(:hover) .btn-view {
    opacity: 0;
  }
}

.section-services .services-holder .service .relative .btn-view {
  font-weight: 700;
}

@media (min-width: 767px) {
  .section-services .services-holder .service .relative .btn-view {
    position: absolute;
    bottom: -28px;
    right: 0;
  }
}

.section-services .services-holder .service .relative .btn-view span {
  margin-left: 10px;
}

.section-services .services-holder .service .service-description {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .section-services .services-holder .service .service-description {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.section-services .services-holder .service::before {
  content: "";
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70.49%, rgba(255, 255, 255, 0)), to(#000));
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 70.49%, #000 100%);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(32, 3, 39, 0.15);
          box-shadow: 0px 0px 16px 0px rgba(32, 3, 39, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-services .services-holder .service:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.section-services .services-holder .service:hover:after {
  background: #000;
}

.section-services .services-holder .service:hover .service-description {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.section-services .services-holder .service.style-2:hover:after {
  background: #000;
}

.section-services .arrow img {
  z-index: 1;
  background: #B42324;
  border-radius: 50%;
  cursor: pointer;
  max-width: 48px;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow.slick-next {
  right: 14px;
}

.slick-arrow.slick-prev {
  left: 14px;
}

.section-clients {
  overflow: hidden;
}

.section-clients ul {
  margin: 0 -5px;
}

.section-clients ul li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
}

.section-clients ul li:not(:last-child) {
  border-right: 1px solid #5b5b5b;
}

.section-clients ul li + li {
  padding-left: 0;
}

.clients-holder {
  padding-top: 10em;
  margin-right: -19em;
}

@media (max-width: 1199px) {
  .clients-holder {
    padding-top: 5em;
    margin-right: 0;
  }
}

.client-slider .slick-track {
  margin-left: 0;
}

.client-slider .slick-list {
  margin: 0 3em;
}

.client-slider .item {
  margin: 6px;
}

.client-slider .item .img-holder {
  background: #fff;
  padding: 20px;
  min-height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.client-slider .item .img-holder img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.home-video {
  background-color: #FAFAFA;
}

@media (max-width: 767px) {
  .home-video .grid {
    display: block;
    text-align: center;
  }
  .home-video .grid > div {
    padding-bottom: 10px;
  }
  .home-video .video-container video {
    height: 200px;
  }
}

.home-video img.absolute[alt="vcircle"] {
  bottom: 25px;
  max-width: 3vw;
}

.home-video img.absolute[alt="vdots"] {
  -webkit-transform: translateX(-5vw) translateY(-2vw);
          transform: translateX(-5vw) translateY(-2vw);
  max-width: 11vw;
}

.home-video img.absolute[alt="vplay"] {
  bottom: -3vw;
  right: 3vw;
  max-width: 8vw;
}

.home-video .video-player {
  background-color: #1f392c;
}

.home-video .video-container button {
  background-color: #fff;
  border: 0px;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .home-video .video-container button {
    height: 68px;
    width: 68px;
  }
}

.home-video .video-container button .fa {
  color: #B42324;
  font-size: 30px;
}

.section-contact-footer img {
  max-width: 36vw;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section-contact-footer .container {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slick-dots {
  text-align: center;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

@media (max-width: 1199px) {
  .slick-dots {
    -webkit-transform: translateY(-38px);
            transform: translateY(-38px);
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #CBCBD1;
  margin: 4px 8px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 4px 6px;
  }
}

.slick-dots li.slick-active button {
  background-color: #B42324;
}

.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: 'Inter';
  resize: none;
  margin-left: -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-form-control-wrap input:focus-visible, .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  height: 16px;
}

.wpcf7-form .form-control {
  margin-bottom: 10px !important;
}

.wpcf7-form .form-control p {
  margin-bottom: 0 !important;
}

.wpcf7-form .form-control .wpcf7-not-valid-tip {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  text-align: left;
}

.wpcf7-form .btn-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.wpcf7-form .btn-captcha .recaptcha {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.wpcf7-form .btn-captcha .wpcf7-spinner, .wpcf7-form .btn-captcha .ajax-loader {
  display: none;
}

.form-gray .wpcf7-form .wpcf7-form-control-wrap input, .form-gray .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.05);
}

.contact-holder {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact-holder {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .contact-holder > div:first-child {
    width: 35%;
  }
  .contact-holder > div:last-child {
    width: 65%;
  }
}

.contact-holder .qr-holder img {
  background: #fff;
  padding-top: 10px;
  border-radius: 8px;
  max-width: 16vw;
}

@media (max-width: 767px) {
  .contact-holder .qr-holder img {
    max-width: 36vw;
    margin-bottom: 20px;
    padding-top: 6px;
  }
}

.page-template-template-contact .header .menu .menu-main .active > a > span > span {
  border: 0;
}

.tab-section-holder.sticky-div:not(.sticky) {
  padding-top: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375)) !important;
}

.tab-section-holder .tab-holder {
  border-bottom: 2px solid #F8ECEC;
}

.tab-section-holder .tab-holder button {
  border: 0;
  display: inline-block;
  padding: 20px 30px;
  background-color: transparent;
  font-weight: 600;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 767px) {
  .tab-section-holder .tab-holder button {
    width: 100%;
    padding: 10px;
  }
}

.tab-section-holder .tab-holder button.active {
  background-color: #F8ECEC;
  color: #B42324;
}

.tab-section-holder .tab-holder button.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #B42324;
}

.lists-unstyled.style-1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lists-unstyled.style-1 li {
  padding-left: 32px;
}

.lists-unstyled.style-1 li:before {
  content: url("../../img/checked-icon.png");
  position: absolute;
  top: 2px;
  left: 0;
}

.lists-unstyled.style-1.white li:before {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}

.industries-content img, .single-post .single-post-content img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  height: 100%;
}

.industries-content img.aligncenter, .single-post .single-post-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.industries-content .wp-caption, .single-post .single-post-content .wp-caption {
  width: auto !important;
}

.industries-content .wp-caption.aligncenter, .single-post .single-post-content .wp-caption.aligncenter {
  text-align: center;
}

.industries-content ul, .single-post .single-post-content ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.industries-content ul li, .single-post .single-post-content ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}

.industries-content ul li:before, .single-post .single-post-content ul li:before {
  content: url("../../img/checked-icon.png");
  position: absolute;
  top: 2px;
  left: 0;
}

.industries-content ul li ul li, .single-post .single-post-content ul li ul li {
  padding-left: 14px;
}

.industries-content ul li ul li:before, .single-post .single-post-content ul li ul li:before {
  content: "*";
  font-weight: bold;
}

.industries-content h3, .single-post .single-post-content h3 {
  margin-bottom: 20px;
}

.industries-content h2, .single-post .single-post-content h2 {
  font-size: calc(24px + (46 - 24) * (100vw - 375px) / (1900 - 375));
  font-family: 'inria_serifbold';
  margin-bottom: 30px;
}

.industries-content h2:after, .single-post .single-post-content h2:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background: #B42324;
  max-width: 10%;
  margin-top: 10px;
}

.industries-content h2[style*="text-align: center"]:after, .single-post .single-post-content h2[style*="text-align: center"]:after {
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder, .industries-layout .section-1 .item-holder .content-holder {
    margin-left: -20px;
  }
}

@media (max-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder, .industries-layout .section-1 .item-holder .content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div, .industries-layout .section-1 .item-holder .content-holder > div {
  padding: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div, .industries-layout .section-1 .item-holder .content-holder > div {
    width: 35%;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div .flex, .industries-layout .section-1 .item-holder .content-holder > div .flex {
  position: relative;
  overflow: visible;
  height: 100%;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div .flex > div:first-child, .industries-layout .section-1 .item-holder .content-holder > div .flex > div:first-child {
  width: 100%;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div .flex > div:first-child .f20 h4, .market-and-user-researc-sections .section-1 .item-holder .content-holder > div .flex > div:first-child .f20 h4 span, .industries-layout .section-1 .item-holder .content-holder > div .flex > div:first-child .f20 h4, .industries-layout .section-1 .item-holder .content-holder > div .flex > div:first-child .f20 h4 span {
  line-height: 1.4;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div .flex > div:first-child, .industries-layout .section-1 .item-holder .content-holder > div .flex > div:first-child {
    padding: 30px 40px;
  }
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div .img-holder, .industries-layout .section-1 .item-holder .content-holder > div .img-holder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 78%;
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div > div, .industries-layout .section-1 .item-holder .content-holder > div > div {
  -webkit-box-shadow: 0px 0px 16px 0px #20032726;
          box-shadow: 0px 0px 16px 0px #20032726;
}

@media (max-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div > div, .industries-layout .section-1 .item-holder .content-holder > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active .img-holder, .industries-layout .section-1 .item-holder .content-holder > div.active .img-holder {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active .lists-unstyled, .industries-layout .section-1 .item-holder .content-holder > div.active .lists-unstyled {
  opacity: 1;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active:first-child + div, .industries-layout .section-1 .item-holder .content-holder > div.active:first-child + div {
    -webkit-transform: translateX(74%);
            transform: translateX(74%);
  }
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active:first-child + div .img-holder, .industries-layout .section-1 .item-holder .content-holder > div.active:first-child + div .img-holder {
    opacity: 0;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active .flex:first-child a, .industries-layout .section-1 .item-holder .content-holder > div.active .flex:first-child a {
  color: #fff !important;
  text-transform: underline !important;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active .flex:first-child, .industries-layout .section-1 .item-holder .content-holder > div.active .flex:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div:first-child:not(.active) .img-holder, .industries-layout .section-1 .item-holder .content-holder > div:first-child:not(.active) .img-holder {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 0;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div:first-child > div, .industries-layout .section-1 .item-holder .content-holder > div:first-child > div {
  background-color: #F5F5FA;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div p br, .industries-layout .section-1 .item-holder .content-holder > div p br {
  display: none;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div, .industries-layout .section-1 .item-holder .content-holder > div.active > div {
  color: #fff;
  background: #B42324;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div h3, .industries-layout .section-1 .item-holder .content-holder > div.active > div h3 {
  color: #fff;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div .f20 h4, .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div .f20 h4 span, .market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div a, .industries-layout .section-1 .item-holder .content-holder > div.active > div .f20 h4, .industries-layout .section-1 .item-holder .content-holder > div.active > div .f20 h4 span, .industries-layout .section-1 .item-holder .content-holder > div.active > div a {
  color: #fff !important;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active > div a, .industries-layout .section-1 .item-holder .content-holder > div.active > div a {
  text-decoration: underline;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div.active .lists-unstyled li:before, .industries-layout .section-1 .item-holder .content-holder > div.active .lists-unstyled li:before {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder > div .img-holder .bg-cover, .industries-layout .section-1 .item-holder .content-holder > div .img-holder .bg-cover {
  height: 100%;
  min-height: 100%;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div .img-holder .bg-cover, .industries-layout .section-1 .item-holder .content-holder > div .img-holder .bg-cover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder > div .img-holder .bg-cover, .industries-layout .section-1 .item-holder .content-holder > div .img-holder .bg-cover {
    height: 14em;
    width: 100%;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder .lists-unstyled, .industries-layout .section-1 .item-holder .content-holder .lists-unstyled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .market-and-user-researc-sections .section-1 .item-holder .content-holder .lists-unstyled, .industries-layout .section-1 .item-holder .content-holder .lists-unstyled {
    opacity: 0;
  }
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder .lists-unstyled li, .industries-layout .section-1 .item-holder .content-holder .lists-unstyled li {
  padding-left: 32px;
}

.market-and-user-researc-sections .section-1 .item-holder .content-holder .lists-unstyled li:before, .industries-layout .section-1 .item-holder .content-holder .lists-unstyled li:before {
  content: url("../../img/checked-icon.png");
  position: absolute;
  top: 2px;
  left: 0;
}

.market-and-user-researc-sections .lists-unstyled.style-1, .industries-layout .lists-unstyled.style-1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.market-and-user-researc-sections .lists-unstyled.style-1 li, .industries-layout .lists-unstyled.style-1 li {
  padding-left: 32px;
}

.market-and-user-researc-sections .lists-unstyled.style-1 li:before, .industries-layout .lists-unstyled.style-1 li:before {
  content: url("../../img/checked-icon.png");
  position: absolute;
  top: 2px;
  left: 0;
}

.market-and-user-researc-sections .lists-unstyled.style-1.white li:before, .industries-layout .lists-unstyled.style-1.white li:before {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder, .industries-layout .approach-and-methodolody .items-holder {
  min-height: 34vw;
}

@media (max-width: 991px) {
  .market-and-user-researc-sections .approach-and-methodolody .items-holder, .industries-layout .approach-and-methodolody .items-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div, .industries-layout .approach-and-methodolody .items-holder > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div .bg-cover, .industries-layout .approach-and-methodolody .items-holder > div .bg-cover {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  min-height: 5vw;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div .bg-cover:before, .industries-layout .approach-and-methodolody .items-holder > div .bg-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div .content, .industries-layout .approach-and-methodolody .items-holder > div .content {
  display: none;
}

@media (min-width: 991px) {
  .market-and-user-researc-sections .approach-and-methodolody .items-holder > div .content, .industries-layout .approach-and-methodolody .items-holder > div .content {
    min-width: 25em;
    max-width: 2em;
  }
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div.active, .industries-layout .approach-and-methodolody .items-holder > div.active {
  color: #fff;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div.active h3, .industries-layout .approach-and-methodolody .items-holder > div.active h3 {
  color: #fff;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div.active > div, .industries-layout .approach-and-methodolody .items-holder > div.active > div {
  background-color: #000;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div.active > div:before, .industries-layout .approach-and-methodolody .items-holder > div.active > div:before {
  opacity: 0.5;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div.active .content, .industries-layout .approach-and-methodolody .items-holder > div.active .content {
  display: block;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div:not(.active) .bg-cover, .industries-layout .approach-and-methodolody .items-holder > div:not(.active) .bg-cover {
  background-image: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div:not(.active) .bg-cover h3, .industries-layout .approach-and-methodolody .items-holder > div:not(.active) .bg-cover h3 {
  margin-bottom: 0;
}

.market-and-user-researc-sections .approach-and-methodolody .items-holder > div > div, .industries-layout .approach-and-methodolody .items-holder > div > div {
  background-color: #F5F5FA;
  padding: 40px 20px;
}

.industries-layout .approach-and-methodolody .items-holder > div.active > div {
  background-color: #B42324;
}

.section-methos-approach .items-holder {
  background: rgba(190, 32, 33, 0.07);
  padding: calc(16px + (36 - 16) * (100vw - 375px) / (1900 - 375));
}

@media (max-width: 991px) {
  .section-usability-services .slick-list {
    padding: 0 !important;
  }
}

.section-usability-services .items-holder {
  margin: -20px;
}

.section-usability-services .items-holder > div {
  width: calc(100%/2);
}

@media (max-width: 991px) {
  .section-usability-services .items-holder > div {
    width: 100%;
  }
}

.section-usability-services .items-holder > div > div {
  padding: 20px;
}

.section-usability-services .items-holder > div .content-holder {
  cursor: pointer;
}

@media (max-width: 767px) {
  .section-usability-work .items-holder .item {
    text-align: center;
    margin-bottom: 10px;
  }
}

.section-usability-work .items-holder .item .icon-h {
  background: rgba(190, 32, 33, 0.2);
  padding: 18px;
  border-radius: 100%;
  display: inline-block;
  line-height: 0;
}

.section-usability-work .items-holder .item .icon-h img {
  max-width: 40px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

@media (min-width: 1199px) {
  .section-usability-work .items-holder .item h3 {
    max-width: 60%;
  }
}

.section-capture-markets .content-holder {
  padding-top: 16em;
  padding-bottom: 2em;
}

.section-capture-markets .content-holder .text-h {
  border-radius: 22px;
  background: rgba(255, 251, 241, 0.8);
  max-width: 70%;
  margin-left: 50px;
  padding: 40px 22px;
}

.section-capture-markets .content-holder .text p:last-child {
  margin-bottom: 0;
}

.section-search-marketing .content-holder .items-holder .item {
  padding: 50px 20px;
  border-radius: 22px;
  background: rgba(147, 133, 105, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .section-search-marketing .content-holder .items-holder .item {
    margin-bottom: 20px;
    padding: 26px 20px;
  }
}

.section-search-marketing .content-holder .items-holder .item .text p:last-child {
  margin-bottom: 0;
}

.section-search-marketing .content-holder .items-holder .item:hover {
  -webkit-box-shadow: 11px 11px 22px #ccc;
          box-shadow: 11px 11px 22px #ccc;
}

.section-content-marketing .content-holder {
  background: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 767px) {
  .section-content-marketing .content-holder .flex > div:first-child {
    width: 62%;
  }
}

@media (min-width: 767px) {
  .section-content-marketing .content-holder .flex > div:first-child .item-holder {
    padding-right: 50px;
  }
}

.section-content-marketing .content-holder .flex > div:first-child .item-holder .item {
  padding-left: 80px;
}

.section-content-marketing .content-holder .flex > div:first-child .item-holder .item .absolute {
  left: 0;
  width: 56px;
}

@media (min-width: 767px) {
  .section-content-marketing .content-holder .flex > div:last-child {
    width: 38%;
  }
}

.section-user-design .items-holder .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: calc(20px + (80 - 20) * (100vw - 375px) / (1900 - 375)) 25px;
}

.section-user-design .items-holder .item img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

@media (max-width: 767px) {
  .section-user-design .items-holder .item {
    margin-bottom: 20px;
  }
}

.section-user-design .items-holder .item:hover {
  background: #BE2021;
  -webkit-box-shadow: 8px 10px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 10px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-user-design .items-holder .item:hover img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.section-user-design .items-holder .item:hover h3, .section-user-design .items-holder .item:hover p {
  color: #fff;
}

.section-banner-holder > img[alt="uiux-userdesign"] {
  max-width: 44vw;
  top: 36px;
}

.section-banner-holder > img[alt="banner-web-app-bg"] {
  max-width: 20vw;
  top: 20px;
}

.section-banner-holder > img[alt="banner-web-app-bg2"] {
  max-width: 20vw;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
  bottom: 0;
}

.section-banner-holder > img[alt="banner-mobile-app"] {
  max-width: 18vw;
  top: 20px;
  left: 16px;
}

.section-banner-holder > img[alt="banner-mobile-app2"] {
  max-width: 18vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 16px;
}

.section-banner-holder > img[alt="banner-bespoke-solutions"] {
  max-width: 22vw;
}

.section-banner-holder > img[alt="banner-enterprise-solutions"] {
  max-width: 24vw;
}

.section-banner-holder > img[alt="banner-data-analytics"] {
  top: calc(14px + (50 - 14) * (100vw - 375px) / (1900 - 375));
  left: calc(30px + (50 - 30) * (100vw - 375px) / (1900 - 375));
  max-width: 46vw;
}

.section-banner-holder.style_two {
  margin-top: 4%;
  margin-bottom: 4%;
}

.section-banner-holder.style_two .banner_holder {
  min-height: 35vh;
}

.section-contact-holder > img {
  max-width: 32vw;
}

.section-usability-unique .item-holder .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(190, 32, 33, 0.08);
  padding: calc(20px + (138 - 20) * (100vw - 375px) / (1900 - 375)) calc(20px + (66 - 20) * (100vw - 375px) / (1900 - 375));
  margin-bottom: 10px;
  border-top: 20px solid transparent;
}

.section-usability-unique .item-holder .item h4 {
  font-family: 'interbold';
}

.section-usability-unique .item-holder .item p:last-child {
  margin-bottom: 0;
}

.section-usability-unique .item-holder .item:hover {
  background: #F6F6F6;
  -webkit-box-shadow: 9px 13px 21px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 9px 13px 21px 0px rgba(0, 0, 0, 0.25);
  border-color: #BE2021;
}

.section-usability-unique .item-holder .item:hover h4, .section-usability-unique .item-holder .item:hover p {
  color: #000;
}

.section-usability-contact .contact-bottom-text {
  background: #BE2021;
  padding: 56px;
}

.section-usability-contact .contact-bottom-text.style_two .flex > div:first-child {
  width: 70%;
  text-align: left;
}

.section-usability-contact .contact-bottom-text.style_two .flex > div:last-child {
  width: 30%;
}

.section-usability-contact .contact-bottom-text.style_two .flex > div:last-child .btn {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: rgba(236, 147, 58, 0.5);
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 25px;
  min-width: 300px;
}

.section-usability-contact .contact-bottom-text.style_two .flex > div:last-child .btn:hover {
  background: #EC933A;
  border-color: #EC933A;
}

.section-usability-contact .contact-bottom-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-usability-contact .contact-bottom-text p br {
    display: none;
  }
}

.section-usability-contact.style_one .wpcf7-form .wpcf7-form-control-wrap input,
.section-usability-contact.style_one .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.05);
}

.section-usability-contact .wpcf7 form .wpcf7-response-output {
  color: #000;
}

.case-study-section.style_two .item-holder .bg-cover {
  padding: 30px;
  min-height: 44vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.case-study-section.style_two .item-holder .bg-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .case-study-section.style_two .item-holder .bg-cover .text {
    max-width: 40%;
  }
}

.case-study-section.style_two .item-holder .bg-cover:hover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.case-study-section.style_two .item-holder .bg-cover:hover:before {
  background: #fff;
}

.case-study-section.style_two .item-holder .bg-cover:hover .text .f30 {
  font-size: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
}

.case-study-section.style_two .item-holder .bg-cover:hover .text .white {
  color: #000 !important;
}

.services-slider {
  padding: 0 6em;
}

@media (max-width: 767px) {
  .services-slider {
    padding: 0 2em;
  }
}

.services-slider .item {
  margin: 10px calc(14px + (30 - 14) * (100vw - 375px) / (1900 - 375));
  text-align: center;
  margin-top: 3em;
}

.services-slider .item img {
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services-slider .item:hover img {
  -webkit-transform: scale(1.2) translateY(-15px);
          transform: scale(1.2) translateY(-15px);
  -webkit-box-shadow: 10px 8px 14px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 8px 14px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.services-slider .item:hover img + p {
  font-family: 'interbold';
}

.arrow-center .slick-arrow {
  top: 50%;
}

.arrow-center .slick-arrow.slick-prev {
  left: 0;
}

.arrow-center .slick-arrow.slick-next {
  right: 0;
}

.arrow-center .slick-arrow.slick-next img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.enterprise-solutions-s1 .content .item {
  border: 2px solid #BE2021;
  background: rgba(255, 255, 255, 0.6);
  padding: calc(14px + (150 - 14) * (100vw - 375px) / (1900 - 375)) calc(14px + (64 - 14) * (100vw - 375px) / (1900 - 375));
}

.enterprise-solutions-s1 .content .item h3 {
  padding: 0 1em;
}

@media (max-width: 767px) {
  .enterprise-solutions-s1 .content .item {
    margin-bottom: 12px;
  }
}

.ux-magazine-holder .recent-posts .grid {
  gap: 30px;
}

.ux-magazine-holder .recent-posts .grid .bg-cover {
  padding-top: 7em;
  overflow: hidden;
}

.ux-magazine-holder .recent-posts .grid .bg-cover:before {
  content: "";
  position: absolute;
  background: rgba(163, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ux-magazine-holder .recent-posts .grid .bg-cover .label {
  background: #A30000;
  color: #fff;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(28%);
          transform: translateY(28%);
}

.ux-magazine-holder .recent-posts .grid .bg-cover .label img {
  opacity: 0;
  margin-top: 5px;
}

.ux-magazine-holder .recent-posts .grid .bg-cover .label > div {
  padding: 10px 20px;
}

.ux-magazine-holder .recent-posts .grid .bg-cover:hover::before {
  opacity: 1;
}

.ux-magazine-holder .recent-posts .grid .bg-cover:hover .label {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  font-weight: bold;
}

.ux-magazine-holder .recent-posts .grid .bg-cover:hover .label img {
  opacity: 1;
}

.ux-magazine-holder .content {
  background: #B82E2F;
  padding: 30px;
}

@media (min-width: 991px) {
  .ux-magazine-holder .content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.posts-holder-ux-magazine .cat-holder a, .news-holder-company .cat-holder a {
  margin: 4px;
}

.posts-holder-ux-magazine .item-holder .item, .news-holder-company .item-holder .item {
  background: #ffeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .posts-holder-ux-magazine .item-holder .item, .news-holder-company .item-holder .item {
    margin-bottom: 10px;
  }
}

.posts-holder-ux-magazine .item-holder .item .img-holder, .news-holder-company .item-holder .item .img-holder {
  background: #000;
  overflow: hidden;
  min-height: 250px;
  max-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts-holder-ux-magazine .item-holder .item .img-holder .link-icon, .news-holder-company .item-holder .item .img-holder .link-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(190, 32, 33, 0.67);
  padding: 10px 0 10px 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.posts-holder-ux-magazine .item-holder .item .img-holder > img, .news-holder-company .item-holder .item .img-holder > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.posts-holder-ux-magazine .item-holder .item .img-holder:before, .news-holder-company .item-holder .item .img-holder:before {
  content: url("../../img/user-logo-icon.png");
  position: absolute;
  right: 5px;
  top: 5px;
}

.posts-holder-ux-magazine .item-holder .item .post-name-date, .news-holder-company .item-holder .item .post-name-date {
  padding: 10px;
}

.posts-holder-ux-magazine .item-holder .item .post-name-date a, .news-holder-company .item-holder .item .post-name-date a {
  text-decoration: underline;
}

.posts-holder-ux-magazine .item-holder .item .post-title, .posts-holder-ux-magazine .item-holder .item .post-excerpt, .news-holder-company .item-holder .item .post-title, .news-holder-company .item-holder .item .post-excerpt {
  padding: 0 10px 10px 10px;
}

.posts-holder-ux-magazine .item-holder .item:hover, .news-holder-company .item-holder .item:hover {
  background: #be2021;
  color: #fff;
}

.posts-holder-ux-magazine .item-holder .item:hover .img-holder .link-icon, .news-holder-company .item-holder .item:hover .img-holder .link-icon {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.posts-holder-ux-magazine .item-holder .item:hover a, .news-holder-company .item-holder .item:hover a {
  color: #fff;
}

.talents-industry .content.flex > div .item {
  background: #B42324;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 20vh;
}

.talents-industry .content.flex > div .item p:last-child {
  margin-bottom: 0;
}

.talents-industry .content.flex > div .item h3, .talents-industry .content.flex > div .item p {
  color: #fff;
  position: relative;
}

.digital-customer-experience-holder .banner_holder > img {
  max-width: 62vw;
}

.digital-customer-experience-holder .sec2-digital-customer-experience {
  max-width: 58vw;
}

.digital-customer-experience-holder .tips-covered {
  background-color: #BE2021;
}

.digital-customer-experience-holder .tips-covered > img {
  max-width: 25vw;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:first-child {
  width: 25%;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:first-child > div {
  padding-right: 20px;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child {
  width: 75%;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child .item {
  border: 5px solid #de8f90;
  padding: 20px;
  padding-top: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375));
  padding-bottom: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375));
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child .item:hover {
  background-color: #fff;
  border-color: #fff;
  color: #BE2021;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child .item:hover h4 {
  color: #BE2021;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child .item:before {
  content: "";
  width: 20%;
  height: 5px;
  background: #BE2021;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.digital-customer-experience-holder .tips-covered .container > .flex > div:last-child .item p:last-child {
  margin: 0;
}

.faq-holder-main .red {
  color: #000;
}

.faq-holder-main .accordion .accordion-item {
  margin-bottom: 1em;
}

.faq-holder-main .accordion .accordion-item button[aria-expanded='true'] .red {
  color: #B42324;
}

.faq-holder-main .accordion .accordion-item button[aria-expanded='true'] .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-holder-main .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.5em 1.5em;
  font-weight: 400;
  border: none;
  outline: none;
  background: #F5F5FA;
  cursor: pointer;
}

.faq-holder-main .accordion ~ .accordion button {
  background: transparent;
}

.faq-holder-main .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.faq-holder-main .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 15px;
  background-image: url("../../img/black-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq-holder-main .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.faq-holder-main .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  border-top: 2px solid #CBCBD1;
}

.faq-holder-main .accordion img {
  max-width: 46vw;
  top: -41px;
}

.faq-holder-main .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background: #F5F5FA;
}

.faq-holder-main .accordion .accordion-content > div {
  padding: 30px;
}

@media (min-width: 767px) {
  .course-inner .course-details > div {
    padding: 30px 40px;
  }
}

@media (min-width: 991px) {
  .course-inner .course-details > div > div:first-child {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .course-inner .course-details > div > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}

.course-inner .course-details > div > div:first-child .bg-cover {
  width: 100%;
  padding-bottom: 32vw;
}

@media (min-width: 991px) {
  .course-inner .course-details > div > div:last-child {
    width: 70%;
  }
}

@media (min-width: 991px) {
  .course-inner .course-details > div > div:last-child .holder {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .course-inner .course-details > div > div:last-child .holder .info-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course-inner .course-details > div > div:last-child .holder .info-holder .item {
  width: calc(100%/3);
}

@media (max-width: 767px) {
  .course-inner .course-details > div > div:last-child .holder .info-holder .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.course-inner .course-details > div > div:last-child .holder .info-holder .item a {
  color: #008CDB;
  text-decoration: underline;
  font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1900 - 375));
  cursor: pointer;
}

.course-inner .course-details > div > div:last-child .holder .info-holder .item a + a {
  padding-left: 18px;
}

.course-inner .course-details > div > div:last-child .holder .info-holder .item label {
  font-family: 'intersemi_bold';
  display: block;
  line-height: 1;
}

@media (min-width: 767px) {
  .course-inner .section-2 .item-holder.flex > div {
    width: calc(100%/2);
  }
}

@media (max-width: 767px) {
  .course-inner .section-2 .item-holder.flex > div {
    width: 100%;
  }
}

.course-inner .section-2 .item-holder {
  margin: 0 -10px;
  margin-bottom: 20px;
}

.course-inner .section-2 .item-holder > div > div {
  border: 2px solid #CBCBD1;
  padding: 20px;
  margin: 10px;
}

@media (min-width: 767px) {
  .course-inner .section-2 .item-holder > div > div {
    height: 100%;
  }
}

.course-inner .section-2 .a-download {
  cursor: pointer;
}

.course-inner .section-2 .a-download a {
  color: #008CDB;
  text-decoration: underline;
  padding-left: 4px;
}

.course-inner .section-2 .a-download::before {
  content: url("../../img/download-icon.png");
}

.trainer-info-popup {
  width: 100%;
  max-width: 75%;
  padding: 35px 45px;
  overflow-y: scroll;
  max-height: 38vw;
}

@media (max-width: 767px) {
  .trainer-info-popup {
    margin-top: 0em;
    width: auto;
    max-height: 100vw;
    top: 20%;
  }
}

@media (min-width: 767px) {
  .trainer-info-popup .pop-holder > div:first-child {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .trainer-info-popup .pop-holder > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

.trainer-info-popup .pop-holder > div:first-child .bg-cover {
  padding-bottom: 20em;
}

@media (min-width: 767px) {
  .trainer-info-popup .pop-holder > div:last-child {
    width: 75%;
  }
}

@media (min-width: 767px) {
  .trainer-info-popup .pop-holder > div:last-child > div {
    padding-left: 2em;
  }
}

.trainer-info-popup .pop-holder > div:last-child .social-acc a + a {
  padding-left: 10px;
}

.about-the-team .team-holder .bg-cover {
  -webkit-box-shadow: 0px 0px 16px 0px #20032726;
          box-shadow: 0px 0px 16px 0px #20032726;
  min-height: 28vw;
}

@media (max-width: 991px) {
  .about-the-team .team-holder .bg-cover {
    min-height: 54vw;
  }
}

@media (max-width: 991px) {
  .about-the-team .team-holder .bg-cover {
    min-height: 115vw;
  }
}

.about-the-team .team-holder .bg-cover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
}

.about-the-team .team-holder .bg-cover .team-info {
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-the-team .team-holder .bg-cover a.linkedin {
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-decoration: underline;
  opacity: 0;
}

.about-the-team .team-holder .bg-cover a.linkedin:before {
  content: url("../../img/linked-icon.png");
  margin-right: 4px;
}

.about-the-team .team-holder .bg-cover:hover .team-info {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}

.about-the-team .team-holder .bg-cover:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(0%, black), to(black));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, black 0%, black 100%);
  opacity: 0.8;
}

.about-the-team .team-holder .bg-cover:hover a.linkedin {
  opacity: 1;
}

@media (max-width: 767px) {
  .our-values .item-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 767px) {
  .our-values .item-holder > div:first-child {
    width: 62%;
    padding-bottom: 32vw;
  }
}

@media (max-width: 767px) {
  .our-values .item-holder > div:first-child {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .our-values .item-holder > div:first-child .bg-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 767px) {
  .our-values .item-holder > div:first-child .bg-cover {
    padding-bottom: 12em;
    margin-bottom: 10px;
  }
}

@media (min-width: 767px) {
  .our-values .item-holder > div:last-child {
    width: 38%;
    padding-left: 20px;
  }
}

@media (min-width: 767px) {
  .our-values .item-holder:hover .bg-cover {
    width: 60% !important;
  }
}

.our-values .user-text {
  margin: 0 -5px;
}

.our-values .user-text .title .text, .our-values .user-text .sub-text {
  display: none;
}

.our-values .user-text .title .text {
  width: 0;
}

.our-values .user-text .letter-holder {
  width: 10%;
  background-color: #F5F5FA;
  margin: 0 5px;
  padding: calc(14px + (70 - 14) * (100vw - 375px) / (1900 - 375));
  min-height: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-values .user-text .letter-holder .title {
  font-family: 'inria_serifregular';
  font-size: calc(21px + (108 - 21) * (100vw - 375px) / (1900 - 375));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .our-values .user-text .letter-holder .title {
    font-weight: bold;
  }
}

.our-values .user-text .letter-holder .title .l {
  color: #B42324;
}

.our-values .user-text .letter-holder.active {
  width: 70%;
  background-color: #B42324;
}

.our-values .user-text .letter-holder.active .title .text, .our-values .user-text .letter-holder.active .sub-text {
  display: block;
  color: #fff;
}

.our-values .user-text .letter-holder.active .title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.our-values .user-text .letter-holder.active .title .l {
  color: #fff;
}

.our-office .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.our-office .item-holder .office {
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .our-office .item-holder .office {
    width: 100%;
    margin-bottom: 10px;
  }
}

.our-office .item-holder .office > div {
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5FA;
  padding: calc(16px + (50 - 16) * (100vw - 375px) / (1900 - 375)) calc(14px + (20 - 14) * (100vw - 375px) / (1900 - 375));
  height: 100%;
}

.our-office .item-holder .office > div li {
  padding-left: 30px;
}

.our-office .item-holder .office > div li:before {
  position: absolute;
  left: 0;
}

.our-office .item-holder .office > div .office-address:before {
  content: url("../../img/map-pin.png");
}

.our-office .item-holder .office > div .office-tel:before {
  content: url("../../img/phone.png");
}

.our-office .item-holder .office > div .office-email:before {
  content: url("../../img/mail.png");
}

@media (min-width: 1023px) {
  .our-office.our-office-version2 .office:first-child {
    width: 35%;
  }
}

@media (min-width: 1023px) {
  .our-office.our-office-version2 .office:last-child {
    width: 65%;
  }
}

.our-office.our-office-version2 .office:last-child > div {
  padding: 10px;
}

.job-opportunities {
  min-height: 90vh;
}

@media (max-width: 767px) {
  .job-opportunities {
    min-height: 100vw;
  }
}

.job-opportunities .form-search .form-input {
  border: 1px solid #000;
  padding: 0 16px;
}

@media (min-width: 767px) {
  .job-opportunities .form-search .form-input {
    max-width: 50%;
    margin: 0 auto;
  }
}

.job-opportunities .form-search .form-input:before {
  content: url("../../img/search.png");
  height: 24px;
  right: 4px;
  position: relative;
}

.job-opportunities .form-search .form-input input {
  height: 46px;
  border: 0;
  width: 100%;
}

.job-opportunities .form-search .form-input input:focus-visible {
  outline: none;
}

.job-opportunities .job-listing-holder .job-listing {
  margin: -8px;
}

.job-opportunities .job-listing-holder .job-listing .job-info {
  width: calc(100%/4);
  margin-bottom: 14px;
}

@media (max-width: 1279px) {
  .job-opportunities .job-listing-holder .job-listing .job-info {
    width: calc(100%/3);
  }
}

@media (max-width: 991px) {
  .job-opportunities .job-listing-holder .job-listing .job-info {
    width: calc(100%/2);
  }
}

@media (max-width: 767px) {
  .job-opportunities .job-listing-holder .job-listing .job-info {
    width: 100%;
  }
}

.job-opportunities .job-listing-holder .job-listing .job-info > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5FA;
  padding: calc(16px + (38 - 16) * (100vw - 375px) / (1900 - 375)) calc(14px + (20 - 14) * (100vw - 375px) / (1900 - 375));
  height: 100%;
  margin: 8px;
}

.job-opportunities .job-listing-holder .job-listing .job-info > div ul.list-item {
  padding-left: 20px;
}

.job-opportunities .job-listing-holder .job-listing .job-info > div .view-job {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0 0;
  color: #008CDB;
  text-decoration: underline;
  text-underline-position: under;
}

.job-opportunities .job-listing-holder .job-listing .job-info > div .view-job:after {
  content: url("../../img/arrow-blue.png");
  margin-left: 8px;
}

.life-at-user .event-holder {
  margin: -8px;
}

@media (max-width: 767px) {
  .life-at-user .event-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.life-at-user .event-holder .event-item {
  width: calc(100%/4);
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .life-at-user .event-holder .event-item {
    width: 100%;
  }
}

.life-at-user .event-holder .event-item .bg-cover {
  padding: 10px 20px;
  min-height: 25vw;
}

@media (max-width: 767px) {
  .life-at-user .event-holder .event-item .bg-cover {
    min-height: 65vw;
  }
}

.life-at-user .event-holder .event-item .bg-cover > * {
  position: relative;
}

@media (min-width: 767px) {
  .life-at-user .event-holder .event-item .bg-cover > *.office, .life-at-user .event-holder .event-item .bg-cover > *.date {
    display: none;
  }
}

.life-at-user .event-holder .event-item .bg-cover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #494949;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 767px) {
  .life-at-user .event-holder .event-item:hover {
    width: 50%;
  }
  .life-at-user .event-holder .event-item:hover .bg-cover:hover:before {
    opacity: 0;
  }
  .life-at-user .event-holder .event-item:hover .bg-cover > *.office, .life-at-user .event-holder .event-item:hover .bg-cover > *.date {
    display: block;
  }
}

.career-inner ul, .course-inner ul {
  list-style: disc;
  margin: auto;
  padding: revert;
}

@media (max-width: 767px) {
  .career-inner .info-holder, .course-inner .info-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 767px) {
  .career-inner .info-holder .item, .course-inner .info-holder .item {
    width: calc(100%/4);
  }
}

.career-inner .item-holder .item > div, .course-inner .item-holder .item > div {
  border: 2px solid #CBCBD1;
  padding: 20px;
  height: 100%;
}

.career-form-page .form-career {
  background-color: #fff;
}

@media (min-width: 991px) {
  .career-form-page .form-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2em;
  }
}

.career-form-page .form-career > div {
  padding: 2em calc(14px + (30 - 14) * (100vw - 375px) / (1900 - 375));
}

@media (min-width: 991px) {
  .career-form-page .form-career > div {
    width: calc(100%/2);
  }
}

.career-form-page .form-career > div:first-child {
  border-right: 1px solid #CBCBD1;
}

@media (max-width: 991px) {
  .career-form-page .form-career > div:first-child {
    border-bottom: 1px solid #CBCBD1;
  }
}

.career-form-page .form-career .wpcf7-acceptance {
  margin: 0;
}

.career-form-page .form-career .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-form-page .form-career .wpcf7-acceptance label input {
  width: auto;
}

.career-form-page .form-career .form-control {
  padding: 0 30px;
}

.career-form-page .form-career .form-control label {
  margin-left: -10px;
  position: relative;
}

.career-form-page .form-career .form-control label:after {
  content: '*';
  color: #B42324;
}

.career-form-page .form-career .form-control input, .career-form-page .form-career .form-control textarea {
  border: 1px solid #333;
}

.career-form-page .form-career .form-control .btn-primary {
  border: 2px solid #B42324 !important;
}

.section-services .training-course.services-holder {
  margin: -10px;
}

.section-services .training-course.services-holder > div {
  width: calc(100%/3);
}

@media (max-width: 991px) {
  .section-services .training-course.services-holder > div {
    width: calc(100%/2);
  }
}

@media (max-width: 767px) {
  .section-services .training-course.services-holder > div {
    width: 100%;
  }
}

.section-services .training-course.services-holder > div > a {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-services .training-course.services-holder > div > a > .relative {
  height: inherit;
}

.section.services .services-item-holder .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

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

body form.submitting .btn-captcha p {
  position: relative !important;
}

body form.submitting .btn-captcha p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: not-allowed;
}

body form.submitting .btn-captcha p .wpcf7-submit {
  padding-right: 36px !important;
}

body form.submitting .btn-captcha p .wpcf7-spinner {
  right: 10px !important;
  margin: 0 !important;
  top: 8px !important;
  display: block !important;
  position: absolute;
}
/*# sourceMappingURL=main.css.map */