@charset "UTF-8";
/*----------------------------
    1. Place holder
-----------*/
/*----------------------------
    2. Mixins
-----------*/
@font-face {
  font-family: "Snell Roundhand";
  src: url("../../app/fonts/SnellRoundhand-BlackScript.woff2") format("woff2"), url("../../app/fonts/SnellRoundhand-BlackScript.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Rage Italic";
  src: url("../../app/fonts/RageItalic.woff2") format("woff2"), url("../../app/fonts/RageItalic.woff") format("woff");
  font-weight: 400;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:root {
  --context: 14.4;
}
@media (max-width: 768px) {
  :root {
    --context: 3.75;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.scrollLock {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: none;
  position: relative;
  width: 100%;
}
body.space-top {
  padding-top: 140px;
}
@media (max-width: 992px) {
  body.space-top {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  body.space-top {
    padding-top: 90px;
  }
}

@media (max-width: 992px) {
  [data-jarallax-element] {
    transform: none !important;
  }
}

#page {
  overflow: hidden;
}

a {
  color: #d2cc42;
}

figure, ul {
  margin: 0;
}

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

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (min-width: 1441px) {
  .container:not(.fixed) {
    max-width: 87.5%;
  }
}
@media (min-width: 2350px) {
  .container:not(.fixed) {
    max-width: 1920px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 365px) {
  .container {
    padding: 0 15px;
  }
}

.container-lg {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .container-lg {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .container-lg {
    padding: 0 25px;
  }
}
@media (max-width: 365px) {
  .container-lg {
    padding: 0 15px;
  }
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 365px) {
  .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 2350px) {
  .container-fluid {
    max-width: 2050px;
  }
}

@media (max-width: 992px) {
  .touch-viewport-right {
    margin-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .touch-viewport-left {
    margin-left: 0 !important;
  }
}

.banner .swiper-container,
.item, .item__img,
.img-box, [data-paroller-factor],
.slick-slider .slick-list, .slick-slider .slick-track,
.swiper-slide, .swiper-wrapper, [data-aos], [data-scroll] {
  will-change: transform;
}

img {
  max-width: 100%;
  vertical-align: top;
}
img.full-img {
  width: 100%;
}

iframe,
video {
  max-width: 100%;
}

.color-white * {
  color: #FFFFFF;
}

.color-black * {
  color: #1D1D1D;
}

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

.slick-slide {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, div, a {
  outline: 0px;
}
button:focus, div:focus, a:focus {
  outline: 0px;
}

.slick-slider .slick-track, [data-aos], .slick-slider .slick-list, .swiper-wrapper, .swiper-slide, .swiper-container {
  will-change: transform;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

button {
  cursor: pointer;
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: #E9C508;
  border-radius: 10px;
}

/* AOS reset */
[data-aos^=fade-in][data-aos^=fade-in] {
  transform: none;
  opacity: 1 !important;
}
[data-aos^=fade-in][data-aos^=fade-in].aos-animate {
  transform: none;
}

[data-aos=slide-right] {
  transform: translate3d(-200px, 0, 0);
}

html, body {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  color: #1D1D1D;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1600px) {
  html, body {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  html, body {
    font-size: 14px;
  }
}

button,
input,
select,
textarea {
  font-family: "Public Sans", sans-serif;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Public Sans", sans-serif;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .h1, h1,
  .h2, h2,
  .h3, h3,
  .h4, h4,
  .h5, h5,
  .h6, h6 {
    margin-bottom: 10px;
  }
}

.h1, h1 {
  font-size: 5rem;
}
@media (max-width: 1400px) {
  .h1, h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 992px) {
  .h1, h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .h1, h1 {
    font-size: 3.15rem;
  }
}
@media (max-width: 480px) {
  .h1, h1 {
    font-size: 2.4rem;
  }
}

.h2, h2 {
  font-size: 3.33rem;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .h2, h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .h2, h2 {
    font-size: 2.15rem;
  }
}
@media (max-width: 480px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.h3, h3 {
  font-size: 2.75rem;
}
@media (max-width: 1400px) {
  .h3, h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .h3, h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .h3, h3 {
    font-size: 25px;
  }
}

.h4, h4 {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .h4, h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .h4, h4 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .h4, h4 {
    font-size: 20px;
  }
}

.h5, h5 {
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 1400px) {
  .h5, h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .h5, h5 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.h6, h6 {
  font-size: 1.5rem;
  line-height: 1.15;
}

p {
  line-height: 1.6;
  margin-bottom: 35px;
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
}
p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  p {
    margin-bottom: 25px;
  }
}

a {
  text-decoration: none;
}

.text-lg {
  font-size: 7.222rem;
  font-weight: 300;
}

.stroke-text {
  -webkit-text-stroke: 2px #868686;
  -webkit-text-fill-color: transparent;
  font-size: 9.75rem;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .stroke-text {
    font-size: 8.5rem;
  }
}
@media (max-width: 992px) {
  .stroke-text {
    font-size: 7.5rem;
  }
}
@media (max-width: 768px) {
  .stroke-text {
    font-size: 5.5rem;
  }
}
@media (max-width: 576px) {
  .stroke-text {
    font-size: 4.5rem;
  }
}
@media (max-width: 480px) {
  .stroke-text {
    font-size: 3.5rem;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.column {
  flex-flow: column wrap;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-center {
  justify-content: center;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.space-evenly {
  justify-content: space-evenly;
}
.flex.space-end {
  justify-content: flex-end;
}
.flex.align-center {
  align-items: center;
}
.flex.align-stretch {
  align-items: stretch !important;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}

button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  font-family: "Public Sans", sans-serif;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .btn-arrow {
    font-size: 18px;
  }
}
.btn-arrow:hover {
  color: #FF8900;
}
.btn-arrow:hover .zmdi {
  margin-left: 30px;
  transition: all 0.2s ease-in-out;
}
.btn-arrow .text {
  border-bottom: 1px solid;
  display: inline-block;
}
.btn-arrow .zmdi {
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}

.btn {
  border: 1px solid #1D1D1D;
  border-radius: 50px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding: 16px 30px;
  line-height: 1.15;
  min-width: 216px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
@media (max-width: 576px) {
  .btn {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 180px;
  }
}
.btn:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.btn.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.white:hover {
  background-color: #FFFFFF;
  color: #1D1D1D;
}
.btn.solid {
  border-color: #1D1D1D;
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.btn.solid.orange {
  background-color: #FF8900;
  border-color: #FF8900;
  color: #FFFFFF;
}
.btn.solid.red {
  background-color: #DB1212;
  border-color: #DB1212;
  color: #FFFFFF;
}
.btn.solid.white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1D1D1D;
}
.btn.solid:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #FFFFFF;
}

.btn.wave-btn {
  background-color: #FFFFFF;
  font-size: 20px;
  position: relative;
  width: 15vw;
}
@media (max-width: 1400px) {
  .btn.wave-btn {
    width: unset;
  }
}
@media (max-width: 992px) {
  .btn.wave-btn {
    min-width: 180px;
  }
}
@media (max-width: 576px) {
  .btn.wave-btn {
    font-size: 17px;
  }
}
.btn.wave-btn:hover {
  background-color: #1D1D1D;
}
.btn.wave-btn:hover:before, .btn.wave-btn:hover:after {
  animation: btnWaveAnim 1s;
}
.btn.wave-btn:hover:after {
  animation-delay: 0.15s;
}
.btn.wave-btn:before, .btn.wave-btn:after {
  content: "";
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  width: calc(100% - 2px);
  aspect-ratio: 1/1;
  left: 0px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%) scaleY(1);
  z-index: -1;
}
.btn.wave-btn:after {
  aspect-ratio: 1/0.66;
}

.two-col-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-col-field .form-group {
  width: calc(50% - 15px);
}
@media (max-width: 576px) {
  .two-col-field .form-group {
    width: 100%;
  }
}

.form-group {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .form-group {
    margin-top: 45px;
  }
}
.form-group.active label {
  top: -30px;
  font-size: 15px;
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}
.form-group label {
  font-size: 1rem;
  font-weight: 600;
  color: #696363;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 1;
  line-height: 24px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 11;
}
.form-group .form-control {
  position: relative;
  z-index: 9;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #5C5C5C;
  color: #FFFFFF;
  height: auto;
  padding: 0;
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  width: 100%;
}
.form-group .form-control:focus {
  background-color: transparent;
  outline: none;
}
.form-group .form-control::-moz-placeholder {
  color: #1D1D1D;
  opacity: 1;
}
.form-group .form-control::placeholder {
  color: #1D1D1D;
  opacity: 1;
}
.form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/caret-down.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 18px;
}
.form-group .btn-submit {
  background-color: #d2cc42;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  margin-top: 40px;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .form-group .btn-submit {
    width: 60px;
    height: 60px;
    margin-top: 30px;
  }
}
.form-group .btn-submit .zmdi {
  transform: rotate(-35deg) translate(3px, 0px);
}
.form-group .btn-submit:hover .zmdi {
  animation: plane 0.5s;
}

.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group label {
  color: #FFFFFF;
  margin-left: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.custom-check-box {
  display: inline-block;
  position: relative;
}
.custom-check-box input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  min-height: 22px;
  position: relative;
  opacity: 0;
  z-index: 1;
}
.custom-check-box input[type=checkbox]:checked + .icon {
  background-image: url(../images/check-box-cheked.svg);
}
.custom-check-box .icon {
  background-image: url(../images/check-box-uncheked.svg);
  background-size: 22px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-file-box {
  display: inline-block;
  position: relative;
}
.custom-file-box input[type=file] {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.custom-file-box label {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
}
.custom-file-box label .icon {
  margin-right: 10px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: white !important;
}

textarea::-webkit-scrollbar {
  width: 0px;
}

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.text-left {
  text-align: left !important;
}

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

.text-white {
  color: #FFFFFF !important;
}

.text-green {
  color: #0bb180 !important;
}

.text-black {
  color: #1D1D1D !important;
}

.text-yellow {
  color: #d2cc42 !important;
}

.text-gold {
  color: #FEBA0C !important;
}

.text-orange {
  color: #FF8900 !important;
}

.bg-black {
  background-color: #000 !important;
}

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

.bg-green {
  background-color: #0bb180 !important;
}

.ff-public {
  font-family: "Public Sans", sans-serif !important;
}

.ff-mulish {
  font-family: "Mulish", sans-serif !important;
}

.ff-rage {
  font-family: "Rage Italic" !important;
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.xbold {
  font-weight: 800 !important;
}

.br-top {
  border-radius: 50% 50% 0 0;
}

.br-bottom {
  border-radius: 0 0 50% 50%;
}

.br-top-right {
  border-radius: 0 40% 0 0;
}

.br-bottom-right {
  border-radius: 0 0 40% 0;
}

.br-top-left {
  border-radius: 40% 0 0 0;
}

.br-bottom-left {
  border-radius: 0 0 0 40%;
}

.br-all {
  border-radius: 50%;
}

.br-all-sm {
  border-radius: 30px;
}

.image.rounded {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .image.rounded {
    border-radius: 20px;
  }
}

.image-fluid {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

ul.transition {
  display: flex;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
ul.transition li {
  transform: scaleY(0);
  background: white;
  width: 20%;
}

.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0bb180;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 1000;
  animation: blobRadius 5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .cursor {
    display: none !important;
  }
}

@keyframes blobRadius {
  0%, 100% {
    border-radius: 43% 77% 80% 40%/40% 40% 80% 80%;
  }
  20% {
    border-radius: 47% 73% 61% 59%/47% 75% 45% 73%;
  }
  40% {
    border-radius: 46% 74% 74% 46%/74% 58% 62% 46%;
  }
  60% {
    border-radius: 47% 73% 61% 59%/40% 40% 80% 80%;
  }
  80% {
    border-radius: 50% 70% 52% 68%/51% 61% 59% 69%;
  }
}
body {
  position: relative;
}

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

.site-main {
  overflow: hidden;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  right: -135px;
  width: 200px;
  height: 200px;
  background-color: #F4F6F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .scroll-btn {
    top: 30%;
  }
}
@media (max-width: 768px) {
  .scroll-btn {
    display: none;
  }
}
.scroll-btn:before, .scroll-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.scroll-btn:after {
  animation-delay: 1s;
}
.scroll-btn.hide {
  opacity: 0;
  visibility: hidden;
}
.scroll-btn:hover {
  background-color: #ccc;
  right: -100px;
}
.scroll-btn:hover svg path {
  fill: #d2cc42;
}
.scroll-btn .text {
  font-size: 14px;
  color: #1D1D1D;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: 35px;
  position: relative;
  z-index: 2;
  transform: rotate(180deg);
}

/* text color based on class */
.text-red-ch .btn-arrow,
.text-red-ch h1,
.text-red-ch h2 {
  color: #ff7272;
}

.text-green-ch .btn-arrow,
.text-green-ch h1,
.text-green-ch h2 {
  color: #0bb180;
}

.text-yellow-ch .btn-arrow,
.text-yellow-ch h1,
.text-yellow-ch h2 {
  color: #d2cc42;
}

@media (max-width: 992px) {
  .horizontal-scroll-wrapper {
    padding-top: 5.75rem;
  }
}

.horizontal-scroll-content {
  display: flex;
}
.horizontal-scroll-content > div {
  display: flex;
}
.horizontal-scroll-content section {
  min-width: 100vw;
}

.vector-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.vector-line svg {
  max-width: 100%;
  position: absolute;
}
.vector-line svg path {
  stroke: rgba(0, 0, 0, 0.2);
}

.custom-media-box {
  position: relative;
}
.custom-media-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.25);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-media-box .overlay .play-icon {
  background-color: #FF8900;
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.custom-media-box .overlay .play-icon i {
  font-size: 70px;
  color: #FFFFFF;
}
.custom-media-box .video-box {
  padding: 56.25% 0 0 0;
  position: relative;
  background-color: #1D1D1D;
}
.custom-media-box .video-box .video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-text {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.link-text:hover svg {
  transform: translateX(10px);
}
.link-text:hover svg path {
  fill: #d2cc42;
}
.link-text svg {
  margin-left: 20px;
  transform: translateX(0);
  transition: all 0.5s;
}
.link-text svg path {
  fill: #FFFFFF;
}

.swiper .slide-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .slide-button.next {
  right: 0;
}
.swiper .slide-button.prev {
  left: 0;
}
.swiper .slide-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}

/* swiper pagination */
.custom-pagination {
  display: flex;
  justify-content: center;
  position: static;
}
.custom-pagination .swiper-pagination-bullet {
  background-color: #C7C7C7;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px !important;
  opacity: 1;
  border: 0;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1D1D1D;
  width: 33px;
}

/* global heading box */
.gl-heading-box {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .gl-heading-box {
    margin-bottom: 25px;
  }
}
.gl-heading-box.light .subtitle,
.gl-heading-box.light .title {
  color: #FFFFFF;
}
.gl-heading-box .subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .gl-heading-box .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.gl-heading-box .subtitle.lg {
  font-size: 1.333rem;
}
@media (max-width: 576px) {
  .gl-heading-box .subtitle.lg {
    font-size: 16px;
  }
}
.gl-heading-box .title {
  font-weight: 400;
  color: #505050;
  margin: 0;
}
@media (max-width: 576px) {
  .gl-heading-box .title br {
    display: none;
  }
}
.gl-heading-box .title span {
  color: #1D1D1D;
  font-weight: 600;
}
.gl-heading-box .highlight {
  display: inline-block;
}
.gl-heading-box .highlight.aos-animate {
  animation: textBeat 1s linear 0.75s;
}

.gl-title-txt {
  font-weight: 400;
  color: #505050;
  margin: 0;
}
.gl-title-txt.white {
  color: #ADADAD;
}
.gl-title-txt.white span {
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .gl-title-txt br {
    display: none;
  }
}
.gl-title-txt span {
  color: #1D1D1D;
  font-weight: 600;
}
.gl-title-txt .highlight {
  display: inline-block;
}
.gl-title-txt .highlight.aos-animate {
  animation: textBeat 1s linear 0.75s;
}

/* breadcrumb */
.breadcrumb {
  margin-bottom: 45px;
}
.breadcrumb li + li {
  margin-top: 20px;
}
.breadcrumb li a {
  font-size: 1.388rem;
  font-weight: 500;
  color: #FFFFFF;
}
.breadcrumb li a:hover {
  color: #d2cc42;
}

/* swiper nav button */
.swiper .swiper-btn {
  background-color: #FFFFFF;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  box-shadow: none;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .swiper .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
.swiper .swiper-btn:hover {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
}
.swiper .swiper-btn.swiper-button-prev {
  left: 50px;
}
@media (max-width: 1200px) {
  .swiper .swiper-btn.swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .swiper .swiper-btn.swiper-button-prev {
    left: 5px;
  }
}
.swiper .swiper-btn.swiper-button-prev:after {
  background-image: url(../images/angle-arrow-left.svg);
}
.swiper .swiper-btn.swiper-button-next {
  right: 50px;
}
@media (max-width: 1200px) {
  .swiper .swiper-btn.swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .swiper .swiper-btn.swiper-button-next {
    right: 5px;
  }
}
.swiper .swiper-btn.swiper-button-next:after {
  background-image: url(../images/angle-arrow-right.svg);
}
.swiper .swiper-btn:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
  display: inline-block;
}

.not-found {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 992px) {
  .not-found {
    padding: 120px 0;
  }
}
.not-found .page-header {
  margin: 0;
}
.not-found p {
  margin-bottom: 30px;
}

/* global video popup */
.gl-video-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 80px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
@media (max-width: 768px) {
  .gl-video-popup {
    padding: 75px 0;
  }
}
.gl-video-popup .close-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #DCBA3A;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.8;
  right: 2%;
  top: 2%;
}
@media (max-width: 768px) {
  .gl-video-popup .close-btn {
    opacity: 1;
    top: 1%;
  }
}
.gl-video-popup .close-btn span {
  width: 40% !important;
  height: 2px !important;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gl-video-popup .close-btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gl-video-popup .close-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gl-video-popup .close-btn:hover {
  opacity: 1;
  background: #FFFFFF;
}
.gl-video-popup .close-btn:hover span {
  background: #DCBA3A;
}

.posts-navigation {
  padding: 0 60px 60px;
}
@media (max-width: 768px) {
  .posts-navigation {
    padding: 0 20px 40px;
  }
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  padding: 0 15px;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  color: #1D1D1D;
}
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover {
  color: #FF8900;
}
.posts-navigation .nav-links .nav-previous a:hover:before {
  left: -12px;
}
.posts-navigation .nav-links .nav-previous a:before {
  content: "←";
  position: relative;
  top: -1px;
  left: -6px;
  transition: all 0.5s;
}
.posts-navigation .nav-links .nav-next a:hover:after {
  right: -12px;
}
.posts-navigation .nav-links .nav-next a:after {
  content: "→";
  position: relative;
  top: -1px;
  right: -6px;
  transition: all 0.5s;
}

@keyframes scroll-indic {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(25px);
  }
  51%, 100% {
    transform: translateX(0px);
  }
}
@keyframes marqueeAnimLeft {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    display: flex;
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes cardArrowAnim {
  20% {
    transform: translate(10px, -10px);
  }
  40% {
    transform: translate(5px, -5px);
  }
  60% {
    transform: translate(10px, -10px);
  }
  80% {
    transform: translate(0, 0);
  }
}
@keyframes pulse-border2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25, 1.75);
    opacity: 0;
  }
}
@keyframes revealAnim {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes revealAnimAlt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes floatingLogo {
  0% {
    transform: translate(0, 0px);
  }
  25% {
    transform: translate(15px, 15px);
  }
  50% {
    transform: translate(0px, 30px);
  }
  75% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes floatingLogoReverse {
  0% {
    transform: translate(0, 0px);
  }
  25% {
    transform: translate(-15px, 15px);
  }
  50% {
    transform: translate(0px, 30px);
  }
  75% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes tabFadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tabFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes btnWaveAnim {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}
@keyframes textBeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes scale-path-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes handWave {
  0%, 21%, 41%, 61%, 81% {
    transform: rotate(-25deg);
  }
  5%, 20%, 25%, 40%, 45%, 60%, 65%, 80%, 85%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* image load animation */
.img-anim {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.img-anim.aos-animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* text fade up */
.text-effect.aos-animate[data-aos-delay="50"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="50"] .text-overflow > span {
  transition-delay: 50ms;
}
.text-effect.aos-animate[data-aos-delay="100"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="100"] .text-overflow > span {
  transition-delay: 100ms;
}
.text-effect.aos-animate[data-aos-delay="150"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="150"] .text-overflow > span {
  transition-delay: 150ms;
}
.text-effect.aos-animate[data-aos-delay="200"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="200"] .text-overflow > span {
  transition-delay: 200ms;
}
.text-effect.aos-animate[data-aos-delay="250"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="250"] .text-overflow > span {
  transition-delay: 250ms;
}
.text-effect.aos-animate[data-aos-delay="300"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="300"] .text-overflow > span {
  transition-delay: 300ms;
}
.text-effect.aos-animate[data-aos-delay="350"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="350"] .text-overflow > span {
  transition-delay: 350ms;
}
.text-effect.aos-animate[data-aos-delay="400"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="400"] .text-overflow > span {
  transition-delay: 400ms;
}
.text-effect.aos-animate[data-aos-delay="450"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="450"] .text-overflow > span {
  transition-delay: 450ms;
}
.text-effect.aos-animate[data-aos-delay="500"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="500"] .text-overflow > span {
  transition-delay: 500ms;
}
.text-effect.aos-animate[data-aos-delay="550"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="550"] .text-overflow > span {
  transition-delay: 550ms;
}
.text-effect.aos-animate[data-aos-delay="600"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="600"] .text-overflow > span {
  transition-delay: 600ms;
}
.text-effect.aos-animate[data-aos-delay="650"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="650"] .text-overflow > span {
  transition-delay: 650ms;
}
.text-effect.aos-animate[data-aos-delay="700"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="700"] .text-overflow > span {
  transition-delay: 700ms;
}
.text-effect.aos-animate[data-aos-delay="750"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="750"] .text-overflow > span {
  transition-delay: 750ms;
}
.text-effect.aos-animate[data-aos-delay="800"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="800"] .text-overflow > span {
  transition-delay: 800ms;
}
.text-effect.aos-animate[data-aos-delay="850"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="850"] .text-overflow > span {
  transition-delay: 850ms;
}
.text-effect.aos-animate[data-aos-delay="900"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="900"] .text-overflow > span {
  transition-delay: 900ms;
}
.text-effect.aos-animate[data-aos-delay="950"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="950"] .text-overflow > span {
  transition-delay: 950ms;
}
.text-effect.aos-animate[data-aos-delay="1000"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1000"] .text-overflow > span {
  transition-delay: 1000ms;
}
.text-effect.aos-animate[data-aos-delay="1050"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1050"] .text-overflow > span {
  transition-delay: 1050ms;
}
.text-effect.aos-animate[data-aos-delay="1100"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1100"] .text-overflow > span {
  transition-delay: 1100ms;
}
.text-effect.aos-animate[data-aos-delay="1150"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1150"] .text-overflow > span {
  transition-delay: 1150ms;
}
.text-effect.aos-animate[data-aos-delay="1200"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1200"] .text-overflow > span {
  transition-delay: 1200ms;
}
.text-effect.aos-animate[data-aos-delay="1250"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1250"] .text-overflow > span {
  transition-delay: 1250ms;
}
.text-effect.aos-animate[data-aos-delay="1300"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1300"] .text-overflow > span {
  transition-delay: 1300ms;
}
.text-effect.aos-animate[data-aos-delay="1350"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1350"] .text-overflow > span {
  transition-delay: 1350ms;
}
.text-effect.aos-animate[data-aos-delay="1400"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1400"] .text-overflow > span {
  transition-delay: 1400ms;
}
.text-effect.aos-animate[data-aos-delay="1450"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1450"] .text-overflow > span {
  transition-delay: 1450ms;
}
.text-effect.aos-animate[data-aos-delay="1500"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1500"] .text-overflow > span {
  transition-delay: 1500ms;
}
.text-effect.aos-animate[data-aos-delay="1550"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1550"] .text-overflow > span {
  transition-delay: 1550ms;
}
.text-effect.aos-animate[data-aos-delay="1600"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1600"] .text-overflow > span {
  transition-delay: 1600ms;
}
.text-effect.aos-animate[data-aos-delay="1650"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1650"] .text-overflow > span {
  transition-delay: 1650ms;
}
.text-effect.aos-animate[data-aos-delay="1700"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1700"] .text-overflow > span {
  transition-delay: 1700ms;
}
.text-effect.aos-animate[data-aos-delay="1750"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1750"] .text-overflow > span {
  transition-delay: 1750ms;
}
.text-effect.aos-animate[data-aos-delay="1800"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1800"] .text-overflow > span {
  transition-delay: 1800ms;
}
.text-effect.aos-animate[data-aos-delay="1850"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1850"] .text-overflow > span {
  transition-delay: 1850ms;
}
.text-effect.aos-animate[data-aos-delay="1900"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1900"] .text-overflow > span {
  transition-delay: 1900ms;
}
.text-effect.aos-animate[data-aos-delay="1950"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="1950"] .text-overflow > span {
  transition-delay: 1950ms;
}
.text-effect.aos-animate[data-aos-delay="2000"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2000"] .text-overflow > span {
  transition-delay: 2000ms;
}
.text-effect.aos-animate[data-aos-delay="2050"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2050"] .text-overflow > span {
  transition-delay: 2050ms;
}
.text-effect.aos-animate[data-aos-delay="2100"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2100"] .text-overflow > span {
  transition-delay: 2100ms;
}
.text-effect.aos-animate[data-aos-delay="2150"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2150"] .text-overflow > span {
  transition-delay: 2150ms;
}
.text-effect.aos-animate[data-aos-delay="2200"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2200"] .text-overflow > span {
  transition-delay: 2200ms;
}
.text-effect.aos-animate[data-aos-delay="2250"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2250"] .text-overflow > span {
  transition-delay: 2250ms;
}
.text-effect.aos-animate[data-aos-delay="2300"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2300"] .text-overflow > span {
  transition-delay: 2300ms;
}
.text-effect.aos-animate[data-aos-delay="2350"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2350"] .text-overflow > span {
  transition-delay: 2350ms;
}
.text-effect.aos-animate[data-aos-delay="2400"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2400"] .text-overflow > span {
  transition-delay: 2400ms;
}
.text-effect.aos-animate[data-aos-delay="2450"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2450"] .text-overflow > span {
  transition-delay: 2450ms;
}
.text-effect.aos-animate[data-aos-delay="2500"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2500"] .text-overflow > span {
  transition-delay: 2500ms;
}
.text-effect.aos-animate[data-aos-delay="2550"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2550"] .text-overflow > span {
  transition-delay: 2550ms;
}
.text-effect.aos-animate[data-aos-delay="2600"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2600"] .text-overflow > span {
  transition-delay: 2600ms;
}
.text-effect.aos-animate[data-aos-delay="2650"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2650"] .text-overflow > span {
  transition-delay: 2650ms;
}
.text-effect.aos-animate[data-aos-delay="2700"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2700"] .text-overflow > span {
  transition-delay: 2700ms;
}
.text-effect.aos-animate[data-aos-delay="2750"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2750"] .text-overflow > span {
  transition-delay: 2750ms;
}
.text-effect.aos-animate[data-aos-delay="2800"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2800"] .text-overflow > span {
  transition-delay: 2800ms;
}
.text-effect.aos-animate[data-aos-delay="2850"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2850"] .text-overflow > span {
  transition-delay: 2850ms;
}
.text-effect.aos-animate[data-aos-delay="2900"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2900"] .text-overflow > span {
  transition-delay: 2900ms;
}
.text-effect.aos-animate[data-aos-delay="2950"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="2950"] .text-overflow > span {
  transition-delay: 2950ms;
}
.text-effect.aos-animate[data-aos-delay="3000"] {
  transition-delay: 0;
}
.text-effect.aos-animate[data-aos-delay="3000"] .text-overflow > span {
  transition-delay: 3000ms;
}
.text-effect.aos-animate .text-overflow > span {
  transform: translateY(0);
  transition: transform 1s ease;
}
.text-effect .text-overflow {
  overflow: hidden;
  display: inline-block;
}
.text-effect .text-overflow > span {
  transform: translateY(110%);
  display: block;
}

/* banner text animation */
.home-banner .title.aos-animate .word .char {
  opacity: 1;
  transform: translateX(0px);
}
.home-banner .title .word .char {
  transform: translateX(150px);
  opacity: 0;
  transition: all 1s;
}
.home-banner .title .word .char:nth-child(1) {
  transition-delay: 100ms;
}
.home-banner .title .word .char:nth-child(2) {
  transition-delay: 200ms;
}
.home-banner .title .word .char:nth-child(3) {
  transition-delay: 300ms;
}
.home-banner .title .word .char:nth-child(4) {
  transition-delay: 400ms;
}
.home-banner .title .word .char:nth-child(5) {
  transition-delay: 500ms;
}
.home-banner .title .word .char:nth-child(6) {
  transition-delay: 600ms;
}
.home-banner .title .word .char:nth-child(7) {
  transition-delay: 700ms;
}
.home-banner .title .word .char:nth-child(8) {
  transition-delay: 800ms;
}
.home-banner .title .word .char:nth-child(9) {
  transition-delay: 900ms;
}
.home-banner .title .word .char:nth-child(10) {
  transition-delay: 1000ms;
}
.home-banner .title .word .char:nth-child(11) {
  transition-delay: 1100ms;
}
.home-banner .title .word .char:nth-child(12) {
  transition-delay: 1200ms;
}
.home-banner .title .word .char:nth-child(13) {
  transition-delay: 1300ms;
}
.home-banner .title .word .char:nth-child(14) {
  transition-delay: 1400ms;
}
.home-banner .title .word .char:nth-child(15) {
  transition-delay: 1500ms;
}
.home-banner .title .word .char:nth-child(16) {
  transition-delay: 1600ms;
}
.home-banner .title .word .char:nth-child(17) {
  transition-delay: 1700ms;
}
.home-banner .title .word .char:nth-child(18) {
  transition-delay: 1800ms;
}
.home-banner .title .word .char:nth-child(19) {
  transition-delay: 1900ms;
}
.home-banner .title .word .char:nth-child(20) {
  transition-delay: 2000ms;
}
.home-banner .title .word .char:nth-child(21) {
  transition-delay: 2100ms;
}

@keyframes floatLeft {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/* services infograph */
.infograph-img.aos-animate svg .svg-elem-1,
.infograph-img.aos-animate svg .svg-elem-2,
.infograph-img.aos-animate svg .svg-elem-3,
.infograph-img.aos-animate svg .svg-elem-4,
.infograph-img.aos-animate svg .svg-elem-5,
.infograph-img.aos-animate svg .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(43, 43, 43);
}
.infograph-img.aos-animate svg .svg-elem-1.text,
.infograph-img.aos-animate svg .svg-elem-2.text,
.infograph-img.aos-animate svg .svg-elem-3.text,
.infograph-img.aos-animate svg .svg-elem-4.text,
.infograph-img.aos-animate svg .svg-elem-5.text,
.infograph-img.aos-animate svg .svg-elem-6.text {
  fill: #fff;
}
.infograph-img.aos-animate svg .svg-elem-1 {
  fill: rgb(11, 177, 128);
}
.infograph-img.aos-animate svg .svg-elem-7 {
  stroke-dashoffset: 0;
}
.infograph-img.aos-animate svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 66, 66);
}
.infograph-img.aos-animate svg .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(249, 187, 66);
}
.infograph-img.aos-animate svg .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(23, 154, 183);
}
.infograph-img.aos-animate svg .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(183, 23, 167);
}
.infograph-img.aos-animate svg .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(183, 80, 23);
}
.infograph-img.aos-animate svg .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(82, 188, 106);
}
.infograph-img svg .svg-elem-1 {
  stroke-dashoffset: 847.0884238157px;
  stroke-dasharray: 847.0884238157px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0s;
}
.infograph-img svg .svg-elem-2 {
  stroke-dashoffset: 385.274303738px;
  stroke-dasharray: 385.274303738px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0.4s;
}
.infograph-img svg .svg-elem-3 {
  stroke-dashoffset: 526.6459731495px;
  stroke-dasharray: 526.6459731495px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0.8s;
}
.infograph-img .svg-elem-4 {
  stroke-dashoffset: 514.0796025351px;
  stroke-dasharray: 514.0796025351px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1.2s;
}
.infograph-img .svg-elem-5 {
  stroke-dashoffset: 658.5928646003px;
  stroke-dasharray: 658.5928646003px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1.6s;
}
.infograph-img .svg-elem-6 {
  stroke-dashoffset: 837.6636458549px;
  stroke-dasharray: 837.6636458549px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 2s;
}
.infograph-img .svg-elem-7 {
  stroke-dashoffset: 1764.3737792969px;
  stroke-dasharray: 1764.3737792969px;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 2.4s;
}
.infograph-img .svg-elem-8 {
  stroke-dashoffset: 55.407075111px;
  stroke-dasharray: 55.407075111px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0.1s;
}
.infograph-img .svg-elem-9 {
  stroke-dashoffset: 30.2743338823px;
  stroke-dasharray: 30.2743338823px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 0.6s;
}
.infograph-img .svg-elem-10 {
  stroke-dashoffset: 45.9822971503px;
  stroke-dasharray: 45.9822971503px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1.2s;
}
.infograph-img .svg-elem-11 {
  stroke-dashoffset: 52.2654824574px;
  stroke-dasharray: 52.2654824574px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 1.7s;
}
.infograph-img .svg-elem-12 {
  stroke-dashoffset: 52.2654824574px;
  stroke-dasharray: 52.2654824574px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 2.2s;
}
.infograph-img .svg-elem-13 {
  stroke-dashoffset: 45.9822971503px;
  stroke-dasharray: 45.9822971503px;
  fill: transparent;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.5s ease-in 2.4s;
}

.pb-lg {
  padding-bottom: 130px !important;
}

/* negative margin */
.mt-n-lg {
  margin-top: -120px !important;
}

.bg-black .site-header-new.sticky .menu-open-btn .bar {
  background-color: #1D1D1D;
}
.bg-black .site-header-new.sticky .menu-open-btn .text {
  color: #FF8900;
}
.bg-black .site-header-new .menu-open-btn .bar {
  background-color: #FFFFFF;
}
.bg-black .site-header-new .menu-open-btn .text {
  color: #FFFFFF;
}

.site-header-new {
  background-color: transparent;
  padding: 40px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 999;
}
@media (max-width: 1200px) {
  .site-header-new {
    padding: 25px 0;
  }
}
@media (max-width: 992px) {
  .site-header-new {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .site-header-new {
    background: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(18.5px);
            backdrop-filter: blur(18.5px);
    padding: 15px 20px;
  }
}
.site-header-new .inner-wrap {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .site-header-new .inner-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .site-header-new .inner-wrap {
    padding: 0 20px;
  }
}
.site-header-new.sticky {
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(18.5px);
          backdrop-filter: blur(18.5px);
  padding: 20px 0;
}
@media (max-width: 768px) {
  .site-header-new.sticky {
    padding: 10px 0;
  }
}
.site-header-new .site-brand {
  color: rgb(255, 255, 255);
  font-size: 1.11rem;
  line-height: 24px;
  width: 80px;
}
@media (min-width: 1601px) {
  .site-header-new .site-brand {
    width: 100px;
  }
}
.site-header-new .site-brand svg {
  max-width: 80px;
  display: block;
  height: auto;
  transition: all 0.5s 0s;
}
@media (max-width: 768px) {
  .site-header-new .site-brand svg {
    max-width: 60px;
  }
}
.site-header-new .menu-open-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 3px;
  width: auto;
  height: 26px;
  font-size: 18px;
  font-weight: 600;
  color: #0C0C0C;
  transition: all 0.5s;
}
.site-header-new .menu-open-btn:hover {
  color: #FF8900;
}
.site-header-new .menu-open-btn:hover .bar, .site-header-new .menu-open-btn:focus .bar {
  width: 26px !important;
  left: 0 !important;
}
.site-header-new .menu-open-btn .bars {
  margin-right: 10px;
}
.site-header-new .menu-open-btn .bar {
  background-color: #FF8900;
  height: 2px;
  display: block;
  position: relative;
  transition: all 0.5s;
}
.site-header-new .menu-open-btn .bar:nth-child(1) {
  margin-bottom: 5px;
  width: 12px;
  left: 6px;
}
.site-header-new .menu-open-btn .bar:nth-child(2) {
  margin-bottom: 5px;
  width: 20px;
}
.site-header-new .menu-open-btn .bar:nth-child(3) {
  width: 12px;
  left: 3px;
}

.mega-menu-box {
  background-color: #1D1D1D;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  padding-top: 130px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .mega-menu-box {
    padding-top: 110px;
  }
}
@media (max-width: 1200px) {
  .mega-menu-box {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 992px) {
  .mega-menu-box {
    padding-top: 100px;
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .mega-menu-box {
    padding-top: 90px;
  }
}
.mega-menu-box.menuActive {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.mega-menu-box .top-row {
  padding: 40px 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .mega-menu-box .top-row {
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  .mega-menu-box .top-row {
    padding: 15px 20px;
  }
}
.mega-menu-box .top-row .logo-box svg {
  width: 80px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .mega-menu-box .top-row .logo-box svg {
    width: 50px;
  }
}
.mega-menu-box .action-btns {
  display: flex;
  align-items: center;
}
.mega-menu-box .action-btns .btn {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .mega-menu-box .action-btns .btn {
    min-width: unset;
    margin-right: 20px;
    font-size: 10px;
    padding: 10px 15px;
  }
}
.mega-menu-box .action-btns .btn:hover {
  background-color: #FECA1E;
}
.mega-menu-box .action-btns .menu-close-btn {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .mega-menu-box .action-btns .menu-close-btn {
    font-size: 14px;
  }
}
.mega-menu-box .action-btns .menu-close-btn:hover {
  color: #FECA1E;
}
.mega-menu-box .action-btns .menu-close-btn:hover .zmdi {
  color: #FECA1E;
}
.mega-menu-box .action-btns .menu-close-btn .zmdi {
  color: #FFFFFF;
  margin-right: 12px;
  font-size: 36px;
  transition: all 0.75s;
}
@media (max-width: 768px) {
  .mega-menu-box .action-btns .menu-close-btn .zmdi {
    font-size: 26px;
  }
}
.mega-menu-box .action-btns .contact {
  color: #FFFFFF;
  font-size: 24px;
  padding: 5px 0;
  position: relative;
}
@media (max-width: 992px) {
  .mega-menu-box .action-btns .contact {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mega-menu-box .action-btns .contact {
    font-size: 16px;
  }
}
.mega-menu-box .action-btns .contact:hover {
  color: #FECA1E;
}
.mega-menu-box .main-menu-box {
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.mega-menu-box .main-menu-box::-webkit-scrollbar {
  width: 0;
}
.mega-menu-box .main-menu-box ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .mega-menu-box .main-menu-box ul {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .mega-menu-box .main-menu-box ul {
    padding: 0;
  }
}
.mega-menu-box .main-menu-box ul li {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 4.15vw;
  font-weight: 700;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .mega-menu-box .main-menu-box ul li {
    height: 120px;
  }
}
@media (max-width: 992px) {
  .mega-menu-box .main-menu-box ul li {
    font-size: 45px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .mega-menu-box .main-menu-box ul li {
    font-size: 32px;
    height: 75px;
  }
}
.mega-menu-box .main-menu-box ul li:hover:after {
  transform: scaleX(1);
}
.mega-menu-box .main-menu-box ul li:after {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: all 0.75s;
  transform: scaleX(0);
  transform-origin: 50% 50%;
  z-index: -1;
}
.mega-menu-box .main-menu-box ul li a {
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(1):hover:after {
  background-color: #21CB06;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(1):hover a {
  color: #000;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(1) > a {
  color: #21CB06;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(2):hover:after {
  background-color: #E9C508;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(2):hover a {
  color: #171717;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(2) > a {
  color: #E9C508;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(3):hover:after {
  background-color: #FE34D1;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(3):hover a {
  color: #fff;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(3) > a {
  color: #FE34D1;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(4):hover:after {
  background-color: #08CEE9;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(4):hover a {
  color: #000;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(4) > a {
  color: #08CEE9;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(5):hover:after {
  background-color: #FE644F;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(5):hover a {
  color: #000;
}
.mega-menu-box .main-menu-box ul .menu-item:nth-child(5) > a {
  color: #FE644F;
}
.mega-menu-box .main-menu-box .has-sub-menu a {
  width: auto;
  white-space: nowrap;
}
.mega-menu-box .main-menu-box .has-sub-menu ul li {
  margin-left: 60px;
}
.mega-menu-box .main-menu-box .has-sub-menu > a {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.mega-menu-box .main-menu-box .has-sub-menu:hover > a {
  opacity: 0;
  width: 100%;
  z-index: 2;
}
.mega-menu-box .main-menu-box .has-sub-menu:hover > .menu-marquee {
  opacity: 1;
  visibility: visible;
}
.mega-menu-box .main-menu-box .menu-marquee {
  display: flex;
  position: absolute;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.mega-menu-box .main-menu-box .menu-marquee .js-marquee-wrapper {
  animation-name: marqueeAnimLeft !important;
}
.mega-menu-box .main-menu-box .menu-marquee .sub-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mega-menu-box .main-menu-box .menu-marquee li:not(:first-child) {
  font-size: 1.1vw;
}
.mega-menu-box .main-menu-box .menu-marquee li:not(:first-child) a {
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .mega-menu-box .main-menu-box .menu-marquee li:not(:first-child) a {
    font-size: 1rem;
    margin: 0;
  }
}
.mega-menu-box .main-menu-box .menu-marquee .js-marquee-wrapper,
.mega-menu-box .main-menu-box .menu-marquee .js-marquee {
  display: flex;
  align-items: center;
}
.mega-menu-box .footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .mega-menu-box .footer-links {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 576px) {
  .mega-menu-box .footer-links > a {
    margin: 0 auto;
  }
}
.mega-menu-box .footer-links a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .mega-menu-box .footer-links a {
    font-size: 12px;
  }
}
.mega-menu-box .footer-links a:hover {
  color: #E9C508;
}
.mega-menu-box .footer-links ul {
  display: flex;
  list-style: none;
}
@media (max-width: 576px) {
  .mega-menu-box .footer-links ul {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.mega-menu-box .footer-links ul li {
  margin-right: 35px;
}
@media (max-width: 576px) {
  .mega-menu-box .footer-links ul li {
    margin-right: 25px;
  }
  .mega-menu-box .footer-links ul li:last-child {
    margin-right: 0;
  }
}

/* page transitions */
.gl-page-transition {
  background-color: #1D1D1D;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.75s ease 0s;
}
.gl-page-transition.active {
  opacity: 1;
  visibility: visible;
  transition: all 0s ease 0s;
}
.gl-page-transition.active .item h3 {
  font-size: 12rem;
}
@media (max-width: 768px) {
  .gl-page-transition.active .item h3 {
    font-size: 8rem;
  }
}
.gl-page-transition .heading {
  -webkit-text-stroke: 2px #868686;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media (max-width: 768px) {
  .gl-page-transition .heading {
    font-size: 55px;
    margin-bottom: 50px;
  }
}
.gl-page-transition .item h3 {
  transition: font-size 3s ease 0s;
  white-space: nowrap;
  font-size: 7rem;
}
@media (max-width: 768px) {
  .gl-page-transition .item h3 {
    font-size: 4rem;
  }
}
.gl-page-transition .transition-el-list.ltr .list-row {
  animation-direction: reverse;
}
.gl-page-transition .transition-el-list .list-row {
  display: flex;
  justify-content: center;
  animation: marqueeAnimLeft 5s linear infinite;
}
.gl-page-transition .transition-el-list .list-row .item {
  display: inline-block;
  padding: 70px 130px;
  color: #868686;
}
@media (max-width: 992px) {
  .gl-page-transition .transition-el-list .list-row .item {
    padding: 40px 80px;
  }
}
@media (max-width: 768px) {
  .gl-page-transition .transition-el-list .list-row .item {
    padding: 0px 130px 45px;
  }
}
.gl-page-transition .transition-el-list .list-row .item:nth-child(even) h3 {
  -webkit-text-stroke: 1px #cacaca;
  -webkit-text-fill-color: transparent;
}
.gl-page-transition .transition-el-list .list-row .item h3 {
  margin: 0;
}

.site-footer-new {
  background-color: #1D1D1D;
  color: #FFFFFF;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .site-footer-new {
    padding-top: 40px;
  }
}
@media (min-width: 1801px) {
  .site-footer-new .info-box p {
    font-size: 0.8rem;
  }
  .site-footer-new .menu-box .title {
    font-size: 1.2rem;
  }
  .site-footer-new a, .site-footer-new li {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.site-footer-new .container {
  max-width: 1440px;
  padding: 0 100px;
}
@media (min-width: 1801px) {
  .site-footer-new .container {
    max-width: 1920px;
  }
}
@media (max-width: 1200px) {
  .site-footer-new .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .site-footer-new .container {
    padding: 0 30px;
  }
}
.site-footer-new .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .site-footer-new .footer-top {
    padding-bottom: 0px;
  }
}
.site-footer-new .content-row {
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.site-footer-new .info-box {
  max-width: 231px;
}
@media (max-width: 992px) {
  .site-footer-new .info-box {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .site-footer-new .info-box {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.site-footer-new .info-box P {
  font-family: "Public Sans", sans-serif;
}
.site-footer-new .info-box .logo-box {
  margin-bottom: 55px;
  width: 100px;
}
.site-footer-new .info-box .logo-box img {
  width: 80px;
}
.site-footer-new .info-box .logo-box svg {
  max-width: 80px;
  display: block;
  height: auto;
  transition: all 0.5s 0s;
}
@media (max-width: 768px) {
  .site-footer-new .info-box .logo-box {
    margin-bottom: 20px;
  }
}
.site-footer-new .info-box .logo-group {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .site-footer-new .info-box .logo-group {
    max-width: 320px;
  }
}
@media (max-width: 576px) {
  .site-footer-new .info-box .logo-group {
    max-width: 240px;
  }
}
.site-footer-new .info-box .logo-group a {
  display: block;
  width: 65%;
  opacity: 1;
  transition: all 0.5s;
}
.site-footer-new .info-box .logo-group a:hover {
  opacity: 0.5;
}
.site-footer-new .info-box .logo-group a:nth-child(1) {
  width: 35%;
}
.site-footer-new .info-box .logo-group a svg {
  width: 100%;
  height: auto;
  display: block;
}
.site-footer-new .info-box .logo-group a svg path {
  fill: #FFFFFF;
}
.site-footer-new .info-box p {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .site-footer-new .info-box p {
    font-size: 16px;
  }
}
.site-footer-new .menu-box {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .site-footer-new .menu-box {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .site-footer-new .menu-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.site-footer-new .menu-box .title {
  margin-bottom: 26px;
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .site-footer-new .menu-box .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .site-footer-new .menu-box ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 365px) {
  .site-footer-new .menu-box ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.site-footer-new .menu-box ul li {
  font-size: 0.78rem;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .site-footer-new .menu-box ul li {
    font-size: 14px;
  }
}
.site-footer-new .menu-box ul li a {
  color: #FFFFFF;
  transition: all 0.5s;
}
.site-footer-new .menu-box ul li a:hover {
  color: #d2cc42;
}
.site-footer-new .footer-bottom .content-row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .site-footer-new .footer-bottom .content-row {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .site-footer-new .footer-bottom .location-group {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .site-footer-new .footer-bottom .location-group {
    justify-content: space-between;
    margin: 0 -10px;
    gap: 25px 0;
  }
}
.site-footer-new .footer-bottom .location-group .text {
  font-size: 0.75rem;
  color: #9A9A9A;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 768px) {
  .site-footer-new .footer-bottom .location-group .text {
    width: 100%;
    margin-left: 10px;
    font-size: 16px;
    text-align: center;
  }
}
.site-footer-new .footer-bottom .location-group .location {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  margin-left: 30px;
}
@media (max-width: 576px) {
  .site-footer-new .footer-bottom .location-group .location {
    width: 48%;
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .site-footer-new .footer-bottom .location-group .location {
    width: 100%;
  }
}
.site-footer-new .footer-bottom .location-group .location:hover {
  color: #d2cc42;
}
.site-footer-new .footer-bottom .location-group .location .pname {
  margin-left: 11px;
  font-weight: 500;
}
.site-footer-new .footer-bottom .social-links {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .site-footer-new .footer-bottom .social-links {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
}
.site-footer-new .footer-bottom .social-links ul {
  display: flex;
  align-items: center;
}
.site-footer-new .footer-bottom .social-links ul li {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .site-footer-new .footer-bottom .social-links ul li {
    margin: 0 10px;
  }
}
.site-footer-new .footer-bottom .social-links ul li a:hover img {
  opacity: 0.75;
  transform: scale(1.2);
}
.site-footer-new .footer-bottom .social-links ul li a img {
  opacity: 1;
  transition: all 0.5s;
  transform: scale(1);
}
@media (max-width: 576px) {
  .site-footer-new .footer-bottom .social-links ul li a img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-footer-new .footer-bottom .social-links .copy-text {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.17;
  font-size: 12px;
}
.site-footer-new .footer-bottom .copy-text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}

.home-banner {
  position: relative;
  width: 100%;
  padding-top: 90px;
  margin-bottom: 150px;
  height: 100vh;
}
@media (max-width: 1200px) {
  .home-banner {
    height: 100vh;
    max-height: 75vh;
  }
}
@media (max-width: 992px) {
  .home-banner {
    margin-bottom: 80px;
    max-height: 68%;
  }
}
@media (max-width: 768px) {
  .home-banner {
    height: auto;
    max-height: unset;
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .home-banner .container-fluid {
    padding: 0;
  }
}
.home-banner .content-list {
  padding-left: 90px;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 150px);
}
@media (max-width: 1200px) {
  .home-banner .content-list {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .home-banner .content-list {
    padding-left: 0;
    height: auto;
  }
}
.home-banner .content-list li {
  width: 100%;
}
@media (max-width: 768px) {
  .home-banner .content-list li {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .home-banner .content-list li {
    padding: 20px 0;
  }
}
.home-banner .content-list li .content-wrap {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .home-banner .content-list li .content-wrap {
    padding: 0px 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.home-banner .content-list li.aos-animate .vector-line svg .line-path {
  animation: scale-path-x 2s ease-in-out;
}
.home-banner .content-list li:nth-child(1) .title {
  align-self: flex-end;
}
.home-banner .content-list li:nth-child(2) .title {
  font-weight: 800;
  background: url(../images/color-blend-background.jpg);
  background-position: 0% 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 0;
  font-size: 13.89vw;
}
@media (max-width: 992px) {
  .home-banner .content-list li:nth-child(2) .title {
    font-size: 10vw;
  }
}
@media (max-width: 768px) {
  .home-banner .content-list li:nth-child(2) .title {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .home-banner .content-list li:nth-child(2) .title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .home-banner .content-list li:nth-child(2) .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .home-banner .content-list li:nth-child(3) h1 {
    margin: 0;
    width: 100%;
    text-align: center;
    order: -1;
  }
}
.home-banner .content-list li:nth-child(3) .btn-box {
  margin: 100px 50px -100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-banner .content-list li:nth-child(3) .btn-box {
    margin: 100px 0 -60px;
  }
}
@media (max-width: 576px) {
  .home-banner .content-list li:nth-child(3) .btn-box {
    margin-bottom: -45px;
  }
}
.home-banner .content-list li .title {
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 0.8;
  position: relative;
  font-size: 9vw;
}
@media (max-width: 992px) {
  .home-banner .content-list li .title {
    font-size: 7vw;
  }
}
@media (max-width: 576px) {
  .home-banner .content-list li .title {
    font-size: 55px;
  }
}
.home-banner .content-list li .banner-project-txt-slider {
  max-width: 23vw;
  margin: 20px 0 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .home-banner .content-list li .banner-project-txt-slider {
    display: none;
  }
}
.home-banner .content-list li .banner-project-txt-slider p {
  font-size: 16px;
}
@media (m9n-width: 2400px) {
  .home-banner .content-list li .banner-project-txt-slider p {
    font-size: 1vw;
  }
}

.play-reels-sec {
  background-color: #0C0C0C;
  overflow: hidden;
  margin: 60px 0 70px;
}
@media (max-width: 992px) {
  .play-reels-sec {
    margin: 70px 0;
  }
}
@media (max-width: 576px) {
  .play-reels-sec {
    margin: 50px 0;
  }
}
.play-reels-sec .heading-box {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .play-reels-sec .heading-box {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .play-reels-sec .heading-box {
    margin-top: 50px;
  }
}
.play-reels-sec .heading-box .highlight {
  font-weight: 500;
}
.play-reels-sec .heading-box .gl-title-txt {
  font-size: 3.06rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .play-reels-sec .heading-box .gl-title-txt {
    font-size: 2.5rem;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .play-reels-sec .heading-box .gl-title-txt {
    font-size: 2rem;
  }
}
.play-reels-sec .heading-box .btn-box {
  margin-top: 75px;
  padding-right: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .play-reels-sec .heading-box .btn-box {
    margin-top: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .play-reels-sec .heading-box .btn-box {
    padding: 0px 20px 40px;
    text-align: center !important;
    margin-top: 30px;
  }
}
.play-reels-sec .service-card-row {
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .play-reels-sec .service-card-row {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .play-reels-sec .service-card-row {
    padding: 0;
  }
}
@media (min-width: 2350px) {
  .play-reels-sec .service-card-row {
    max-width: 2050px;
    margin: 0 auto;
  }
}
.play-reels-sec .service-card-row .service-card {
  padding: 0 10px;
  width: 25%;
}
@media (max-width: 992px) {
  .play-reels-sec .service-card-row .service-card {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .play-reels-sec .service-card-row .service-card {
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .play-reels-sec .service-card-row .service-card {
    width: 100%;
  }
}
.play-reels-sec .service-card-row .service-card .card {
  border-radius: 50px 0 0;
  display: block;
  color: #0B0B0B;
  padding: 20px 35px 45px;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .play-reels-sec .service-card-row .service-card .card {
    padding: 20px 18px 45px;
  }
}
@media (max-width: 768px) {
  .play-reels-sec .service-card-row .service-card .card {
    border-radius: 0;
  }
}
.play-reels-sec .service-card-row .service-card .card:hover:nth-child(1) .doodle-icon svg path:nth-child(1) {
  transform: translate(-4px, -4px);
}
.play-reels-sec .service-card-row .service-card .card:hover:nth-child(1) .doodle-icon svg path:nth-child(2) {
  transform: translate(4px, 4px);
}
.play-reels-sec .service-card-row .service-card .card:hover .arrow-icon img {
  animation: cardArrowAnim 2s linear infinite;
}
.play-reels-sec .service-card-row .service-card .card .arrow-icon {
  text-align: right;
  margin-right: -15px;
}
@media (max-width: 1200px) {
  .play-reels-sec .service-card-row .service-card .card .arrow-icon {
    margin-right: -8px;
  }
}
.play-reels-sec .service-card-row .service-card .card .doodle-icon {
  height: 50px;
}
.play-reels-sec .service-card-row .service-card .card .doodle-icon svg {
  overflow: visible;
}
.play-reels-sec .service-card-row .service-card .card .doodle-icon svg path {
  transition: all 0.5s;
}
.play-reels-sec .service-card-row .service-card .card .heading-box {
  margin: 50px 0 20px;
}
@media (max-width: 1200px) {
  .play-reels-sec .service-card-row .service-card .card .heading-box {
    margin-top: 30px;
  }
}
.play-reels-sec .service-card-row .service-card .card .heading-box h6 {
  font-size: 1.35rem;
}
@media (max-width: 992px) {
  .play-reels-sec .service-card-row .service-card .card .heading-box h6 {
    font-size: 1rem;
  }
}
.play-reels-sec .service-card-row .service-card .card .desc-box {
  border-top: 1px solid;
  padding-top: 20px;
  transition: all 0.5s;
}
.play-reels-sec .service-card-row .service-card .card .desc-box p {
  font-size: 0.775rem;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  max-width: 320px;
}

.why-hire-us-sec {
  padding-top: 35px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .why-hire-us-sec {
    margin-bottom: 60px;
  }
}
.why-hire-us-sec .desc {
  height: auto !important;
}
@media (max-width: 576px) {
  .why-hire-us-sec {
    margin-bottom: 40px;
  }
}
.why-hire-us-sec .content-row .content-card {
  width: calc(33.33% - 55px);
  margin-bottom: 35px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .why-hire-us-sec .content-row .content-card {
    width: calc(33.33% - 35px);
  }
}
@media (max-width: 992px) {
  .why-hire-us-sec .content-row .content-card {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 768px) {
  .why-hire-us-sec .content-row .content-card {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .why-hire-us-sec .content-row .content-card {
    width: 100%;
  }
}
.why-hire-us-sec .content-row .content-card:nth-of-type(2) .desc p {
  max-width: 300px;
}
@media (max-width: 768px) {
  .why-hire-us-sec .content-row .content-card:nth-of-type(2) .desc p {
    max-width: 100%;
  }
}
.why-hire-us-sec .content-row .content-card ul li {
  position: relative;
  padding: 0 0 15px 20px;
  line-height: 1 !important;
}
.why-hire-us-sec .content-row .content-card ul li::after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #1d1d1d;
}
@media (max-width: 992px) {
  .why-hire-us-sec .content-row .content-card ul li::after {
    top: 7px;
  }
}
.why-hire-us-sec .content-row .content-card:nth-child(2) .dot {
  background-color: #0A77F8;
}
.why-hire-us-sec .content-row .content-card:nth-child(3) .dot {
  background-color: #FF8845;
}
.why-hire-us-sec .content-row .content-card .dot {
  background-color: #0bb180;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.why-hire-us-sec .content-row .content-card h5 {
  font-size: 1.65rem;
  margin: 30px 0 15px;
}
@media (max-width: 1200px) {
  .why-hire-us-sec .content-row .content-card h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .why-hire-us-sec .content-row .content-card .desc {
    height: auto !important;
  }
}
.why-hire-us-sec .content-row .content-card p {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  max-width: 280px;
}
@media (max-width: 768px) {
  .why-hire-us-sec .content-row .content-card p {
    min-height: auto;
    max-width: 100%;
  }
}
.why-hire-us-sec .content-row .content-card ul {
  margin-top: 25px;
}
.why-hire-us-sec .content-row .content-card ul li {
  font-weight: 600;
  line-height: 2.1;
  font-family: "Mulish", sans-serif;
}

.projects-slider-sec {
  margin-bottom: 80px;
  padding: 0 45px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.projects-slider-sec.hide_hover #cursor1 {
  display: none;
}
@media (max-width: 1200px) {
  .projects-slider-sec {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .projects-slider-sec {
    margin-bottom: 50px;
    padding: 0;
  }
}
.projects-slider-sec #cursor1 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  background: #FF8900;
  color: #000;
  text-align: center;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .projects-slider-sec #cursor1 {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.projects-slider-sec #cursor1.zoom {
  position: fixed;
  opacity: 1;
}
.projects-slider-sec .projects-slider-box {
  position: relative;
}
@media (min-width: 1801px) {
  .projects-slider-sec .projects-slider-box .img-box {
    height: 1000px;
  }
  .projects-slider-sec .projects-slider-box .img-box img {
    height: 100%;
  }
}
.projects-slider-sec .projects-slider-box .swiper .swiper-btn {
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn.swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn.swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 1200px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn.swiper-button-next {
    right: 30px;
  }
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper .swiper-btn.swiper-button-next {
    right: 10px;
  }
}
.projects-slider-sec .projects-slider-box .swiper .swiper-btn::before {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: transparent;
}
.projects-slider-sec .projects-slider-box .swiper .swiper-btn:hover {
  transform: translateY(-50%) scale(1.3);
}
.projects-slider-sec .projects-slider-box .swiper-slide {
  z-index: 11;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box {
  padding: 0 17px;
  padding: 0px;
  position: relative;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box a {
  cursor: none;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn {
    font-size: 14px;
  }
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn:hover {
  border-color: #000;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 690px;
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text {
    left: 6%;
    max-width: 600px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text {
    top: 35%;
  }
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .text h2 {
  margin: 42px 0 37px;
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text h2 {
    margin: 25px 0;
  }
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .text h2, .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text p, .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text span {
  color: #fff;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .text p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .text p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .text span {
  text-transform: uppercase;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn-wrapper {
  position: absolute;
  bottom: 48px;
  display: flex;
  left: 10%;
  gap: 0 10px;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn-wrapper a {
  display: none;
}
.projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn-wrapper a.btn {
  display: inline-block;
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box .btn-wrapper {
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .img-box {
    padding: 0;
  }
}
.projects-slider-sec .projects-slider-box .swiper-slide .full-img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .full-img {
    min-height: 850px;
  }
}
@media (max-width: 768px) {
  .projects-slider-sec .projects-slider-box .swiper-slide .full-img {
    min-height: 700px;
  }
}
.projects-slider-sec .slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 77px 20px 20px;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .projects-slider-sec .slider-control {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 768px) {
  .projects-slider-sec .slider-control {
    padding: 25px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .projects-slider-sec .slider-control .view-all {
    order: -1;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }
}
.projects-slider-sec .slider-control .custom-pagination {
  justify-content: flex-start;
  width: auto;
}
.projects-slider-sec .slider-control .fraction-pagination {
  width: auto;
  font-size: 16px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.client-testimonials-sec {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .client-testimonials-sec {
    padding-bottom: 70px;
  }
}
.client-testimonials-sec .inner-wrap {
  padding: 0 70px;
  position: relative;
}
@media (min-width: 1801px) {
  .client-testimonials-sec .inner-wrap {
    max-width: 2200px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .client-testimonials-sec .inner-wrap {
    padding: 0 30px;
  }
}
.client-testimonials-sec .heading-box {
  margin-bottom: 81px;
}
@media (max-width: 768px) {
  .client-testimonials-sec .heading-box {
    margin-bottom: 40px;
  }
}
.client-testimonials-sec .testimonials-row {
  margin: 0 -10px;
}
@media (max-width: 576px) {
  .client-testimonials-sec .testimonials-row {
    margin: 0;
  }
}
.client-testimonials-sec .testimonials-row .review-card {
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  width: calc(33.33% - 20px);
  margin: 0 10px 28px;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (max-width: 992px) {
  .client-testimonials-sec .testimonials-row .review-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .client-testimonials-sec .testimonials-row .review-card {
    width: 100%;
    margin: 0 0 30px;
  }
}
.client-testimonials-sec .testimonials-row .review-card .tag-box {
  background-color: #FECA1E;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 170px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 10px;
  right: -50px;
  transform: rotate(45deg);
}
.client-testimonials-sec .testimonials-row .review-card .tag-box.goodfirms img {
  width: 62px;
  object-fit: contain;
  -o-object-fit: contain;
  margin-left: 18px;
}
.client-testimonials-sec .testimonials-row .review-card .tag-box img {
  display: block;
  width: 46px;
  object-fit: contain;
  -o-object-fit: contain;
}
.client-testimonials-sec .testimonials-row .review-card .media-box {
  position: relative;
  cursor: pointer;
  height: 100%;
}
@media (min-width: 1201px) {
  .client-testimonials-sec .testimonials-row .review-card .media-box {
    height: 370px;
  }
}
.client-testimonials-sec .testimonials-row .review-card .media-box:hover .play-icon {
  transform: scale(1.2);
}
.client-testimonials-sec .testimonials-row .review-card .media-box > img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-testimonials-sec .testimonials-row .review-card .media-box .play-icon {
  position: absolute;
  bottom: 30px;
  left: 36px;
  width: 70px;
  height: 70px;
  transform: scale(1);
  transition: all 0.5s;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .client-testimonials-sec .testimonials-row .review-card .media-box .play-icon {
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }
}
.client-testimonials-sec .testimonials-row .review-card .media-box .play-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-testimonials-sec .testimonials-row .review-card .text-box {
  padding: 52px 34px 35px 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.client-testimonials-sec .testimonials-row .review-card .text-box h6 {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111111;
  line-height: 1.5;
}
.client-testimonials-sec .testimonials-row .review-card .text-box p {
  margin-bottom: 25px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.client-testimonials-sec .testimonials-row .review-card .text-box > .flex {
  margin-top: auto;
}
.client-testimonials-sec .testimonials-row .review-card .text-box .ratings {
  display: flex;
  align-items: center;
  margin-right: 8px;
  gap: 0 8px;
}
.client-testimonials-sec .testimonials-row .review-card .text-box .ratings .rate {
  font-weight: 600;
  color: #000;
  margin-top: 5px;
}
.client-testimonials-sec .testimonials-row .review-card .text-box .author {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  width: 80%;
  line-height: 1.3;
  text-align: right;
}
.client-testimonials-sec .load-more .btn {
  min-width: 160px;
}
.client-testimonials-sec .fade-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 55.21%);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .client-testimonials-sec .fade-box {
    height: 250px;
  }
}
.client-testimonials-sec .load-more {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}

.our-stats-sec {
  background-image: url(../images/color-blend-background.jpg);
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .our-stats-sec {
    padding: 80px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .our-stats-sec {
    padding: 50px 0;
  }
}
.our-stats-sec .inner-wrap {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .our-stats-sec .content-row {
    justify-content: center;
  }
}
.our-stats-sec .heading-box {
  width: 100%;
  padding-bottom: 90px;
  padding-right: 100px;
  margin-left: -3px;
}
@media (max-width: 992px) {
  .our-stats-sec .heading-box {
    padding-bottom: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .our-stats-sec .heading-box {
    padding-right: 0;
  }
}
.our-stats-sec .heading-box .gl-title-txt {
  color: #FFFFFF;
  font-size: 3.36rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .our-stats-sec .heading-box .gl-title-txt {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .our-stats-sec .heading-box .gl-title-txt {
    font-size: 2.2rem;
  }
}
.our-stats-sec .heading-box .gl-title-txt span {
  color: #FFFFFF;
}
.our-stats-sec .stats-box {
  background: rgba(29, 29, 29, 0.27);
  -webkit-backdrop-filter: blur(127px);
          backdrop-filter: blur(127px);
  border: 1px solid rgba(252, 252, 252, 0.13);
  border-radius: 15px;
  aspect-ratio: 1/1;
  padding: 25px;
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0 !important;
}
@media (max-width: 1200px) {
  .our-stats-sec .stats-box {
    padding: 25px 15px;
  }
}
@media (max-width: 768px) {
  .our-stats-sec .stats-box {
    width: calc(33.33% - 10px);
    transition-delay: 0s !important;
  }
}
@media (max-width: 576px) {
  .our-stats-sec .stats-box {
    width: calc(50% - 10px);
  }
}
.our-stats-sec .stats-box.aos-animate {
  opacity: 1 !important;
}
.our-stats-sec .stats-box:nth-child(2) {
  margin-left: calc(-25% + 5px);
}
@media (max-width: 768px) {
  .our-stats-sec .stats-box:nth-child(2) {
    margin-left: 0;
  }
}
.our-stats-sec .stats-box .subtitle {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-stats-sec .stats-box .count {
  font-size: 4.45rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .our-stats-sec .stats-box .count {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .our-stats-sec .stats-box .count {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .our-stats-sec .stats-box .count {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .our-stats-sec .stats-box .count {
    font-size: 2.7rem;
  }
}
.our-stats-sec .stats-box p {
  color: #E1E1E1;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  .our-stats-sec .stats-box p {
    font-size: 0.7rem;
    margin: 0px -6px;
  }
}

.blog-feeds-sec {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .blog-feeds-sec {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .blog-feeds-sec {
    margin-bottom: 50px;
  }
}
.blog-feeds-sec .blogs-lists {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .blog-feeds-sec .blogs-lists {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .blog-feeds-sec .blogs-lists {
    padding-left: 0;
  }
}
.blog-feeds-sec .blogs-lists .post {
  margin-top: 100px;
  display: flex;
  position: relative;
  color: #505050;
}
@media (max-width: 1200px) {
  .blog-feeds-sec .blogs-lists .post {
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .blog-feeds-sec .blogs-lists .post {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.blog-feeds-sec .blogs-lists .post:hover {
  color: #1D1D1D;
}
.blog-feeds-sec .blogs-lists .post:hover .post-img {
  margin-top: 0;
  opacity: 1;
}
.blog-feeds-sec .blogs-lists .post .date {
  padding-top: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #858585;
}
@media (max-width: 576px) {
  .blog-feeds-sec .blogs-lists .post .date {
    margin-bottom: 20px;
  }
}
.blog-feeds-sec .blogs-lists .post .title {
  font-size: 1.333rem;
  margin: 0;
  width: 45%;
  line-height: 1.4;
  text-decoration: underline;
  margin-left: 130px;
}
@media (max-width: 992px) {
  .blog-feeds-sec .blogs-lists .post .title {
    margin-left: 90px;
    width: 60%;
  }
}
@media (max-width: 576px) {
  .blog-feeds-sec .blogs-lists .post .title {
    width: 100%;
    margin-left: 0;
  }
}
.blog-feeds-sec .blogs-lists .post .post-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  margin-top: 60px;
  max-width: 250px;
  transition: all 0.5s;
}
@media (min-width: 1801px) {
  .blog-feeds-sec .blogs-lists .post .post-img {
    right: 15%;
  }
}
@media (max-width: 576px) {
  .blog-feeds-sec .blogs-lists .post .post-img {
    display: none;
  }
}

.about-hero-sec {
  padding: 180px 0 135px;
}
@media (max-width: 992px) {
  .about-hero-sec {
    padding: 120px 0 80px;
  }
}
@media (max-width: 576px) {
  .about-hero-sec {
    padding: 100px 0 50px;
  }
}
.about-hero-sec .inner-wrap {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .about-hero-sec .inner-wrap {
    max-width: 85%;
  }
}
@media (max-width: 992px) {
  .about-hero-sec .inner-wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .about-hero-sec .content-box {
    padding-right: 10%;
  }
}
@media (max-width: 576px) {
  .about-hero-sec .content-box {
    padding-right: 0;
  }
}
.about-hero-sec .content-box h1 {
  font-size: 3.888rem;
  margin: 0;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .about-hero-sec .content-box h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 576px) {
  .about-hero-sec .content-box h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 480px) {
  .about-hero-sec .content-box h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 365px) {
  .about-hero-sec .content-box h1 {
    font-size: 1.6rem;
  }
}
.about-hero-sec .content-box h1 span {
  color: #3FB615;
}
@media (max-width: 768px) {
  .about-hero-sec .content-box h1 br {
    display: none;
  }
}
.about-hero-sec .content-box .desc {
  max-width: 386px;
  margin-left: auto;
  margin-top: -15px;
}
@media (max-width: 992px) {
  .about-hero-sec .content-box .desc {
    max-width: 100%;
    margin: 30px 0 0;
  }
}
.about-hero-sec .content-box .desc p {
  font-size: 1.111rem;
  font-family: "Public Sans", sans-serif;
  color: #505050;
}
.about-hero-sec .content-box .desc p strong {
  color: #1D1D1D;
}

.fact-list-sec {
  background-color: #171717;
  padding: 85px 0 60px;
  position: relative;
  margin-top: -2px;
}
@media (max-width: 576px) {
  .fact-list-sec {
    padding: 50px 0 30px;
  }
}
.fact-list-sec.light-mode {
  background-color: #FFFFFF;
}
.fact-list-sec.light-mode .fact-list .fact-row .vector-line svg path {
  stroke: #1D1D1D;
}
.fact-list-sec.light-mode .fact-list .fact-row .col.left {
  width: 40%;
}
@media (max-width: 768px) {
  .fact-list-sec.light-mode .fact-list .fact-row .col.left {
    width: 100%;
  }
}
.fact-list-sec.light-mode .fact-list .fact-row .col.right {
  width: 60%;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .fact-list-sec.light-mode .fact-list .fact-row .col.right {
    width: 100%;
    padding-left: 0;
  }
}
.fact-list-sec.light-mode .fact-list .fact-row .content {
  color: #060606;
}
.fact-list-sec.light-mode .fact-list .fact-row .content p {
  font-weight: 600;
}
.fact-list-sec.light-mode .fact-list .fact-row .title {
  font-size: 1.75rem;
}
.fact-list-sec .gl-heading-box .subtitle {
  font-weight: 600;
  font-size: 24px;
}
.fact-list-sec .fact-list {
  margin-top: 60px;
  counter-reset: fact-list;
}
@media (max-width: 576px) {
  .fact-list-sec .fact-list {
    margin-top: 0;
  }
}
.fact-list-sec .fact-list .fact-row {
  counter-increment: fact-list;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 576px) {
  .fact-list-sec .fact-list .fact-row {
    padding: 20px 0;
  }
}
.fact-list-sec .fact-list .fact-row.aos-animate svg {
  animation: scale-path-x 1s linear;
}
.fact-list-sec .fact-list .fact-row .vector-line {
  bottom: auto;
  top: 0;
}
.fact-list-sec .fact-list .fact-row .vector-line svg {
  transform-origin: 0 0;
}
.fact-list-sec .fact-list .fact-row .vector-line svg path {
  stroke: #4d4d4d;
}
.fact-list-sec .fact-list .fact-row .col.left {
  display: flex;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  width: 60%;
}
@media (max-width: 768px) {
  .fact-list-sec .fact-list .fact-row .col.left {
    display: block;
    width: 100%;
  }
}
.fact-list-sec .fact-list .fact-row .col.right {
  width: 35%;
}
@media (max-width: 1200px) {
  .fact-list-sec .fact-list .fact-row .col.right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .fact-list-sec .fact-list .fact-row .col.right {
    width: 100%;
  }
}
.fact-list-sec .fact-list .fact-row .count {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding-top: 10px;
}
.fact-list-sec .fact-list .fact-row .count:before {
  content: counter(fact-list, decimal-leading-zero);
}
.fact-list-sec .fact-list .fact-row .toggler {
  display: none;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 2rem;
  line-height: 16px;
  color: inherit;
}
@media (max-width: 768px) {
  .fact-list-sec .fact-list .fact-row .toggler {
    display: block;
  }
}
.fact-list-sec .fact-list .fact-row .toggler::before {
  content: "\f278";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Material-Design-Iconic-Font";
}
.fact-list-sec .fact-list .fact-row .title {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fact-list-sec .fact-list .fact-row .title {
    margin-top: 20px;
  }
}
.fact-list-sec .fact-list .fact-row .content {
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 768px) {
  .fact-list-sec .fact-list .fact-row .content {
    padding-top: 20px;
  }
}
.fact-list-sec .fact-list .fact-row .content p {
  font-size: 0.9rem;
}
.fact-list-sec .fact-list .fact-row.active .toggler::before {
  content: "\f273";
}

.our-services-sec {
  background-color: #171717;
  padding: 100px 0 120px;
  margin-top: -1px;
}
@media (max-width: 1400px) {
  .our-services-sec {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .our-services-sec {
    padding: 50px 0;
  }
}
.our-services-sec .sevices-row {
  justify-content: space-between;
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .our-services-sec .sevices-row {
    margin: 0 -10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .our-services-sec .sevices-row {
    margin: 0;
  }
}
.our-services-sec .service-col {
  background-color: #292929;
  width: calc(33.33% - 26px);
  margin: 0 13px;
  padding: 45px 60px 60px 40px;
  color: #FFFFFF;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .our-services-sec .service-col {
    padding-bottom: 20px;
    width: calc(50% - 20px);
    margin: 0 10px 35px;
  }
}
@media (max-width: 768px) {
  .our-services-sec .service-col {
    width: 100%;
    margin: 0 0 30px;
  }
}
.our-services-sec .service-col:nth-child(2) .icon {
  background-color: #58B9F8;
  border-radius: 50% 50% 50% 0%;
}
.our-services-sec .service-col:nth-child(3) .icon {
  background-color: transparent;
  border-radius: 50%;
  border: 24px solid transparent;
  border-right: 24px solid #EDC069;
  transform: rotate(-45deg);
  transform-origin: 30% 100%;
  margin: 0 0 -10px -4px;
}
.our-services-sec .service-col .icon {
  background-color: #E05A32;
  border-radius: 50% 50% 0 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 13px;
}
.our-services-sec .service-col h2 {
  font-weight: 600;
  font-size: 1.83rem;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .our-services-sec .service-col h2 {
    font-size: 1.4rem;
  }
}
.our-services-sec .service-col p {
  font-size: 0.888rem;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .our-services-sec .service-col p {
    font-size: 14px;
  }
}
.our-services-sec .service-col .btn-arrow {
  margin-top: auto;
}
.our-services-sec .service-col .btn-arrow svg {
  transform: rotate(45deg);
}
.our-services-sec .service-col .btn-arrow svg path {
  fill: #FF7272;
}

.team-slider-sec {
  padding: 70px 0 100px;
}
@media (max-width: 576px) {
  .team-slider-sec {
    padding: 50px 0;
  }
}
.team-slider-sec .gl-heading-box {
  margin-bottom: 0;
}
.team-slider-sec .gl-heading-box .subtitle {
  margin-bottom: 0;
}
.team-slider-sec .team-slider-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-slider-sec .team-slider-box .swiper-wrapper {
  align-items: center;
}
.team-slider-sec .team-slider-box .slider-wrap {
  padding: 45px 0px 0 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide {
  text-align: center;
  width: 21%;
  opacity: 0.25;
  cursor: pointer;
}
@media (max-width: 992px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide {
    width: 42%;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active {
  opacity: 1;
  margin-left: 10px;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .title-box {
  transform: none;
  opacity: 1;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .title-box h5 {
  font-size: 2.3rem;
}
@media (max-width: 768px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .title-box h5 {
    font-size: 1.75rem;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .title-box p {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .title-box p {
    font-size: 1;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active .img-box:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease 0.3s;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide.swiper-slide-active img {
  max-width: 100%;
  transform: scale(1);
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide .title-box {
  margin-top: -20px;
  opacity: 0;
  transition: all 0.5s;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide .title-box h5 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide .title-box p {
  font-size: 0.8rem;
  color: #505050;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide .img-box {
  display: inline-block;
  position: relative;
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide .img-box:before {
  content: "";
  background-image: url(../images/team-border-img.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: -45px;
  left: -5px;
  border-radius: 200px;
  transform: scale(0);
  transform-origin: center bottom;
}
@media (max-width: 576px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide .img-box:before {
    border-width: 4px;
    top: -25px;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .swiper-slide img {
  height: 550px;
  max-width: 15vw;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.85);
  transition: all 0.5s;
}
@media (min-width: 1801px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide img {
    min-height: 50vh;
  }
}
@media (max-width: 1200px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide img {
    height: 450px;
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide img {
    height: 350px;
    max-width: 20vw;
  }
}
@media (max-width: 576px) {
  .team-slider-sec .team-slider-box .slider-wrap .swiper-slide img {
    height: 300px;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .team-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  font-size: 18px;
  padding: 70px 0 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .team-slider-sec .team-slider-box .slider-wrap .team-nav {
    font-size: 12px;
    justify-content: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-top: 15px;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .team-nav .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 145px;
  height: 51px;
  border-radius: 30px;
  position: relative;
  background-color: #FF8900;
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .team-slider-sec .team-slider-box .slider-wrap .team-nav .icon {
    width: auto;
    height: auto;
    padding: 5px 15px;
  }
}
.team-slider-sec .team-slider-box .slider-wrap .team-nav .icon:hover {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.team-slider-sec .team-slider-box .slider-wrap .team-nav .icon.nav-prev i {
  margin-right: 7px;
  font-size: 140%;
}
.team-slider-sec .team-slider-box .slider-wrap .team-nav .icon.nav-next i {
  margin-left: 7px;
  font-size: 140%;
}

.isk-cta-sec {
  background-color: #171717;
}
.isk-cta-sec * {
  color: #FFFFFF;
}
.isk-cta-sec .heading-box {
  padding: 90px 0;
  border-right: 1px solid #434343;
}
@media (min-width: 991px) {
  .isk-cta-sec .heading-box {
    max-width: 86%;
  }
}
@media (max-width: 768px) {
  .isk-cta-sec .heading-box {
    padding: 50px 0;
  }
}
.isk-cta-sec .heading-box h2 {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .isk-cta-sec .heading-box h2 br {
    display: none;
  }
}
.isk-cta-sec .cta-wrapper {
  border-top: 1px solid #434343;
}
.isk-cta-sec .cta-box {
  padding: 90px 0 140px;
  border-left: 1px solid #434343;
}
@media (min-width: 1801px) {
  .isk-cta-sec .cta-box {
    padding: 11rem 0;
  }
}
@media (max-width: 768px) {
  .isk-cta-sec .cta-box {
    padding: 60px 0 120px;
    border-left: 0;
  }
}
.isk-cta-sec .cta-box .text-box {
  width: 71%;
  padding-left: 55px;
}
@media (max-width: 768px) {
  .isk-cta-sec .cta-box .text-box {
    width: 100%;
    padding: 0;
  }
}
.isk-cta-sec .cta-box .text-box p {
  font-size: 1.25rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  color: #B1B1B1;
  line-height: 1.6;
}
.isk-cta-sec .cta-box .text-box p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-right: 10px;
}
.isk-cta-sec .cta-box .text-box p a:hover {
  color: #FF8900;
}
.isk-cta-sec .cta-box .text-box p a:after {
  content: "";
  background-image: url(../images/link-arrow-indic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  right: -10px;
}
@media (max-width: 576px) {
  .isk-cta-sec .cta-box .text-box p a:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .isk-cta-sec .cta-box .btn-box {
    margin: 0 auto;
    margin-top: 100px;
  }
}
.isk-cta-sec .cta-box .btn-box .wave-btn {
  background-color: #171717;
  border-color: #6B6B6B;
}
.isk-cta-sec .cta-box .btn-box .wave-btn:before, .isk-cta-sec .cta-box .btn-box .wave-btn:after {
  border-color: #6B6B6B;
  z-index: 0;
}

.stand-out-sec {
  position: relative;
  padding: 85px 0;
}
@media (max-width: 768px) {
  .stand-out-sec {
    padding: 50px 0;
  }
}
.stand-out-sec .title-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.stand-out-sec .title-box h2 {
  width: calc(100% - 200px);
  margin: 0;
}
@media (max-width: 768px) {
  .stand-out-sec .title-box h2 {
    width: 100%;
    text-align: center;
  }
}
.stand-out-sec .title-box h2 i {
  font-family: "Rage Italic";
  font-weight: 400;
  color: #DB1212;
}
.stand-out-sec .title-box .slider-nav {
  display: none;
}
@media (max-width: 768px) {
  .stand-out-sec .title-box .slider-nav {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
.stand-out-sec .title-box .slider-nav .slide-btn {
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .stand-out-sec .title-box .slider-nav .slide-btn {
    margin: 0 10px;
  }
}
.stand-out-sec .title-box .slider-nav .slide-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.stand-out-sec .title-box .slider-nav .slide-btn:hover svg .path1 {
  fill: #1D1D1D;
}
.stand-out-sec .title-box .slider-nav .slide-btn:hover svg .path2 {
  stroke: #FFFFFF;
}
.stand-out-sec .standout-slider .swiper-slide .text-box {
  width: 50%;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box {
    width: 100%;
    text-align: center;
  }
}
.stand-out-sec .standout-slider .swiper-slide .text-box .number-text {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box .number-text {
    margin: 0 auto 20px;
  }
}
.stand-out-sec .standout-slider .swiper-slide .text-box .number-text .text {
  font-size: 1.777rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box .number-text .text {
    font-size: 1.5rem;
  }
}
.stand-out-sec .standout-slider .swiper-slide .text-box .number-text svg path {
  stroke-dashoffset: 539.1172485352px;
  stroke-dasharray: 539.1172485352px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.stand-out-sec .standout-slider .swiper-slide .text-box .desc {
  padding-right: 5%;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box .desc {
    max-width: 100%;
  }
}
.stand-out-sec .standout-slider .swiper-slide .text-box .desc p {
  font-size: 1.222rem;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box .desc p {
    font-size: 14px;
  }
}
.stand-out-sec .standout-slider .swiper-slide .text-box .btn-box {
  margin: 60px 0 0;
  max-width: 75%;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .text-box .btn-box {
    margin: 30px 0 0;
    max-width: 100%;
  }
}
.stand-out-sec .standout-slider .swiper-slide .img-box {
  width: 50%;
  text-align: right;
}
@media (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .img-box {
    width: 100%;
    text-align: center;
    order: -1;
    margin-bottom: 20px;
  }
  .stand-out-sec .standout-slider .swiper-slide .img-box img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .stand-out-sec .standout-slider .swiper-slide .img-box img {
    height: auto;
  }
}
.stand-out-sec + .clients-logo-sec {
  border-radius: 0 0 100px 100px;
}
@media (max-width: 768px) {
  .stand-out-sec + .clients-logo-sec {
    border-radius: 0 0 70px 70px;
  }
}
@media (max-width: 576px) {
  .stand-out-sec + .clients-logo-sec {
    border-radius: 0 0 40px 40px;
  }
}
.stand-out-sec + .clients-logo-sec:before {
  border-radius: 0 0 100px 100px;
}
@media (max-width: 768px) {
  .stand-out-sec + .clients-logo-sec:before {
    border-radius: 0 0 70px 70px;
  }
}
@media (max-width: 576px) {
  .stand-out-sec + .clients-logo-sec:before {
    border-radius: 0 0 40px 40px;
  }
}

.clients-logo-sec {
  padding: 120px 0 30px;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 992px) {
  .clients-logo-sec {
    padding: 50px 0 15px;
  }
}
.clients-logo-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.clients-logo-sec .gl-heading-box {
  position: relative;
  z-index: 1;
}
.clients-logo-sec .gl-heading-box .heading-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clients-logo-sec .gl-heading-box .heading-row .col {
  width: 45%;
}
.clients-logo-sec .gl-heading-box .heading-row .col h6 {
  font-weight: 400;
}
.clients-logo-sec .gl-heading-box .heading-row .col p {
  font-weight: 600;
}
@media (max-width: 768px) {
  .clients-logo-sec .gl-heading-box .heading-row .col {
    width: 100%;
  }
}
.clients-logo-sec .logo-box {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.clients-logo-sec .logo-box svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.clients-logo-sec .logo-box svg .logo-grp {
  animation: floatingLogo 10s infinite linear;
}
.clients-logo-sec .logo-box svg .logo-grp:nth-child(even) {
  animation: floatingLogoReverse 10s infinite linear;
  animation-delay: 1s;
}
.clients-logo-sec .logo-box svg .logo-grp:hover path {
  fill: rgb(0, 0, 0);
}
.clients-logo-sec .logo-box svg .logo-grp:hover .logo-img {
  filter: invert(1);
}
.clients-logo-sec .logo-box svg .logo-grp .logo-img {
  filter: none;
  transition: all 0.5s;
}
.clients-logo-sec .logo-box svg .logo-grp circle {
  fill: #F2F2F2;
}
.clients-logo-sec .logo-box svg .logo-grp path {
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.faq-sec {
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .faq-sec {
    padding: 50px 0 30px;
  }
}
.faq-sec .circle-obj {
  background-color: #FF8900;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 992px) {
  .faq-sec .circle-obj {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 576px) {
  .faq-sec .circle-obj {
    display: none;
  }
}
.faq-sec .circle-obj.top {
  top: -100px;
  left: -72px;
}
@media (max-width: 992px) {
  .faq-sec .circle-obj.top {
    top: -80px;
    left: -60px;
  }
}
.faq-sec .circle-obj.bottom {
  background-color: #0A77F8;
  bottom: -98px;
  right: -78px;
}
@media (max-width: 992px) {
  .faq-sec .circle-obj.bottom {
    bottom: -80px;
    right: -60px;
  }
}
.faq-sec .heading-box {
  margin-bottom: 50px;
  margin-top: -25px;
  width: 35%;
}
@media (max-width: 992px) {
  .faq-sec .heading-box {
    width: 43%;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .faq-sec .heading-box {
    width: 100%;
    margin: 0 0 50px;
  }
}
.faq-sec .heading-box .title {
  font-weight: 100;
  line-height: 1.43;
}
.faq-sec .heading-box .title strong {
  font-weight: 400;
}
.faq-sec .faq-box {
  width: 65%;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .faq-sec .faq-box {
    width: 55%;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .faq-sec .faq-box {
    width: 100%;
    padding-left: 0;
  }
}
.faq-sec .accordion-row {
  max-width: 700px;
}
.faq-sec .accordion-row .accordion-panel {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  border-bottom: 1px solid #E3E3E3;
}
.faq-sec .accordion-row .accordion-panel.active:after {
  width: 100%;
}
.faq-sec .accordion-row .accordion-panel:after {
  content: "";
  border-bottom: 1px solid #FF8900;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  transition: all 1s ease 0s;
}
.faq-sec .accordion-row .accordion-panel .inner-wrap {
  background-color: #FFFFFF;
  padding: 0px 0 22px;
}
.faq-sec .accordion-row .accordion-panel .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  transform: rotate(0);
  transition: all 0.5s;
}
.faq-sec .accordion-row .accordion-panel .panel-head {
  cursor: pointer;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .faq-sec .accordion-row .accordion-panel .panel-head {
    padding-right: 30px;
  }
}
.faq-sec .accordion-row .accordion-panel .panel-head.toggled p {
  color: #FF8900;
}
.faq-sec .accordion-row .accordion-panel .panel-head.toggled .toggle-icon {
  transform: rotate(45deg);
}
.faq-sec .accordion-row .accordion-panel .panel-head p {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #505050;
}
.faq-sec .accordion-row .accordion-panel .panel-desc {
  margin-top: 15px;
  display: none;
}
.faq-sec .accordion-row .accordion-panel .panel-desc p {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
}

.hiring-sec {
  background-color: #FFFEF3;
  padding: 80px 0 100px;
}
@media (max-width: 992px) {
  .hiring-sec {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .hiring-sec {
    padding: 40px 0;
  }
}
.hiring-sec .job-desc-colm .content-box .desc li {
  font-family: "Mulish", sans-serif;
}
.hiring-sec .job-desc h3 {
  font-size: 60px;
}
@media (max-width: 1200px) {
  .hiring-sec .job-desc h3 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hiring-sec .job-desc h3 {
    font-size: 45px;
  }
}
.hiring-sec .gl-heading-box {
  max-width: 950px;
  width: 100%;
  color: #000;
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .hiring-sec .gl-heading-box {
    margin-bottom: 30px;
  }
}
.hiring-sec .gl-heading-box p {
  font-size: 1.1rem;
  font-weight: 400;
}
.hiring-sec .job-list-row {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .hiring-sec .job-list-row {
    padding-top: 0;
  }
}
.hiring-sec .listing-colm {
  width: 41%;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .hiring-sec .listing-colm {
    width: 100%;
    padding-top: 0;
    display: none;
  }
}
.hiring-sec .job-desc-colm {
  width: 59%;
  padding-left: 115px;
}
@media (max-width: 992px) {
  .hiring-sec .job-desc-colm {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .hiring-sec .job-desc-colm {
    width: 100%;
    margin: 40px 0 0;
    padding-left: 0;
  }
}
.hiring-sec .job-listing .scroll-indic {
  width: 40px;
  height: 7px;
  background: #e7e7e7;
  border-radius: 10px;
  margin: 20px auto;
  position: relative;
  display: none;
}
.hiring-sec .job-listing .scroll-indic .bar {
  background-color: #FF8900;
  border-radius: 5px;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: scroll-indic 2s linear infinite;
}
@media (max-width: 768px) {
  .hiring-sec .job-listing ul {
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #DFDDC2;
  }
  .hiring-sec .job-listing ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.hiring-sec .job-listing ul li {
  border: 1px solid #000;
  cursor: pointer;
  width: 85%;
  padding: 22px 35px;
  margin-bottom: 10px;
  font-size: 1.111rem;
  font-weight: 600;
  line-height: 1.118;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .hiring-sec .job-listing ul li {
    font-size: 16px;
    padding: 0;
    border: 0;
    display: inline-block;
    margin-right: 20px;
    width: 30%;
    white-space: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) {
  .hiring-sec .job-listing ul li {
    width: 40%;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 365px) {
  .hiring-sec .job-listing ul li {
    font-size: 12px;
  }
}
.hiring-sec .job-listing ul li.active {
  background-color: #FF8900;
  border-color: #FF8900;
  color: #FFFFFF;
  width: 100%;
}
@media (max-width: 768px) {
  .hiring-sec .job-listing ul li.active {
    background-color: transparent;
    color: #FF8900;
    width: auto;
  }
}
.hiring-sec .job-listing ul li.active .icon svg path {
  fill: #fff;
}
.hiring-sec .job-desc {
  display: none;
  max-width: 525px;
}
@media (max-width: 768px) {
  .hiring-sec .job-desc {
    max-width: 100%;
    display: block !important;
    margin-bottom: 25px;
  }
}
.hiring-sec .job-desc.active {
  display: block;
  animation: tabFadeRight 0.75s;
}
.hiring-sec .job-desc .mobile-toggle {
  display: none;
  align-items: center;
  font-size: 1.111rem;
  font-weight: 600;
  background-color: #FF8900;
  border: 1px solid #FF8900;
  padding: 10px 15px;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hiring-sec .job-desc .mobile-toggle {
    display: flex;
  }
}
.hiring-sec .job-desc .mobile-toggle.opened .icon-box::after {
  content: "-";
}
.hiring-sec .job-desc .mobile-toggle .icon-box {
  margin-left: auto;
  width: 30px;
  font-size: 30px;
  text-align: right;
}
.hiring-sec .job-desc .mobile-toggle .icon-box:after {
  content: "+";
}
@media (min-width: 769px) {
  .hiring-sec .job-desc .content-box {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .hiring-sec .job-desc .content-box {
    border: 1px solid #FF8900;
    padding: 40px 20px;
    display: none;
  }
}
.hiring-sec .job-desc .content-box .desc {
  margin: 25px 0 40px;
  width: 85%;
}
@media (max-width: 768px) {
  .hiring-sec .job-desc .content-box .desc {
    width: 100%;
  }
}
.hiring-sec .job-desc .content-box .desc p,
.hiring-sec .job-desc .content-box .desc li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hiring-sec .job-desc .content-box .desc ul {
  list-style: disc;
  margin-left: 15px;
}
.hiring-sec .job-desc .content-box .desc ul ul {
  list-style: circle;
  margin-left: 25px;
  margin-top: 5px;
}
.hiring-sec .job-desc .content-box .desc ul ul li {
  margin-bottom: 2px;
}
.hiring-sec .job-desc .content-box .btn {
  min-width: 140px;
}
.hiring-sec .hired-box {
  max-width: 52%;
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .hiring-sec .hired-box {
    max-width: 100%;
  }
}
.hiring-sec .hired-box .selection-wrapper .hired-slider-box .swiper-slide {
  width: 68px;
}
.hiring-sec .hired-box .selection-wrapper .hired-slider-box .swiper-slide img {
  width: 100%;
}
.hiring-sec .hired-box .you {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 37px;
  font-weight: 700;
  color: #FFFFFF;
  width: 120px;
}

.job-application-popup {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  transition: all 0.4s;
}
.job-application-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.job-application-popup.active .inner-box-wrap {
  margin-top: 0;
  opacity: 1;
}
.job-application-popup .back-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.job-application-popup .inner-box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 60px;
  margin-top: -70vh;
  opacity: 0;
  z-index: 2;
  overflow: auto;
  transition: all 0.5s ease 0.15s;
}
@media (max-width: 992px) {
  .job-application-popup .inner-box-wrap {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .job-application-popup .inner-box-wrap {
    border-radius: 20px;
    padding: 30px 15px;
    width: 90%;
    height: 80%;
  }
}
.job-application-popup .inner-box-wrap::-webkit-scrollbar {
  width: 0px;
}
.job-application-popup .inner-box-wrap .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 2;
}
.job-application-popup .inner-box-wrap .close-btn:hover {
  color: #FF8900;
}
.job-application-popup .inner-box-wrap .gform_wrapper {
  width: 100%;
}

.job-application-popup .gform_footer {
  margin-top: -50px !important;
}
@media (max-width: 768px) {
  .job-application-popup .gform_footer {
    margin-top: 0 !important;
  }
}

.gform_submission_error.hide_summary {
  display: none;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label {
  position: relative !important;
}

#validation_message_2_8 {
  margin-right: 80px;
}
@media (max-width: 1200px) {
  #validation_message_2_8 {
    margin-right: 70px;
  }
}
@media (max-width: 992px) {
  #validation_message_2_8 {
    right: 55px;
  }
}
@media (max-width: 768px) {
  #validation_message_2_8 {
    right: 0;
    text-align: center !important;
  }
}

.services-block-sec {
  padding: 135px 0 100px;
}
@media (max-width: 992px) {
  .services-block-sec {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .services-block-sec {
    padding: 100px 0 50px;
  }
}
.services-block-sec .content-row {
  margin-right: -70px;
  align-items: center;
}
@media (max-width: 1400px) {
  .services-block-sec .content-row {
    margin-right: -30px;
  }
}
@media (max-width: 1200px) {
  .services-block-sec .content-row {
    margin-right: 0px;
  }
}
.services-block-sec .left-col-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .services-block-sec .left-col-wrap {
    width: 40%;
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .services-block-sec .left-col-wrap {
    width: 33.33%;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .services-block-sec .left-col-wrap {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .services-block-sec .left-col-wrap {
    width: 100%;
  }
}
.services-block-sec .heading-box {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .services-block-sec .heading-box {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .services-block-sec .heading-box {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
.services-block-sec .heading-box h2 {
  font-size: 3.888rem;
}
@media (max-width: 992px) {
  .services-block-sec .heading-box h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .services-block-sec .heading-box h2 {
    font-size: 2.5rem;
  }
}
.services-block-sec .curve-line-box {
  width: 25%;
  display: inline-flex;
  align-items: center;
  margin-left: 10%;
}
@media (max-width: 1200px) {
  .services-block-sec .curve-line-box {
    width: 16%;
  }
}
@media (max-width: 992px) {
  .services-block-sec .curve-line-box {
    display: none;
  }
}
.services-block-sec .services-box {
  width: calc(25% - 35px);
  color: #1D1D1D;
  margin-left: 35px;
  margin-bottom: 35px;
  padding: 35px 15px;
  border-radius: 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 0.71/1;
}
@media (max-width: 1200px) {
  .services-block-sec .services-box {
    width: calc(28% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .services-block-sec .services-box {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .services-block-sec .services-box {
    width: calc(50% - 20px);
    aspect-ratio: auto;
  }
}
@media (max-width: 576px) {
  .services-block-sec .services-box {
    width: 100%;
    margin-left: 0;
  }
  .services-block-sec .services-box:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}
.services-block-sec .services-box .bottom-bg-traingle {
  position: absolute;
  bottom: 0;
  left: 0;
}
.services-block-sec .services-box:nth-of-type(3), .services-block-sec .services-box:nth-of-type(5) {
  padding-bottom: 0;
}
.services-block-sec .services-box .name {
  font-size: 1.333rem;
  font-weight: 500;
  margin: 45px 0;
  width: 100%;
  line-height: 1.4;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .services-block-sec .services-box .name {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .services-block-sec .services-box .name {
    margin: 30px 0 20px;
  }
}
.services-block-sec .services-box .doodle-icon {
  position: absolute;
  top: 23px;
  right: 26px;
}
.services-block-sec .services-box .img-box {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px;
}
.services-block-sec .services-box .img-box img {
  width: 100%;
}
.services-block-sec .services-box .img-box:nth-of-type(1), .services-block-sec .services-box .img-box:nth-of-type(2) {
  margin-bottom: -35px;
}
.services-block-sec .services-box .img-box:nth-of-type(4) {
  margin-bottom: -30px;
}

.service-details-sec .white-bg-traingle {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.service-details-sec .white-bg-traingle img {
  width: 100%;
}
.service-details-sec .text-box ul li {
  font-family: "Mulish", sans-serif;
}
.service-details-sec .text-box .label-txt {
  font-weight: 700;
  font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .service-details-sec .text-box .label-txt {
    padding-bottom: 8px;
  }
}
.service-details-sec .black-bg-traingle {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-details-sec .black-bg-traingle img {
  width: 100%;
}
.service-details-sec .detail-box-wrap {
  position: relative;
  padding: 130px 0 50px;
  background-color: #161616;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .service-details-sec .detail-box-wrap {
    padding-top: 40px;
  }
}
.service-details-sec .detail-box-wrap#web-app {
  margin: -3px 0;
}
.service-details-sec .detail-box-wrap:nth-of-type(1) {
  -webkit-clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
  background: #1D1D1D;
  padding-bottom: 180px;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap:nth-of-type(1) {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap:nth-of-type(1) {
    padding-bottom: 50px;
  }
}
.service-details-sec .detail-box-wrap:nth-of-type(1) .icons-listing-box ul::after, .service-details-sec .detail-box-wrap:nth-of-type(1) .icons-listing-box ul::before {
  background: linear-gradient(180deg, #1D1D1D 0%, rgba(29, 29, 29, 0) 100%);
}
.service-details-sec .detail-box-wrap:nth-of-type(2) {
  -webkit-clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
          clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
  margin-top: -100px;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap:nth-of-type(2) {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap:nth-of-type(2) {
    margin-top: 0;
  }
}
.service-details-sec .detail-box-wrap.active#web-design .text-box h2, .service-details-sec .detail-box-wrap.active#web-design .text-box li {
  color: #FDE284;
  transition: all 1s;
}
.service-details-sec .detail-box-wrap.active#web-app .text-box h2, .service-details-sec .detail-box-wrap.active#web-app .text-box li {
  color: #00CA8E;
  transition: all 1s;
}
.service-details-sec .detail-box-wrap.active#mobile-app .text-box h2, .service-details-sec .detail-box-wrap.active#mobile-app .text-box li {
  color: #FF9559;
  transition: all 1s;
}
.service-details-sec .detail-box-wrap.active#digital-marketing .text-box h2, .service-details-sec .detail-box-wrap.active#digital-marketing .text-box li {
  color: #499DFF;
  transition: all 1s;
}
.service-details-sec .detail-box-wrap .content-row {
  max-width: 94%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap .content-row {
    max-width: 100%;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
.service-details-sec .detail-box-wrap .text-box {
  width: 64%;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap .text-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .text-box {
    width: 100%;
  }
}
.service-details-sec .detail-box-wrap .text-box h2 {
  text-transform: uppercase;
}
.service-details-sec .detail-box-wrap .text-box .desc {
  max-width: 65%;
  margin: 35px 0;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap .text-box .desc {
    max-width: 100%;
  }
}
.service-details-sec .detail-box-wrap .text-box .desc p {
  color: #ABABAB;
  font-size: 0.9rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}
.service-details-sec .detail-box-wrap .text-box ul {
  list-style: disc;
  margin-left: 18px;
}
.service-details-sec .detail-box-wrap .text-box ul li {
  line-height: 1.43;
  margin-bottom: 20px;
}
.service-details-sec .detail-box-wrap .img-box {
  width: 36%;
  text-align: right;
  mix-blend-mode: lighten;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap .img-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .img-box {
    width: 100%;
    text-align: center;
    order: -1;
  }
}
.service-details-sec .detail-box-wrap .img-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .img-box img {
    max-height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.service-details-sec .detail-box-wrap .icons-listing-box {
  width: 36%;
  position: relative;
}
@media (max-width: 992px) {
  .service-details-sec .detail-box-wrap .icons-listing-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .icons-listing-box {
    width: 100%;
  }
}
.service-details-sec .detail-box-wrap .icons-listing-box ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-rule: 1px solid rgba(255, 255, 255, 0.1);
       column-rule: 1px solid rgba(255, 255, 255, 0.1);
  -moz-column-gap: 0;
       column-gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.service-details-sec .detail-box-wrap .icons-listing-box ul::before, .service-details-sec .detail-box-wrap .icons-listing-box ul::after {
  content: "";
  background: linear-gradient(180deg, #161616 0%, rgba(29, 29, 29, 0) 100%);
  width: 120%;
  height: 120px;
  position: absolute;
  top: 0;
  left: -10%;
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .icons-listing-box ul::before, .service-details-sec .detail-box-wrap .icons-listing-box ul::after {
    height: 80px;
  }
}
.service-details-sec .detail-box-wrap .icons-listing-box ul:after {
  top: auto;
  bottom: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li {
  height: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .service-details-sec .detail-box-wrap .icons-listing-box ul li {
    height: 100px;
  }
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li:nth-child(4) {
  margin-top: -50px;
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li .c-wrap {
  cursor: pointer;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li .icon {
  text-align: center;
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li img {
  max-width: 48px;
}
.service-details-sec .detail-box-wrap .icons-listing-box ul li .text {
  font-size: 14px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: #878787;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .service-details-sec .detail-box-wrap .icons-listing-box ul li .text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.fact-list-sec {
  background: #1D1D1D;
}

.our-info-sec {
  margin-top: 0px;
  background-color: #000;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .our-info-sec {
    padding: 40px 0 0;
  }
}
.our-info-sec .title-text {
  color: #FEBA0C;
  font-size: 1.2rem;
  font-weight: 700;
}
.our-info-sec .tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-info-sec .tabs .tab-item {
  width: 33.33333%;
  text-align: center;
  padding: 0px 0 80px;
}
@media (max-width: 1200px) {
  .our-info-sec .tabs .tab-item {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .our-info-sec .tabs .tab-item {
    padding-bottom: 20px;
  }
}
.our-info-sec .tabs .tab-item:hover .tab-link, .our-info-sec .tabs .tab-item.active .tab-link {
  color: #0bb180;
}
.our-info-sec .tabs .tab-item .tab-link {
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  font-size: 2.2rem;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .our-info-sec .tabs .tab-item .tab-link {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .our-info-sec .tabs .tab-item .tab-link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .our-info-sec .tabs .tab-item .tab-link {
    font-size: 16px;
    padding: 0 15px;
  }
}
.our-info-sec .tabs .tab-item .tab-link h4 {
  margin-bottom: 0;
}
.our-info-sec .tab-content .tab-panel {
  display: none;
}
.our-info-sec .tab-content .tab-panel.active {
  animation: tabFadeUp 0.5s;
  display: block;
}
.our-info-sec .inner-info-row {
  margin: 30px 0px 0;
}
.our-info-sec .inner-info-row .inner-info-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.our-info-sec .inner-info-row .inner-info-item:nth-last-of-type(1) .content {
  border-bottom: none;
}
.our-info-sec .inner-info-row .inner-info-item:first-child .content {
  padding-top: 1rem;
}
.our-info-sec .inner-info-row .inner-info-item:first-child .content .vector-line {
  display: none;
}
@media (max-width: 768px) {
  .our-info-sec .inner-info-row .inner-info-item:first-child .content .vector-line {
    display: block;
  }
}
.our-info-sec .inner-info-row .inner-info-item .title {
  width: 15.5%;
  font-size: 1.15rem;
  font-weight: 700;
  color: #878787;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .our-info-sec .inner-info-row .inner-info-item .title {
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.our-info-sec .inner-info-row .inner-info-item .content {
  width: 84.5%;
  flex: 0 0 84.5%;
  max-width: 84.5%;
  padding: 2.5rem 0 2.5rem 4.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .our-info-sec .inner-info-row .inner-info-item .content {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0 40px 0;
    border-left: none;
    border-bottom: none;
  }
}
.our-info-sec .inner-info-row .inner-info-item .content.aos-animate svg {
  animation: scale-path-x 1s linear;
}
.our-info-sec .inner-info-row .inner-info-item .content .vector-line {
  bottom: auto;
  top: 0;
  display: none;
}
.our-info-sec .inner-info-row .inner-info-item .content .vector-line svg {
  transform-origin: 0 0;
}
.our-info-sec .inner-info-row .inner-info-item .content .vector-line svg path {
  stroke: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .our-info-sec .inner-info-row .inner-info-item .content .vector-line svg path {
    stroke: rgba(255, 255, 255, 0.5);
  }
}
.our-info-sec .inner-info-row .inner-info-item .content ul {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .our-info-sec .inner-info-row .inner-info-item .content ul {
    flex-wrap: wrap;
  }
}
.our-info-sec .inner-info-row .inner-info-item .content ul li {
  padding: 10px;
}
.our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap {
  text-align: center;
  transform: translateY(0);
  transition: all 0.5s;
  display: inline-block;
  cursor: pointer;
}
.our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap:hover {
  transform: translateY(-15px);
}
.our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap .icon {
  display: block;
  width: 100%;
}
.our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap .icon img {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap .icon img {
    max-width: 30px;
  }
}
.our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: #878787;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .our-info-sec .inner-info-row .inner-info-item .content ul li .c-wrap .text {
    font-size: 12px;
  }
}

.our-approach-sec {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .our-approach-sec {
    padding: 50px 0;
  }
}
.our-approach-sec .content-row {
  max-width: 88%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .our-approach-sec .content-row {
    max-width: 100%;
  }
}
.our-approach-sec .heading-box {
  width: 40%;
}
@media (max-width: 768px) {
  .our-approach-sec .heading-box {
    width: 100%;
  }
}
.our-approach-sec .heading-box h2 {
  font-size: 3.23rem;
  font-weight: 700;
  width: 138%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .our-approach-sec .heading-box h2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .our-approach-sec .heading-box h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .our-approach-sec .heading-box h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .our-approach-sec .heading-box h2 {
    font-size: 2.2rem;
  }
}
.our-approach-sec .content-box {
  margin-left: -140px;
  width: calc(60% + 140px);
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0;
       column-gap: 0;
  page-break-inside: avoid;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .our-approach-sec .content-box {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .our-approach-sec .content-box {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.our-approach-sec .content-box .text-card {
  padding: 160px 35px 65px;
  page-break-inside: avoid;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: rgba(29, 29, 29, 0.1);
  opacity: 0 !important;
}
@media (max-width: 768px) {
  .our-approach-sec .content-box .text-card {
    padding: 80px 20px 40px;
  }
}
@media (max-width: 576px) {
  .our-approach-sec .content-box .text-card {
    padding: 30px 15px 20px;
  }
}
.our-approach-sec .content-box .text-card.aos-animate {
  opacity: 1 !important;
}
.our-approach-sec .content-box .text-card:first-child {
  border-width: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-approach-sec .content-box .text-card:first-child {
    padding-top: 80px;
    height: unset;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .our-approach-sec .content-box .text-card:first-child {
    display: none;
  }
}
.our-approach-sec .content-box .text-card h6 {
  font-size: 1.333rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .our-approach-sec .content-box .text-card h6 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.our-approach-sec .content-box .text-card ul li {
  font-size: 0.9rem;
  line-height: 188.5%;
}
@media (max-width: 576px) {
  .our-approach-sec .content-box .text-card ul li {
    font-size: 14px;
  }
}

.project-listing-sec {
  padding: 140px 0 80px;
}
@media (max-width: 1200px) {
  .project-listing-sec {
    padding-top: 100px;
  }
}
.project-listing-sec .container-fluid {
  max-width: 100%;
}
.project-listing-sec .heading-box {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .project-listing-sec .heading-box {
    margin-bottom: 60px;
  }
}
.project-listing-sec .heading-box h2 {
  font-weight: 700;
}
.project-listing-sec .featured-projects-row {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-gap: 120px;
       column-gap: 120px;
  padding: 0 60px 60px;
}
@media (max-width: 1200px) {
  .project-listing-sec .featured-projects-row {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
@media (max-width: 992px) {
  .project-listing-sec .featured-projects-row {
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding: 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .project-listing-sec .featured-projects-row {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0 10px 40px;
  }
}
@media (max-width: 576px) {
  .project-listing-sec .featured-projects-row {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0 20px 30px;
  }
}
.project-listing-sec .featured-projects-row .content-box {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: block;
  margin-bottom: 120px;
  color: #fff;
}
.project-listing-sec .featured-projects-row .content-box:hover {
  color: #FF8900;
}
.project-listing-sec .featured-projects-row .content-box .img-box {
  text-align: center;
  margin-bottom: 40px;
}
.project-listing-sec .featured-projects-row .content-box .img-box img {
  width: 100%;
}
.project-listing-sec .featured-projects-row .content-box .text-box h6 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.project-listing-sec .featured-projects-row .content-box .text-box p {
  font-size: 0.8rem;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 10px;
}
.project-listing-sec .featured-projects-row .content-box .text-box p:last-child {
  font-style: italic;
}
@media (max-width: 1200px) {
  .project-listing-sec .project-list {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .project-listing-sec .project-list {
    padding-right: 0;
  }
}
.project-listing-sec .project-card {
  position: relative;
  width: calc(210vw / var(--context));
  display: block;
  color: #FFFFFF;
  margin: 0 calc(58vw / var(--context)) calc(120vw / var(--context));
}
@media (max-width: 992px) {
  .project-listing-sec .project-card {
    margin: 0 40px 60px;
    width: calc(33.33% - 80px);
  }
}
@media (max-width: 768px) {
  .project-listing-sec .project-card {
    width: calc(50% - 60px);
    margin: 0 30px 50px;
  }
}
@media (max-width: 576px) {
  .project-listing-sec .project-card {
    width: 100%;
  }
}
.project-listing-sec .project-card:hover .img-box img {
  border-radius: 0;
}
.project-listing-sec .project-card:hover .img-box .back-bg {
  width: calc(100% - 20px) !important;
  border-radius: 0 !important;
  height: 100% !important;
  background-color: transparent !important;
  bottom: -15px !important;
  right: -18px !important;
  top: auto !important;
  left: auto !important;
}
.project-listing-sec .project-card .vertical-text {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  top: 30px;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .project-listing-sec .project-card .vertical-text {
    font-size: 9px;
    top: 10px;
  }
}
.project-listing-sec .project-card .vertical-text .subhead {
  color: #808080;
  margin-bottom: 5px;
}
.project-listing-sec .project-card .img-box {
  position: relative;
  display: table;
  width: 100%;
}
.project-listing-sec .project-card .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.project-listing-sec .project-card .img-box .back-bg {
  width: calc(100% - 20px);
  border: 6px solid;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .project-listing-sec .project-card .img-box .back-bg {
    width: 100%;
  }
}
.project-listing-sec .project-card .img-box .back-bg:not(.border) {
  border-radius: 50%;
}
.project-listing-sec .project-card .img-box .back-bg.top-right {
  top: -12px;
  right: -30px;
}
.project-listing-sec .project-card .img-box .back-bg.center-left {
  top: 20px;
  left: -25px;
}
.project-listing-sec .project-card .img-box .back-bg.bottom-right {
  bottom: -15px;
  right: -18px;
}
.project-listing-sec .project-card .img-box .back-bg.border {
  background-color: transparent !important;
}
.project-listing-sec .project-card .img-box .back-bg.border:not(.br-all):not(.br-top-right) {
  border-radius: 0;
}
.project-listing-sec .project-card .img-box .back-bg.sm {
  width: 80%;
  height: 80%;
}
.project-listing-sec .project-card .title-box {
  text-align: right;
  margin-top: 35px;
}
@media (max-width: 1440px) {
  .project-listing-sec .project-card .title-box {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.project-listing-sec .project-card .title-box p {
  font-weight: 700;
}

/* project detail */
.project-banner-sec {
  padding-top: 215px;
  position: relative;
}
@media (max-width: 1200px) {
  .project-banner-sec {
    padding-top: 170px;
  }
}
@media (max-width: 992px) {
  .project-banner-sec {
    padding-top: 140px;
  }
}
@media (max-width: 576px) {
  .project-banner-sec {
    padding-top: 100px;
  }
}
.project-banner-sec:after {
  content: "";
  background-color: #171717;
  -webkit-clip-path: polygon(0 32%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 32%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 32%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .project-banner-sec:after {
    height: 100px;
  }
}
.project-banner-sec .content-row {
  position: relative;
  z-index: 2;
}
.project-banner-sec .text-col {
  width: 58%;
}
@media (max-width: 576px) {
  .project-banner-sec .text-col {
    width: 100%;
  }
}
.project-banner-sec .text-col h1 {
  color: #FECA1E;
  font-size: 6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .project-banner-sec .text-col h1 {
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  .project-banner-sec .text-col h1 {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .project-banner-sec .text-col h1 {
    font-size: 3.5rem;
  }
}
.project-banner-sec .text-col p {
  font-size: 0.9rem;
}
.project-banner-sec .text-col .desc {
  max-width: 440px;
}
.project-banner-sec .img-col {
  width: 42%;
  padding-left: 150px;
  position: relative;
}
@media (max-width: 1200px) {
  .project-banner-sec .img-col {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .project-banner-sec .img-col {
    padding-left: 50px;
    text-align: right;
  }
}
@media (max-width: 576px) {
  .project-banner-sec .img-col {
    padding: 30px 0 0;
    text-align: left;
    width: 100%;
  }
}
.project-banner-sec .img-col .vert-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #252525;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 10px;
  position: absolute;
  bottom: 90px;
  right: -50px;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .project-banner-sec .img-col .vert-text {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .project-banner-sec .img-col .vert-text {
    right: 50px;
  }
}
@media (max-width: 992px) {
  .project-banner-sec .img-col .vert-text {
    display: none;
  }
}
.project-banner-sec .project-main-img {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.color-used-sec {
  background-color: #171717;
  margin-top: -2px;
  padding: 145px 0 100px;
}
@media (max-width: 1200px) {
  .color-used-sec {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .color-used-sec {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .color-used-sec {
    padding: 50px 0;
  }
}
.color-used-sec .text-box h2 {
  color: #FFFFFF;
}
.color-used-sec .text-box p {
  color: #797979;
  font-size: 0.8rem;
}
.color-used-sec .text-box .desc {
  max-width: 285px;
}
@media (max-width: 576px) {
  .color-used-sec .text-box .desc {
    max-width: 100%;
  }
}
.color-used-sec .text-col {
  position: absolute;
}
@media (max-width: 576px) {
  .color-used-sec .text-col {
    position: static;
  }
}
.color-used-sec .colors-col {
  width: 80%;
  margin-left: auto;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .color-used-sec .colors-col {
    width: 100%;
    margin-top: 200px;
  }
}
@media (max-width: 576px) {
  .color-used-sec .colors-col {
    margin-top: 60px;
  }
}
.color-used-sec .color-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 992px) {
  .color-used-sec .color-box {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 576px) {
  .color-used-sec .color-box {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.color-used-sec .color-box .color {
  width: 18%;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color {
    width: 25%;
  }
}
.color-used-sec .color-box .color.md {
  width: 18%;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color.md {
    width: 25%;
  }
}
.color-used-sec .color-box .color.sm {
  width: 13%;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color.sm {
    width: 22%;
  }
}
.color-used-sec .color-box .color.lg {
  width: 22%;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color.lg {
    width: 30%;
  }
}
.color-used-sec .color-box .color.xl {
  width: 30%;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color.xl {
    width: 35%;
  }
}
.color-used-sec .color-box .color:nth-child(1) {
  margin-left: auto;
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color:nth-child(1) {
    margin-left: 0;
  }
}
.color-used-sec .color-box .color:nth-child(3) {
  margin-top: -100px;
}
@media (max-width: 992px) {
  .color-used-sec .color-box .color:nth-child(3) {
    margin-top: -70px;
  }
}
@media (max-width: 576px) {
  .color-used-sec .color-box .color:nth-child(3) {
    margin-top: -34px;
  }
}
.color-used-sec .color-box .color:nth-child(1), .color-used-sec .color-box .color:nth-child(4), .color-used-sec .color-box .color:nth-child(5) {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .color-used-sec .color-box .color:nth-child(1), .color-used-sec .color-box .color:nth-child(4), .color-used-sec .color-box .color:nth-child(5) {
    margin-top: 30px;
  }
}

.mobile-view-sec {
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .mobile-view-sec {
    padding-top: 100px;
  }
}
@media (max-width: 992px) {
  .mobile-view-sec {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .mobile-view-sec {
    padding-top: 50px;
  }
}
.mobile-view-sec .heading-box .main-head {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 0 0;
}
@media (max-width: 576px) {
  .mobile-view-sec .heading-box .main-head {
    white-space: normal;
  }
}
.mobile-view-sec .img-box {
  margin-top: -40px;
}
@media (max-width: 992px) {
  .mobile-view-sec .img-box {
    margin-top: -20px;
  }
}

.ui-guidelines-sec {
  background-color: #171717;
  padding: 450px 0 140px;
  margin-top: -280px;
}
@media (max-width: 1200px) {
  .ui-guidelines-sec {
    padding: 350px 0 100px;
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .ui-guidelines-sec {
    padding: 250px 0 70px;
    margin-top: -180px;
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec {
    padding-bottom: 0;
  }
}
.ui-guidelines-sec * {
  color: #FFFFFF;
}
.ui-guidelines-sec .head-box {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .ui-guidelines-sec .head-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec .head-box {
    flex-wrap: wrap;
  }
}
.ui-guidelines-sec .head-box h2 {
  margin: 0;
  font-weight: 700;
}
.ui-guidelines-sec .head-box .subhead {
  font-family: "Mulish", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .ui-guidelines-sec .head-box .subhead {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
}
.ui-guidelines-sec .typography-box {
  border-top: 1px solid #40C9FF;
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 1200px) {
  .ui-guidelines-sec .typography-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .ui-guidelines-sec .typography-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .ui-guidelines-sec .typography-box .flex {
    max-width: 95%;
    margin: 0 auto;
  }
}
.ui-guidelines-sec .typography-box:before, .ui-guidelines-sec .typography-box:after {
  content: "";
  background-image: url(../img/mem_stipe_square.svg);
  background-size: cover;
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
}
.ui-guidelines-sec .typography-box:before {
  left: 0;
}
.ui-guidelines-sec .typography-box:after {
  right: 0;
}
.ui-guidelines-sec .typography-box .typo-box {
  background: #262626;
  border-color: #40C9FF;
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 50%;
  padding: 90px 25px 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .ui-guidelines-sec .typography-box .typo-box {
    padding: 50px 20px;
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec .typography-box .typo-box {
    width: 100%;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 30px 20px;
  }
}
.ui-guidelines-sec .typography-box .typo-box:nth-child(even) {
  border-right-width: 1px;
}
.ui-guidelines-sec .typography-box .typo-box .name {
  margin: 50px 0 70px;
  font-weight: 500;
  font-size: 1.35rem;
}
@media (max-width: 992px) {
  .ui-guidelines-sec .typography-box .typo-box .name {
    margin: 30px 0 40px;
  }
}
.ui-guidelines-sec .typography-box .typo-box .font-variations {
  display: flex;
  text-align: left;
  opacity: 0.3;
}
.ui-guidelines-sec .typography-box .typo-box .font-variations li {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-right: 20px;
}
.ui-guidelines-sec .layout-grids .grid-row {
  max-width: 970px;
  margin: 0 auto;
  -moz-column-gap: 117px;
       column-gap: 117px;
}
@media (max-width: 992px) {
  .ui-guidelines-sec .layout-grids .grid-row {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec .layout-grids .grid-row {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.ui-guidelines-sec .layout-grids .grid-box {
  width: calc(33.33% - 78px);
}
@media (max-width: 992px) {
  .ui-guidelines-sec .layout-grids .grid-box {
    width: calc(33.33% - 54px);
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec .layout-grids .grid-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.ui-guidelines-sec .layout-grids .grid-box .colm-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .ui-guidelines-sec .layout-grids .grid-box .colm-box {
    max-width: 75%;
  }
}
.ui-guidelines-sec .layout-grids .grid-box .colm-box .colm {
  width: calc(33.33% - 32px);
  height: 425px;
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .ui-guidelines-sec .layout-grids .grid-box .colm-box .colm {
    width: calc(33.33% - 18px);
  }
}
@media (max-width: 768px) {
  .ui-guidelines-sec .layout-grids .grid-box .colm-box .colm {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .ui-guidelines-sec .layout-grids .grid-box .colm-box .colm {
    max-width: 50px;
  }
}
.ui-guidelines-sec .layout-grids .grid-box h6 {
  font-size: 1.325rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ui-guidelines-sec .layout-grids .grid-box h6 {
    font-size: 1rem;
  }
}

.behind-design-sec {
  padding: 80px 0 150px;
}
@media (max-width: 1200px) {
  .behind-design-sec {
    padding: 80px 0 100px;
  }
}
@media (max-width: 992px) {
  .behind-design-sec {
    padding: 40px 0 70px;
  }
}
@media (max-width: 576px) {
  .behind-design-sec {
    padding: 20px 0 50px;
  }
}
.behind-design-sec .heading-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .behind-design-sec .heading-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .behind-design-sec .heading-box {
    flex-wrap: wrap;
  }
}
.behind-design-sec .heading-box h2 {
  margin: 0;
}
@media (max-width: 576px) {
  .behind-design-sec .heading-box h2 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .behind-design-sec .heading-box img {
    order: -1;
  }
}

.screenshot-gallery-sec {
  background-color: #F74A9D;
  padding-top: 50px;
  position: relative;
}
.screenshot-gallery-sec .vert-text {
  writing-mode: vertical-lr;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: 15%;
  right: 6%;
  font-size: 12px;
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .screenshot-gallery-sec .vert-text {
    top: 8%;
  }
}
@media (max-width: 576px) {
  .screenshot-gallery-sec .vert-text {
    top: 40px;
    right: 10px;
  }
}
.screenshot-gallery-sec .img-wrapper-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 48px;
  max-width: 1440px;
  margin: 0 auto;
  -moz-column-gap: 116px;
       column-gap: 116px;
}
@media (max-width: 992px) {
  .screenshot-gallery-sec .img-wrapper-box {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media (max-width: 576px) {
  .screenshot-gallery-sec .img-wrapper-box {
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 30px;
  }
}
.screenshot-gallery-sec .img-wrapper-box .img-box {
  width: calc(50% - 58px);
  margin-top: 100px;
}
@media (max-width: 992px) {
  .screenshot-gallery-sec .img-wrapper-box .img-box {
    width: calc(50% - 35px);
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .screenshot-gallery-sec .img-wrapper-box .img-box {
    width: 100%;
    margin: 0px 0 40px !important;
  }
}
.screenshot-gallery-sec .img-wrapper-box .img-box:first-child {
  margin-left: -16%;
}
.screenshot-gallery-sec .img-wrapper-box .img-box:nth-child(3) {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .screenshot-gallery-sec .img-wrapper-box .img-box:nth-child(3) {
    margin-top: 80px;
  }
}
.screenshot-gallery-sec .img-wrapper-box .img-box:nth-child(4) {
  margin-top: -16%;
  margin-right: -12%;
  margin-left: 12%;
}
.screenshot-gallery-sec .img-wrapper-box .img-box:nth-child(5) {
  text-align: center;
  margin-top: 0;
}
.screenshot-gallery-sec .img-wrapper-box .img-box:last-child {
  margin-top: -12%;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .screenshot-gallery-sec .img-wrapper-box .img-box:last-child {
    margin-bottom: -60px;
  }
}

.designer-content-sec {
  padding: 235px 0 200px;
  position: relative;
}
@media (max-width: 1200px) {
  .designer-content-sec {
    padding: 180px 0 150px;
  }
}
@media (max-width: 992px) {
  .designer-content-sec {
    padding: 120px 0 100px;
  }
}
@media (max-width: 576px) {
  .designer-content-sec {
    padding: 60px 0 80px;
  }
}
.designer-content-sec .design-elm-wrap {
  position: absolute;
  width: 100%;
  top: 170px;
  left: 0;
}
.designer-content-sec .design-elm-wrap svg {
  width: 100%;
  height: auto;
}
.designer-content-sec .content-box {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.designer-content-sec .content-box ul {
  list-style: none;
}
.designer-content-sec .content-box ul li {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .designer-content-sec .content-box ul li {
    margin-bottom: 20px;
  }
}
.designer-content-sec .content-box ul li p {
  margin: 0;
  font-size: 0.9rem;
}
.designer-content-sec .content-box .logo-box {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .designer-content-sec .content-box .logo-box {
    padding-top: 20px;
  }
}

.other-cs-sec {
  padding-left: 42px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .other-cs-sec {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .other-cs-sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .other-cs-sec {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .other-cs-sec {
    padding-right: 20px;
  }
}
.other-cs-sec .heading-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .other-cs-sec .heading-box {
    margin-bottom: 40px;
  }
}
.other-cs-sec .heading-box .sub-head {
  display: inline-block;
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .other-cs-sec .heading-box .sub-head {
    margin-top: 0;
  }
}
.other-cs-sec .heading-box .main-head {
  width: 65%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .other-cs-sec .heading-box .main-head {
    width: 100%;
    margin: 15px 0 0;
  }
}
.other-cs-sec .cs-slider .img-box img {
  width: 100%;
}
.other-cs-sec .cs-slider .text-box {
  margin-top: 22px;
}
.other-cs-sec .cs-slider .text-box h6 {
  font-weight: 700;
}
.other-cs-sec .cs-slider .text-box ul {
  display: flex;
  align-items: center;
}
.other-cs-sec .cs-slider .text-box ul li {
  font-size: 0.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.other-cs-sec .cs-slider .text-box ul li:first-child:before {
  display: none;
}
.other-cs-sec .cs-slider .text-box ul li:before {
  content: "";
  background-color: #1D1D1D;
  width: 40px;
  height: 1px;
  display: inline-block;
  margin: 0 13px;
}
@media (max-width: 992px) {
  .other-cs-sec .cs-slider .text-box ul li:before {
    width: 25px;
    margin: 0 6px;
  }
}

.screenshot-sec {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 1440px) {
  .screenshot-sec {
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .screenshot-sec {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .screenshot-sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .screenshot-sec {
    padding-bottom: 50px;
  }
}
.screenshot-sec .leaf {
  position: absolute;
  right: 0;
  bottom: 85px;
  z-index: 0;
}
@media (max-width: 768px) {
  .screenshot-sec .leaf {
    bottom: 45px;
  }
}
@media (max-width: 1400px) {
  .screenshot-sec .leaf img {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .screenshot-sec .leaf img {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  .screenshot-sec .leaf img {
    max-width: 60px;
  }
}

.screenshot-wrap {
  position: relative;
  z-index: 1;
}
.screenshot-wrap .screenshot-image {
  display: flex;
}
.screenshot-wrap .screenshot-image .col.left {
  width: 26%;
}
.screenshot-wrap .screenshot-image .col.right {
  width: 74%;
}
.screenshot-wrap .screenshot-content {
  display: flex;
}
.screenshot-wrap .screenshot-content .col.left {
  width: 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
@media (max-width: 768px) {
  .screenshot-wrap .screenshot-content .col.left {
    display: none;
  }
}
.screenshot-wrap .screenshot-content .col.right {
  width: 74%;
  flex: 0 0 74%;
  max-width: 74%;
}
@media (max-width: 768px) {
  .screenshot-wrap .screenshot-content .col.right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.screenshot-wrap .image.mobile {
  position: relative;
  z-index: 0;
  top: 20%;
}
.screenshot-wrap .image.mobile img {
  position: relative;
  right: -20%;
}
.screenshot-wrap .image.desktop {
  position: relative;
  z-index: 1;
}
.screenshot-wrap .image.desktop img {
  border-radius: 50px;
  border: 4px solid #202020;
}
@media (max-width: 768px) {
  .screenshot-wrap .image.desktop img {
    border-radius: 25px;
  }
}
.screenshot-wrap .image img {
  width: 100%;
}
.screenshot-wrap .info {
  font-size: 1.75rem;
  font-weight: 500;
  color: #b4b4b4;
  padding: 120px 0 0;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .screenshot-wrap .info {
    max-width: 80%;
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  .screenshot-wrap .info {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .screenshot-wrap .info {
    max-width: 100%;
    padding-top: 80px;
    padding-right: 80px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .screenshot-wrap .info {
    padding-right: 30px;
    font-size: 17px;
  }
}

.quote-sec {
  position: relative;
}
.quote-sec .side-img {
  position: absolute;
  right: 0;
  top: -160px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .quote-sec .side-img {
    max-width: 120px;
    top: -110px;
  }
}
@media (max-width: 992px) {
  .quote-sec .side-img {
    top: -85px;
    max-width: 90px;
  }
}
@media (max-width: 576px) {
  .quote-sec .side-img {
    top: -65px;
    max-width: 70px;
  }
}
.quote-sec .bg-image {
  position: relative;
  padding: 30% 50%;
  opacity: 0 !important;
}
@media (max-width: 576px) {
  .quote-sec .bg-image {
    padding: 40%;
  }
}
.quote-sec .bg-image.aos-animate {
  opacity: 1 !important;
}
.quote-sec .bg-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: opacity(0.75);
}
.quote-sec .text {
  display: block;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 100px;
}
@media (max-width: 768px) {
  .quote-sec .text {
    bottom: 40px;
  }
}
.quote-sec .text h5 {
  max-width: 100%;
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin: 0px 10%;
}
@media (max-width: 768px) {
  .quote-sec .text h5 {
    margin: 0;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .quote-sec .text h5 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .quote-sec .text h5 br {
    display: none;
  }
}

.structure-sec {
  position: relative;
  padding: 130px 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../img/case-studies-bg.png);
  background-size: cover;
  background-blend-mode: multiply;
}
@media (max-width: 992px) {
  .structure-sec {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .structure-sec {
    padding: 60px 0;
  }
}
.structure-sec .section-heading {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.structure-sec .leaf {
  position: absolute;
  left: 0;
  bottom: 185px;
  z-index: 0;
}
@media (max-width: 576px) {
  .structure-sec .leaf {
    top: 20%;
    bottom: auto;
  }
}
@media (max-width: 576px) {
  .structure-sec .leaf img {
    max-width: 140px;
  }
}

.structure-row {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .structure-row {
    margin-top: 70px;
  }
}
@media (max-width: 576px) {
  .structure-row {
    margin-top: 40px;
  }
}
.structure-row .col.image {
  width: 47%;
  padding: 0px 6%;
}
@media (max-width: 1200px) {
  .structure-row .col.image {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .structure-row .col.image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.structure-row .col.content {
  width: 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
@media (max-width: 1200px) {
  .structure-row .col.content {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .structure-row .col.content {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.structure-row .structure-menu {
  margin-top: 20px;
}
.structure-row .structure-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.1rem 0;
}
@media (max-width: 1200px) {
  .structure-row .structure-menu li {
    padding: 1.6rem 0;
  }
}
.structure-row .structure-menu li.aos-animate svg .line-path {
  animation: scale-path 3s ease-in-out;
}
.structure-row .structure-menu li .vector-line {
  bottom: auto;
  top: 0;
}
.structure-row .structure-menu li .vector-line svg path {
  stroke: #fff;
}
.structure-row .structure-menu li .title {
  color: #fff;
  margin-bottom: 0;
}
.structure-row .structure-menu li .count {
  color: #0bb180;
}

.typography-sec {
  position: relative;
  background-color: rgb(0, 0, 0);
}
.typography-sec .section-heading {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.typography-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media (max-width: 768px) {
  .typography-row {
    margin-right: 0 !important;
  }
}
.typography-row .col.content {
  width: 38%;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .typography-row .col.content {
    width: 100%;
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .typography-row .col.content {
    padding-top: 50px;
  }
}
.typography-row .col.image {
  width: 56%;
}
@media (max-width: 768px) {
  .typography-row .col.image {
    width: 100%;
  }
}
.typography-row .image > div {
  position: relative;
  margin-top: -26%;
}
@media (max-width: 992px) {
  .typography-row .image > div {
    margin-top: 0;
  }
}
@media (min-width: 2500px) {
  .typography-row .image > div {
    margin-top: -16%;
  }
}
.typography-row .image img {
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.typography-row .content hr {
  margin: 4rem 0 4.5rem 0;
  border-color: #1e1e1e;
}
.typography-row .typography {
  margin-top: 4rem;
}
.typography-row .typography .font-size {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}
.typography-row .color-palettes {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.35rem;
       column-gap: 1.35rem;
  row-gap: 1.6rem;
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .typography-row .color-palettes {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.typography-row .color-palettes li {
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.typography-row .color-palettes li .color-palette {
  padding: 50%;
  border-radius: 50%;
}

.work-testimonial-sec {
  padding: 180px 0 100px;
}
@media (max-width: 992px) {
  .work-testimonial-sec {
    padding: 120px 0 80px;
  }
}
@media (max-width: 576px) {
  .work-testimonial-sec {
    padding: 80px 0;
  }
}
.work-testimonial-sec .image {
  border: 4px solid #202020;
}

.work-testimonial-wrap {
  max-width: 800px;
  margin: auto;
  margin-top: 5.5rem;
}
.work-testimonial-wrap .avtar {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
  background-color: #939393;
}
.work-testimonial-wrap .avtar img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work-testimonial-wrap .text {
  font-size: 1.75rem;
  color: #b4b4b4;
  line-height: 1.45;
  margin-bottom: 40px;
}
.work-testimonial-wrap .quote {
  margin-bottom: 0.5rem;
}
.work-testimonial-wrap .quote img {
  width: 71px;
}
.work-testimonial-wrap .name {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.before__after .top-text {
  padding: 170px 0 0px;
}
@media (max-width: 1200px) {
  .before__after .top-text {
    padding: 140px 0 0;
  }
}
@media (max-width: 992px) {
  .before__after .top-text {
    padding: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .before__after .top-text {
    padding: 100px 0 0;
  }
}
@media (max-width: 480px) {
  .before__after .top-text {
    padding: 90px 0 20px;
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.before__after .top-text .cricle-btn {
  width: 193px;
  height: 193px;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
}
.before__after .top-text .cricle-btn::before {
  border: 1.4px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  transition: all 0.5s;
}
.before__after .top-text .cricle-btn:hover::before {
  box-shadow: 0 0 0 0 rgba(212, 7, 7, 0);
  border-color: #FECA1E;
  animation: spinAround 9s linear infinite;
}
.before__after .top-text .cricle-btn:hover::after {
  background-image: url(../../app/images/yellow-arrow-icon.svg);
}
.before__after .top-text .cricle-btn::after {
  position: absolute;
  top: 50%;
  transition: all 0.5s;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../app/images/arrow-icon.svg);
  content: "";
  background-repeat: no-repeat;
  width: 17px;
  height: 54px;
  transition: all 0.5s;
  animation: arrow_slide 2s infinite;
  -webkit-animation: arrow_slide 2s infinite;
}
@media (max-width: 768px) {
  .before__after .top-text .cricle-btn::after {
    width: 11px;
    height: 35px;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .before__after .top-text .cricle-btn {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 992px) {
  .before__after .top-text .cricle-btn {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .before__after .top-text .cricle-btn {
    width: 100px;
    height: 100px;
    margin: 30px auto 0;
  }
}
.before__after .top-text ul {
  align-items: center;
}
.before__after .top-text li {
  width: calc(100% - 670px);
}
.before__after .top-text li:nth-of-type(1) {
  width: 670px;
}
@media (max-width: 992px) {
  .before__after .top-text li:nth-of-type(1) {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .before__after .top-text li:nth-of-type(1) {
    width: 100%;
  }
}
.before__after .top-text li:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
.before__after .top-text li:nth-of-type(2) a {
  display: inline-block;
}
.before__after .top-text li p {
  font-size: 24px;
  color: #8E8E8E;
  margin-top: 55px;
}
@media (max-width: 992px) {
  .before__after .top-text li p {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .before__after .top-text li p {
    font-size: 18px;
    margin-top: 20px;
  }
}
.before__after .top-text li h1 {
  font-size: 130px;
  color: #fff;
}
@media (max-width: 1200px) {
  .before__after .top-text li h1 {
    font-size: 110px;
  }
}
@media (max-width: 992px) {
  .before__after .top-text li h1 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .before__after .top-text li h1 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .before__after .top-text li h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .before__after .top-text li {
    width: calc(100% - 500px);
  }
}
@media (max-width: 768px) {
  .before__after .top-text li {
    width: 100%;
  }
}
.before__after .ba-Slider {
  position: relative;
  display: block;
  overflow: hidden;
}
.before__after .col-lg-6 ul {
  justify-content: space-between;
}
.before__after .col-lg-6 ul li {
  width: 48%;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .before__after .col-lg-6 ul li {
    font-size: 20px;
  }
}
.before__after h4 {
  font-size: 32px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .before__after h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .before__after h4 {
    font-size: 24px;
  }
}
.before__after h4 span {
  font-size: 18px;
  color: #616161;
}
@media (max-width: 768px) {
  .before__after h4 span {
    font-size: 16px;
  }
}
.before__after .row {
  gap: 30px 0px;
  justify-content: space-between;
}
.before__after .row .col-lg-6 {
  width: 48%;
}
@media (max-width: 992px) {
  .before__after .row .col-lg-6 {
    width: 100%;
  }
}
.before__after .row .inner-text {
  border-radius: 13px;
  border: 1.5px solid #5C5C5C;
  padding: 18px;
}
.before__after .row .inner-text .box {
  position: relative;
  overflow: hidden;
  --position: 50%;
}
.before__after .row .inner-text .slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.before__after .row .inner-text .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%);
}
.before__after .row .inner-text .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.before__after .row .inner-text .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.before__after .row .inner-text .slider-line {
  position: absolute;
  inset: 0;
  width: 6px;
  height: 100%;
  background-color: #000;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.before__after .row .inner-text .slider-button {
  position: absolute;
  background-image: url(../../app/images/circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 40px;
  height: 40px;
}
.before__after .row .inner-text img {
  display: block;
  max-width: 100%;
}

.our_work {
  color: #fff;
  padding: 110px 0 170px;
}
@media (max-width: 1200px) {
  .our_work {
    padding: 70px 0 150px;
  }
}
@media (max-width: 992px) {
  .our_work {
    padding: 70px 0 120px;
  }
}
@media (max-width: 768px) {
  .our_work {
    padding: 70px 0 100px;
  }
}
@media (max-width: 480px) {
  .our_work {
    padding: 50px 0 80px;
  }
}
.our_work .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px 22px;
}
@media (max-width: 992px) {
  .our_work .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .our_work .row {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.our_work .row img {
  width: 100%;
}
.our_work .col-4:hover h4 {
  color: #FECA1E;
}
.our_work .col-4:hover h4 span {
  color: #FECA1E;
}
.our_work h4 {
  font-size: 32px;
  transition: all 0.5s;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .our_work h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .our_work h4 {
    font-size: 24px;
  }
}
.our_work h4 span {
  font-size: 18px;
  color: #616161;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .our_work h4 span {
    font-size: 16px;
  }
}

@keyframes arrow_slide {
  0% {
    transform: translate(-50%, -72px);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 15px);
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  @keyframes arrow_slide {
    0% {
      transform: translate(-50%, -60px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(-50%, 2px);
    }
    100% {
      opacity: 0;
    }
  }
}
@media (max-width: 768px) {
  @keyframes arrow_slide {
    0% {
      transform: translate(-50%, -40px);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(-50%, 2px);
    }
    100% {
      opacity: 0;
    }
  }
}
.blog-hero-title {
  margin-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .blog-hero-title {
    padding-top: 0;
  }
}
.blog-hero-title .gl-heading-box .title {
  color: #1D1D1D;
  font-weight: 600;
}

.blog-list-sec .post-row {
  margin: 0 -18px;
}
@media (max-width: 576px) {
  .blog-list-sec .post-row {
    margin: 0;
  }
}
.blog-list-sec .middle-title-box {
  width: 100%;
  margin: 0 18px 64px;
}
@media (max-width: 992px) {
  .blog-list-sec .middle-title-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .blog-list-sec .middle-title-box {
    margin: 0 0 30px;
  }
}
.blog-list-sec .middle-title-box h3 {
  font-size: 1.67rem;
  margin: 0;
}
.blog-list-sec .post-card {
  display: block;
  width: calc(25% - 36px);
  margin: 0 18px 80px;
  position: relative;
}
@media (max-width: 992px) {
  .blog-list-sec .post-card {
    width: calc(33.33% - 36px);
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  .blog-list-sec .post-card {
    width: calc(50% - 36px);
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-list-sec .post-card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.blog-list-sec .post-card:hover .meta-box .post-title a {
  color: #FF8900;
}
.blog-list-sec .post-card:hover .img-box img {
  transform: scale(1.05);
}
.blog-list-sec .post-card:first-child {
  width: 100%;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .blog-list-sec .post-card:first-child {
    margin-bottom: 100px;
  }
}
.blog-list-sec .post-card:first-child .img-box img {
  height: 70vh;
}
@media (max-width: 576px) {
  .blog-list-sec .post-card:first-child .img-box img {
    height: 300px;
  }
}
.blog-list-sec .post-card:first-child .meta-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 60px;
  max-width: 570px;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 120px;
  box-shadow: 0px 2px 10px #dadada;
}
@media (max-width: 992px) {
  .blog-list-sec .post-card:first-child .meta-box {
    padding: 40px;
    max-width: 400px;
    left: 40px;
  }
}
@media (max-width: 576px) {
  .blog-list-sec .post-card:first-child .meta-box {
    max-width: 90%;
    left: 15px;
    padding: 20px;
  }
}
.blog-list-sec .post-card:first-child .meta-box .post-category {
  margin: 0 0 22px;
}
@media (max-width: 576px) {
  .blog-list-sec .post-card:first-child .meta-box .post-category {
    margin-bottom: 15px;
  }
}
.blog-list-sec .post-card:first-child .meta-box .post-title {
  font-size: 1.88rem;
}
@media (max-width: 576px) {
  .blog-list-sec .post-card:first-child .meta-box .post-title {
    font-size: 1.4rem;
  }
}
.blog-list-sec .post-card:first-child .meta-box .short-desc {
  display: -webkit-box;
}
.blog-list-sec .post-card .img-box {
  overflow: hidden;
}
.blog-list-sec .post-card .img-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 1.5s ease 0s;
}
@media (max-width: 992px) {
  .blog-list-sec .post-card .img-box img {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .blog-list-sec .post-card .img-box img {
    height: 200px;
  }
}
.blog-list-sec .post-card .meta-box {
  color: #1D1D1D;
  transition: all 0.5s;
}
.blog-list-sec .post-card .meta-box .post-category {
  margin: 30px 0 10px;
  color: #000;
  opacity: 0.7;
  font-size: 0.6rem;
}
@media (min-width: 1601px) {
  .blog-list-sec .post-card .meta-box .post-category {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .blog-list-sec .post-card .meta-box .post-category {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .blog-list-sec .post-card .meta-box .post-category {
    margin-top: 15px;
  }
}
.blog-list-sec .post-card .meta-box .post-title {
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .blog-list-sec .post-card .meta-box .post-title {
    font-size: 16px;
  }
}
.blog-list-sec .post-card .meta-box .post-title a {
  color: #1D1D1D;
  transition: all 0.5s;
}
.blog-list-sec .post-card .meta-box .short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

.post-detail-sec {
  font-family: "Public Sans", sans-serif;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .post-detail-sec {
    padding-bottom: 60px;
  }
}
.post-detail-sec .addtoany_share_save.addtoany_share {
  display: none;
}
.post-detail-sec .entry-content .a2a_svg {
  height: 18px !important;
  line-height: 18px !important;
  width: 18px !important;
}
.post-detail-sec p, .post-detail-sec li, .post-detail-sec a {
  font-family: "Public Sans", sans-serif;
}
.post-detail-sec a {
  color: #FF634D;
  font-weight: 600;
  text-decoration: underline;
}
.post-detail-sec .entry-header {
  max-width: 700px;
  width: 100%;
  margin: 30px auto 80px;
}
@media (max-width: 768px) {
  .post-detail-sec .entry-header {
    margin-bottom: 0;
  }
}
.post-detail-sec .entry-header .post-meta {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .post-detail-sec .entry-header .post-meta {
    font-size: 1.2rem;
  }
}
.post-detail-sec .entry-header .post-meta .dot {
  background-color: #4D4D4D;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 11px;
}
.post-detail-sec .entry-header .entry-title {
  font-weight: 600;
  font-size: 2.67rem;
  color: #1D1D1D;
}
@media (max-width: 1200px) {
  .post-detail-sec .entry-header .entry-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .post-detail-sec .entry-header .entry-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .post-detail-sec .entry-header .entry-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .post-detail-sec .entry-header .entry-title {
    font-size: 28px;
  }
  .post-detail-sec .entry-header .entry-title br {
    display: none;
  }
}
.post-detail-sec .entry-header .entry-title span {
  color: #686868;
}
.post-detail-sec .post-img {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .post-detail-sec .post-img {
    margin-bottom: 40px;
  }
}
.post-detail-sec .post-img img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}
@media (min-width: 1201px) {
  .post-detail-sec .post-img img {
    height: 650px;
  }
}
.post-detail-sec .post-col-content {
  margin-top: 50px;
  max-width: 760px;
  margin: 0 auto;
}
.post-detail-sec .post-col-content .short-desc {
  margin-bottom: 50px;
}
.post-detail-sec .post-col-content .short-desc p {
  font-size: 1.225rem;
}
@media (max-width: 992px) {
  .post-detail-sec .post-col-content .short-desc p {
    font-size: 14px;
  }
}
.post-detail-sec .post-col-content .entry-content {
  margin-top: 0;
}
.post-detail-sec .post-col-content .entry-content h5 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1D1D1D;
}
.post-detail-sec .post-col-content .entry-content h6 {
  font-size: 1.225rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 14px;
  position: relative;
}
.post-detail-sec .post-col-content .entry-content h6::after {
  counter-increment: my-sec-counter;
  content: counter("#my-sec-counter");
  font-size: 15px;
  left: 6px;
  font-weight: 600;
  position: absolute;
  top: 8px;
}
.post-detail-sec .post-col-content .entry-content ol {
  padding-left: 24px;
}
.post-detail-sec .post-col-content .entry-content ul li {
  position: relative;
  padding-left: 24px;
}
.post-detail-sec .post-col-content .entry-content ul li:before {
  content: "";
  background-color: #0A77F8;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}
.post-detail-sec .post-col-content .entry-content p, .post-detail-sec .post-col-content .entry-content li {
  margin-bottom: 30px;
  font-size: 1rem;
  color: #686868;
  line-height: 1.6;
}
.post-detail-sec .post-col-content .sidebar-col {
  width: 28%;
}
@media (max-width: 768px) {
  .post-detail-sec .post-col-content .sidebar-col {
    width: 100%;
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid #606060;
  }
}
.post-detail-sec .post-col-content .sidebar-col .widget-title {
  font-size: 1.225rem;
  font-weight: 700;
}
.post-detail-sec .post-col-content .sidebar-col ul li {
  margin-bottom: 25px;
}
.post-detail-sec .post-col-content .sidebar-col ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #686868;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s;
}
.post-detail-sec .post-col-content .sidebar-col ul li a:hover {
  color: #FF634D;
}

.single-blog-wrap {
  padding-top: 50px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .single-blog-wrap {
    padding: 0 0 100px;
  }
}
@media (max-width: 576px) {
  .single-blog-wrap {
    padding-bottom: 60px;
  }
}
.single-blog-wrap .title {
  max-width: 60%;
  margin: auto;
}
@media (max-width: 992px) {
  .single-blog-wrap .title {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .single-blog-wrap .title {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .single-blog-wrap .title h5 {
    font-size: 20px;
  }
}
.single-blog-wrap .date {
  color: #0bb180;
  margin-bottom: 1rem;
  font-weight: 500;
}
.single-blog-wrap .image img {
  width: 100%;
}
.single-blog-wrap .content {
  max-width: 60%;
  margin: auto;
  margin-top: 94px;
}
@media (max-width: 992px) {
  .single-blog-wrap .content {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .single-blog-wrap .content {
    max-width: 100%;
    margin-top: 50px;
  }
}
.single-blog-wrap .content .social-links {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
@media (max-width: 576px) {
  .single-blog-wrap .content .social-links {
    margin-top: 50px;
  }
}
.single-blog-wrap .content .social-links li {
  margin-right: 120px;
}
@media (max-width: 992px) {
  .single-blog-wrap .content .social-links li {
    margin-right: 40px;
  }
}
@media (max-width: 576px) {
  .single-blog-wrap .content .social-links li {
    margin-right: 20px;
  }
}
.single-blog-wrap .content .social-links li a {
  color: #1D1D1D;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .single-blog-wrap .content .social-links li a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .single-blog-wrap .content .social-links li a {
    font-size: 16px;
  }
}
.single-blog-wrap .content .social-links li a:hover {
  color: #0bb180;
}

body .addtoany_content {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
body .addtoany_content .addtoany_header {
  margin: 0;
  margin-right: 25px;
  font-weight: 500;
}
@media (max-width: 576px) {
  body .addtoany_content .addtoany_header {
    margin-right: 15px;
  }
}
body .addtoany_content .a2a_kit {
  padding: 0 8px;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 576px) {
  body .addtoany_content .a2a_kit {
    padding: 0 4px;
  }
}

.contact-us-sec {
  min-height: 80vh;
  position: relative;
  display: flex;
}
.contact-us-sec .inner-wrap {
  height: inherit;
  width: 100%;
}
.contact-us-sec .content-row {
  height: 100%;
}
.contact-us-sec .content-row #input_1_3 {
  padding-bottom: 6px;
}
.contact-us-sec .col-left {
  padding: 12% 8% 6% 4%;
  width: 61%;
  order: 2;
  color: #1C1C1C;
}
@media (max-width: 1400px) {
  .contact-us-sec .col-left {
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .contact-us-sec .col-left {
    padding: 140px 30px 80px;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .contact-us-sec .col-left {
    width: 100%;
    order: 0;
  }
}
@media (max-width: 768px) {
  .contact-us-sec .col-left {
    padding: 120px 20px 50px;
  }
}
.contact-us-sec .col-left .gf_browser_chrome.gravity-theme .gfield.gfield--width-full {
  width: 100%;
}
.contact-us-sec .col-left .gf_browser_chrome.gravity-theme .gfield.gfield--width-half {
  width: 48%;
}
@media (max-width: 768px) {
  .contact-us-sec .col-left .gf_browser_chrome.gravity-theme .gfield.gfield--width-half {
    width: 100%;
  }
}
.contact-us-sec .col-left .gf_browser_chrome .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.contact-us-sec .col-left .action-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}
.contact-us-sec .col-right {
  width: 39%;
  position: relative;
  padding-top: 12%;
  background-color: #1C51B8;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right {
    padding-top: 140px;
  }
}
@media (max-width: 1400px) {
  .contact-us-sec .col-right {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .contact-us-sec .col-right {
    width: 100%;
    padding: 50px 0 0px;
  }
}
.contact-us-sec .col-right .heading-box h2 {
  color: #FFFFFF;
}
.contact-us-sec .col-right .contact-caption {
  padding: 0 48px 100px;
  z-index: 9;
  position: relative;
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right .contact-caption {
    padding: 0 35px;
  }
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right .contact-caption h2 {
    font-size: 3rem;
  }
}
.contact-us-sec .col-right .contact-caption p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
.contact-us-sec .col-right .contact-caption p:nth-of-type(2) {
  margin-bottom: 15px;
}
.contact-us-sec .col-right .contact-caption p:nth-of-type(2) a {
  font-weight: 500;
  display: block;
}
.contact-us-sec .col-right .contact-caption p:nth-of-type(1) {
  font-size: 18px;
}
@media (max-width: 768px) {
  .contact-us-sec .col-right .contact-caption p:nth-of-type(1) {
    font-size: 16px;
  }
}
.contact-us-sec .col-right .contact-caption p a {
  transition: all 0.3s ease;
}
.contact-us-sec .col-right .contact-caption p a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.contact-us-sec .col-right .bottom-text-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 992px) {
  .contact-us-sec .col-right .bottom-text-wrap {
    position: static;
    text-align: center;
    margin-top: 60px;
  }
}
.contact-us-sec .col-right .bottom-text-wrap a {
  color: #FFFFFF;
}
.contact-us-sec .col-right .bottom-text-wrap a:hover {
  color: #FEBA0C;
}
.contact-us-sec .col-right .bottom-text-wrap .footer-content-box {
  background-image: url(../images/contact-circle-bg.svg);
  background-size: cover;
  background-position: top;
  width: 100%;
  padding: 120px 60px 0;
}
@media (max-width: 1400px) {
  .contact-us-sec .col-right .bottom-text-wrap .footer-content-box {
    padding: 90px 30px 0;
  }
}
@media (max-width: 992px) {
  .contact-us-sec .col-right .bottom-text-wrap .footer-content-box {
    text-align: left;
    padding: 0 30px;
  }
}
.contact-us-sec .col-right .bottom-text-wrap .phone {
  font-size: 1rem;
  font-weight: 600;
}
.contact-us-sec .col-right .bottom-text-wrap .menu-box {
  padding: 25px 0 60px;
  max-width: 350px;
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right .bottom-text-wrap .menu-box {
    padding: 20px 0 30px;
  }
}
@media (max-width: 992px) {
  .contact-us-sec .col-right .bottom-text-wrap .menu-box {
    max-width: 100%;
    padding: 25px 0 50px;
  }
}
.contact-us-sec .col-right .bottom-text-wrap .menu-box ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-sec .col-right .bottom-text-wrap .menu-box ul li {
  font-size: 14px;
}
.contact-us-sec .col-right .bottom-text-wrap .menu-box ul li:not(:last-of-type) {
  margin-right: 45px;
}
@media (max-width: 1200px) {
  .contact-us-sec .col-right .bottom-text-wrap .menu-box ul li:not(:last-of-type) {
    margin-right: 25px;
  }
}
.contact-us-sec .col-right .bottom-text-wrap .location-group {
  padding: 0 0 20px;
}
.contact-us-sec .col-right .bottom-text-wrap .location-group .location {
  width: 48%;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 576px) {
  .contact-us-sec .col-right .bottom-text-wrap .location-group .location {
    width: 49%;
  }
  .contact-us-sec .col-right .bottom-text-wrap .location-group .location img {
    width: 35px;
  }
}
.contact-us-sec .col-right .bottom-text-wrap .location-group .location .pname {
  margin-left: 11px;
}
.contact-us-sec .heading-box h2 {
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 576px) {
  .contact-us-sec .heading-box h2 {
    font-size: 3rem;
  }
}
.contact-us-sec .heading-box h2 img {
  margin-left: 20px;
  animation: handWave 15s linear infinite;
  width: auto;
}
.contact-us-sec .heading-box h6 {
  font-weight: 600;
  color: #745353;
  font-size: 1.35rem;
}

.contact-us-sec form {
  margin-top: 46px;
}
.contact-us-sec form select:focus {
  color: #898989;
}
.contact-us-sec form .ginput_container_fileupload .large {
  font-size: 17px !important;
  font-weight: 600;
}
.contact-us-sec form input, .contact-us-sec form textarea, .contact-us-sec form select {
  position: relative;
  z-index: 9;
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #5C5C5C !important;
  height: auto;
  padding: 0;
  line-height: 2;
  font-size: 1rem !important;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 0;
  color: #1c1c1c;
  padding-left: 0px !important;
}
.contact-us-sec form input::-moz-placeholder, .contact-us-sec form textarea::-moz-placeholder, .contact-us-sec form select::-moz-placeholder {
  color: #1c1c1c;
  font-weight: 400;
}
.contact-us-sec form input::placeholder, .contact-us-sec form textarea::placeholder, .contact-us-sec form select::placeholder {
  color: #1c1c1c;
  font-weight: 400;
}
.contact-us-sec form input:focus, .contact-us-sec form textarea:focus, .contact-us-sec form select:focus {
  color: #1D1D1D !important;
  outline: none;
}
.contact-us-sec form input::-moz-placeholder, .contact-us-sec form textarea::-moz-placeholder, .contact-us-sec form select::-moz-placeholder {
  opacity: 0;
}
.contact-us-sec form input::placeholder, .contact-us-sec form textarea::placeholder, .contact-us-sec form select::placeholder {
  opacity: 0;
}
.contact-us-sec form select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url(../images/caret-down-dark.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 18px;
  border-radius: 0;
  font-weight: 400;
  cursor: pointer;
}
.contact-us-sec form select option {
  color: #898989;
}
.contact-us-sec form input[type=submit] {
  background-color: #FF8900;
  border-color: #FF8900;
  color: #FFF;
  border: 0 !important;
  border-radius: 50px;
  font-size: 16px !important;
  font-weight: 700;
  font-family: Mulish, sans-serif;
  padding: 16px 3px;
  line-height: 1.15;
  width: 180px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-us-sec form input[type=submit] {
    width: 100%;
    padding: 10px 20px;
  }
}
.contact-us-sec form input[type=submit]:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #FFF !important;
}
.contact-us-sec .gform_heading {
  display: none !important;
}
@media (max-width: 768px) {
  .contact-us-sec .gform_wrapper.gravity-theme #validation_message_1_8 {
    text-align: center !important;
  }
}
.contact-us-sec .gform_wrapper.gravity-theme .gfield textarea.large {
  resize: vertical;
  height: 200px !important;
}
.contact-us-sec .gchoice {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.contact-us-sec .gchoice input[type=checkbox] {
  opacity: 0 !important;
}
.contact-us-sec .gchoice input[type=checkbox]:checked + label:after {
  content: "✓";
}
.contact-us-sec .gchoice label {
  position: relative;
  font-size: 17px !important;
  font-weight: 600;
}
.contact-us-sec .gchoice label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 22px;
  height: 22px;
  background: #202020;
  transform: translateY(-50%);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.contact-us-sec .gfield--width-full, .contact-us-sec .gfield--width-half {
  position: relative;
}
@media (max-width: 768px) {
  .contact-us-sec .gfield--width-full, .contact-us-sec .gfield--width-half {
    grid-column: span 12 !important;
  }
}
.contact-us-sec .gfield_label {
  font-size: 1rem !important;
  font-weight: 400 !important;
  opacity: 1;
  line-height: 24px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 11;
  top: 13px;
  left: 0;
  height: unset !important;
  width: unset !important;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  clip: unset !important;
}
.contact-us-sec .active {
  top: -10px;
  opacity: 0.5 !important;
}
.contact-us-sec .gfield--type-checkbox input {
  opacity: 0;
}
.contact-us-sec .gfield--type-checkbox .gfield_label {
  display: none !important;
}
.contact-us-sec .gfield-choice-input {
  width: 22px !important;
  height: 22px !important;
}
.contact-us-sec .gfield_required {
  opacity: 0;
}
.contact-us-sec .gfield--type-select .active {
  display: none !important;
}
.contact-us-sec .gfield--type-select .gfield_label {
  display: none !important;
  opacity: 0;
}
.contact-us-sec .gfield--type-textarea .gfield_label {
  position: absolute;
}
.contact-us-sec .gfield--type-fileupload {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .contact-us-sec .gfield--type-fileupload {
    align-items: center;
  }
}
.contact-us-sec .gfield--type-fileupload label {
  position: relative;
  padding-left: 40px !important;
}
.contact-us-sec .gfield--type-fileupload label::after {
  position: absolute;
  content: url(../images/file-attach-icon-dark.svg);
  top: 50%;
  left: 0%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
.contact-us-sec .gfield--type-fileupload .active {
  top: 13px !important;
  font-size: 1rem !important;
  opacity: 1 !important;
}
.contact-us-sec .gfield--type-fileupload .validation_message {
  text-align: end !important;
}
.contact-us-sec .ginput_container.ginput_container_fileupload {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .contact-us-sec .ginput_container.ginput_container_fileupload {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .contact-us-sec .ginput_container.ginput_container_fileupload {
    width: 100%;
  }
}
.contact-us-sec .gfield_error label {
  color: #1D1D1D !important;
}
.contact-us-sec .gform_validation_errors, .contact-us-sec .validation_message {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.contact-us-sec .gform_footer {
  margin-top: 50px;
}
.contact-us-sec .ginput_container_select {
  padding-bottom: 27px;
  border-bottom: 1px solid #5C5C5C;
}
.contact-us-sec .gfield_select {
  border: none !important;
}

.contact-us-sec .gform_footer.top_label img {
  width: 40px !important;
  margin-left: 20px;
}
.contact-us-sec .gform_validation_error.gform_wrapper .validation_message {
  font-size: 12px !important;
}
@media (min-width: 1801px) {
  .contact-us-sec .gform_validation_error.gform_wrapper .validation_message {
    font-size: 1rem !important;
  }
}
.contact-us-sec .gform_validation_error.gform_wrapper.gravity-theme textarea.large {
  padding-top: 30px;
}

.hero-title-sec {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero-title-sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .hero-title-sec {
    padding-bottom: 40px;
  }
}
.hero-title-sec .hero-title {
  font-size: 7.5rem;
}
@media (max-width: 1800px) {
  .hero-title-sec .hero-title {
    font-size: 6rem;
  }
}
@media (max-width: 1200px) {
  .hero-title-sec .hero-title {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .hero-title-sec .hero-title {
    font-size: 40px;
    width: 100%;
  }
}
.hero-title-sec .hero-caption {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .hero-title-sec .hero-caption {
    margin-top: 30px;
  }
}
.hero-title-sec .hero-caption.marketing-caption {
  max-width: 700px;
  margin-left: auto;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .hero-title-sec .hero-caption.marketing-caption {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .hero-title-sec .hero-caption h5 {
    font-size: 18px;
  }
}
.hero-title-sec .data-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-title-sec .data-row .col.left {
  width: 60%;
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .col.left {
    width: 100%;
  }
}
.hero-title-sec .data-row .col.right {
  width: 38.5%;
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .col.right {
    width: 100%;
  }
}
.hero-title-sec .data-row .data-list {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .data-list .data-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .hero-title-sec .data-row .data-list .data-item .title {
    order: 2;
  }
  .hero-title-sec .data-row .data-list .data-item .value {
    margin: 0 !important;
  }
}
.hero-title-sec .data-row .data-list .data-item + .data-item {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .data-list .data-item + .data-item {
    margin-top: 25px;
  }
}
.hero-title-sec .data-row .data-list .data-item .title {
  font-size: 1.1rem;
  font-weight: 700;
}
.hero-title-sec .data-row .data-list .data-item .value {
  font-size: 7.5rem;
  font-weight: 500;
  margin-top: 1rem;
  color: #373737;
}
@media (max-width: 1800px) {
  .hero-title-sec .data-row .data-list .data-item .value {
    font-size: 6rem;
  }
}
@media (max-width: 1200px) {
  .hero-title-sec .data-row .data-list .data-item .value {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .data-list .data-item .value {
    font-size: 40px;
    width: 100%;
  }
}
.hero-title-sec .data-row .data-image {
  position: relative;
  padding: 50%;
  background-color: #f9f9f9;
  border-radius: 50%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .hero-title-sec .data-row .data-image {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.hero-title-sec .data-row .data-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  -o-object-position: center right;
     object-position: center right;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  z-index: 2;
}

.services-tab-sec {
  background-color: #171717;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .services-tab-sec {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .services-tab-sec {
    padding: 50px 0;
  }
}
.services-tab-sec.green .services-row .tabs .tab-item .tab-link::before {
  background-color: #0bb180;
}
.services-tab-sec.green .services-row .tab-content .title {
  color: #0bb180;
}
.services-tab-sec .gl-heading-box {
  margin: 60px 0 30px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .services-tab-sec .gl-heading-box {
    margin: 30px 0;
    max-width: 100%;
  }
}
.services-tab-sec .gl-heading-box * {
  color: #FFFFFF;
}
.services-tab-sec .services-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #b4b4b4;
}
.services-tab-sec .services-row .col-left {
  width: 60%;
}
@media (max-width: 768px) {
  .services-tab-sec .services-row .col-left {
    width: 100%;
  }
}
.services-tab-sec .services-row .col-right {
  width: 40%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .services-tab-sec .services-row .col-right {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .services-tab-sec .services-row .col-right {
    width: 100%;
    padding: 60px 0 0;
  }
}
.services-tab-sec .services-row .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.services-tab-sec .services-row .tabs .tab-item {
  display: inline-flex;
  width: 24%;
  animation: floatingLogoReverse 15s linear infinite;
}
.services-tab-sec .services-row .tabs .tab-item:nth-child(even) {
  animation-name: floatingLogo;
}
.services-tab-sec .services-row .tabs .tab-item.md {
  width: 33.333%;
}
.services-tab-sec .services-row .tabs .tab-item.md .tab-link {
  font-size: 1.15rem;
}
@media (max-width: 576px) {
  .services-tab-sec .services-row .tabs .tab-item.md .tab-link {
    font-size: 12px;
  }
}
.services-tab-sec .services-row .tabs .tab-item.lg {
  width: 42%;
}
.services-tab-sec .services-row .tabs .tab-item.lg .tab-link {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .services-tab-sec .services-row .tabs .tab-item.lg .tab-link {
    font-size: 14px;
  }
}
.services-tab-sec .services-row .tabs .tab-item:hover .tab-link, .services-tab-sec .services-row .tabs .tab-item.active .tab-link {
  color: #1D1D1D;
}
.services-tab-sec .services-row .tabs .tab-item:hover .tab-link::before, .services-tab-sec .services-row .tabs .tab-item.active .tab-link::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.services-tab-sec .services-row .tabs .tab-item .tab-link {
  position: relative;
  padding: 50%;
  background-color: #696969;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 576px) {
  .services-tab-sec .services-row .tabs .tab-item .tab-link {
    font-size: 12px;
  }
}
.services-tab-sec .services-row .tabs .tab-item .tab-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: #d2cc42;
}
.services-tab-sec .services-row .tabs .tab-item .tab-link span {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.services-tab-sec .services-row .tab-content .tab-panel {
  display: none;
}
.services-tab-sec .services-row .tab-content .tab-panel.active {
  animation: tabFadeRight 0.5s;
  display: block;
}
.services-tab-sec .services-row .tab-content .title {
  color: #9e9c4a;
}
.services-tab-sec .services-row .tab-content .text {
  color: #515151;
}

.seo-services-sec {
  margin-top: -1px;
  background-color: #000;
}
.seo-services-sec .tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seo-services-sec .tabs .tab-item {
  width: 33.33333%;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .seo-services-sec .tabs .tab-item {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .seo-services-sec .tabs .tab-item {
    padding: 0;
  }
}
.seo-services-sec .tabs .tab-item:hover .tab-link, .seo-services-sec .tabs .tab-item.active .tab-link {
  color: #d2cc42;
}
@media (max-width: 768px) {
  .seo-services-sec .tabs .tab-item:hover .tab-link, .seo-services-sec .tabs .tab-item.active .tab-link {
    background-color: #d2cc42;
    color: #1D1D1D;
  }
}
.seo-services-sec .tabs .tab-item .tab-link {
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  font-size: 2.2rem;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .seo-services-sec .tabs .tab-item .tab-link {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .seo-services-sec .tabs .tab-item .tab-link {
    font-size: 18px;
    padding: 25px 10px;
  }
}
@media (max-width: 576px) {
  .seo-services-sec .tabs .tab-item .tab-link {
    font-size: 16px;
    padding: 20px;
  }
}
.seo-services-sec .tabs .tab-item .tab-link h4 {
  margin-bottom: 0;
}
.seo-services-sec .tab-content-row {
  display: flex;
  flex-wrap: wrap;
}
.seo-services-sec .tab-content-row .tab-panel {
  width: 33.33%;
  position: relative;
}
@media (max-width: 768px) {
  .seo-services-sec .tab-content-row .tab-panel {
    width: 100%;
    display: none;
  }
}
@media (max-width: 768px) {
  .seo-services-sec .tab-content-row .tab-panel.active {
    display: block;
  }
}
.seo-services-sec .tab-content-row .tab-panel.active .img-box::after {
  opacity: 1;
  width: 100%;
}
.seo-services-sec .tab-content-row .tab-panel.active .text-box .desc {
  opacity: 1;
  transform: translateY(0);
}
.seo-services-sec .tab-content-row .tab-panel .img-box {
  position: relative;
}
.seo-services-sec .tab-content-row .tab-panel .img-box img {
  max-height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seo-services-sec .tab-content-row .tab-panel .img-box::after {
  content: "";
  background: linear-gradient(to top, #d2cc42 0%, transparent);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 1;
  transition: all 0.5s;
}
.seo-services-sec .tab-content-row .tab-panel .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4vw 2vw;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.seo-services-sec .tab-content-row .tab-panel .text-box .title {
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .seo-services-sec .tab-content-row .tab-panel .text-box .title {
    font-size: 1.25rem;
  }
}
.seo-services-sec .tab-content-row .tab-panel .text-box .desc {
  margin-top: auto;
  color: #050505;
  font-weight: 700;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease 0.25s;
}

.case-studies-sec {
  padding: 160px 0px 210px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/case-studies-bg.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .case-studies-sec {
    padding: 120px 0 160px;
  }
}
@media (max-width: 1440px) {
  .case-studies-sec {
    padding: 100px 0 120px;
  }
}
@media (max-width: 768px) {
  .case-studies-sec {
    padding: 70px 0;
  }
}
.case-studies-sec .case-studies-wrap {
  margin: auto;
  color: #fff;
}
.case-studies-sec .case-studies-wrap .heading {
  max-width: 900px;
  margin: auto;
  line-height: 1.375;
  color: #b6b6b6;
}

.case-studies-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 140px;
  row-gap: 70px;
}
@media (max-width: 1600px) {
  .case-studies-row {
    margin-top: 100px;
  }
}
@media (max-width: 1440px) {
  .case-studies-row {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .case-studies-row {
    margin-top: 40px;
  }
}
.case-studies-row.alt {
  flex-direction: column;
}
.case-studies-row.alt .content {
  max-width: 700px;
}
.case-studies-row.alt .image {
  max-width: 852px;
  text-align: center;
  margin: 0 auto;
}
.case-studies-row .col.left {
  width: 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 992px) {
  .case-studies-row .col.left {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .case-studies-row .col.left {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.case-studies-row .col.right {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .case-studies-row .col.right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.case-studies-row .content {
  color: #c5c5c5;
}
.case-studies-row .content .subtitle {
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 576px) {
  .case-studies-row .content .subtitle {
    margin-bottom: 20px;
  }
}
.case-studies-row .content .title {
  color: #d2cc42;
}
.case-studies-row .content ul.keywords {
  margin-top: 40px;
  padding-left: 25px;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.keywords {
    margin-top: 35px;
  }
}
.case-studies-row .content ul.keywords li {
  color: #fff;
  list-style: square;
  font-size: 25px;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.keywords li {
    font-size: 20px;
  }
}
.case-studies-row .content ul.keywords li + li {
  margin-top: 25px;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.keywords li + li {
    margin-top: 30px;
  }
}
.case-studies-row .content ul.data {
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.data {
    margin-top: 20px;
  }
}
.case-studies-row .content ul.data li {
  display: flex;
  align-items: center;
  list-style: square;
  font-size: 25px;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.data li {
    display: block;
  }
}
.case-studies-row .content ul.data li + li {
  margin-top: 1.5rem;
}
@media (max-width: 576px) {
  .case-studies-row .content ul.data li + li {
    margin-top: 5px;
  }
}
.case-studies-row .content ul.data li i {
  color: #50d223;
  margin-right: 25px;
}
.case-studies-row .content ul.data li h3 {
  margin-bottom: 0;
  width: 180px;
  color: #626262;
  font-weight: 500;
}
@media (max-width: 992px) {
  .case-studies-row .content ul.data li h3 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .case-studies-row .content ul.data li h3 {
    font-size: 40px;
  }
}
.case-studies-row .content ul.data li p {
  color: #c5c5c5;
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .case-studies-row .content ul.data li p {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .case-studies-row .content ul.data li p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .case-studies-row .content ul.data li p {
    font-size: 12px;
    margin-top: 5px;
  }
}
.case-studies-row .image {
  margin-bottom: 50px;
}
.case-studies-row .testimonial-text {
  position: relative;
  padding-left: 70px;
}
.case-studies-row .testimonial-text .quote {
  position: absolute;
  left: 0;
  top: 14px;
  width: 49px;
}
@media (max-width: 768px) {
  .case-studies-row .testimonial-text .quote {
    top: 0;
  }
}
.case-studies-row .testimonial-text .quote img {
  width: 100%;
}
.case-studies-row .testimonial-text .name {
  color: #d2cc42;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .case-studies-row .testimonial-text .name {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .case-studies-row .testimonial-text .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .case-studies-row .testimonial-text .name {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .case-studies-row .testimonial-text .name {
    margin-bottom: 20px;
  }
}

.service-detail-banner {
  padding: 170px 0;
  height: 800px;
  position: relative;
}
@media (max-width: 992px) {
  .service-detail-banner {
    padding: 140px 0;
    height: 560px;
  }
}
@media (max-width: 768px) {
  .service-detail-banner {
    padding: 100px 0;
    height: auto;
  }
}
.service-detail-banner .content-box {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .service-detail-banner .content-box {
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .service-detail-banner .content-box {
    max-width: 100%;
    padding: 0 20px;
  }
}
.service-detail-banner .content-box .logo-box {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .service-detail-banner .content-box .logo-box {
    margin-bottom: 25px;
  }
}
.service-detail-banner .content-box .text-box p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .service-detail-banner .content-box .text-box p {
    font-size: 1rem;
  }
}
.service-detail-banner .right-logo-icon {
  position: absolute;
  top: 140px;
  right: -140px;
}
@media (max-width: 1200px) {
  .service-detail-banner .right-logo-icon {
    top: 100px;
    right: -100px;
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .service-detail-banner .right-logo-icon {
    display: none;
  }
}
.service-detail-banner .left-sm-img {
  position: absolute;
  bottom: 150px;
  left: -150px;
}
@media (max-width: 1200px) {
  .service-detail-banner .left-sm-img {
    left: -100px;
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .service-detail-banner .left-sm-img {
    display: none;
  }
}

.detail-cta-sec {
  background-color: #FFFFFF;
  margin-top: -210px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .detail-cta-sec {
    margin-top: -160px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .detail-cta-sec {
    margin-top: -50px;
  }
}
.detail-cta-sec .img-box {
  width: 100%;
  text-align: center;
}

.service-video-sec {
  background-color: #FFFFFF;
  margin-top: -4px;
  position: relative;
}
.service-video-sec:after {
  background-color: #171717;
  content: "";
  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-video-sec .text-effect strong {
  color: #0bb180;
  font-weight: 800;
}
.service-video-sec .video-box {
  position: relative;
  padding-top: 56.25%;
  margin: 80px auto 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .service-video-sec .video-box {
    margin-top: 40px;
  }
}
.service-video-sec .video-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service-strategy-sec {
  background-color: #171717;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .service-strategy-sec {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .service-strategy-sec {
    padding: 40px 0;
  }
}
.service-strategy-sec .content-box {
  position: relative;
}
.service-strategy-sec .content-box .text-box {
  position: absolute;
  max-width: 530px;
  z-index: 1;
}
@media (max-width: 768px) {
  .service-strategy-sec .content-box .text-box {
    position: static;
    max-width: 100%;
  }
}
.service-strategy-sec .content-box .text-box h2 {
  line-height: 1.5;
}
.service-strategy-sec .content-box .text-box p {
  max-width: 320px;
  color: #797979;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 768px) {
  .service-strategy-sec .content-box .text-box p {
    max-width: 100%;
  }
}
.service-strategy-sec .content-box .infograph-img {
  text-align: right;
  padding-top: 40px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .service-strategy-sec .content-box .infograph-img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .service-strategy-sec .content-box .infograph-img {
    max-width: 100%;
    padding-top: 0;
  }
}
.service-strategy-sec .content-box .infograph-img svg {
  max-width: 100%;
  height: auto;
}
.service-strategy-sec .content-box .infograph-img svg text {
  font-size: 16px;
  font-weight: 300;
}
.service-strategy-sec .content-box .infograph-img svg text.sm {
  font-size: 14px;
}

.good-company-sec {
  background-color: #F6F1FF;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .good-company-sec {
    padding: 60px 0;
  }
}
.good-company-sec .content-box {
  position: relative;
}
.good-company-sec .content-box .text-box {
  margin: 35px auto 80px;
}
@media (max-width: 992px) {
  .good-company-sec .content-box .text-box {
    margin-bottom: 40px;
  }
}
.good-company-sec .content-box .text-box h2 {
  font-weight: 800;
  color: #0F393B;
}
.good-company-sec .content-box .text-box .desc {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .good-company-sec .content-box .text-box .desc {
    max-width: 100%;
  }
}
.good-company-sec .content-box .text-box p {
  font-size: 1.1rem;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .good-company-sec .content-box .text-box p {
    padding: 0;
  }
}
.good-company-sec .content-box .cap-btn-wrap {
  position: absolute;
}
.good-company-sec .content-box .cap-btn-wrap.top-right {
  top: 70px;
  right: 90px;
}
@media (max-width: 992px) {
  .good-company-sec .content-box .cap-btn-wrap.top-right {
    top: 0;
    right: 0;
  }
}
.good-company-sec .content-box .cap-btn-wrap.bottom-left {
  bottom: 50px;
  left: -25px;
}
@media (max-width: 1200px) {
  .good-company-sec .content-box .cap-btn-wrap.bottom-left {
    bottom: 100px;
    left: -85px;
  }
}
@media (max-width: 992px) {
  .good-company-sec .content-box .cap-btn-wrap.bottom-left {
    bottom: auto;
    top: 100px;
  }
}
.good-company-sec .company-logo-slider {
  padding-left: 20px;
}
.good-company-sec .company-logo-slider .logo-slider-box .js-marquee-wrapper {
  display: flex;
  animation-name: marqueeAnimLeft !important;
}
.good-company-sec .company-logo-slider .logo-slider-box .marquee-wrapper .img-box {
  background-color: #EBE0FF;
  border-radius: 24px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 20px;
  margin-right: 20px;
  aspect-ratio: 1.6/1;
}

.service-process-sec {
  background-color: #FFFBF1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .service-process-sec {
    padding: 60px 0 20px;
  }
}
@media (max-width: 576px) {
  .service-process-sec {
    padding: 40px 0 0px;
  }
}
.service-process-sec .process-slider-nav {
  margin: 40px auto 80px;
}
@media (max-width: 992px) {
  .service-process-sec .process-slider-nav {
    margin: 40px auto;
  }
}
.service-process-sec .process-slider-nav .process-nav {
  margin-right: -50px;
}
@media (max-width: 1400px) {
  .service-process-sec .process-slider-nav .process-nav {
    margin-right: 0;
  }
}
.service-process-sec .process-slider-nav .swiper-wrapper {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .service-process-sec .process-slider-nav .swiper-wrapper {
    justify-content: unset;
  }
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide {
  width: auto;
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide.swiper-slide-thumb-active h6 {
  color: #0bb180;
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide.swiper-slide-thumb-active h6:after {
  width: 40px;
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide h6 {
  cursor: pointer;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  transition: all 0.4s;
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide h6:after {
  content: "";
  background-color: #0bb180;
  width: 0px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.5s;
}
.service-process-sec .process-slider-nav .process-nav .swiper-slide h6:hover {
  color: #0bb180;
}
.service-process-sec .service-process-slider {
  padding-left: 12%;
  counter-reset: process-count;
}
@media (max-width: 1200px) {
  .service-process-sec .service-process-slider {
    padding-left: 6%;
  }
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider {
    padding-left: 20px;
  }
}
.service-process-sec .service-process-slider .slider-wrap {
  padding-right: 15%;
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .slider-wrap {
    padding-right: 0;
  }
}
.service-process-sec .service-process-slider .swiper-slide {
  counter-increment: process-count;
}
.service-process-sec .service-process-slider .swiper-slide.swiper-slide-active + .swiper-slide .curve-text {
  transform: rotate(-90deg);
  opacity: 1;
}
.service-process-sec .service-process-slider .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
  transform: translateX(0);
}
.service-process-sec .service-process-slider .img-box {
  position: relative;
  width: 35%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .service-process-sec .service-process-slider .img-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .img-box {
    width: 100%;
  }
}
.service-process-sec .service-process-slider .img-box img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .img-box img {
    width: 70%;
  }
}
.service-process-sec .service-process-slider .curve-text {
  transform: rotate(0deg);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1.7rem !important;
  position: absolute;
  top: 0;
  left: 12%;
  height: 100%;
  text-align: center;
  color: #9d9d9d;
  opacity: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider .curve-text {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .curve-text {
    display: none;
  }
}
.service-process-sec .service-process-slider .text-box {
  max-width: 40%;
  width: 65%;
  margin-top: auto;
  margin-bottom: 70px;
  padding-left: 45px;
  transform: translateX(-230px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-property: opacity, transform;
  transition-delay: 0.5s;
  opacity: 0;
  margin-left: -20px;
}
@media (max-width: 1200px) {
  .service-process-sec .service-process-slider .text-box {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider .text-box {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .text-box {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
  }
}
.service-process-sec .service-process-slider .text-box .number-count {
  font-size: 7vw;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  margin-left: -50px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider .text-box .number-count {
    margin-bottom: 10px;
    font-size: 5.5rem;
    margin-left: -60px;
  }
}
@media (max-width: 768px) {
  .service-process-sec .service-process-slider .text-box .number-count {
    margin-left: -30px;
  }
}
.service-process-sec .service-process-slider .text-box .number-count:before {
  content: counter(process-count, decimal-leading-zero);
}
.service-process-sec .service-process-slider .text-box h6 {
  font-size: 1.7vw;
  font-weight: 700;
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider .text-box h6 {
    font-size: 1.35rem;
  }
}
.service-process-sec .service-process-slider .text-box p {
  font-size: 1.1vw;
}
@media (max-width: 992px) {
  .service-process-sec .service-process-slider .text-box p {
    font-size: 14px;
  }
}

.service-rating-sec {
  background-color: #FFF9C8;
}
.service-rating-sec .main-content-wrap {
  background-color: #7665FF;
  padding: 120px 0 70px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
@media (max-width: 992px) {
  .service-rating-sec .main-content-wrap {
    padding: 60px 0 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
}
@media (max-width: 576px) {
  .service-rating-sec .main-content-wrap {
    padding: 40px 0 60px;
  }
}
@media (min-width: 1940px) {
  .service-rating-sec .main-content-wrap .flex {
    max-width: 90%;
    margin: 0 auto;
  }
}
.service-rating-sec .text-col,
.service-rating-sec .rating-col {
  width: 50%;
}
@media (max-width: 992px) {
  .service-rating-sec .text-col,
  .service-rating-sec .rating-col {
    width: 100%;
  }
}
.service-rating-sec .text-box {
  max-width: 500px;
  padding-right: 40px;
}
@media (max-width: 576px) {
  .service-rating-sec .text-box {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box {
    align-items: center;
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .service-rating-sec .rating-box {
    justify-content: center;
  }
}
.service-rating-sec .rating-box .rating-circle {
  background-color: #EBDA5A;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .service-rating-sec .rating-box .rating-circle {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box .rating-circle {
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1/1;
    margin: 0 0 0 10px !important;
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .service-rating-sec .rating-box .rating-circle {
    padding: 10px;
  }
}
.service-rating-sec .rating-box .rating-circle:nth-child(1) {
  margin-top: 70px;
  margin-left: 110px;
}
@media (max-width: 1200px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(1) {
    margin-top: 60px;
    margin-left: 90px;
  }
}
.service-rating-sec .rating-box .rating-circle:nth-child(2) {
  width: 235px;
  height: 235px;
}
@media (max-width: 1200px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(2) {
    width: 190px;
    height: 190px;
  }
}
.service-rating-sec .rating-box .rating-circle:nth-child(3) {
  width: 224px;
  height: 224px;
}
@media (max-width: 1200px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(3) {
    width: 190px;
    height: 190px;
  }
}
.service-rating-sec .rating-box .rating-circle:nth-child(4) {
  margin-top: -35px;
}
@media (max-width: 1200px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(4) {
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(odd) {
    width: calc(27% - 10px) !important;
  }
}
@media (max-width: 576px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(odd) {
    width: calc(45% - 10px) !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(even) {
    width: calc(23% - 10px) !important;
  }
}
@media (max-width: 576px) {
  .service-rating-sec .rating-box .rating-circle:nth-child(even) {
    width: calc(40% - 10px) !important;
    margin-top: -70px !important;
  }
}
.service-rating-sec .rating-box .rating-circle h2 {
  color: #0F393B;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box .rating-circle h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .service-rating-sec .rating-box .rating-circle h2 {
    font-size: 2rem;
  }
}
.service-rating-sec .rating-box .rating-circle h2 .icon {
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-rating-sec .rating-box .rating-circle p {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .service-rating-sec .rating-box .rating-circle p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .service-rating-sec .rating-box .rating-circle p {
    font-size: 10px;
  }
}
.service-rating-sec .experts-logo-slider {
  padding: 50px 40px 70px;
}
@media (max-width: 992px) {
  .service-rating-sec .experts-logo-slider {
    padding: 30px 20px 50px;
  }
}
@media (max-width: 576px) {
  .service-rating-sec .experts-logo-slider {
    padding: 20px 20px 30px;
  }
}
.service-rating-sec .experts-logo-slider .logo-slider {
  max-width: 1920px;
  margin: 0 auto;
}
.service-rating-sec .experts-logo-slider .swiper-wrapper {
  align-items: center;
}
.service-rating-sec .experts-logo-slider .swiper-slide {
  width: 14.2%;
}
@media (max-width: 992px) {
  .service-rating-sec .experts-logo-slider .swiper-slide {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .service-rating-sec .experts-logo-slider .swiper-slide {
    width: 35%;
  }
}

.service-partners-sec {
  background-color: #FFF1F1;
  padding: 135px 0 170px;
}
@media (max-width: 992px) {
  .service-partners-sec {
    padding: 90px 0 120px;
  }
}
@media (max-width: 576px) {
  .service-partners-sec {
    padding: 50px 0 80px;
  }
}
.service-partners-sec .heading-box {
  margin: 0 auto 80px;
}
@media (max-width: 992px) {
  .service-partners-sec .heading-box {
    margin-bottom: 50px;
  }
}
.service-partners-sec .heading-box h2 {
  font-weight: 800;
}
@media (max-width: 768px) {
  .service-partners-sec .heading-box h2 br {
    display: none;
  }
}
.service-partners-sec .heading-box .desc {
  max-width: 730px;
  margin: 0 auto;
}
.service-partners-sec .heading-box .desc p {
  font-size: 1.1rem;
  font-weight: 500;
}
.service-partners-sec .partners-logo-slider {
  height: 220px;
}
.service-partners-sec .partners-logo-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service-partners-sec .partners-logo-slider .swiper-wrapper {
  padding-left: 100px;
  margin: 0 auto;
}
.service-partners-sec .partners-logo-slider .swiper-slide {
  height: 100px;
  width: 185px;
  background-color: #FFDADA;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.service-partners-sec .partners-logo-slider .swiper-slide:nth-child(even) {
  margin-left: -100px;
}
.service-partners-sec .partners-logo-slider .swiper-slide img {
  mix-blend-mode: multiply;
}

.engagement-model-sec {
  background-color: #0E0E0E;
  padding: 100px 0 120px;
}
@media (max-width: 992px) {
  .engagement-model-sec {
    padding: 60px 0 80px;
  }
}
@media (max-width: 576px) {
  .engagement-model-sec {
    padding: 40px 0 60px;
  }
}
.engagement-model-sec .heading-box {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .engagement-model-sec .heading-box {
    margin-bottom: 50px;
  }
}
.engagement-model-sec .heading-box h2 {
  color: #0bb180;
}
.engagement-model-sec .heading-box p {
  color: #FFFFFF;
  font-size: 1rem;
  max-width: 430px;
}
.engagement-model-sec .content-row {
  counter-reset: engCounter;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .engagement-model-sec .content-row {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .engagement-model-sec .content-row {
    padding-left: 0;
  }
}
.engagement-model-sec .card-box {
  width: calc(50% - 35px);
  border-radius: 28px 0 0 0;
  padding: 35px 20px 60px;
  counter-increment: engCounter;
  position: relative;
}
@media (max-width: 992px) {
  .engagement-model-sec .card-box {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .engagement-model-sec .card-box {
    padding: 25px 15px 40px;
  }
}
.engagement-model-sec .card-box:nth-child(odd) {
  background-color: #FFF490;
}
.engagement-model-sec .card-box:nth-child(even) {
  background-color: #67FBFB;
  top: -140px;
}
@media (max-width: 992px) {
  .engagement-model-sec .card-box:nth-child(even) {
    top: 0;
    margin-top: 50px;
  }
}
.engagement-model-sec .card-box:nth-child(even) ul li:before {
  background-color: #CC6060;
}
.engagement-model-sec .card-box .count {
  display: block;
  text-align: right;
  margin-bottom: -10px;
  font-weight: 600;
  padding-right: 30px;
}
.engagement-model-sec .card-box .count:before {
  content: counter(engCounter, decimal-leading-zero);
}
.engagement-model-sec .card-box .icon {
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .engagement-model-sec .card-box .icon {
    margin-bottom: 30px;
  }
}
.engagement-model-sec .card-box h6 {
  font-size: 1.35rem;
  font-weight: 700;
}
.engagement-model-sec .card-box p {
  font-size: 14px;
}
.engagement-model-sec .card-box ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2;
       column-gap: 2;
}
@media (max-width: 576px) {
  .engagement-model-sec .card-box ul {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 15px;
  }
}
.engagement-model-sec .card-box ul li {
  position: relative;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 2;
  padding-left: 18px;
  margin-bottom: 5px;
}
.engagement-model-sec .card-box ul li:before {
  content: "";
  background-color: #6FCC60;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0;
}

.trending-projects-sec {
  background-color: #F4FFEA;
  padding: 110px 0;
  position: relative;
}
@media (max-width: 992px) {
  .trending-projects-sec {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .trending-projects-sec {
    padding: 50px 0;
  }
}
.trending-projects-sec .heading-box {
  margin: 0 auto 80px;
  position: relative;
}
@media (max-width: 992px) {
  .trending-projects-sec .heading-box {
    margin-bottom: 50px;
  }
}
.trending-projects-sec .heading-box h2 {
  font-weight: 800;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .trending-projects-sec .heading-box h2 br {
    display: none;
  }
}
.trending-projects-sec .heading-box p {
  font-size: 1.1rem;
  font-weight: 500;
}
.trending-projects-sec .heading-box p a {
  color: #1D1D1D;
}
.trending-projects-sec .trending-project-slider .swiper-wrapper {
  align-items: flex-end;
  padding-bottom: 40px;
}
.trending-projects-sec .trending-project-slider .swiper-slide {
  width: 22%;
}
@media (max-width: 992px) {
  .trending-projects-sec .trending-project-slider .swiper-slide {
    width: 24%;
  }
}
@media (max-width: 768px) {
  .trending-projects-sec .trending-project-slider .swiper-slide {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .trending-projects-sec .trending-project-slider .swiper-slide {
    width: calc(50% - 25px);
  }
}
.trending-projects-sec .trending-project-slider .swiper-slide:nth-child(even) {
  width: 18%;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .trending-projects-sec .trending-project-slider .swiper-slide:nth-child(even) {
    width: 20%;
    transform: translateY(20px);
  }
}
@media (max-width: 768px) {
  .trending-projects-sec .trending-project-slider .swiper-slide:nth-child(even) {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .trending-projects-sec .trending-project-slider .swiper-slide:nth-child(even) {
    width: calc(50% - 25px);
  }
}
.trending-projects-sec .trending-project-slider .swiper-slide .content-box {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
}
.trending-projects-sec .trending-project-slider .swiper-slide .content-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trending-projects-sec .trending-project-slider .swiper-slide .content-box .text {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  bottom: 32px;
  position: absolute;
  left: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .trending-projects-sec .trending-project-slider .swiper-slide .content-box .text {
    font-size: 12px;
    bottom: 20px;
  }
}
.trending-projects-sec .trending-project-slider .trending-project-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
@media (max-width: 992px) {
  .trending-projects-sec .trending-project-slider .trending-project-pagination {
    margin-top: 50px;
  }
}
.trending-projects-sec .trending-project-slider .trending-project-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #0bb180;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.trending-projects-sec .trending-project-slider .trending-project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #0bb180;
}

.tech-use-sec {
  padding: 100px 0 120px;
}
@media (max-width: 992px) {
  .tech-use-sec {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .tech-use-sec {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .tech-use-sec .title-box {
    padding-top: 30px;
  }
}
.tech-use-sec .title-box span {
  color: #6FCC60;
}
.tech-use-sec .title-box.text-yellow span {
  color: #EBDA5A;
}
.tech-use-sec .heading-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .tech-use-sec .heading-box {
    padding: 25px 0;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box {
    padding: 15px 0;
  }
}
.tech-use-sec .heading-box .h1 {
  font-size: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .tech-use-sec .heading-box .h1 {
    font-size: 4.75rem;
  }
}
@media (max-width: 992px) {
  .tech-use-sec .heading-box .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .tech-use-sec .heading-box .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box .h1 {
    font-size: 1.8rem;
  }
}
.tech-use-sec .heading-box .line-break {
  width: 100%;
}
.tech-use-sec .heading-box .bg-text {
  background-color: #0BB180;
  border-radius: 100px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 992px) {
  .tech-use-sec .heading-box .bg-text {
    font-size: 20px;
    height: 65px;
  }
}
@media (max-width: 768px) {
  .tech-use-sec .heading-box .bg-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box .bg-text {
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 365px) {
  .tech-use-sec .heading-box .bg-text {
    font-size: 14px;
    height: 40px;
  }
}
.tech-use-sec .heading-box .bg-text.green {
  width: 340px;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .tech-use-sec .heading-box .bg-text.green {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .tech-use-sec .heading-box .bg-text.green {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box .bg-text.green {
    width: 140px;
    margin-left: 10px;
  }
}
@media (max-width: 365px) {
  .tech-use-sec .heading-box .bg-text.green {
    width: 120px;
  }
}
.tech-use-sec .heading-box .bg-text.orange {
  background-color: #CB672F;
  width: 295px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .tech-use-sec .heading-box .bg-text.orange {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .tech-use-sec .heading-box .bg-text.orange {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box .bg-text.orange {
    width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 365px) {
  .tech-use-sec .heading-box .bg-text.orange {
    width: 100px;
  }
}
.tech-use-sec .heading-box .bg-text.yellow {
  background-color: #D2CC42;
  width: 96px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .tech-use-sec .heading-box .bg-text.yellow {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .tech-use-sec .heading-box .bg-text.yellow {
    margin-left: 10px;
  }
}
@media (max-width: 365px) {
  .tech-use-sec .heading-box .bg-text.yellow {
    width: 65px;
  }
}
.tech-use-sec .heading-box .bg-text.yellow .arrow {
  animation: scrollAnim 2s linear infinite alternate;
}
.tech-use-sec .content-box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .tech-use-sec .content-box {
    max-width: 90%;
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .tech-use-sec .content-box {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .tech-use-sec .content-box {
    max-width: 100%;
  }
}
.tech-use-sec .content-box h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}
.tech-use-sec .content-box .content-row {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .tech-use-sec .content-box .content-row {
    padding-top: 40px;
  }
}
.tech-use-sec .content-box .content-row .content-card {
  width: calc(33.33% - 60px);
}
@media (max-width: 1200px) {
  .tech-use-sec .content-box .content-row .content-card {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 768px) {
  .tech-use-sec .content-box .content-row .content-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tech-use-sec .content-box .content-row .content-card.aos-animate .bar {
  width: 77px;
}
.tech-use-sec .content-box .content-row .content-card:nth-child(2) .bar {
  background-color: #40C9FF;
}
.tech-use-sec .content-box .content-row .content-card:nth-child(3) .bar {
  background-color: #FE644F;
}
.tech-use-sec .content-box .content-row .content-card .bar {
  background-color: #0BB180;
  width: 0px;
  height: 6px;
  display: block;
  margin-bottom: 25px;
  transition: all 1s ease-in;
}

.portfolio-banner {
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .portfolio-banner {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner.pt-0 {
    padding-top: 88px !important;
  }
}
.portfolio-banner.pt-0 .inner-wrapper {
  padding: 0;
}
.portfolio-banner .inner-wrapper {
  position: relative;
  padding: 0 59px;
  height: 814px;
}
@media (max-width: 1200px) {
  .portfolio-banner .inner-wrapper {
    height: 90vh;
  }
}
@media (min-width: 1801px) {
  .portfolio-banner .inner-wrapper {
    height: 80vh;
  }
}
.portfolio-banner .inner-wrapper picture {
  height: 100%;
}
.portfolio-banner .inner-wrapper picture source {
  height: 100%;
}
.portfolio-banner .inner-wrapper picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .portfolio-banner .inner-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner .inner-wrapper {
    padding: 0;
    height: 550px;
  }
  .portfolio-banner .inner-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portfolio-banner .inner-wrapper img {
  width: 100%;
}
.portfolio-banner .inner-wrapper .text {
  position: absolute;
  top: 35%;
  left: 12%;
  transform: translateY(-50%);
  max-width: 780px;
}
@media (max-width: 992px) {
  .portfolio-banner .inner-wrapper .text {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner .inner-wrapper .text {
    max-width: 100%;
    left: 0;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .portfolio-banner .inner-wrapper .text h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .portfolio-banner .inner-wrapper .text {
    top: 40%;
  }
}
.portfolio-banner .inner-wrapper .text h2, .portfolio-banner .inner-wrapper .text span, .portfolio-banner .inner-wrapper .text p {
  color: #fff;
}
.portfolio-banner .inner-wrapper .text h2 {
  margin: 42px 0 37px;
  font-size: 70px;
}
@media (max-width: 1200px) {
  .portfolio-banner .inner-wrapper .text h2 {
    font-size: 55px;
    margin: 25px 0;
  }
}
@media (max-width: 992px) {
  .portfolio-banner .inner-wrapper .text h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner .inner-wrapper .text h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .portfolio-banner .inner-wrapper .text h2 {
    font-size: 30px;
  }
}
.portfolio-banner .inner-wrapper .text p {
  font-size: 22px;
}
@media (max-width: 992px) {
  .portfolio-banner .inner-wrapper .text p {
    font-size: 18px;
  }
}
.portfolio-banner .inner-wrapper .text span {
  text-transform: uppercase;
}
.portfolio-banner .inner-wrapper .btn-wrapper {
  position: absolute;
  bottom: 48px;
  left: 12%;
}
@media (max-width: 768px) {
  .portfolio-banner .inner-wrapper .btn-wrapper {
    max-width: 100%;
    left: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
  }
}
.portfolio-banner .inner-wrapper .btn-wrapper .btn {
  color: #fff;
  border-color: #fff;
  font-size: 12px;
  padding: 11px 20px;
  min-width: 180px;
}
.portfolio-banner .inner-wrapper .btn-wrapper .btn:hover {
  border-color: #e05a32;
  background-color: #e05a32;
}
.portfolio-banner .inner-wrapper .btn-box {
  display: none;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .portfolio-banner .inner-wrapper .btn-box {
    display: initial;
  }
}
.portfolio-banner .inner-wrapper .btn-box .btn {
  padding: 14px 40px !important;
  line-height: 2;
  color: #FFFFFF;
  background: rgba(255, 255, 253, 0.5);
  border: none;
}

.website-info-box-sec {
  padding: 65px 0 0;
  position: relative;
  z-index: 1;
}
.website-info-box-sec .content-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
}
.website-info-box-sec .col-left .text-box-wrapper {
  gap: 45px 0;
}
.website-info-box-sec .col-left ul li {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.website-info-box-sec .col-left ul li:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.website-info-box-sec .col-left .box {
  margin-bottom: 50px;
  width: 48%;
}
.website-info-box-sec .col-left h5 {
  font-size: 18px;
  color: #000;
  margin: 0px;
}
@media (max-width: 992px) {
  .website-info-box-sec.pb-lg {
    padding-bottom: 0 !important;
  }
}
.website-info-box-sec.reverse .col-left {
  width: 55%;
}
@media (max-width: 992px) {
  .website-info-box-sec.reverse .col-left {
    width: 100%;
  }
}
.website-info-box-sec.reverse .col-left .img-box {
  max-width: 100%;
}
.website-info-box-sec.reverse .col-right {
  width: 40%;
}
@media (max-width: 992px) {
  .website-info-box-sec.reverse .col-right {
    width: 100%;
  }
}
.website-info-box-sec .content-row {
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.website-info-box-sec .colm-box p {
  font-family: "Mulish", sans-serif;
  font-size: 19px;
  color: #000000;
}
@media (max-width: 1200px) {
  .website-info-box-sec .colm-box p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .website-info-box-sec .colm-box p {
    text-align: center;
  }
}
.website-info-box-sec .colm-box .subheading {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 20px;
}
.website-info-box-sec .col-left {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.3019607843);
}
@media (max-width: 992px) {
  .website-info-box-sec .col-left {
    width: 100%;
  }
}
.website-info-box-sec .col-left .img-box {
  margin-top: 100px;
  max-width: calc(480vw / var(--context));
}
@media (max-width: 992px) {
  .website-info-box-sec .col-left .img-box {
    margin-top: 50px;
    max-width: 100%;
  }
}
.website-info-box-sec .col-left .img-box img {
  width: 100%;
}
@media (max-width: 992px) {
  .website-info-box-sec .col-left .img-box img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 576px) {
  .website-info-box-sec .col-left .img-box img {
    width: 85%;
  }
}
.website-info-box-sec .col-right {
  width: 45%;
}
.website-info-box-sec .col-right h4 {
  max-width: 590px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .website-info-box-sec .col-right {
    width: 100%;
    padding: 60px 0;
  }
}
.website-info-box-sec .web-ss img {
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .website-info-box-sec .web-ss img {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .website-info-box-sec .web-ss img {
    width: 85%;
  }
}

.use-font-sec {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .use-font-sec {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .use-font-sec {
    padding: 60px 0;
  }
}
.use-font-sec .inner-wrapper {
  max-width: 1220px;
  margin: auto;
  width: 95%;
}
.use-font-sec .content-row {
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 50px;
}
@media (max-width: 576px) {
  .use-font-sec .content-row {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    justify-content: center;
  }
}
.use-font-sec .content-row .txt-box {
  width: 49%;
}
@media (max-width: 576px) {
  .use-font-sec .content-row .txt-box {
    width: 94%;
  }
}
.use-font-sec .content-row .txt-box img {
  width: 100%;
  border-radius: 20px;
}

.website-view-sec {
  position: relative;
  padding: 40px 0 150px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .website-view-sec {
    padding-bottom: 75px;
  }
}
.website-view-sec .use-font-sec {
  padding-bottom: 0;
  padding-top: 200px;
}
.website-view-sec .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.website-view-sec .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.website-view-sec .inner-wrapper {
  max-width: 1292px;
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 992px) {
  .website-view-sec .inner-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .website-view-sec .inner-wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 365px) {
  .website-view-sec .inner-wrapper {
    padding: 0 15px;
  }
}
.website-view-sec .top-wrapper .top-heading-box {
  margin-bottom: 60px;
}
.website-view-sec .top-wrapper .top-heading-box h6 {
  font-size: 0.7rem;
  color: #FFFFFF;
  text-align: right;
  font-weight: 300;
  text-transform: uppercase;
}
.website-view-sec .top-wrapper .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.website-view-sec .top-wrapper .img-wrapper .left-box {
  width: 65%;
}
@media (max-width: 768px) {
  .website-view-sec .top-wrapper .img-wrapper .left-box {
    width: 100%;
  }
}
.website-view-sec .top-wrapper .img-wrapper .left-box img {
  border-radius: 10px 10px 0 0;
}
.website-view-sec .top-wrapper .img-wrapper .right-box {
  width: 24%;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  align-items: center;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .website-view-sec .top-wrapper .img-wrapper .right-box {
    padding: 0;
    margin-top: 40px;
    width: 100%;
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
    justify-content: center;
  }
}
.website-view-sec .top-wrapper .img-wrapper .right-box figure:nth-child(1) img {
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  .website-view-sec .top-wrapper .img-wrapper .right-box figure:nth-child(2) {
    margin-top: 20px;
  }
}

.colors-box-wrapper {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .colors-box-wrapper {
    padding-top: 20px;
  }
}
.colors-box-wrapper .top-heading-box {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .colors-box-wrapper .top-heading-box {
    margin-top: 37px;
  }
}
.colors-box-wrapper .top-heading-box.color-black * {
  color: #35404C;
}
.colors-box-wrapper .top-heading-box h6 {
  font-size: 0.7rem;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.colors-box-wrapper .box-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 992px) {
  .colors-box-wrapper .box-wrapper {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 768px) {
  .colors-box-wrapper .box-wrapper {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: center;
  }
}
.colors-box-wrapper .box-wrapper .box {
  border-radius: 21px;
  width: calc(25% - 12px);
  padding: 3.2%;
  position: relative;
}
@media (max-width: 992px) {
  .colors-box-wrapper .box-wrapper .box {
    width: calc(33.33% - 20px);
    margin-right: 30px;
  }
  .colors-box-wrapper .box-wrapper .box:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .colors-box-wrapper .box-wrapper .box {
    max-width: 312px;
    padding: 39px 0 53px 38px;
    width: 100%;
    margin-right: 0px;
  }
}
.colors-box-wrapper .box-wrapper .box h6 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 68px;
}
.colors-box-wrapper .box-wrapper .box p {
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
}
.colors-box-wrapper .box-wrapper .box.bg-ecl-gradient {
  background: linear-gradient(60.85deg, #2B53F1 18.01%, #5ECDA2 96.75%);
}
.colors-box-wrapper .box-wrapper .box.bg-ecl-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 21px;
  border: 3px solid transparent;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.23)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  box-sizing: border-box;
}
.colors-box-wrapper .box-wrapper .box.bg-white h6, .colors-box-wrapper .box-wrapper .box.bg-white p {
  color: #1D1D1D;
}
.colors-box-wrapper .box-wrapper .box.bg-ecl-dark-blue {
  background: #131C58;
}
.colors-box-wrapper .box-wrapper .box.bg-ecl-dark-blue h6, .colors-box-wrapper .box-wrapper .box.bg-ecl-dark-blue p {
  color: #FEFBED;
}
.colors-box-wrapper .box-wrapper .box.bg-blue-shade {
  background: #F7FBFF;
}
.colors-box-wrapper .box-wrapper .box.bg-blue-shade h6, .colors-box-wrapper .box-wrapper .box.bg-blue-shade p {
  color: #131C58;
}
.colors-box-wrapper .box-wrapper .box.border-box {
  position: relative;
}
.colors-box-wrapper .box-wrapper .box.border-box:after {
  position: absolute;
  content: "";
  height: 98%;
  width: 98%;
  border: 3px solid rgba(255, 255, 255, 0.23);
  top: 0;
  left: 0;
  border-radius: 21px;
}

.our_work .image-wrap {
  height: 411px;
  overflow: hidden;
}
.our_work .image-wrap:hover img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.our_work .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: all 3.5s ease-in-out;
}
.our_work .col-4:hover h4 a {
  color: #FECA1E;
}
.our_work h4 {
  text-align: center;
}
.our_work h4 a {
  color: #FFFFFF;
}

.portfolio-about {
  padding: 74px 0 150px;
  font-family: "Public Sans", sans-serif;
  color: #000000;
}
@media (max-width: 768px) {
  .portfolio-about {
    padding: 44px 0 70px;
  }
}
.portfolio-about .heading-box h6 {
  font-size: 0.7rem;
  font-weight: 300;
}
.portfolio-about .desc {
  max-width: 705px;
  width: 53%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .portfolio-about .desc {
    width: 100%;
  }
}

.portfolio-project-version-sec {
  background: #11161D;
  padding: 38px 0 70px;
}
.portfolio-project-version-sec.ecl-bg {
  background: linear-gradient(180deg, #01C9A8 0%, #1B55FD 100%);
}
.portfolio-project-version-sec.mindshare-bg {
  background: #1C3997;
}
.portfolio-project-version-sec.mindshare-bg .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.mindshare-bg .inner-wrapper .check-project-link::after {
  background-color: #F47731;
}
.portfolio-project-version-sec.ecl-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.ecl-project-version .inner-wrapper .check-project-link::after, .portfolio-project-version-sec.hardward-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.hardward-project-version .inner-wrapper .check-project-link::after {
  background-color: #02C9A9;
}
.portfolio-project-version-sec.rise-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.rise-project-version .inner-wrapper .check-project-link::after {
  background-color: #EB0010;
}
.portfolio-project-version-sec.rockmass-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.rockmass-project-version .inner-wrapper .check-project-link::after {
  background-color: #F2BE1B;
}
.portfolio-project-version-sec.cbi-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.cbi-project-version .inner-wrapper .check-project-link::after {
  background-color: #90ACA0;
}
.portfolio-project-version-sec.jolt-project-version {
  background-color: #F9F7F4;
}
.portfolio-project-version-sec.jolt-project-version .label-heading {
  color: #1D1D1D;
}
.portfolio-project-version-sec.jolt-project-version .inner-wrapper .check-project-link {
  color: #0A77F8;
}
.portfolio-project-version-sec.jolt-project-version .inner-wrapper .check-project-link::before, .portfolio-project-version-sec.jolt-project-version .inner-wrapper .check-project-link::after {
  background-color: #FF8900;
}
.portfolio-project-version-sec .label-heading {
  font-size: 0.7rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
}
.portfolio-project-version-sec .inner-wrapper {
  padding: 93px 0 0;
  max-width: 785px;
  margin: auto;
}
@media (max-width: 768px) {
  .portfolio-project-version-sec .inner-wrapper {
    padding: 37px 0 0;
  }
}
.portfolio-project-version-sec .inner-wrapper figure {
  margin-bottom: 79px;
}
@media (max-width: 768px) {
  .portfolio-project-version-sec .inner-wrapper figure {
    margin-bottom: 33px;
  }
}
.portfolio-project-version-sec .inner-wrapper .btn-wrapper {
  text-align: center;
}
.portfolio-project-version-sec .inner-wrapper .check-project-link {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio-project-version-sec .inner-wrapper .check-project-link::before, .portfolio-project-version-sec .inner-wrapper .check-project-link::after {
  content: "";
  -webkit-mask-image: url("../images/link-icon.png");
          mask-image: url("../images/link-icon.png");
  -webkit-mask-box-image: url("../images/link-icon.png") 1px solid;
          mask-border: url("../images/link-icon.png") 1px solid;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 0;
  border: #F47731;
  background-color: green;
}
.portfolio-project-version-sec .inner-wrapper .check-project-link::before {
  left: 0;
}
.portfolio-project-version-sec .inner-wrapper .check-project-link::after {
  right: 0;
}

.website-flow-sec {
  position: relative;
  padding: 270px 0 207px;
}
@media (max-width: 768px) {
  .website-flow-sec {
    padding: 68px 0 76px;
  }
}
.website-flow-sec.jolt-website-flow {
  background-color: #C5A278;
}
.website-flow-sec.jolt-website-flow .inner-wrapper .img-3 {
  right: 22%;
  bottom: 8%;
}
.website-flow-sec .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.website-flow-sec .bg-img img {
  width: 100%;
  height: 100%;
}
.website-flow-sec .inner-wrapper {
  width: 70%;
  max-width: 950px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 33px;
    grid-row-gap: 40px;
    position: relative;
    padding: 20px;
  }
}
.website-flow-sec .inner-wrapper .inner-bg-img {
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .inner-bg-img {
    height: 80%;
    top: 12%;
    position: absolute;
    padding: 20px;
  }
  .website-flow-sec .inner-wrapper .inner-bg-img img {
    height: 100%;
  }
}
.website-flow-sec .inner-wrapper .img-box {
  position: absolute;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-box {
    position: relative;
    width: 100% !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    top: unset !important;
  }
}
.website-flow-sec .inner-wrapper .img-1 {
  left: 35%;
  width: 30%;
  top: -15%;
  text-align: center;
}
.website-flow-sec .inner-wrapper .img-1 .arrow-down {
  position: absolute;
  left: 90%;
  top: 37%;
  width: 42%;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-1 .arrow-down {
    display: none;
  }
}
.website-flow-sec .inner-wrapper .img-1 img {
  width: auto;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-1 {
    grid-column: span 2;
  }
}
.website-flow-sec .inner-wrapper .img-2 {
  top: 20%;
  width: 21%;
  right: 8%;
  text-align: right;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-2 {
    padding-left: 20px;
  }
}
.website-flow-sec .inner-wrapper .img-3 {
  bottom: -8%;
  right: 12%;
  width: 21%;
  text-align: right;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-3 {
    padding-right: 20px;
  }
}
.website-flow-sec .inner-wrapper .img-4 {
  left: 8%;
  top: 24%;
  width: 15%;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-4 {
    grid-column: span 2;
    text-align: center;
  }
  .website-flow-sec .inner-wrapper .img-4 img {
    width: 50% !important;
  }
}
.website-flow-sec .inner-wrapper .img-5 {
  width: 69%;
  bottom: 10%;
  left: -16%;
}
@media (max-width: 768px) {
  .website-flow-sec .inner-wrapper .img-5 {
    grid-column: span 2;
  }
}

.portfolio_project.website-info-box-sec {
  padding: 72px 0 50px;
  position: relative;
  z-index: 1;
}
.portfolio_project.website-info-box-sec .container-fluid {
  padding: 0 10px;
}
.portfolio_project.website-info-box-sec h2 {
  padding-left: 86px;
  font-size: 79px;
}
@media (max-width: 1200px) {
  .portfolio_project.website-info-box-sec h2 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .portfolio_project.website-info-box-sec h2 {
    font-size: 50px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .portfolio_project.website-info-box-sec h2 {
    font-size: 40px;
  }
}
.portfolio_project.website-info-box-sec .content-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
  -moz-column-gap: 4%;
       column-gap: 4%;
  border-radius: 70px;
}
@media (max-width: 768px) {
  .portfolio_project.website-info-box-sec .content-row {
    border-radius: 30px;
  }
}
.portfolio_project.website-info-box-sec .col-left {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.3019607843);
  padding-left: 86px;
  padding-top: 63px;
}
@media (max-width: 992px) {
  .portfolio_project.website-info-box-sec .col-left {
    width: 100%;
    border: none;
    padding: 0px;
  }
}
.portfolio_project.website-info-box-sec .col-left .text-box-wrapper {
  gap: 45px 0;
}
@media (max-width: 992px) {
  .portfolio_project.website-info-box-sec .col-left .text-box-wrapper {
    gap: 30px 0;
  }
}
.portfolio_project.website-info-box-sec .col-left ul li {
  padding-bottom: 23px;
  font-size: 18px;
  font-weight: 600;
}
.portfolio_project.website-info-box-sec .col-left ul li:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.portfolio_project.website-info-box-sec .col-left .box {
  margin-bottom: 55px;
  width: 50%;
}
.portfolio_project.website-info-box-sec .col-left .box:nth-of-type(1) h5 {
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .portfolio_project.website-info-box-sec .col-left .box {
    margin-bottom: 35px;
  }
}
.portfolio_project.website-info-box-sec .col-left h5 {
  font-size: 18px;
  color: #000;
  margin: 0px;
}
.portfolio_project.website-info-box-sec .col-left h5 span {
  font-size: 79px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .portfolio_project.website-info-box-sec .col-left h5 span {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .portfolio_project.website-info-box-sec .col-left h5 span {
    font-size: 50px;
  }
}
.portfolio_project.website-info-box-sec .col-right {
  width: 45%;
  padding: 40px 0 20px;
}
.portfolio_project.website-info-box-sec .col-right h4 {
  max-width: 590px;
  margin: 0 auto;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .portfolio_project.website-info-box-sec .col-right h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .portfolio_project.website-info-box-sec .col-right {
    width: 100%;
    padding: 40px 0;
  }
}

.portfolio_about {
  padding: 56px 0 80px;
  font-family: "Public Sans", sans-serif;
  color: #000000;
}
@media (max-width: 768px) {
  .portfolio_about {
    padding: 44px 0 70px;
  }
}
.portfolio_about .text-box {
  max-width: 1180px;
  padding: 83px 0 152px;
}
@media (max-width: 992px) {
  .portfolio_about .text-box {
    padding: 60px 0 120px;
  }
}
@media (max-width: 768px) {
  .portfolio_about .text-box {
    padding: 30px 0 80px;
  }
}
@media (max-width: 480px) {
  .portfolio_about .text-box {
    padding: 30px 0 50px;
  }
}
.portfolio_about .text-box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.54;
  margin: 0 0 0 -3px;
}
.portfolio_about .text-box h3:nth-of-type(2) {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .portfolio_about .text-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .portfolio_about .text-box h3 {
    font-size: 24px;
  }
}
.portfolio_about .subheading {
  font-size: 14px;
}
@media (max-width: 768px) {
  .portfolio_about .img-box-wrapper {
    gap: 30px 0;
  }
}
.portfolio_about .img-box-wrapper img {
  width: 100%;
}
.portfolio_about .img-box-wrapper .full-img {
  width: 49.5%;
}
@media (max-width: 768px) {
  .portfolio_about .img-box-wrapper .full-img {
    width: 100%;
  }
}
.portfolio_about .img-box-wrapper .half-img {
  width: 49.5%;
  gap: 20px 0;
}
.portfolio_about .img-box-wrapper .half-img figure {
  width: 100%;
}
@media (max-width: 768px) {
  .portfolio_about .img-box-wrapper .half-img {
    width: 100%;
  }
}
.portfolio_about .img-box-wrapper .half-img img {
  height: 100%;
}

.website-view-new-sec.website-view-sec {
  position: relative;
  padding: 100px 0 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .website-view-new-sec.website-view-sec {
    padding-bottom: 75px;
  }
}
.website-view-new-sec.website-view-sec .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.website-view-new-sec.website-view-sec .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.website-view-new-sec.website-view-sec .inner-wrapper {
  max-width: 1292px;
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 992px) {
  .website-view-new-sec.website-view-sec .inner-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .website-view-new-sec.website-view-sec .inner-wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 365px) {
  .website-view-new-sec.website-view-sec .inner-wrapper {
    padding: 0 15px;
  }
}
.website-view-new-sec.website-view-sec .top-wrapper figure {
  border: 1px solid #636060;
  padding: 15px 15px 0;
  border-radius: 10px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .website-view-new-sec.website-view-sec .top-wrapper figure {
    padding: 15px;
    border: 1px solid #636060;
  }
  .website-view-new-sec.website-view-sec .top-wrapper figure img {
    width: 100%;
  }
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .left-box {
  width: 38%;
}
@media (max-width: 768px) {
  .website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .left-box {
    width: 100%;
  }
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .left-box img {
  border-radius: 10px 10px 0 0;
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .right-box {
  width: 42%;
  display: flex;
  gap: 100px 75px;
  flex-direction: row;
  align-items: center;
  padding-bottom: 90px;
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .right-box figure {
  padding: 7px;
  border: 1px solid #636060;
}
.website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .right-box figure:nth-of-type(2) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .website-view-new-sec.website-view-sec .top-wrapper .img-wrapper .right-box {
    padding: 0;
    margin-top: 40px;
    width: 100%;
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
    align-items: center;
    justify-content: center;
  }
}

.color_picker {
  padding: 130px 0;
}
@media (max-width: 1200px) {
  .color_picker {
    padding: 110px 0;
  }
}
@media (max-width: 992px) {
  .color_picker {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .color_picker {
    padding: 60px 0;
  }
}
.color_picker .change_color {
  background-color: #335266;
}
.color_picker .row {
  background-color: #FFF5F3;
  border-radius: 10px 0 0 10px;
}
.color_picker .row .col-left {
  width: 47%;
  padding: 62px 40px 62px 24px;
  display: flex;
  flex-direction: column;
}
.color_picker .row .col-left h2 {
  font-size: 45px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .color_picker .row .col-left h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .color_picker .row .col-left h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .color_picker .row .col-left h2 {
    font-size: 30px;
  }
}
.color_picker .row .col-left .f-medium {
  font-weight: 500;
}
.color_picker .row .col-left .semibold-medium {
  font-weight: 600;
}
.color_picker .row .col-left .font-light {
  font-weight: 300;
}
.color_picker .row .col-left .extra-bold {
  font-weight: 900;
}
.color_picker .row .col-left.change_color h2, .color_picker .row .col-left.change_color li, .color_picker .row .col-left.change_color h6, .color_picker .row .col-left.change_color p {
  color: #fff;
}
@media (max-width: 992px) {
  .color_picker .row .col-left {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .color_picker .row .col-left {
    padding: 30px 15px;
  }
}
.color_picker .row .col-left .color-palette {
  max-width: 410px;
  margin-top: auto;
}
.color_picker .row .col-left .color-palette h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 22px;
}
.color_picker .row .col-left .color-palette p {
  font-size: 16px;
}
.color_picker .row .col-left .color_name {
  display: flex;
  justify-content: flex-end;
}
.color_picker .row .col-left .color_name.space-between {
  justify-content: space-between;
}
.color_picker .row .col-left .color_name li {
  font-weight: 400;
  padding-bottom: 10px;
}
.color_picker .row .col-left .color_name li:nth-of-type(2) {
  font-weight: 600;
}
.color_picker .row .col-right {
  width: 53%;
  display: flex;
}
@media (max-width: 992px) {
  .color_picker .row .col-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .color_picker .row .col-right {
    flex-wrap: wrap;
  }
}
.color_picker .row .col-right .color-box {
  min-height: 668px;
  height: 100%;
  width: 100%;
  padding: 20px 15px 64px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 992px) {
  .color_picker .row .col-right .color-box {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .color_picker .row .col-right .color-box {
    min-height: 10px;
    padding: 30px 20px 30px;
    height: auto;
  }
}
.color_picker .row .col-right .color-box.text_black h6, .color_picker .row .col-right .color-box.text_black span, .color_picker .row .col-right .color-box.text_black p {
  color: #000;
}
.color_picker .row .col-right .color-box.text_white h6, .color_picker .row .col-right .color-box.text_white span, .color_picker .row .col-right .color-box.text_white p {
  color: #fff;
}
.color_picker .row .col-right h6 {
  font-size: 18px;
  margin-bottom: 51px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .color_picker .row .col-right h6 {
    margin-bottom: 30px;
  }
}
.color_picker .row .col-right span {
  font-size: 16px;
}
.color_picker .row .col-right p {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 25px;
}
.color_picker .row .col-right .rgb-name p {
  margin-bottom: 0px;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

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

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

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

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

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

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

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

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}/*# sourceMappingURL=style.css.map */