@charset "UTF-8";
/*Slick Slider*/
.slick-track > * {
  outline: none;
  box-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev {
  background-image: url(../images/left-arrow.svg);
}

.slick-next {
  background-image: url(../images/right-arrow.svg);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 0.5;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: none;
  width: 25px;
  height: 30px;
  display: inline-block;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
}
.slick-arrow::before {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .slick-arrow img {
    width: 15px;
  }
}

.slick-prev {
  left: 10px;
}
@media (max-width: 575px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: 10px;
}
@media (max-width: 575px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/*Dots*/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0 0;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}

/*Slick Lightbox*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-arrow {
  width: 60px;
  height: 40px;
  padding: 8px;
}
.slick-lightbox .slick-arrow::before {
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/arrow-pointing-to-left.svg");
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/arrow-pointing-to-right.svg");
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 380px) {
  .slick-lightbox-slick-img {
    max-width: 80%;
    max-height: 80%;
  }
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #fff;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "×";
  font-family: "slick";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  background-color: #000;
  font-size: 18px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.scroll {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    line-height: 26px;
  }
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  /* use animation hack, if you have hard styled input */
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  /* if input has one color, and didn't have bg-image use shadow */
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  /* text color */
  -webkit-text-fill-color: #fff;
  /* font weigth */
  font-weight: 400 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 19px;
  }
}

h4,
.h4 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 17px;
  }
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

main,
header,
section,
footer {
  width: 100%;
}

button:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a,
button,
select {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
ul li,
ol li {
  font-size: 18px;
}
@media (max-width: 991px) {
  ul li,
  ol li {
    line-height: 1.3;
    font-size: 16px;
  }
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  p {
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

.newsdetails p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  display: inline-block;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lisy-style {
  list-style: none;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #fff;
}

.small-container {
  max-width: 1006px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .small-container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .small-container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .small-container {
    max-width: 90%;
  }
}

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

.container {
  max-width: 1293px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1263px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

.common-btn {
  min-width: 128px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 12px;
  padding-right: 26px;
  padding-bottom: 12px;
  padding-left: 26px;
  background: #000;
  border: 1px solid #000;
  text-align: center;
}
.common-btn:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .common-btn {
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    min-width: 144px;
  }
}

.submit-button {
  color: #F40D28;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 14px;
  padding-right: 33px;
  padding-bottom: 14px;
  padding-left: 33px;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.submit-button:hover {
  background-color: transparent;
  color: #fff;
}
.submit-button:hover:hover path {
  transition: 0.5s ease-in-out;
  fill: #fff;
}
@media (max-width: 767px) {
  .submit-button {
    min-width: 100px;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
}
.submit-button span {
  margin-left: 12px;
}
.submit-button span svg {
  transition: 0.5s ease-in-out;
}

.button_link {
  margin-top: 20px;
}

.btn-transprent {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  border: 1px solid #F40D28;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.btn-transprent:hover {
  background: #F40D28;
  color: #fff;
  border: 1px solid #F40D28;
}
@media (max-width: 767px) {
  .btn-transprent {
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    min-width: 150px;
  }
}

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

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

.hidden-pc {
  display: none;
}
@media (max-width: 991px) {
  .hidden-pc {
    display: block;
  }
}

@media (max-width: 991px) {
  .hidden-mob {
    display: none;
  }
}

.navClose_wrapper {
  cursor: pointer;
  display: none;
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  width: 30px;
}
.navClose_wrapper img {
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .navClose_wrapper {
    display: block;
  }
}

.form_input {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 14px 20px;
  width: 60%;
  max-width: 300px;
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
}
.form_input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .form_input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .form_input {
    max-width: 100%;
    width: 69%;
  }
}
@media (max-width: 479px) {
  .form_input {
    width: 100%;
  }
}

.bg-white {
  background-color: #fff;
}

.full-white {
  background-color: #fff;
  border: 1px solid #fff;
}

.sm {
  min-width: 107px;
  font-weight: 600;
  font-size: 13px;
  padding-top: 7px;
  padding-right: 24px;
  padding-bottom: 7px;
  padding-left: 24px;
}

.row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mt-0 {
  margin-top: 10px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

@media (max-width: 991px) {
  .commonColumn__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .commonColumn__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.common-spacing {
  padding: 110px 0;
}
@media (max-width: 991px) {
  .common-spacing {
    padding: 45px 0;
  }
}

.common-top-spacing {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .common-top-spacing {
    padding-top: 45px;
  }
}

.common-bottom-spacing {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .common-bottom-spacing {
    padding-bottom: 45px;
  }
}

.extra-common-bottom-spacing {
  padding-bottom: 160px;
}
@media (max-width: 1199px) {
  .extra-common-bottom-spacing {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .extra-common-bottom-spacing {
    padding-bottom: 80px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.container-small {
  max-width: 1025px;
  margin: auto;
}
@media (max-width: 1199px) {
  .container-small {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container-small {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container-small {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container-small {
    max-width: 100%;
  }
}

.header_height {
  height: 71px;
}

.d-none {
  display: none;
}

.banner__text {
  overflow: hidden;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .banner__text {
    padding-bottom: 9px;
  }
}

.letter {
  display: inline-block;
  /* Make each letter an inline-block for animation */
  transform: translateY(1.1em);
  /* Move each letter down initially */
  opacity: 0;
  /* Hidden initially */
  transition: transform 0.75s ease-out, opacity 0.75s ease-out;
  /* Define the transition */
}

.color {
  color: #F40D28;
  /* Color for the colored text */
}

hr {
  border: 1px solid #F40D28;
}

@keyframes scroll_right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.common-subheading h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 400;
}
@media (max-width: 991px) {
  .common-subheading h6 {
    font-size: 11px;
  }
}

.large_text {
  font-size: 84px;
  font-weight: 500;
  letter-spacing: -0.07em;
  margin-bottom: 38px;
}
@media (max-width: 1199px) {
  .large_text {
    font-size: 60px;
    margin-bottom: 9px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .large_text {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .large_text {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .large_text {
    font-size: 33px;
  }
}

.border-top-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.no-border-top {
  border-top: 0;
}

.no-border-bottom {
  border-bottom: 0;
}

.pt-12 {
  padding-top: 20px;
}

.read_article {
  font-size: 14px;
  color: #F40D28;
  text-transform: uppercase;
}

/*Custom Select*/
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
  height: 62px;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .select-selected {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .select-selected {
    height: 48px;
  }
}
.select-selected:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  background: url("../img/select-arrow.svg") center no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}
.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}

.select-items div, .select-selected {
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  max-height: 470px;
  overflow: auto;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 99;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .select-items {
    padding: 0 15px;
  }
}

.select-arrow-active + .select-items div {
  color: #F40D28;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .select-arrow-active + .select-items div {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.select-arrow-active + .select-items div + div {
  border-top: 1px solid #F40D28;
}
.select-arrow-active + .select-items div:hover {
  color: #7F0D21;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: var(--blueBg);
  color: var(--white);
}

header {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 28px 0;
  z-index: 99;
  transform: translateY(-10px);
  opacity: 0;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header.header__fixed {
  background-color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 575px) {
  header.header__fixed {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
header.header__fixed .navbar__logo svg {
  width: 130px;
}
@media (max-width: 575px) {
  header.header__fixed .navbar__logo svg {
    width: 100px;
  }
}

@media (max-width: 991px) {
  body.scroll header.header__fixed {
    padding: 28px 0;
  }
}
.navbar__logo {
  position: relative;
  max-width: 202px;
  margin-right: auto;
  z-index: 101;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: normal;
}
@media (max-width: 575px) {
  .navbar__logo {
    max-width: 180px;
  }
}
.navbar__logo svg {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .navbar__logo svg {
    width: 110px;
    height: 40px;
  }
}
.navbar .wrapper_menu {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .navbar .wrapper_menu {
    padding-right: 0;
  }
}
.navbar__inner .navClose_wrapper {
  position: absolute;
  top: 35px;
  right: 20px;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 575px) {
  .navbar__inner .navClose_wrapper {
    top: 32px;
  }
}
@media (max-width: 991px) {
  .navbar__inner {
    background: #000;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: block;
    margin-top: 0;
    padding: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 100;
    pointer-events: none;
    transform: translateY(-130%);
    transition: 0.4s ease-in-out;
  }
  .navbar__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
  }
  .navbar__inner .wrapper_inner {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.navbar__socialmedia {
  display: none;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar__socialmedia ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.navbar__socialmedia ul li a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar__socialmedia ul li a img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
}
.navbar__socialmedia ul li a:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .navbar__socialmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
}
.navbar .dropdownHolder {
  position: relative;
}
@media (max-width: 991px) {
  .navbar .dropdownHolder {
    border-bottom: 1px solid #2d5072;
  }
}
.navbar .dropdownHolder:hover > ul {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .navbar .dropdownHolder:hover > ul {
    transform: unset;
    display: none;
    position: unset !important;
    background-color: transparent;
    border-radius: 0;
  }
}
.navbar .dropdownHolder:hover .caret svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .navbar .dropdownHolder:hover .caret svg {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.navbar .caret {
  cursor: pointer;
}
.navbar .iconBtn {
  border: 0;
  background: transparent;
  padding: 0px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 5px;
  position: relative;
  top: -4px;
}
@media (max-width: 991px) {
  .navbar .iconBtn {
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: auto;
    left: auto;
    padding: 8px;
  }
  .navbar .iconBtn.active {
    border: none;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.navbar .navbar__inner > ul > li > ul {
  list-style: none;
  min-width: 251px;
  padding: 10px 20px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: -19px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 99;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .navbar .navbar__inner > ul > li > ul {
    min-width: 200px;
  }
}
.navbar .navbar__inner > ul > li > ul li {
  margin-left: 0;
  padding-bottom: 0;
  padding: 6px 0px;
}
.navbar .navbar__inner > ul > li > ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .navbar__inner > ul > li > ul a {
  padding: 6px 0;
  display: block;
  color: #000;
  font-size: 15px;
}
@media (max-width: 991px) {
  .navbar .navbar__inner > ul > li > ul a {
    color: #fff;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar__inner > ul > li > ul {
    transform: unset;
    display: none;
    position: unset !important;
    opacity: 1;
    -moz-transition: unset;
    -o-transition: unset;
    -webkit-transition: unset;
    transition: unset;
    box-shadow: none;
    padding-top: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .navbar .navbar__inner > ul > li > ul li {
    border-top: none;
  }
}
.navbar__holder {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar__holder .menuIcon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 30px;
    height: 21px;
    cursor: pointer;
    margin-left: 25px;
  }
  .navbar__holder .menuIcon span {
    position: relative;
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar__holder .menuIcon span:nth-child(2) {
    margin: 6px 0;
    margin-left: auto;
  }
}
.navbar__menu {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.navbar__menu li {
  text-align: center;
}
.navbar__menu li + li {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .navbar__menu li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .navbar__menu li + li {
    margin-left: 0;
  }
}
.navbar__menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 9px 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .navbar__menu li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .navbar__menu li {
    width: 100%;
    padding-bottom: 0;
    border-top: 0;
  }
}
.navbar__menu li.active a {
  color: #F40D28;
}
.navbar__menu .caret svg {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar__menu .caret svg.active {
  border: none;
}
@media (max-width: 991px) and (max-width: 991px) {
  .navbar__menu .caret svg.active {
    position: absolute;
    bottom: auto;
    left: auto;
    transform: rotate(180deg);
  }
}
.navbar .givebtn {
  min-width: 100px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  margin-right: 2px;
  border-radius: 23px;
}
@media (max-width: 991px) {
  .navbar .givebtn {
    font-size: 14px;
    color: #fff;
  }
}
.navbar .givebtn svg {
  margin-right: 12px;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .navbar .givebtn svg path {
    fill: #fff;
  }
}
.navbar__menubtn {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .navbar__menubtn {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .navbar__menubtn {
    margin-top: 20px;
    margin-left: 0;
  }
}
.navbar__menubtn .btn-transprent {
  border-radius: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 991px) {
  .navbar__menubtn.hidden-pc {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar__menubtn.hidden-pc a {
    background: transparent;
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    border: 1px solid #F40D28;
    text-align: center;
    cursor: pointer;
  }
  .navbar__menubtn.hidden-pc a:hover {
    background-color: #F40D28;
  }
}
.navbar__menubtn a {
  margin-right: 13px;
}
.navbar__menubtn a:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .navbar__menubtn a {
    margin-right: 10px;
  }
}
.navbar .active > a {
  border-bottom: 1px solid #000;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar .active > a {
    border: none;
  }
}
.navbar .active .dropdownMenu a {
  border: none;
}

.navbar__menu li:hover > a,
.navbar__menu li:hover > a {
  color: #F40D28 !important;
}

header.innerPages {
  padding-bottom: 10px;
  padding-top: 10px;
}
header.innerPages .navbar__menu a {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  header.innerPages .navbar__menu a {
    padding-bottom: 18px;
  }
}
header.innerPages .givebtn {
  min-width: 100px;
  text-align: center;
  padding: 12px 5px;
  border-radius: 23px;
}
header.innerPages .givebtn:hover {
  color: white;
}
@media (max-width: 991px) {
  header.innerPages .givebtn:hover {
    color: #fff !important;
  }
  header.innerPages .givebtn:hover:hover {
    background-color: transparent;
  }
}
.banner {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 991px) {
  .banner {
    min-height: 61vh;
  }
}
.banner.inner_banner {
  height: auto;
  margin-top: 189px;
  min-height: auto;
}
@media (max-width: 1199px) {
  .banner.inner_banner {
    margin-top: 60px;
  }
}
.banner h2 {
  font-size: 85px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .banner h2 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 42px;
  }
}
@media (max-width: 479px) {
  .banner h2 {
    font-size: 38px;
  }
}
.banner h2 span {
  display: inline-block;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.banner h2 span.color {
  color: #F40D28;
}
.banner h2 span.revealed {
  opacity: 1;
  transform: translateY(0);
}
.banner__desc {
  padding-left: 30px;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .banner__desc {
    padding-left: 0;
    margin-top: 9px;
  }
}
.banner__desc p {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1263px) {
  .banner__desc p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner__desc p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.view-work {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 35px;
  font-weight: 500;
  color: #F40D28;
}
.view-work:hover {
  color: #fff;
}
.view-work:hover span {
  margin-left: 20px;
  background-color: #fff;
}
.view-work span {
  width: 35px;
  height: 35px;
  background-color: #F40D28;
  display: inline-flex;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  /* display: flex; */
  justify-content: center;
  margin-left: 9px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .view-work span {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .slider_full_youtube .img_content .parallaxImage {
    min-height: 430px;
    object-fit: cover;
  }
}
@media (max-width: 479px) {
  .slider_full_youtube .img_content .parallaxImage {
    min-height: 380px;
  }
}
.slider_full_youtube .img_content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slider_full_youtube .container-fluid {
  max-width: 100%;
}
.slider_full_youtube .container-fluid .container {
  position: relative;
}
.slider_full_youtube .container-fluid .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider_full_youtube .container-fluid .slick-prev {
  left: 41px;
  opacity: 1;
}
@media (max-width: 479px) {
  .slider_full_youtube .container-fluid .slick-prev {
    width: 20px;
    height: 20px;
    left: 14px;
  }
}
.slider_full_youtube .container-fluid .slick-next {
  right: 41px;
  opacity: 1;
}
@media (max-width: 479px) {
  .slider_full_youtube .container-fluid .slick-next {
    width: 20px;
    height: 20px;
    right: 13px;
  }
}

.content_large {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1293px;
  margin: 0 auto;
  padding: 0 15px;
}
.content_large img {
  padding: 30px 0 65px 0;
}
@media (max-width: 1263px) {
  .content_large img {
    max-width: 320px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .content_large img {
    padding: 30px 0 25px 0;
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .content_large img {
    max-width: 200px;
  }
}
@media (max-width: 479px) {
  .content_large img {
    max-width: 150px;
  }
}
.content_large .brandingData {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 12px 0;
}
.content_large .brandingData p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 575px) {
  .content_large .brandingData p {
    letter-spacing: normal;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .content_large .brandingData a {
    font-size: 14px;
  }
}
.content_large .brandingData a:hover {
  color: #F40D28;
}
.content_large .view-project a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_large .view-project a span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: 6px;
}
@media (max-width: 575px) {
  .content_large .view-project a span {
    letter-spacing: normal;
    font-size: 14px;
  }
}
.content_large .view-project a span, .content_large .view-project a path {
  transition: all 0.5s ease;
}
.content_large .view-project a:hover span, .content_large .view-project a:hover path {
  color: #F40D28;
  fill: #F40D28;
}

.project__wrapper {
  padding: 75px 0 150px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .project__wrapper {
    padding: 75px 0;
  }
}
@media (max-width: 479px) {
  .project__wrapper {
    padding-bottom: 65px;
  }
}
.project__wrapper .news__sldr {
  margin-left: -5px;
}
.project__wrapper .news__sldr::after {
  content: "";
  background-color: #F40D28;
  width: calc(100% - 117px);
  height: 2px;
  position: absolute;
  top: unset;
  right: 0px;
  bottom: -110px;
  left: 0px;
}
@media (max-width: 575px) {
  .project__wrapper .news__sldr::after {
    bottom: -65px;
  }
}
@media (max-width: 479px) {
  .project__wrapper .news__sldr::after {
    bottom: -55px;
  }
}
.project__wrapper .news__box {
  margin: 0 10px;
}
.project__wrapper .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: unset;
  right: 0px;
  bottom: -138px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.496' height='10' viewBox='0 0 21.496 10'%3E%3Cpath id='Arrow' d='M16.5,0l-.943.943,3.389,3.39H0V5.666H18.942L15.553,9.057,16.5,10l4.056-4.057L21.5,5Z' fill='%23f40d28'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .project__wrapper .slick-arrow {
    bottom: -94px;
  }
}
@media (max-width: 479px) {
  .project__wrapper .slick-arrow {
    bottom: -84px;
  }
}
.project__wrapper .slick-list {
  overflow: visible;
}
.project__wrapper .slick-prev {
  right: 47px;
  left: unset;
  opacity: 1;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.496' height='10' viewBox='0 0 21.496 10'%3E%3Cpath id='Arrow_Copy' data-name='Arrow Copy' d='M-16.5,0l.943.943-3.389,3.39H0V5.666H-18.942l3.389,3.391L-16.5,10l-4.056-4.057L-21.5,5Z' transform='translate(21.496)' fill='%23f40d28'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .services .commonColumn__box {
    margin-bottom: 27px;
  }
}
.services__text {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services h3 {
  margin-top: 23px;
  font-weight: 400;
  margin-bottom: 11px;
}
.services__inner {
  position: relative;
  bottom: 0;
  background-color: #111;
  padding: 30px 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services__inner:hover {
  bottom: 10px;
}

.parters {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .parters {
    padding: 40px 0;
    padding-top: 0;
  }
}
.parters__heading h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 119px;
}
@media (max-width: 991px) {
  .parters__heading h2 {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .parters__heading h2 {
    font-size: 19px;
  }
}
.parters .cusdtomers_main {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .parters .cusdtomers_main {
    padding-bottom: 0;
  }
}
.parters .cusdtomers_main .slick-track {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .parters .cusdtomers_main .slick-track {
    gap: 30px;
  }
}
.parters .cusdtomers_main .slick-track img {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 240px;
  max-height: 130px;
}
@media (max-width: 1199px) {
  .parters .cusdtomers_main .slick-track img {
    max-width: 130px;
    max-height: 70px;
  }
}

.clientreviews {
  padding: 180px 0;
}
@media (max-width: 1199px) {
  .clientreviews {
    padding: 110px 0;
  }
}
@media (max-width: 991px) {
  .clientreviews {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .clientreviews {
    padding: 40px 0;
  }
}
.clientreviews__content p {
  font-size: 75px;
  letter-spacing: -0.08em;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1263px) {
  .clientreviews__content p {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .clientreviews__content p {
    font-size: 60px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .clientreviews__content p {
    font-size: 51px;
  }
}
@media (max-width: 767px) {
  .clientreviews__content p {
    font-size: 42px;
  }
}
@media (max-width: 479px) {
  .clientreviews__content p {
    font-size: 32px;
  }
}
.clientreviews__content h5 {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 40px;
  font-weight: 400;
}
.clientreviews__patterns {
  list-style: none;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  gap: 6px;
}

.projectnext {
  background-color: #F40D28;
  padding: 158px 0;
}
@media (max-width: 991px) {
  .projectnext {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .projectnext {
    padding: 50px 0;
  }
}
.projectnext__left h3 {
  font-size: 85px;
  line-height: 1;
  letter-spacing: -0.07em;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .projectnext__left h3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .projectnext__left h3 {
    font-size: 50px;
  }
  .projectnext__left h3 span {
    display: block;
  }
  .projectnext__left h3 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .projectnext__left h3 {
    font-size: 40px;
  }
}
.projectnext__left h3 span {
  color: #7F0D21;
}
.projectnext__wrapper {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 380px) {
  .projectnext__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.projectnext__wrapper .form-group {
  width: 100%;
}
.projectnext__wrapper .form-group .form-control {
  background-color: transparent;
  width: 100%;
  height: 62px;
  padding: 22px 0 15px 0;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  color: #fff;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
}
.projectnext__wrapper .form-group .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .projectnext__wrapper .form-group .form-control {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .projectnext__wrapper .form-group .form-control {
    height: 48px;
    padding: 9px 0 15px 0;
  }
}
.projectnext__wrapper .form-group textarea.form-control {
  width: 100%;
  height: 150px;
  resize: none;
}
@media (max-width: 767px) {
  .projectnext__wrapper .form-group textarea.form-control {
    height: 100px;
  }
}

.footer {
  padding: 32px 0;
  background-color: #000;
}
.footer__wrapper {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.footer__content ul {
  padding-left: 50px;
}
@media (max-width: 479px) {
  .footer__content ul li + li {
    margin-top: 5px;
  }
}
@media (max-width: 479px) {
  .footer__content ul {
    flex-direction: column;
    align-items: center;
  }
  .footer__content ul li {
    margin-left: 0 !important;
  }
}
.footer__socaillogo {
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer__socaillogo {
    margin-left: inherit;
  }
}
@media (max-width: 991px) {
  .footer__socaillogo ul {
    padding-left: 0;
  }
}
.footer__socaillogo ul li {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .footer__socaillogo ul li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .footer__socaillogo ul li {
    padding-left: 0;
  }
}
.footer__socaillogo ul.footer__socialicon {
  padding-left: 0;
  gap: 30px;
}
.footer__socaillogo ul.footer__socialicon li {
  margin-left: 0;
  padding-left: 0;
}
.footer ul {
  list-style: none;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer ul {
    padding-left: 0;
    padding: 10px 0;
  }
}
.footer ul li {
  font-size: 14px;
  color: #fff;
  margin-left: 21px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer ul li a {
  display: block;
  color: #fff;
}
.footer ul li a:hover {
  color: #F40D28;
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.faq_product_page {
  padding: 60px 0 0px 0;
}
@media (max-width: 991px) {
  .faq_product_page {
    padding: 10px 0 49px 0;
  }
}
.faq_product_page .accordion-item:first-child {
  border-top: 0;
}
.faq_product_page .individuals {
  padding-top: 0px;
}
.faq_product_page .accordion-header {
  color: #000;
  padding: 7px 0;
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.faq_product_page .accordion-header h1,
.faq_product_page .accordion-header h2,
.faq_product_page .accordion-header h3,
.faq_product_page .accordion-header h4,
.faq_product_page .accordion-header h5,
.faq_product_page .accordion-header h6 {
  margin-bottom: 0;
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .faq_product_page .accordion-header h1,
  .faq_product_page .accordion-header h2,
  .faq_product_page .accordion-header h3,
  .faq_product_page .accordion-header h4,
  .faq_product_page .accordion-header h5,
  .faq_product_page .accordion-header h6 {
    font-size: 22px;
  }
}
.faq_product_page .accordion-content p {
  font-size: 18px;
  font-weight: inherit;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .faq_product_page .accordion-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq_product_page .accordion-content p {
    font-size: 15px;
  }
}
.faq_product_page .accordion-header.active img.faqplusicon {
  transform: rotate(180deg);
}

.individuals {
  padding-top: 50px;
}
.individuals .accordion-content {
  /* Very light grey for content */
  overflow: hidden;
  padding: 0 0;
  max-height: 0;
  transition: max-height 0.3s ease;
  font-family: "Barlow", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.individuals .accordion-content li {
  margin-bottom: 10px;
}
.individuals .accordion-content-hldr {
  padding-bottom: 30px;
}
.individuals .accordion-content p {
  margin: 0px 0 35px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .individuals .accordion-content p {
    font-size: 15px;
  }
}
.individuals .icon {
  transition: transform 0.3s ease;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .individuals .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
}
.individuals .accordion-header.active img.faqplusicon {
  margin: auto;
  transform: rotate(45deg);
}
.individuals .accordion-header .icon img {
  margin: auto;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .individuals .accordion-header .icon img {
    width: 22px;
  }
}
.individuals .accordion-header.active img.faqminusicon {
  display: block;
  transform: unset;
  margin: auto;
}
.individuals .accordion-header img.faqminusicon {
  display: none;
  margin: auto;
}
.individuals .notice_important {
  margin-top: 52px;
}
.individuals .notice_important p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.our_values .faq_product_page {
  padding: 0;
}
.our_values .banner__desc {
  margin-top: 0;
}

.process [class*=col-] {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .process [class*=col-] {
    margin-bottom: 21px;
  }
}
.process .services__inner {
  padding: 44px 30px;
}
@media (max-width: 991px) {
  .process .services__inner {
    padding: 24px 14px;
  }
}
.process .services__text span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #747980;
  text-transform: uppercase;
}
.process .services__text h3 {
  margin-top: 5px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 400;
}

.branding_rating {
  padding-top: 100px;
  padding-bottom: 47px;
}
@media (max-width: 767px) {
  .branding_rating {
    padding-top: 47px;
  }
}
.branding_rating__text h2 {
  font-size: 50px;
  letter-spacing: -0.07em;
}
@media (max-width: 1199px) {
  .branding_rating__text h2 {
    font-size: 40px;
  }
}
.branding_rating .banner__desc {
  margin-top: 7px;
}

.multirelated [class*=col-] {
  margin-bottom: 37px;
}

@media (max-width: 767px) {
  .thefacts .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.thefacts .common-subheading {
  margin-top: 20px;
}
.thefacts .thefacts__inner {
  text-align: center;
  position: relative;
  padding: 101px 28px;
  margin: 80px 0 100px;
}
@media (max-width: 1199px) {
  .thefacts .thefacts__inner {
    margin: 60px 0 70px;
  }
}
@media (max-width: 991px) {
  .thefacts .thefacts__inner {
    margin: 45px 0 55px;
    padding: 56px 0px;
  }
}
@media (max-width: 767px) {
  .thefacts .thefacts__inner {
    margin: 0 0 20px;
  }
}
.thefacts .thefacts__inner h3 {
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .thefacts .thefacts__inner h3 {
    font-size: 18px;
    line-height: 1;
  }
}
.thefacts .thefacts__inner .digits {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -180px;
}
@media (max-width: 1263px) {
  .thefacts .thefacts__inner .digits {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .thefacts .thefacts__inner .digits {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .thefacts .thefacts__inner .digits {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .thefacts .thefacts__inner .digits {
    margin-top: -80px;
  }
}
@media (max-width: 575px) {
  .thefacts .thefacts__inner .digits {
    margin-top: -100px;
  }
}
.thefacts .thefacts__inner .digits span {
  font-size: 300px;
  font-weight: 600;
  color: #232323;
  display: flex;
  line-height: 0.8;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
@media (max-width: 1263px) {
  .thefacts .thefacts__inner .digits span {
    font-size: 250px;
  }
}
@media (max-width: 1199px) {
  .thefacts .thefacts__inner .digits span {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .thefacts .thefacts__inner .digits span {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .thefacts .thefacts__inner .digits span {
    font-size: 140px;
  }
}

.headquaters {
  background-color: #000;
  margin-top: 22px;
}
.headquaters .projectnext__form {
  margin-top: 30px;
}
.headquaters .projectnext__left h6 {
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .headquaters .projectnext__left h6 {
    margin-bottom: 10px;
  }
}
.headquaters .projectnext__left h5 {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .headquaters .projectnext__left h5 {
    font-size: 16px;
  }
}
.headquaters .projectnext__left h5 a:hover {
  color: #F40D28;
}
.headquaters .projectnext__left .projectnext__first {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .headquaters .projectnext__left .projectnext__first {
    margin-bottom: 30px;
  }
}
.headquaters .projectnext__left ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .headquaters .projectnext__left ul {
    display: flex;
    gap: 23px;
  }
}
.headquaters .projectnext__left ul li {
  font-size: 22px;
  line-height: 1.2;
}
.headquaters .projectnext__left ul li a {
  font-size: 22px;
  margin-bottom: 7px;
}
.headquaters .projectnext__left ul li a:hover {
  color: #F40D28;
}
@media (max-width: 991px) {
  .headquaters .projectnext__left ul li a {
    margin-bottom: 3px;
    font-size: 16px;
  }
}

.mt-12 {
  margin-top: 57px;
}
@media (max-width: 991px) {
  .mt-12 {
    margin-top: 28px;
  }
}

.blog_data .services__inner:hover h3 {
  color: #F40D28;
}
.blog_data .services__inner:hover .read_article {
  transform: translateX(10px);
}
.blog_data .services__inner h3 {
  text-transform: unset;
  color: #fff;
}
.blog_data .services__inner a {
  margin-bottom: 20px;
  color: #F40D28;
}
.blog_data .services__inner a svg {
  margin-right: 12px;
}
.blog_data .services__inner a span {
  color: #F40D28;
}

.newsdetails h1,
.newsdetails h2,
.newsdetails h3,
.newsdetails h4,
.newsdetails h5,
.newsdetails h6 {
  font-weight: 400;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .newsdetails h1,
  .newsdetails h2,
  .newsdetails h3,
  .newsdetails h4,
  .newsdetails h5,
  .newsdetails h6 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
.newsdetails h1:first-of-type,
.newsdetails h2:first-of-type,
.newsdetails h3:first-of-type,
.newsdetails h4:first-of-type,
.newsdetails h5:first-of-type,
.newsdetails h6:first-of-type {
  margin-top: 0;
}
.newsdetails p {
  margin: 0 0 30px;
}
.newsdetails p:last-of-type {
  margin-bottom: 0;
}

.banner_toptext {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .banner_toptext {
    margin-top: 40px;
  }
}
.banner_toptext p {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .banner_toptext p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .banner_toptext p {
    font-size: 20px;
  }
}

.inner_banner .faq_product_page {
  padding: 30px 0 0px 0;
}

.pagination {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.pagination .view-work span {
  margin-left: 0px;
}
.pagination .view-work:hover span {
  margin-left: 0;
}

.text-hide {
  opacity: 0;
}

.workDetailSection {
  background-color: #fff;
}

@media (max-width: 767px) {
  .workDetailCol {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .workDetailCol > div {
    margin-bottom: 40px;
  }
  .workDetailCol > div:last-of-type {
    margin-bottom: 0;
  }
  .workDetailCol > div > h3 {
    margin-bottom: 10px;
  }
}
.webpage {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

::-webkit-scrollbar {
  width: 8px;
  /* Change this value to make the scrollbar smaller */
}

/* Track of the scrollbar */
::-webkit-scrollbar-track {
  background: transparent;
  /* Background color of the scrollbar track */
}

/* Handle (the scrolling part) */
::-webkit-scrollbar-thumb {
  background-color: #F40D28;
  /* Scrollbar color */
  border-radius: 10px;
  /* Rounded corners */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #7F0D21;
  /* Darker color when hovering */
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.justify-content-center {
  justify-content: center;
}

.workDetailSection .ismixBlend h1, .workDetailSection .ismixBlend h2, .workDetailSection .ismixBlend h3, .workDetailSection .ismixBlend h4, .workDetailSection .ismixBlend h5, .workDetailSection .ismixBlend h6, .workDetailSection .ismixBlend li, .workDetailSection .ismixBlend p {
  color: #000;
}
.workDetailSection .ismixBlend a {
  color: #F40D28;
}
.workDetailSection .ismixBlend a:hover {
  text-decoration: underline;
}
.workDetailSection .nomixBlend {
  mix-blend-mode: normal;
}
.workDetailSection .has-mask-fill > span {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(#000, #000);
}

.workDetailCol img {
  width: 100%;
}

.boxTorch {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}

.position-relative {
  position: relative;
}

.detailbanner__title {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 40px;
}
.detailbanner p {
  font-size: 18px;
  line-height: 1.44;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.relatedWork {
  background: #000;
}
.relatedWork h6 {
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .relatedWork .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.has-mask-fill > span {
  position: relative;
  display: inline;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 100%;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(#fff, #fff);
}

.banner h2.tricks {
  opacity: 0;
}

.banner__desc,
.banner__text .common-subheading,
.banner .view-work {
  opacity: 0;
  transform: translateY(50px);
}

.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-initialized.slick-slider .slick-slide {
  display: block;
}
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}

.showOnScroll {
  opacity: 0;
}

.news__box {
  position: relative;
  overflow: hidden;
}
.news__box img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news__box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.stickyBox {
  position: relative;
}
.stickyBox__child {
  position: sticky;
  top: 60px;
  z-index: 2;
}

.project__wrapper {
  --width: 117px;
}
.project__wrapper .news__sldr::after {
  content: "";
  width: calc(var(--scale) - var(--width));
}

.project__wrapper .slick-arrow:hover {
  transform: translate(var(--val), -50%);
}
.project__wrapper .slick-next.slick-arrow {
  --val: 10px;
}
.project__wrapper .slick-prev.slick-arrow {
  --val: -10px;
}

.workDetailSection h3 {
  font-weight: 400;
}
