/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}







.pageHeader {
  /* Add styles here */
}

.pageHeaderMy {
  padding: 50px 0;
}

.caseStudyOuter {
  /* Add styles here */
}

/* Add other styles from the inline CSS to this file */
.serviceitem {
  position: relative;
  padding-bottom: 20px;
}

.serviceitem .android-btn,
.serviceitem .web-btn {
  display: none;
  position: absolute;
  top: 100px;
}

.serviceitem .web-btn {
  right: 35px;
}

.serviceitem .android-btn {
  left: 35px;
}

.serviceitem:hover .android-btn,
.serviceitem:hover .web-btn {
  display: inline-block;
}






/* my css */


:root {
  --primary-color: #15161B;
  --secondary-color: #f7f8fd;
  --text-color: #9C9FA6;
  --accent-color: #1a3a46;
  --white-color: #FFFFFF;
  --divider-color: #E1E4EB;
  --error-color: rgb(230, 87, 87);
  --default-font: "Manrope", sans-serif;
}

.section-title h2 {
  font-size: 50px;
}

.hero {
  position: relative;
  padding: 140px 0 !important;
}

@media (max-width: 768px) {
  .hero {
    padding: 45px 0 !important;
  }
}


.services-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: -25px;
}

.section-title .Digitaltext {
  font-size: 26px !important;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 22px !important;
  font-weight: normal;
}

.explore-item-tags ul li {
  display: inline-block;
  margin-right: 6px;
}

.why-us-explore-item .section-title {
  margin-bottom: 20px;
}

.btn-default-my {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--accent-color);
  background: #f7f8fd;
  text-transform: capitalize;
  padding: 15px 30px;
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-default-my::after {
  content: "\f002";
  /* Unicode for the search icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* Adjust font weight if necessary */
  margin-left: 5px;
  /* Adjust spacing between text and icon */
}

.btn-default-my:hover {
  color: var(--white-color);
  background: var(--accent-color);
}

.btn-default-my:hover::after {
  color: var(--white-color);
}

.btn-default-my::before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--accent-color);
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-default-my:hover::before {
  width: 100%;
}



.btn-default-test {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--white-color);
  background: var(--accent-color);
  text-transform: capitalize;
  padding: 15px 30px 15px 30px;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-default-test:hover {
  color: rgb(0 0 0);
  background: #f7f8fd;
}

.btn-default-test:hover::after {
  color: var(--white-color);
}

.btn-default-test::before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--accent-color);
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-default-my:hover::before {
  width: 100%;
}


p {
  color: #9C9FA6;
}

.project-item-box {
  text-align: start;
}



.partners-logo {
  background-color: var(--white-color);
}


.revealimg {
  position: relative;

}


.page-header-box {
  padding-top: 125px;
}

.page-header-box-my {
  padding-top: 30px !important;
}

@media (max-width: 768px) {
  .page-header-box {
    padding-top: 0px !important;
  }
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: var(--accent-color);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1 !important;
}




/* @media only screen and (max-width: 768px) {
    .hero-slider-image img {
        width: 370px !important;
        margin-right : 3000px !important;
    }
} */


input[type="checkbox"] {
  margin-right: 10px;
}







.slicknav_btn {
  background: var(--accent-color);
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 10px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px) !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px) !important;
}






.services-list li {
  flex: 22 0 54%;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .works-item {
    width: auto !important;
    display: block;
    margin: 10px auto !important;

  }
}

.row {
  margin-right: -15px;
  margin-left: -14px;
}

.hero .row {
  margin-right: -25px;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .list-unstyled .row>* {
    padding-right: 1px;
    /* padding-left: 15px; */
  }

  .project-item-boxes {
    margin-right: -32px !important;
    margin-left: -14px !important;
  }


}

.project-item-boxes .row>* {
  padding-right: 7px;
  padding-left: 15px;
  text-align: center;
  justify-content: center;
}

.list-unstyled .row>* {
  padding-right: 7px;
  padding-left: 15px;
}

.our-projects-nav ul {
  list-style-type: none;
  padding: 0;
}

.our-projects-nav ul li {
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  padding: 15px 20px 15px 20px !important;
}

.our-projects-nav ul li.active {
  background-color: #1a3a46 !important;
  color: white;
  padding: 15px 20px 15px 20px !important;
}

.our-projects-nav ul li.active a {
  color: inherit;
}

.myrow {
  padding-right: -18px !important;
}


.serv li {

  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--accent-color);
  background: #f7f8fd;
  text-transform: capitalize;
  padding: 15px 30px;
  border: 1px solid var(--accent-color);
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;

}


@media (max-width: 767.98px) {
  .our-projects-nav ul li {
    padding: 15px 9px !important;
    width: 193px;
    height: 50px;
    text-align: center;
  }

  .our-projects-nav ul li.active {
    background-color: #1a3a46 !important;
    color: white;
    padding: 15px 9px !important;
    width: 193px;
    height: 50px;
  }

  @media (max-width: 767.98px) {
    .our-projects-nav .row {
      margin-right: -4px;
      margin-left: -21px;
    }
  }
}

@media (max-width: 767.98px) {
  .serv ul li {
    padding: 15px 9px !important;
    width: 170px;
    height: 50px;
    text-align: center;
  }

  .serv ul li.active {
    background-color: #1a3a46 !important;
    color: white;
    padding: 15px 9px !important;
    width: 170px;
    height: 50px;
  }

  @media (max-width: 767.98px) {
    .serv .row {
      /* margin-right: -4px;
          margin-left: -21px;
          padding: 12px 20px; */

      /* margin-right: -15px; */
      /* margin-left: -40px; */
      padding: 14px 14px;

    }

    .serv ul li a {
      font-size: 12px;
    }

  }


}



@media (max-width: 767.98px) {
  .myrow label {
    width: 93%;
  }
}


.service-content-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--divider-color);
  border-bottom: none;
  padding-top: 7px;
  margin-bottom: -9px;
}



.service-item-new {
  background-color: black;
  border-radius: 40px;
  padding: 20px;
  height: calc(100% - 30px);
  margin-bottom: 0px;
  border: 1px solid #1a3a46;
  /* box-shadow: 1px 2px 5px 2px #1a3a46cf ; */
}

.hero-slider-image img {
  width: 100%;
  height: auto;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}



.hero {
  position: relative;
  padding: 140px 0 !important;

}


@media (max-width: 768px) {
  .hero {
    padding: 45px 0 !important;
  }

  .hero-slider-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-slider-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .myslide {
    margin-right: 291px;
  }
}

@media (max-width: 667px) {
  .myslide {
    margin-right: 237px !important;
  }
}

@media (max-width: 768px) {
  .myslide {
    margin-right: 237px !important;
  }
}

@media (min-width: 668px) and (max-width: 896px) {
  .myslide {
    margin-right: 15px !important;
  }
}

@media (min-width: 897px) and (max-width: 1023px) {
  .myslide {
    margin-right: 20px !important;
  }
}

@media (min-width: 1024px) {
  .myslide {
    margin-right: 25px;
  }
}



.myslide {
  margin-right: 217px;
}

.myitem {
  border: 1px solid #1a3a46;
  box-shadow: 1px 2px 5px 2px #1a3a46cf;
  text-align: center;
  justify-content: center;
}

.works-image .image-anime img {
  height: 219px;
}

.works-content h2 {
  text-align: center;
}




.panel {
  height: 400px;
  width: 400px;
  position: relative;

  &:hover {
    .card {
      filter: blur(1.5px);
    }

    .title {
      color: white;
    }

    .border {
      border: 1px solid rgba(255, 255, 255, 1);
    }

    .slide {
      bottom: 0px;
    }

    .ring:before,
    .ring:after {
      transform: translateX(-50%) translateY(-50%) rotate(310deg);
    }
  }
}

.ring,
.card,
.border,
.slide,
.line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring {
  color: #fffbf1;
  position: absolute;

  /* transform: translateX(-50%) translateY(-50%); */
  font-size: 170px;
}

.card {
  background: #f0ead6;
  position: relative;
  transition: all 1s;
  height: 400px;
  width: 400px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 40px;
}





.title {
  font-size: 36px;
  font-weight: 700;
  transition: all 1s;
  top: 0;
}

.para {
  bottom: 0;
  font-size: 16px;
  font-family: "Raleway";
  padding: 20px;
  color: white;
  margin: 0;
  text-align: center;
}

.border {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 380px;
  width: 380px;
  transition: border 1s;
  overflow: hidden;

}

.slide {
  height: 380px;
  width: 380px;
  position: absolute;
  border: 1px solid black;
  bottom: -500px;
  background: rgba(0, 0, 0, 0.5);
  transition: bottom 1s;
  flex-direction: column;
}

.fa-plane {
  font-size: 16px;
}


.myicon {
  width: 80px;
  height: 70px;
}





.ser img {
  /* border: 1px solid #1a3a46; */
  /* box-shadow: 1px 2px 5px 2px #1a3a46cf ; */
  border-radius: 20px;
}




.mybox {
  border-radius: 10px;
  /* border: 2px solid #1a3a46; */
  box-shadow: 1px 1px 2px 1px #1a3a46cf;
}



.tab-content {
  padding: 9px;
  border-radius: 20px;
}

.tabsimg img {
  border-radius: 20px !important;
  width: 776px;
  height: 363px;
}

.carousel-image {
  border-radius: 40px !important;
  /* width: 100%; */
  transition-duration: 1000ms;
  transition: all 0.3s ease-in-out;
  transition-delay: 0ms;


}





.swiper-pagination {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;

}

.swiper-pagination-bullet-active {
  background-color: #000;
}











.carousel-item .active {
  display: flex;
  transition-duration: 1000ms;
  transition: all 0.3s ease-in-out;
  transition-delay: 0ms;

}






/* Default styles */
.hero {
  padding: 90x 0 !important;
}

/* Mobile view */
@media (max-width: 767px) {
  .hero {
    padding: 42px 0 !important;
  }
}


.hero-content {
  text-align: left;
}

.hero-video-image {
  position: relative;
  overflow: hidden;
}

.hero-slider .slider-image-container {
  display: flex;
  transition: transform 1.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}



.hero-slider .slider-image {
  min-width: calc(100% - 10px);
  background-size: cover;
  text-align: center;
  border-radius: 40px;
  margin-right: 50px;
}

/* For iPads and similar devices */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-slider .slider-image {
    margin-right: 89px !important;
  }
}

/* For Microsoft Surface Duo */
@media (max-width: 720px) and (min-width: 540px) {
  .hero-slider .slider-image {
    margin-right: 64px !important;
  }
}

/* For iPad Pro */
@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-slider .slider-image {
    margin-right: 43px !important;
  }
}

/* For Surface Pro 7 */
@media (min-width: 912px) and (max-width: 1368px) {
  .hero-slider .slider-image {
    margin-right: 102px !important;
  }
}

/* For Asus ZenBook Fold */
@media (min-width: 1920px) {
  .hero-slider .slider-image {
    margin-right: 92px !important
  }
}

/* For devices with 1024x600 resolution */
@media (width: 1024px) and (height: 600px) {
  .hero-slider .slider-image {
    margin-right: 43px !important;
  }
}

/* For devices with 1280x800 resolution */
@media (width: 1280px) and (height: 800px) {
  .hero-slider .slider-image {
    margin-right: 48px !important;
  }
}




.slider-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.slider-controls .prev-btn,
.slider-controls .next-btn {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-controls .prev-btn:hover,
.slider-controls .next-btn:hover {
  background-color: #555;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: #1a3a46;
}

.slider-dot:hover {
  background-color: #1a3a46;
}









.counter-box {
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;

}



.counter-box h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.counter-box p {
  font-size: 18px;
  color: #666;
  margin: 0;
}



.post-entrynew ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #9C9FA6 !important;
}

.post-entrynew ul li strong {
  position: relative;
  margin-bottom: 20px;
  /* font-size: 18px; */
  color: #15161b !important;
}








@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header-box ol {
    padding: 1px 15px;
    font-size: 11px !important;
  }
}

@media (max-width: 767.98px) {
  @media (max-width: 767.98px) {
    .serv .myrow {
      /* margin-right: -15px; */
      /* margin-left: -40px; */
      padding: 16px 8px !important;
    }
  }
}


:root{
	--primary-color		: #15161B;
	--secondary-color	: #f7f8fd;
	--text-color		: #9C9FA6;
	--accent-color		: #1a3a46 ;
	--white-color		: #FFFFFF;
	--divider-color		: #E1E4EB;
	--error-color		: rgb(230, 87, 87);
	--default-font		: "Manrope", sans-serif;
}

.section-title h2 {
    font-size: 50px;
}
.hero {
  position: relative;
  padding: 140px 0 !important;
}

@media (max-width: 768px) {
  .hero {
    padding: 45px 0 !important;
  }
}


.services-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    padding-left: 0;
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-top: -25px;
}

.section-title .Digitaltext{
  font-size: 26px !important;
  text-transform: capitalize;
  margin-bottom: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.section-title h3 {
    font-size: 22px !important;
    font-weight: normal;
}

.explore-item-tags ul li {
    display: inline-block;
    margin-right: 6px;
}

.why-us-explore-item .section-title {
    margin-bottom: 20px;
}
.btn-default-my {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--accent-color); 
    background: #f7f8fd;
    text-transform: capitalize;
    padding: 15px 30px;
    border: 1px solid var(--accent-color);
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default-my::after {
    content: "\f002"; /* Unicode for the search icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Adjust font weight if necessary */
    margin-left: 5px; /* Adjust spacing between text and icon */
}

.btn-default-my:hover {
    color: var(--white-color);
    background: var(--accent-color); 
}

.btn-default-my:hover::after {
    color: var(--white-color); 
}

.btn-default-my::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: var(--accent-color); 
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.btn-default-my:hover::before {
    width: 100%;
}



.btn-default-test{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1em;
	color: var(--white-color);
	background: var(--accent-color);
	text-transform: capitalize;
	padding: 15px 30px 15px 30px;
	border: 2px solid var(--accent-color);
	border-radius: 100px;
	transition: 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-default-test:hover {
    color: rgb(0 0 0);
    background: #f7f8fd;
}

.btn-default-test:hover::after {
    color: var(--white-color); 
}

.btn-default-test::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: var(--accent-color); 
    border-radius: 30px;
    transition: 0.3s ease-in-out;
}

.btn-default-my:hover::before {
    width: 100%;
}


p {
    color: #9C9FA6;
}
.project-item-box{
    text-align: start;
}



.partners-logo {
    background-color: var(--white-color);
}


.revealimg {
    position: relative;
   
}


.page-header-box {
    padding-top: 125px;
  }
  .page-header-box-my {
    padding-top: 30px !important ;
  }
  
  @media (max-width: 768px) {
    .page-header-box {
      padding-top: 0px !important ;
    }
  }

  #magic-cursor {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}
#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px !important;
    height: 10px !important;
    background: var(--accent-color);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1 !important;
}




/* @media only screen and (max-width: 768px) {
    .hero-slider-image img {
        width: 370px !important;
        margin-right : 3000px !important;
    }
} */


input[type="checkbox"] {
    margin-right: 10px; 
}







.slicknav_btn{
	background: var(--accent-color);
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 10px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px) !important ;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px) !important;
}






.services-list li {
    flex: 22 0 54%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
  .works-item {
    width: auto !important;
    display: block; 
    margin: 10px auto !important; 

  }
}

.row {
  margin-right: -15px;
  margin-left: -14px;
}
.hero .row {
  margin-right: -25px;
  margin-left: -16px;
}
@media (max-width: 767px) {
  .list-unstyled .row > * {
    padding-right: 1px;
    /* padding-left: 15px; */
  }
    .project-item-boxes  {
      margin-right: -32px !important;
      margin-left: -14px !important;
  }

    
}

.project-item-boxes .row > * {
  padding-right: 7px;
  padding-left: 15px;
  text-align: center;
  justify-content: center;
}
.list-unstyled .row > * {
  padding-right: 7px;
  padding-left: 15px;
}
  
  .our-projects-nav ul {
    list-style-type: none;
    padding: 0;
  }
  
  .our-projects-nav ul li {
    display: inline-block;
    margin-right: 10px;
    background-color: #fff; 
    padding: 15px 20px 15px 20px !important;
  }
  
  .our-projects-nav ul li.active {
    background-color: #1a3a46 !important; 
    color: white;
    padding: 15px 20px 15px 20px !important;
  }
  
  .our-projects-nav ul li.active a {
    color: inherit;
  }

  .myrow {
    padding-right: -18px !important;
  }
  

  .serv li {
    
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.1em;
        color: var(--accent-color); 
        background: #f7f8fd;
        text-transform: capitalize;
        padding: 15px 30px;
        border: 1px solid var(--accent-color);
        border-radius: 100px;
        transition: 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        z-index: 1;
    
  }

  
  @media (max-width: 767.98px) {
    .our-projects-nav ul li {
      padding: 15px 9px !important;
      width: 193px; 
      height: 50px;
      text-align: center;
    }
      
  .our-projects-nav ul li.active {
    background-color: #1a3a46 !important; 
    color: white;
    padding: 15px 9px !important; 
    width: 193px; 
    height: 50px; }
    @media (max-width: 767.98px) {
        .our-projects-nav .row {
          margin-right: -4px;
          margin-left: -21px;
        }
      }
    }
       
  @media (max-width: 767.98px) {
    .serv ul li {
      padding: 15px 9px !important;
      width: 170px; 
      height: 50px;
      text-align: center;
    }
      
  .serv ul li.active {
    background-color: #1a3a46 !important; 
    color: white;
    padding: 15px 9px !important; 
    width: 170px; 
    height: 50px;
 }
    @media (max-width: 767.98px) {
        .serv .row {
          /* margin-right: -4px;
          margin-left: -21px;
          padding: 12px 20px; */

          /* margin-right: -15px; */
          /* margin-left: -40px; */
          padding: 14px 14px;

        }
        .serv ul li a {
            font-size: 12px;
        }
       
      }
      
    
  }



  @media (max-width: 767.98px) {
    .myrow label {
      width: 93%;
    }
  }
  

  .service-content-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--divider-color);
    border-bottom: none;
    padding-top: 7px;
    margin-bottom: -9px;
}
  
  

.service-item-new {
    background-color: black;
    border-radius: 40px;
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 0px;
    border: 1px solid #1a3a46;
    /* box-shadow: 1px 2px 5px 2px #1a3a46cf ; */
}

.hero-slider-image img {
  width: 100%;
  height: auto;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}



.hero {
  position: relative;
  padding: 140px 0 !important;

}


@media (max-width: 768px) {
  .hero {
    padding: 45px 0 !important;
  }

  .hero-slider-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-slider-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .myslide{
    margin-right: 291px;
  }
}

@media (max-width: 667px) {
  .myslide {
    margin-right: 237px !important; 
  }
}

@media (max-width: 768px) {
  .myslide {
    margin-right: 237px !important; 
  }
}

@media (min-width: 668px) and (max-width: 896px) {
  .myslide {
    margin-right: 15px !important; 
  }
}

@media (min-width: 897px) and (max-width: 1023px) {
  .myslide {
    margin-right: 20px !important;
  }
}

@media (min-width: 1024px) {
  .myslide {
    margin-right: 25px;
  }
}



.myslide{
  margin-right: 217px;
}

.myitem   {
  border: 1px solid #1a3a46;
  box-shadow: 1px 2px 5px 2px #1a3a46cf ;
  text-align: center;
  justify-content: center;
}

.works-image .image-anime img {
  height: 219px;
}

.works-content h2 {
  text-align: center;
}




.panel {
  height: 400px;
  width: 400px;
  position: relative;

  &:hover {
    .card {
      filter: blur(1.5px);
    }
    .title {
      color: white;
    }
    .border {
      border: 1px solid rgba(255, 255, 255, 1);
    }
    .slide {
      bottom: 0px;
    }
    .ring:before,
    .ring:after {
      transform: translateX(-50%) translateY(-50%) rotate(310deg);
    }
  }
}
.ring,
.card,
.border,
.slide,
.line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring {
  color: #fffbf1;
  position: absolute;

  /* transform: translateX(-50%) translateY(-50%); */
  font-size: 170px;
}

.card {
  background: #f0ead6;
  position: relative;
  transition: all 1s;
  height: 400px;
  width: 400px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius : 40px;
}





.title {
  font-size: 36px;
  font-weight: 700;
  transition: all 1s;
  top: 0;
}

.para {
  bottom: 0;
  font-size: 16px;
  font-family: "Raleway";
  padding: 20px;
  color: white;
  margin: 0;
  text-align: center;
}

.border {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 380px;
  width: 380px;
  transition: border 1s;
  overflow: hidden;
  
}

.slide {
  height: 380px;
  width: 380px;
  position: absolute;
  border: 1px solid black;
  bottom: -500px;
  background: rgba(0, 0, 0, 0.5);
  transition: bottom 1s;
  flex-direction: column;
}

.fa-plane {
  font-size: 16px;
}


.myicon{
  width: 80px;
  height: 70px;
}





.ser  img {
  /* border: 1px solid #1a3a46; */
  /* box-shadow: 1px 2px 5px 2px #1a3a46cf ; */
  border-radius: 20px;
}




.mybox  {
  border-radius: 10px; 
  /* border: 2px solid #1a3a46; */
  box-shadow: 1px 1px 2px 1px #1a3a46cf;
}



.tab-content{
  padding: 9px;
  border-radius: 20px;
}
.tabsimg img {
  border-radius: 20px !important;
  width: 776px;
  height: 363px;
}

.carousel-image {
  border-radius: 40px !important;
  /* width: 100%; */
  transition-duration: 1000ms;
  transition: all 0.3s ease-in-out;
  transition-delay: 0ms;

  
}





.swiper-pagination {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  
}

.swiper-pagination-bullet-active {
  background-color: #000;
}











.carousel-item .active {
  display: flex;
  transition-duration: 1000ms;
  transition: all 0.3s ease-in-out;
  transition-delay: 0ms;

}






/* Default styles */
.hero {
  padding: 90x 0 !important;
}

/* Mobile view */
@media (max-width: 767px) {
  .hero {
    padding: 42px 0 !important;
  }
}


.hero-content {
  text-align: left;
}

.hero-video-image {
  position: relative;
  overflow: hidden;
}

.hero-slider .slider-image-container {
  display: flex;
  transition: transform 1.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}



.hero-slider .slider-image {
  min-width: calc(100% - 10px); 
  background-size: cover;
  text-align: center;
  border-radius: 40px;
  margin-right: 50px; 
}

/* For iPads and similar devices */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-slider .slider-image {
    margin-right: 89px !important;
  }
}
/* For Microsoft Surface Duo */
@media (max-width: 720px) and (min-width: 540px) {
  .hero-slider .slider-image {
    margin-right: 64px !important;
  }
}

/* For iPad Pro */
@media (min-width: 1024px) and (max-width: 1366px) {
  .hero-slider .slider-image {
    margin-right: 43px !important;
  }
}

/* For Surface Pro 7 */
@media (min-width: 912px) and (max-width: 1368px) {
  .hero-slider .slider-image {
    margin-right: 102px !important;
  }
}

/* For Asus ZenBook Fold */
@media (min-width: 1920px) {
  .hero-slider .slider-image {
    margin-right: 92px !important
  }
}

/* For devices with 1024x600 resolution */
@media (width: 1024px) and (height: 600px) {
  .hero-slider .slider-image {
    margin-right: 43px !important;
  }
}

/* For devices with 1280x800 resolution */
@media (width: 1280px) and (height: 800px) {
  .hero-slider .slider-image {
    margin-right: 48px !important;
  }
}




.slider-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.slider-controls .prev-btn,
.slider-controls .next-btn {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-controls .prev-btn:hover,
.slider-controls .next-btn:hover {
  background-color: #555;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: #1a3a46;
}

.slider-dot:hover {
  background-color: #1a3a46;
}









.counter-box {
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
  
}



.counter-box h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.counter-box p {
  font-size: 18px;
  color: #666;
  margin: 0;
}



.post-entrynew ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #9C9FA6 !important;
}
.post-entrynew ul li strong {
  position: relative;
  margin-bottom: 20px;
  /* font-size: 18px; */
  color: #15161b !important;
}








@media (max-width: 767px) {
  .section-title h2 {
      font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-box ol {
      padding: 1px 15px;
      font-size: 11px !important;
  }
}

@media (max-width: 767.98px) {
  @media (max-width: 767.98px) {
      .serv .myrow {
          /* margin-right: -15px; */
          /* margin-left: -40px; */
          padding: 16px 8px !important;
      }
  }
}


@media (max-width: 768px) {
  .mainhide {
      display: none !important;
  }
}

#gt_float_wrapper {
  position: fixed !important; /* Ensure it's fixed */
  bottom: 16px !important;    /* Position it 20px from the bottom */
  right: 20px !important;      /* Position it 20px from the right */
  left: auto !important;          /* Set left to 0 to ensure no negative impact */
  z-index: 1000 !important;    /* Ensure it stays on top */
}


.gt_switcher_wrapper {
  background: #f7f8fd !important; 
  padding: 9px;
  right: 24px !important;
  border-radius: 8px !important;
  margin-bottom: 40px !important ;
  border: 2px solid var(--accent-color);
	border-radius: 100px;
}


.gt_container-bnzmv1 a.glink span{
  color: #1a3a46 !important; 
}
.gt_white_content{
  background-color: #f7f8fd !important;
  border: 4px solid #1a3a46 !important;
  border-radius: 12px !important;
}


.gt_float_switcher{
  border: 3px solid #1a3a46 !important;
  border-radius: 8px !important;

}
.gt_white_content a{
  border-bottom: 1px solid #1a3a46 !important;

}

.gt_float_switcher .gt-selected {
  position: none !important;
  z-index: 888;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  text-align: left;
}

.gt_container-bnzmv1 a.glink span {
  margin-right: 2px !important;
  font-size: 15px !important;
  vertical-align: middle;
}


a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 1.8;
  height: 28px !important;
}

.post-pagination ul li a,
.post-pagination ul li button {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  color: var(--white-color);
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li.active button {
  background:  #f7f8fd;
  color: var(--accent-color);
}

.post-pagination ul li.disabled a,
.post-pagination ul li.disabled button {
  background: var(--accent-color);
  color: var(--white-color);
}

.list-unstyled {
  padding-left: 21px;
  list-style: none;
}







/* Hide the toggle button by default */
.navbar-toggle {
  display: none;
}

/* Show the toggle button for screens smaller than 1000px */
@media (max-width: 999px) {
  .navbar-toggle {
    display: block;
  }

  /* Hide the main menu on smaller screens */
  .main-menu {
    display: none;
  }
}

/* Show the main menu for screens larger than 1000px */
@media (min-width: 1000px) {
  .main-menu {
    display: block;
  }

  .navbar-toggle {
    display: none;
  }
}

/* Ensure the responsive menu is displayed on smaller screens */
@media (max-width: 999px) {
  .responsive-menu {
    display: block;
  }
}



.nav-link {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px !important;
  color: var(--primary-color) !important;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

































.hero-1 {
  position: relative;
  z-index: 7;
  padding: 295px 0px 320px;

  @include breakpoint (max-xl){
      padding: 200px 0 300px;
  }

  @include breakpoint (max-lg){
      padding: 175px 0 300px;
  }

  @include breakpoint (max-md){
      padding: 155px 0 280px;
  }

  @include breakpoint (max-sm){
      padding: 125px 0 250px;
  }

  .hero-social {
      position: absolute;
      z-index: 9;
      top: 40%;
      left: -55px;
      align-items: center;
      gap: 16px;
      transform: rotate(-90deg) translateY(-50%);

      @include breakpoint (max-xxl){
         display: none;
      }

      span {
          color: $white;
          font-weight: 500;
          margin-right: 16px;
      }

      a {
          color: $white;
          margin-right: 15px;

          &:hover {
              color: $theme-color-2;
          }
      }
  }

  .hero-content {
      @include breakpoint (max-md){
         text-align: center;
         margin: 0 auto;
      }

      .sub-text {
          border: 1px solid $theme-color-2;
          border-radius: 100px;
          color: $theme-color-2;
          padding: 10px 20px;
          margin-bottom: 30px;
          display: inline-block;

          @include breakpoint (max-sm){
              font-size: 14px;
              padding: 10px 16px;
          }
      }

      h1 {
          font-size: 64px;
          color: $white;
          line-height: 140%;
          margin-bottom: 20px;

          @include breakpoint (max-xxl){
              font-size: 55px;
          }

          @include breakpoint (max-xl){
              font-size: 48px;
          }

          @include breakpoint (max-lg){
              font-size: 52px;
          }

          @include breakpoint (max-md){
              font-size: 44px;
          }

          @include breakpoint (max-sm){
              font-size: 34px;
          }
      }

      h6 {
          color: $white;
          line-height: 175%;
      }

      .hero-author {
          margin-top: 50px;
          @include flex;
          gap: 30px;

          @include breakpoint (max-md){
            justify-content: center;
          }

          @include breakpoint (max-sm){
              flex-wrap: wrap;
              margin-top: 25px;
              gap: 20px;
          }

          .author-content {
              @include flex;
              gap: 12px;

              .content {
                  .star {
                      color: $theme-color-2;
                  }
              }
          }
      }
  }

  .circle-shape-left {
      position: absolute;
      bottom: 0;
      left: -15%;
  }

  .circle-shape-right {
      position: absolute;
      top: -60%;
      right: -22%;
      z-index: -1;
  }

  .dot-left {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
  }

  .dot-right {
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
  }

  .hero-image {
      animation: up-down 2s ease-in-out infinite alternate-reverse both;

      img {
          @include imgw;
      }
  }

  &.style-hero-2 {
      background-position: bottom !important;
      padding: 325px 0 275px;

      @include breakpoint (max-xl){
          padding: 250px 0 387px;
      }

      @include breakpoint (max-lg){
          padding: 270px 0 397px;
      }

      @include breakpoint (max-md){
          padding: 230px 0 357px;
      }

      @include breakpoint (max-sm){
          padding: 200px 0 327px;
      }
      
      .hero-content {
          @include breakpoint (max-md){
              text-align: left;
          }

          h1 {
              span {
                  color: $theme-color-2;
                  position: relative;
                  display: inline-block;

                  &::before {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      content: "";
                      background-repeat: no-repeat;
                      background-image: url(../../https://demo-egenslab.b-cdn.net/html/softconic/preview/assets/img/hero/line.png);
                      width: 210px;
                      height: 13px;

                      @include breakpoint (max-md){
                          display: none;
                      }
                  }
              }
          }

          .hero-list-items {
              margin-top: 30px;
              @include flex;
              gap: 40px;
              flex-wrap: wrap;

              @include breakpoint (max-xl){
                 gap: 20px;
              }

              .hero-list {
                  li {
                      font-weight: 500;
                      color: $white;

                      i {
                          margin-right: 10px;
                      }

                      &:not(:last-child){
                          margin-bottom: 10px;
                      }
                  }
              }
          }

          .hero-author {
              @include breakpoint (max-md){
                  justify-content: start;
              }
          }
      }
  }

  &.style-hero-3 {
      padding: 220px 0 250px;

      @include breakpoint (max-xl){
          padding: 130px 0 250px;
      }

      @include breakpoint (max-lg){
          padding: 170px 0 250px;
      }

      @include breakpoint (max-md){
          padding: 150px 0 250px;
      }

      .hero-content {
          h1 {
              span {
                  color: $theme-color-2;
                  position: relative;
                  display: inline-block;

                  &::before {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      content: "";
                      background-repeat: no-repeat;
                      background-image: url(../../https://demo-egenslab.b-cdn.net/html/softconic/preview/assets/img/hero/line.png);
                      width: 210px;
                      height: 13px;

                      @include breakpoint (max-md){
                          display: none;
                      }
                  }
              }
          }

          p {
              color: $white;
              font-weight: 600;
          }

          .hero-author {
              .video-btn {
                  background-color: $white;
                  color: $theme-color;
                  display: inline-block;
                  font-size: 16px;
                  height: 50px;
                  width: 50px;
                  line-height: 50px;
                  border-radius: 50%;
                  text-align: center;
                  position: relative;
  
                  &::before {
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      right: 0;
                      bottom: 0;
                      width: 65px;
                      height: 65px;
                      border-radius: 50%;
                      border: 1.3px solid $white;
                      content: "";
                      transform: translate(-50%,-50%);
                  }
              }
  
              .button-text {
                  span {
                      font-size: 16px;
                      color: $white;
                      font-weight: 600;
                      text-decoration: underline;
                  }
              }
          }

          .hosting-list {
              @include flex;
              gap: 10px;
              margin-top: 60px;
              flex-wrap: wrap;

              li {
                  font-size: 14px;
                  color: $white;
                  border-radius: 6px;
                  background: rgba(255, 255, 255, 0.15);
                  padding: 12px 16px;
                  @include flex;
                  gap: 17.5px;
                  line-height: 1;

                  span {
                      font-size: 18px;
                      color: $white;
                      font-weight: bold;
                      border-right: 1px solid rgba(255, 255, 255, 0.5);
                      padding-right: 17.5px;
                      text-transform: lowercase;
                  }
              }
          }

          .doming-input {
              max-width: 820px;
              text-align: center;
              margin: 20px auto 0;
              position: relative;
              width: 100%;
      
              input {
                  width: 100%;
                  outline: none;
                  border: none;
                  border-radius: 8px;
                  padding: 20px 25px;
                  line-height: 1;
                  font-size: 17px;
                  color: $text-color;
              }
      
              .theme-btn {
                  position: absolute;
                  top: 6px;
                  right: 7px;
                  border-radius: 4px;
                  padding: 17.5px 40px;
                  font-weight: 600;
      
                  &::before {
                      background-color: $theme-color;
                  }
      
                  &:hover {
                      color: $white;
                  }
              }
      
              .select-area {
                  position: absolute;
                  right: 33%;
                  top: 20px;
      
                  .nice-select{
                      width: unset !important;
                      gap: 20px;
                      font-size: 17px;
      
                      .list{
                          max-height: 15vh;
                          background: $header-color;
                          width: 80px;
                          padding: 5px 8px;
                          overflow-y: scroll;
                          right: -35px;
                          border-radius: 0;
      
                          li {
                              color: $white;
                              font-size: 15px;
                              border: none;
                          }
                      }
                  }
              }
          }
      }

      .hero-image-items {
          position: relative;

          .circle-shape {
              position: absolute;
              top: 50px;
              left: -20px;
              animation: cir36 10s linear infinite !important;

              @include breakpoint (max-xl){
                  left: 0;
              }

              img {
                  @include imgw;
              }
          }

          .hero-image {
              max-width: 510px;
              position: relative;
              animation: initial;
          }
      }
  }

  &.style-affiliate {
      padding: 250px 0 250px;

      @include breakpoint (max-lg){
          padding: 230px 0 230px;
      }

      @include breakpoint (max-md){
          padding: 200px 0 200px;
      }

      @include breakpoint (max-sm){
          padding: 170px 0 170px;
      }

      .hero-content {
          .sub-text-2 {
              color: $theme-color-2;
              margin-bottom: 15px;
              display: inline-block;

             img {
               margin-right: 20px;
             }
          }

          h1 {
              margin-bottom: 30px;
          }
      }
  }

  &.style-black-friday {
      padding: 282px 0 160px;

      @include breakpoint (max-xl){
          padding: 200px 0 150px;
      }

      @include breakpoint (max-md){
          padding: 180px 0 140px;
      }

      @include breakpoint (max-sm){
          padding: 160px 0 120px;
      }
      
      .hero-content {
          .sub-text-2 {
              color: $theme-color-2;
              margin-bottom: 15px;
              display: inline-block;

             img {
               margin-right: 20px;
             }
          }

          h1 {
              span {
                  color: $theme-color-2
              }
          }

          .coming-soon-timer {
              @include flex;
              gap: 20px;
              margin-top: 30px;
              margin-bottom: 50px;
              flex-wrap: wrap;

              @include breakpoint (max-md){
                  justify-content: center;
                  margin-bottom: 30px;
              }
  
              .timer-content {
                  background-color: rgba(230, 247, 252, .2);
                  border-radius: 6px;
  
                  h3 {
                      color: $white;
                      font-size: 33px;
                      font-weight: 700;
                      border-bottom: 1px solid rgba(230, 247, 252, .2);
                      padding: 20px 25px;
                      line-height: 1;
                  }
  
                  p {
                      font-size: 14px;
                      text-transform: uppercase;
                      color: $white;
                      font-weight: 400;
                      text-align: center;
                      padding: 5px;
                  }
              }
          }
      }

  }

  &.style-hosting {
      padding: 290px 0 170px;

      @include breakpoint (max-xl){
          padding: 240px 0 160px;
      }

      @include breakpoint (max-lg){
          padding: 220px 0 150px;
      }

      @include breakpoint (max-md){
          padding: 180px 0 120px;
      }

      @include breakpoint (max-sm){
          padding: 150px 0 90px;
      }
      
      .hero-content {
          @include breakpoint (max-md){
              text-align: left;
              margin: initial;
          }

          .sub-text-2 {
              color: $theme-color-2;
              margin-bottom: 15px;
              display: inline-block;

             img {
               margin-right: 20px;
             }
          }

          .hero-list-items {
              margin-top: 30px;
              @include flex;
              gap: 40px;
              flex-wrap: wrap;
              margin-bottom: 40px;

              @include breakpoint (max-xl){
                 gap: 20px;
              }

              .hero-list {
                  li {
                      font-weight: 500;
                      color: $white;

                      i {
                          margin-right: 10px;
                      }

                      &:not(:last-child){
                          margin-bottom: 10px;
                      }
                  }
              }
          }
      }
  }
}

.hero-4 {
  padding: 315px 0 200px;
  position: relative;

  @include breakpoint (max-xl){
      padding: 260px 0;
  }

  @include breakpoint (max-lg){
      padding: 230px 0;
  }

  @include breakpoint (max-md){
      padding: 190px 0;
  }

  @include breakpoint (max-sm){
      padding: 150px 0;
  }

  .hero-doming-wrapper {
      position: relative;
      z-index: 9;
      text-align: center;

      h1 {
          font-size: 56px;
          font-weight: 600;
          margin-bottom: 20px;

          @include breakpoint (max-xl){
              font-size: 48px;
          }

          @include breakpoint (max-lg){
              font-size: 42px;
          }

          @include breakpoint (max-md){
              font-size: 34px;
          }

          @include breakpoint (max-sm){
              font-size: 28px;
          }
      }

      h6 {
          color: $white;
          margin-bottom: 30px;
      }
  
      .doming-input {
          max-width: 900px;
          text-align: center;
          margin: 0 auto;
          position: relative;
  
          input {
              width: 100%;
              outline: none;
              border: none;
              border-radius: 8px;
              padding: 20px 25px;
              line-height: 1;
              font-size: 17px;
              color: $text-color;
          }
  
          .theme-btn {
              position: absolute;
              top: 6px;
              right: 7px;
              border-radius: 4px;
              padding: 17.5px 40px;
              font-weight: 600;
  
              &::before {
                  background-color: $theme-color;
              }
  
              &:hover {
                  color: $white;
              }
          }
  
          .select-area {
              position: absolute;
              right: 28%;
              top: 20px;
  
              .nice-select{
                  width: unset !important;
                  gap: 20px;
                  font-size: 17px;
  
                  .list{
                      max-height: 15vh;
                      background: $header-color;
                      width: 80px;
                      padding: 5px 8px;
                      overflow-y: scroll;
                      right: -35px;
                      border-radius: 0;
  
                      li {
                          color: $white;
                          font-size: 15px;
                          border: none;
                      }
                  }
              }
          }
      }
  
      .doming-list {
          justify-content: center;
          @include flex;
          gap: 10px;
          margin-top: 30px;
  
          @include breakpoint (max-xl){
              flex-wrap: wrap;
              gap: 25px;
          }
  
          li {
              border-radius: 6px;
              background: rgba(255, 255, 255, 0.15);
              font-size: 14px;
              color: $white;
              font-weight: 500;
              padding: 12px 25px;
              line-height: 1;
              @include flex;
              justify-content: space-between;
              gap: 22px;
              position: relative;
              text-transform: lowercase;
  
              &::before {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  content: "";
                  transform: translate(-50%, -50%);
                  background-color: rgba(255, 255, 255, 0.5);
                  height: 14px;
                  width: 2px;
              }
  
              span {
                  font-size: 18px;
                  font-weight: 700;
                  line-height: 1;
              }
          }
      }
  
      &.style-2 {
          border-radius: 2050px;
          margin-top: -225px;
  
          @include breakpoint (max-lg){
              border-radius: 0;
          }
      }
  }

  .hero-suppor-image {
      position: absolute;
      left: 82px;
      top: 50%;
      transform: translateY(-50%);

      @include breakpoint (max-xl4){
          display: none;
      }

      img {
          @include imgw;
      }
  }

  .hero-hosing-image {
      position: absolute;
      top: 50%;
      right: 71px;
      transform: translateY(-50%);

      @include breakpoint (max-xl4){
          display: none;
      }

      img {
          @include imgw;
      }
  }
}



.hero-1.style-hero-3 .hero-image-items .circle-shape {
  position: absolute;
  top: 50px;
  left: -20px;
  animation: cir36 10s linear infinite !important;
}





















/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* padding: 226px 0px 120px 0px; */
  padding: 110px 0px 100px 0px;
  /* position: relative; */
  /* background-image: url(../img/1100-Photoroom.png); */
  /* background-image: url(../images/banner_2.png); */
  /* background-image: url(../images/fn3.jpg); */
  background-image: url(../images/fn4.png);

  /* background-image: url(https://creasoft-react.b-cdn.net/static/media/bg.19bfdc4e473c5997188d.png); */
  /* background-color: #1a3a46 !important; */
  overflow: hidden;
}

.hero_shape {
  position: absolute;
  top: 19%;
  right: 0;
  left: -7%;
  margin: auto;
  text-align: center;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.hero_shape_2 {
  position: absolute;
  left: 4%;
  top: 45%;
}


.hero_shape_3 {
  position: absolute;
  bottom: 10%;
  transform: translate(-50%, -50%);
  left: 44%;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
  }

  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
  }

  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}

/*--==============================================->
<!-- Consen Animation Dance -->
==================================================-*/
.hero_shape_4 {
  position: absolute;
  right: 17%;
  top: 25%;
}


.main-banner:after {
  content: '';
  /* background-image: url(../img/baner-dec-left.png); */
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  /* background-image: url(../img/baner-dec-right.png); */
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #d2ad6b;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 49px;
  font-weight: 700;
  color: #FFF;
  line-height: 62px;
  
}
@media (max-width: 767px) {
  .main-banner .left-content h2 {
    font-size: 30px;
    line-height: 40px;

  }
  .right-image {
    padding-top: 80px;
  }
}

.main-banner .left-content h2 em {
  color: #d2ad6b;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #d2ad6b;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #1a3a46;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #1a3a46;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}






/*-----------------------------------------------
|   Reboot
-----------------------------------------------*/
::placeholder {
  opacity: 1;
  color: var(--#{$black}100);
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: smooth;
  scroll-padding-top: $top-nav-height + 2;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: var(--#{$variable-prefix}bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}

pre,
code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

section {
  position: relative;
  padding-top: map_get($spacers, 6);
  padding-bottom: map_get($spacers, 6);

  @include media-breakpoint-up(lg) {
    padding-top: map_get($spacers, 8);
    padding-bottom: map_get($spacers, 8);
  }
}

//setting up font family for bootstrap components
input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
  font-family: $font-family-sans-serif;
}

pre {
  margin: 0;
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: $font-weight-semi-bold;
}

label {
  margin-bottom: map-get($spacers, 2);
}

pre,
//-code,
kbd,
samp {
  font-size: $font-size-sm;
}

code {
  font-size: 87.5%;
}

ol,
ul {
  padding-left: 2.5rem;
}

a {
  text-decoration: none !important;
}
























/* homepage3-welcome starts */
span.finance1 {
  border-radius: 120px;
  background: rgba(4, 78, 124, 0.10);
  padding: 10px 16px;
  display: inline-block;
}
.welcome3-section-area {
  position: relative;
  background: #f7f8fd;
  padding: 130px 0 40px;
}
.welcome3-author-images{
  position: relative;
}
img.card1 {
  position: absolute;
  top: 0;
  left: -110px;
  right: 0;
}
a.unlock-btn {
  border-radius: 100px;
  background: #044E7C;
  padding: 18px 24px;
  display: inline-block;
  margin-top: 32px;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid #044E7C;


}
.welcome-area {
  display: flex;
  align-items: center;
  height: 100%;
}
 a.unlock-btn:hover{
  color: #044E7C;
} 
a.unlock-btn::after{
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  transition: all .4s ease-in-out;
  bottom: 0;
  color: #fff;
  left: 0;
  z-index: -1;
  border-radius: 50px;
}
a.unlock-btn:hover::after{
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .4s ease-in-out;
  color: #fff;
}

a.contact3 {
  margin-top: 32px;
  border-radius: 100px;
  border: 2px solid #044E7C;
  padding: 18px 24px;
  color: #044E7C;
  margin-left: 16px;
  transition: all .4s ease-in-out;
  overflow: hidden;
  margin-top: 32px;
}
a.contact3:hover{
  background: #044E7C;
  transition: all .4s ease-in-out;
  color: #fff;
}
span.success1::after {
  position: absolute;
  content: "";
  background: #044E7C;
  width: 100%;
  height: 2px;
  /* top: 0; */
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.welcome3-header h1 span {
  position: relative;
}
img.elementor-12 {
  position: absolute;
}

img.elementor-16 {
  position: absolute;
  bottom: 0;
}
/* homepage3-welcome starts */
.welcome4-section-area {
    background: var(--main-color, #1D2940);
    position: relative;
}
span.trust {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.20);
  padding: 10px 16px;
  display: inline-block;
}
.welcome4-positionalarea{
  /* background-image: url(../images/background/welcome4-background.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
img.img-4 {
  position: absolute;
  right: 0;
  /* width: 50%; */
  height: 100%;
}

.welcome4-positionalarea {
  position: relative;

}

.imag4 {
  position: relative;
}

img.position-bg {
  position: absolute;
  left: 215px;
  z-index: 1;
  top: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img.welcome4 {
  position: relative;
  z-index: 1;
  left: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imag4{
  padding: 50px 0 0 0 ;
}
.position-bg {
  position: absolute;
}
.ima1-4 {
  position: relative;
  left: 160px;
}
.position-bg {
  right: -100px;
  top: 200px;
}
.position-bg img {
  width: 100%;
  height: 100%;
}
.special-1 {
  position: absolute;
  top: 42%;
  right: -140px;
}
.special-2 {
    position: absolute;
    left: 160px;
    bottom: 152px;
}
.special-3 {
    position: absolute;
    top: 22%;
    left: 217px;
}
.welcome4-textarea {
  margin-top: 100px;
}
.elementor-21 {
  position: absolute;
  bottom: 50px;
  left: -30px;
}
img.elementor-22 {
  position: absolute;
  bottom: 0;
}
.welcome5-section-area{
  background-image: url(../images/background/homepage5bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.welcome5-section-area {
  padding: 165px 0 90px;
}
.welcome5-imags {
  position: relative;
}
img.welcome2-imas5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
img.elementors {
  position: absolute;
  right: -42px;
  top: -40px;
}
img.growth1 {
  position: absolute;
  top: 30px;
  left: -100px;
  z-index: 1;
}
button.button13 {
  border-radius: 2px;
  background: #007DE7;
  border: none;
  padding: 18px 24px;
  outline: none;
}
button.button13:hover{
  color: #071018;
}
.button14 {
  border-radius: 2px;
  background: #007DE7;
  border: none;
  padding: 18px 24px;
  outline: none;
}
.button14:hover{
  color: #071018;
}
.form5-srea form {
  position: relative;
  background: #20282F;
  padding: 26px 20px;
}

.form5-srea form input {
  width: 58%;
  background: none;
  color: #fff;
  border: none;
  outline: none;
}

button.button13 {
  position: absolute;
  top: 12px;
  right: 11px;
  transition: all .4s ease-in-out;
}

.form5-srea {
  margin-top: 32px;
  padding: 0 70px 0 0;
}
a.theme-btn6 {
  padding: 16px 20px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: all.4s;

}
a.theme-btn6:hover{
  color: #071018;
}

a.theme-btn6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2657F2;
  z-index: -2;
  border-radius: 5px;
  color: #000;
}

a.theme-btn6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 5px;
  transform: rotateY(70deg);
  transition: all.4s;
  opacity: 0;
}

a.theme-btn6:hover {
  transform: translateY(-5px);
}

a.theme-btn6:hover::after {
  opacity: 1;
  transform: rotateY(0);
}


.button13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2657F2;
  z-index: -2;
  border-radius: 2px;
  color: #000;
}
.button14::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #007DE7;
  z-index: -2;
  border-radius: 5px;
  color: #fff;
}

.button13::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 2px;
  transform: rotateY(70deg);
  transition: all.4s;
  opacity: 0;
}
.button14::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #071018;
  z-index: -1;
  border-radius: 5px;
  transform: rotateY(70deg);
  transition: all.4s;
  opacity: 0;
}

.button13:hover {
  transform: translateY(-5px);
  transition: all .4s ease-in-out;
}
.button14:hover {
  transform: translateY(-5px);
  transition: all .4s ease-in-out;
}
.button13:hover::after {
  opacity: 1;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.button14:hover::after {
  opacity: 1;
  transform: rotateY(0);
  transition: all .4s ease-in-out;
}
.button14:hover{
  color: #fff;
}
img.ball1 {
  position: absolute;
  bottom: 44%;
  left: 4%;
}
img.ball2 {
  position: absolute;
  left: 8%;
  top: 29%;
}
img.ball3 {
  position: absolute;
  top: 12%;
  left: 41%;
}
img.ball5 {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
img.ball4 {
  position: absolute;
  left: 64%;
  top: 3%;
}
span.calculation {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px;
}
img.elementors1 {
  position: absolute;
  bottom: 0;
}
.welcome3-section-area1.headerh5bg{
  background-image: url(../images/background/homepagesixbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.welcome3-section-area1.headerh5bg {
  padding: 160px 0 100px;
}
img.welcomesix {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
img.imagesgreen {
    position: absolute;
    top: 30px;
    left: 25px;
    transition: all .4s ease-in-out;
}
.homewelcome6 {
    position: relative;
    transition: all .4s ease-in-out;
}
.homewelcome6:hover img.imagesgreen{
  left: 30px;
  transition: all .4s ease-in-out;
  top: 38px;
}
img.expert1 {
    position: absolute;
    bottom: -71px;
    left: 0;
    z-index: 2;
}
img.elementors5 {
  position: absolute;
  right: 0;
  bottom: 0;
}
span.trusts {
  border-radius: 4px;
  background: rgba(53, 172, 57, 0.10);
  padding: 8px 10px;
  margin-bottom: 24px;
}
a.home5btn7 {
  border-radius: 4px;
  background: #35AC39;
  padding: 18px 24px;
  position: relative;
  z-index: 2;
  transition: all .4s ease-in-out;
  color: #fff;
}

a.home5btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #080D06;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .4s ease-in-out;
  border-radius: 4px;
}

a.home5btn7:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all .4s ease-in-out;
  border-radius: 4px;
}
.all-phoneflex {
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.h0mapagesixbtnall {
  display: flex;
  align-items: center;
}

.h0mapagesixbtnall {
  margin-top: 32px;
}

.phonwiicone {
  border: 2px solid #35AC39;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  margin: 0 12px 0 0;
  transition: all .4s ease-in-out;
}
.phoneiicona a:hover{
  color: #08110D;
}
.all-phoneflex:hover .phonwiicone{
  background: #35AC39;
  transition: all .4s ease-in-out;
}
.all-phoneflex:hover .phonwiicone a img{
  filter: brightness(40) invert(0);
  transition: all .4s ease-in-out;
}
.main-menu-ex.homepage3.homepage5.homepage6 ul li ul li a:hover {
  background: #35AC39;
}
.welcome7-section-area{
  background-image: url(../images/sectionimg/welcome7bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.welcome7-section-area::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #0F0A07;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 0;
}
.welcome7-textarea {
  position: relative;
  z-index: 1;
}
.welcome7-textarea a{
  position: relative;
  z-index: 9;
}

.welcome7-textarea span {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  padding: 10px 16px;
  display: inline-block;
}
a.shedule-btn3 {
  border-radius: 2px;
  background: #EB7C3D;
  padding: 18px 24px;
  transition: all .4s ease-in-out;
  border: 1px solid #EB7C3A;
}

a.shedule-btn3:hover {
  background: transparent;
  color: #EB7C3A;
  transition: all .4s ease-in-out;
}
.welcome7-section-area {
  padding: 160px 0  100px;
}
a.shedulebtn3 {
  border-radius: 2px;
  background: #EB7C3A;
  padding: 18px 28px;
  display: inline-block;
  transition: all .4s;
  border: 1px solid  #EB7C3A;
  
}

a.shedulebtn3:hover {
  background: none;
  transition: all .5s;
  color: #EB7C3A;
  transform: translateY(-5px);
}
a.shedulebtn4 {
  border-radius: 2px;
  padding: 18px 28px;
  transition: all .4s;
  color: #EB7C3A;
  display: inline-block;
  transition: all .4s;
  border: 1px solid  #EB7C3A;
  margin-left: 16px;

}

a.shedulebtn4:hover {
  background: none;
  transition: all .4s;
  color: #fff;
  background: #EB7C3A;
  transform: translateY(-5px);
}
img.elementors9 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}
img.about7images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.welcome-eightsection-area{
  background-image: url(../images/sectionimg/header8bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.welcome-eightsection-area::after{
  position: absolute;
  content: "";
  opacity: 0.89;
  background: #041716;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.welcome8-header{
  position: relative;
  z-index: 1;
}
.welcomecontact-header{
  position: relative;
  z-index: 1;
}
.welcome-eightsection-area {
  padding: 160px 0 80px;
}
span.services8 {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  padding: 10px 16px;
}
a.solutions1 {
  border-radius: 4px;
  background: #196C68;
  padding: 18px 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  border: 1px solid #196C68;
}

a.solutions1 span svg {
  transform: rotate(-45deg);
  margin-left: 4px;
}
a.solutions1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}

a.solutions1::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 0;
  transition: all .4s ease-in-out;
  border-radius: 0 4px 4px 0;
  z-index: -1;
}

a.solutions1:hover::before {
  width: 50%;
  transition: all .4s ease-in-out;
}

a.solutions1:hover {
  color: #196C68;
  transition: all .4s ease-in-out;
  border: 1px solid #fff;
  transform: translateY(-5px);
}

a.solutions1:hover::after {
  width: 50%;
  transition: all .4s ease-in-out;
}
.welcomecontact-header {
  border-radius: 4px;
  background: #FFF;
  padding: 32px 24px;
}

.welcomecontact-header input {
  width: 100%;
  outline: none;
  border: 1px solid #E6E8E8;
  padding: 16px 14px;
}
.welcomecontact-header textarea{
  width: 100%;
  outline: none;
  border: 1px solid #E6E8E8;
  padding:16px 14px;
}
.contact8 textarea {
  height: 110px;
  width: 100%;
  margin-bottom: 16px;
}
button.consulitingbt7{
  border-radius: 4px;
background: #196C68;
padding: 16px 24px;
border: none;
position: relative;
z-index: 1;
transition: all .4s ease-in-out;
text-align: center;
display: block;
justify-content: right;
}
button.consulitingbt7:hover{
  transform: translateY(-5px);
  transition: all .4s ease-in-out;
}
button.consulitingbt7 span svg{
  transform: rotate(-45deg);
}
button.consulitingbt7::before{
  position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #041716;
    height: 100%;
    width: 0;
    transition: all .4s ease-in-out;
    border-radius: 0 4px 4px 0;
    z-index: -1;
}
button.consulitingbt7::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #041716;
  height: 100%;
  width: 0;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}
button.consulitingbt7:hover::before{
  width: 50%;
  transition: all .4s ease-in-out;
  height: 100%;
}
button.consulitingbt7:hover::after{
  width: 51%;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  height: 100%;
}

a.consulitingbt7{
  border-radius: 4px;
background: #196C68;
padding: 16px 24px;
border: none;
position: relative;
z-index: 1;
transition: all .4s ease-in-out;
text-align: center;
display: block;
justify-content: right;
}
a.consulitingbt7:hover{
  transform: translateY(-5px);
  transition: all .4s ease-in-out;
}
a.consulitingbt7 span svg{
  transform: rotate(-45deg);
}
a.consulitingbt7::before{
  position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #041716;
    height: 100%;
    width: 0;
    transition: all .4s ease-in-out;
    border-radius: 0 4px 4px 0;
    z-index: -1;
}
a.consulitingbt7::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #041716;
  height: 100%;
  width: 0;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}
a.consulitingbt7:hover::before{
  width: 50%;
  transition: all .4s ease-in-out;
  height: 100%;
}
a.consulitingbt7:hover::after{
  width: 51%;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  height: 100%;
}
.welcomecontact-header {
  position: relative;
}

img.elemenors8 {
  position: absolute;
  top: -45px;
  right: -45px;
}

img.elementors7 {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
a.consulitingbt7{
  border-radius: 4px;
  background: #196C68;
  padding: 16px 24px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  text-align: center;
  display: initial;
  justify-content: right;
}
a.consulitingbt7:hover{
  transform: translateY(-5px);
  transition: all .4s ease-in-out;
}
a.consulitingbt7 span svg{
  transform: rotate(-45deg);
}
a.consulitingbt7::before{
  position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #041716;
    height: 100%;
    width: 0;
    transition: all .4s ease-in-out;
    border-radius: 0 4px 4px 0;
    z-index: -1;
}
.service8-btn a button {
    text-align: center;
    margin: 0 auto;
}
button.consulitingbt7.allhover {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
.consulitingbt7 a:hover{
  color: #fff;
}
a.consulitingbt7::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #041716;
  height: 100%;
  width: 0;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}
a.consulitingbt7:hover::before{
  width: 50%;
  transition: all .4s ease-in-out;
  height: 100%;
}
a.consulitingbt7:hover::after{
  width: 50%;
  transition: all .4s ease-in-out;
  border-radius: 4px 0 0 4px;
  height: 100%;
}
a.consulitingbt7{
  color: #fff;
  transition: all .4s ease-in-out;
}
.welcome9-section-area{
  background-image: url(../images/background/Header8bg.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.consulting9 span svg{
  margin-left: 8px;
}
.consulting9{
  background: #1DAF68;
  padding: 18px 22px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  border-radius: 4px;
}
.consulting9:hover{
  color: #fff;
  transition: all .4s ease-in-out;
}
.consulting9::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all .4s ease-in-out;
  background: #0B111D;
  z-index: -1;
}
.consulting9:hover::after{
  height: 100%;
  transition: all .4s ease-in-out;
  border-radius: 4px;
  bottom: auto;
  top: 0;
  color: #fff;
}
  a.consulting10 {
    border-radius: 4px;
    background: #1DAF68;
    padding: 18px 22px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 32px;
}

a.consulting10 span svg {
    margin-left: 8px;
}

a.consulting10::after {
    position: absolute;
    content: "";
    background: #0B111D;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .4s ease-in-out;
    border-radius: 4px;
}

a.consulting10:hover::after {
    height: 100%;
    transition: all .4s ease-in-out;
    color: #fff;
    top: 0;
    bottom: auto;
}

a.consulting10:hover {
    color: #fff;
    transition: all .4s ease-in-out;
}
span.insurance {
  border-radius: 2px;
  background: rgba(29, 175, 104, 0.10);
  padding: 8px 12px;
}
.welcome9-section-area {
  padding: 150px 0 80px;
}

.welconme8-imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 115px;
}
img.elementors19 {
  position: absolute;
  bottom: 0;
  left: 0;
}
img.elementors18s {
  position: absolute;
  bottom: 0;
  right: 0;
}
img.animation8class {
  position: absolute;
  left: -60px;
  top: -28px;
}
.others-author-area9 {
  position: relative;
  top: 200px;
  left: 50px;
}
img.header9 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: -30px;
}
.groupexpo img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    left: 0;
    margin: 0 8px 0 0;
}
.others9-type {
    display: flex;
    align-items: center;
}
.others9-type {
    background: #fff;
    padding: 16px;
    border-radius: 2px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 15%;
}
.welconme8-imga {
    position: relative;
}
.others9-type.otherstype9 {
  top: 73%;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.09);
  left: 547px;
  width: 217px;
}
.otherstype10 {
    border-radius: 2px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 16px;
    position: absolute;
    top: 30%;
    left: -57px;
    transition: all .4s ease-in-out;
} 
.otherstype11 {
  border-radius: 2px;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 16px;
  position: absolute;
  top: 10%;
  right: -200px;
  transition: all .4s ease-in-out;
} 
.shap1area{
  /* clip-path: polygon(51% 0, 86% 25%, 88% 73%, 51% 100%, 14% 74%, 13% 27%); */
  position: relative;
  background: #fff;
  z-index: 1;
  height: 260px;
  width: 100%;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 5px;
}
.shap1area {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.briefimages {
    background: rgba(235, 124, 58, 0.20);
    display: inline-block;
    height: 67px;
    width: 67px;
    line-height: 67px;
    border-radius: 50%;
    margin-bottom: 24px;
}

.shap1area {
    transition: all .4s ease-in-out;
}

.shap1area:hover {
    background: #EB7C3A;
    transition: all .4s ease-in-out;
}

.shap1area:hover .briefimages {
    background: #fff;
    transition: all .4s ease-in-out;
}
.shap1area:hover h2 {
    color: #fff;
}
.welcome10-section-area{
  position: relative;
  padding: 170px 0 110px;
}
.welcome10-section-area{
  background-image: url(../images/sectionimg/header10bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome10-section-area::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #091622;
  opacity: 0.7;
}
.header10-textarea{
  position: relative;
  z-index: 1;
  padding: 32px;
}
.header10-textarea::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: linear-gradient(118deg, #FFF -369.01%, rgba(255, 255, 255, 0.00) 108.3%);
z-index: -1;
}
span.aboutspan {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.20);
  padding: 8px 12px;
}
.solutions10{
  border-radius: 4px;
  background: #86B03C;
  padding: 16px 24px;
  position: relative;
  z-index: 2;
  display:inline-block ;
  transition: all .4s ease-in-out;
}
.solutions10:hover{
  color: #fff;
  transition: all .4s ease-in-out;
  transform: translateY(-5px);
}
.solutions10::after{
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background-color: #fff;
  opacity: 0.1;
  left: 0;
  top: 0;
  transition: all .2s ease-in-out;
}
.solutions10:hover::after{
  width: 100%;
  transition: all .2s ease-in-out;
  left: auto;
  right: 0;
}
a.homepagebtn10 {
  border-radius: 4px;
  background: #86B03C;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
}
.homepagebtn10 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background: #86B03C;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
  span {
      z-index: 20;
  }

}
.homepagebtn10::after{
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.homepagebtn10:hover::after {
      left: 120%;
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .homepagebtn10:hover{
    color: #fff;
    transition: all .4s ease-in-out;
    transform: translateY(-5px);
  }
  .welcome-bgarea {
    position: relative;
    z-index: 1;
}
img.homewelbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}













@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Sotcox - IT solutions & services company HTML5 Template
    Template URI: https://themealpha.dev/
    Description: IT solutions & services company HTML5 Template
    Author: amdadulj
    Author URI: https://themeforest.net/user/amdadulj
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	* Theme default CSS

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes sotcox-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sotcox-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sotcox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sotcox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sotcox-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes sotcox-shake {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes shapeDownLeft {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes shapeTopLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/* reset css start */
body {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 30px;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  font-family: "Arimo", sans-serif;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
button:focus {
  outline: none;
}

span {
  font-family: "Arimo", sans-serif;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Arimo", sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #1B2E59;
}

table {
  width: 100%;
}

p,
li,
span {
  color: #727885;
  margin-bottom: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

input,
textarea {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: #ffffff;
  height: 60px;
  line-height: 60px;
  min-height: 60px;
  padding: 0 30px;
  border-radius: 0px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 8px 18px rgba(228, 228, 228, 0.21);
  border-color: #E6EEFB;
}
.nice-select::after {
  border-width: 1px;
  right: 25px;
}
.nice-select span {
  color: #acafb1;
}
.nice-select .list {
  border-radius: 0px;
  max-height: 245px;
  overflow-y: scroll;
  z-index: 8;
  width: 100%;
}
.nice-select .list li {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 0;
}
.nice-select .list li:focus, .nice-select .list li:hover {
  background: #f4f4f4;
}
.nice-select .list .selected.focus {
  background: #f4f4f4;
}
.nice-select .list .option {
  color: #1B2E59;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
}

/* global css end */
.fix {
  overflow: hidden;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.dark-bg {
  background-color: #171719;
}

.theme-light-bg {
  background: #E6EEFB;
}
.theme-light-bg .sotcox-section-heading__style-2 .sub-heading {
  background: #d3e2fa;
}

.theme-dark-bg {
  background: #1a3a46;
}
.theme-dark-bg .sotcox-section-heading__style-2 .sub-heading {
  background: #162830;
}

.white {
  color: #ffffff;
}

.f-right {
  float: right;
}

.border-effect a,
.border-effect span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.border-effect a:hover,
.border-effect span.border-effect:hover {
  background-size: 100% 2px;
}

span.border-effect {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
span.border-effect:hover {
  background-size: 100% 2px;
}

.widget .wp-block-search__label,
.widget .wp-block-group h2,
.sotcox-title-uppercase {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.list-unstyled {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.sotcox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.sotcox-overlay.is-open {
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/icons/cancel.png), auto;
}

.theme-bg {
  background: #1a3a46;
}

.sotcox-onhover-zoom .thumb {
  overflow: hidden;
}
.sotcox-onhover-zoom .thumb img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.sotcox-onhover-zoom:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sotcox-container__fluid {
  max-width: 1785px;
}
@media (max-width: 1599px) {
  .sotcox-container__fluid {
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  .sotcox-container__fluid {
    max-width: 960px;
  }
}

.sotcox-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 25px;
}
.sotcox-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a3a46;
  margin: 0px 2.5px;
  display: inline-block;
}

.sotcox-section-heading {
  position: relative;
  z-index: 2;
}
.sotcox-section-heading .sub-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a3a46;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  line-height: 110%;
}
.sotcox-section-heading .sub-heading::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  background: #1a3a46;
  top: auto;
  bottom: -2px;
}
.sotcox-section-heading .heading {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .sotcox-section-heading .heading {
    font-size: 32px;
    line-height: 44px;
  }
  .sotcox-section-heading .heading br {
    display: none;
  }
}
.sotcox-section-heading__light p,
.sotcox-section-heading__light .heading,
.sotcox-section-heading__light .sub-heading {
  color: #ffffff;
}
.sotcox-section-heading__style-2 .sub-heading {
  background: #E6EEFB;
  border-radius: 40px;
  padding: 8px 21px;
  margin-bottom: 15px;
}
.sotcox-section-heading__style-2 .sub-heading::after {
  display: none;
}

.sotcox-input-field input,
.sotcox-input-field textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top Negative --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1B2E59;
  margin: 0;
  line-height: 1.4;
  font-family: "Archivo", sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #1B2E59;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="65"]::before {
  opacity: 0.65;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.sotcox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  left: auto;
  right: 0;
}

.sotcox-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/icons/cancel.png), auto;
}

/* HEADER CSS START*/
.sotcox-logo-menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.sotcox-logo-menu-wrapper .sotcox-logo {
  margin-right: 50px;
  max-width: 185px;
}
.sotcox-logo-menu-wrapper .sotcox-logo__sticky {
  display: none;
}
@media (max-width: 991px) {
  .sotcox-logo-menu-wrapper .sotcox-logo {
    margin-right: 0px;
  }
}

@media (max-width: 1199px) {
  .sotcox-header {
    padding: 20px 0px;
  }
}
.sotcox-header .right-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.sotcox-header .right-element li {
  cursor: pointer;
  position: relative;
}
.sotcox-header .right-element li:not(:last-child) {
  margin-right: 35px;
}
.sotcox-header .sotcox-btn {
  padding: 10px 42px;
}
.sotcox-header .sotcox-btn.has-span {
  margin-bottom: 0px;
}
.sotcox-header.uk-active {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 12px 0px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .sotcox-header.uk-active {
    padding: 20px 0px;
  }
}
.sotcox-header.uk-active .sotcox-menu-wrapper {
  background: transparent;
}
.sotcox-header.uk-active ul li a {
  color: #1B2E59;
}
.sotcox-header.uk-active ul li a:focus {
  color: #09C3FF;
}
.sotcox-header.uk-active .sotcox-logo__default {
  display: none;
}
.sotcox-header.uk-active .sotcox-logo__sticky {
  display: inline-block;
}
.sotcox-header.uk-active .right-element li svg path {
  fill: #1B2E59;
}
.sotcox-header__style-2 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.sotcox-header__style-2 .right-element li svg path {
  fill: #ffffff;
}

.sideinfo-trigger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #09C3FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sideinfo-trigger span {
  translate: 12px 0px;
  width: 25px;
  height: 2px;
  border-radius: 20px;
  margin: 2.5px 0px;
  background: #ffffff;
}
.sideinfo-trigger span:nth-child(2) {
  width: 20px;
}
.sideinfo-trigger span:nth-child(3) {
  width: 15px;
}

/* HEADER CSS END*/
/* MENU CSS START */
.sotcox-menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background: #E6EEFB;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 1199px) {
  .sotcox-menu-wrapper {
    display: none;
  }
}
.sotcox-menu-wrapper__style-2 {
  background: transparent;
}

.sotcox-main-menu {
  position: relative;
  padding-right: 175px;
}
@media (max-width: 1599px) {
  .sotcox-main-menu {
    padding-right: 35px;
  }
}
.sotcox-main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sotcox-main-menu ul li {
  position: relative;
}
.sotcox-main-menu ul li:not(:last-child) {
  margin-right: 65px;
}
@media (max-width: 1599px) {
  .sotcox-main-menu ul li:not(:last-child) {
    margin-right: 60px;
  }
}
.sotcox-main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1B2E59;
  padding: 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sotcox-main-menu ul li a:focus {
  color: #09C3FF;
}
.sotcox-main-menu ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  height: 9px;
  background: #09C3FF;
  bottom: 20px;
  left: -15px;
  border-radius: 50%;
  translate: 0px -50%;
  top: 50%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0.3;
}
.sotcox-main-menu ul li:hover > a {
  color: #09C3FF;
}
.sotcox-main-menu ul li:hover > a::before {
  opacity: 1;
}
.sotcox-main-menu ul li:hover a {
  color: #09C3FF;
}
.sotcox-main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}
.sotcox-main-menu ul li .sub-menu {
  left: 0%;
  position: absolute;
  min-width: 250px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.sotcox-main-menu ul li .sub-menu li {
  width: 100%;
  margin-right: 0px;
}
.sotcox-main-menu ul li .sub-menu li::after {
  display: none;
}
.sotcox-main-menu ul li .sub-menu li a {
  color: #1B2E59;
  padding: 3px 0px;
}
.sotcox-main-menu ul li .sub-menu li a::before, .sotcox-main-menu ul li .sub-menu li a::after {
  display: none;
}
.sotcox-main-menu ul li .sub-menu li:hover > a {
  color: #09C3FF;
  padding-left: 5px;
}
.sotcox-main-menu ul li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.sotcox-main-menu ul .menu-item-has-children > a::after {
  font-size: 12px;
  content: "";
  transform: translateY(1px);
  display: inline-block;
  padding-left: 7px;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.4s linear;
}
.sotcox-main-menu ul .sotcox-megamenu {
  position: static;
}
.sotcox-main-menu ul .sotcox-megamenu .sub-menu {
  padding: 50px;
  width: 100%;
  padding-bottom: 35px;
}
.sotcox-main-menu__style-2 ul li a {
  color: #ffffff;
}

.mean-container .mean-bar {
  padding-left: 10px;
  padding-top: 30px;
}
.mean-container .mean-bar a {
  font-weight: 700 !important;
  font-size: 14px;
}
@media (max-width: 475px) {
  .mean-container .mean-bar a {
    padding-left: 5% !important;
  }
}
.mean-container .mean-bar a.mean-expand {
  right: 40px !important;
}
@media (max-width: 475px) {
  .mean-container .mean-bar a.mean-expand {
    right: 20px !important;
  }
}

/* MENU CSS END */
/* preloader css start */
#sotcox-loadding {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sotcox-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}
.sotcox-spinner > div {
  width: 18px;
  height: 18px;
  background: #1a3a46;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sotcox-bouncedelay 1.4s infinite ease-in-out both;
  animation: sotcox-bouncedelay 1.4s infinite ease-in-out both;
}
.sotcox-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sotcox-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* preloader css end */
/* BUTTON CSS START */
.sotcox-btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 42px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  background: #1a3a46;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden;
  z-index: 1;
}
.sotcox-btn__small {
  padding: 10px 36px;
}
.sotcox-btn__round {
  border-radius: 40px;
}
.sotcox-btn__borderd {
  border: 1px solid #E6EEFB;
  border-radius: 40px;
  color: #1B2E59;
  background: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 14px 42px;
  letter-spacing: 0px;
}
.sotcox-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #d1ad6c;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sotcox-btn.has-span {
  margin-bottom: -10px;
}
.sotcox-btn:hover {
  color: #ffffff;
}
.sotcox-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.sotcox-inline-btn {
  position: relative;
  overflow: hidden;
  width: max-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  color: #1a3a46;
}
.sotcox-inline-btn .icon {
  position: relative;
  margin-left: 55px;
}
.sotcox-inline-btn i {
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.sotcox-inline-btn i:first-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-10px) translateY(0);
}
.sotcox-inline-btn i:last-child {
  opacity: 1;
  display: block;
  transform: translateY(0) translateY(0);
}
.sotcox-inline-btn:hover i:first-child {
  opacity: 1;
  transform: translateZ(0);
}
.sotcox-inline-btn:hover i:last-child {
  opacity: 0;
  transform: translateX(20px) translateY(0);
}

.sotcox-video-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sotcox-video-wrapper .sotcox-video-btn {
  margin-right: 15px;
}
.sotcox-video-wrapper span {
  font-size: 14px;
  color: #1B2E59;
  font-weight: 700;
  text-transform: capitalize;
}

.sotcox-video-btn {
  width: 60px;
  height: 60px;
  color: #ffffff;
  background: #1a3a46;
  border-radius: 50%;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sotcox-video-btn:hover {
  background: #d0ae6d;
  color: #ffffff;
}

.sotcox-zoom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #09C3FF;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-zoom-btn:hover {
  background: #1a3a46;
  color: #ffffff;
}

/* BUTTON CSS END */
/* SEARCH POPUP CSS START */
.search-box-outer {
  margin: 0 35px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .search-box-outer {
    margin: 0px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .search-box-outer {
    margin-right: 20px;
  }
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  margin-top: -540px;
  transform: translateY(-100%);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../img/shapes/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}
.search-popup .color-layer {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #1a3a46;
  width: 70px;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  padding: 0px;
}
.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 24px;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 999;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #1B2E59;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #1B2E59;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
}
.search-popup .form-group input[type=text]::-webkit-input-placeholder,
.search-popup .form-group input[type=search]::-webkit-input-placeholder {
  color: #1B2E59;
  opacity: 1;
}
.search-popup .form-group input[type=text]::-moz-placeholder,
.search-popup .form-group input[type=search]::-moz-placeholder {
  color: #1B2E59;
  opacity: 1;
}
.search-popup .form-group input[type=text]:-ms-input-placeholder,
.search-popup .form-group input[type=search]:-ms-input-placeholder {
  color: #1B2E59;
  opacity: 1;
}
.search-popup .form-group input[type=text]:-moz-placeholder,
.search-popup .form-group input[type=search]:-moz-placeholder {
  color: #1B2E59;
  opacity: 1;
}
.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #1B2E59;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #1B2E59;
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0px;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* SEARCH POPUP CSS END */
/* side info css */
.hamburger-trigger {
  margin-left: 12px;
  padding: 10px 12px;
  cursor: pointer;
}

.side-info {
  padding: 40px;
}
@media (max-width: 475px) {
  .side-info {
    padding: 25px;
  }
}
.side-info .title {
  text-transform: capitalize;
  font-size: 22px;
}
.side-info .mb-5 {
  margin-bottom: 5px !important;
}
.side-info p {
  font-size: 15x;
  line-height: 28px;
}
.side-info__close {
  top: 0;
  left: 0;
  background: #09C3FF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-info__close a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.side-info__close:hover {
  background: #1a3a46;
}
.side-info__wrapper {
  padding: 40px;
}
@media (max-width: 475px) {
  .side-info__wrapper {
    padding: 25px;
    padding-bottom: 0px;
  }
}
.side-info .social-links a:hover {
  color: #1a3a46;
  border-color: #1a3a46;
}
.side-info__logo img {
  max-width: 185px;
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  width: 450px;
  -webkit-transform: translateX(450px);
  -ms-transform: translateX(450px);
  transform: translateX(450px);
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 100;
  padding-top: 0px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  right: 0;
}
@media (max-width: 475px) {
  .side-info-wrapper,
.cart-bar-wrapper {
    width: 310px;
    -webkit-transform: translateX(310px);
    -ms-transform: translateX(310px);
    transform: translateX(310px);
  }
}
.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #171719;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: #1a3a46;
  color: #ffffff;
}

.side-info-wrapper.is-open,
.cart-bar-wrapper.is-open {
  transform: translateX(0px);
}

.side-info-wrapper.mm-only.is-open {
  display: none;
}
@media (max-width: 1199px) {
  .side-info-wrapper.mm-only.is-open {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .side-info-wrapper.show-all.is-open {
    display: none;
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 15px;
}
.side-info-wrapper .contact__info li span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 15px;
  color: #1a3a46;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
}
.side-info-wrapper .contact__info li:hover span {
  background-color: #1a3a46;
  border-color: #1a3a46;
  color: #ffffff;
}
.side-info-wrapper .search-box {
  padding: 40px;
  padding-bottom: 0px;
}
@media (max-width: 475px) {
  .side-info-wrapper .search-box {
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.side-info-wrapper .search-box input {
  border: 1px solid #E6EEFB;
  padding: 15px 20px;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-info-wrapper .search-box input:focus {
  border-color: #1a3a46;
}
.side-info-wrapper .search-box div {
  position: relative;
}
.side-info-wrapper .search-box button {
  font-size: 20px;
  color: #1B2E59;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0px -50%;
}

/* SOCIAL LINKS CSS START */
.sotcox-social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-social-links a {
  color: #1B2E59;
}
.sotcox-social-links a:not(:last-child) {
  margin-right: 20px;
}
.sotcox-social-links a:hover {
  color: #09C3FF;
}
.sotcox-social-links span {
  font-size: 14px;
  color: #1B2E59;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  display: inline-block;
}

/* SOCIAL LINKS CSS END */
/* OWL NAV CSS START */
@media (max-width: 1199px) {
  .sotcox-slide-nav .owl-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}
.sotcox-slide-nav .owl-nav div {
  font-size: 16px;
  color: #1B2E59;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -25px;
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #E6EEFB;
}
.sotcox-slide-nav .owl-nav div:hover {
  color: #ffffff;
  background: #1a3a46;
  border-color: #1a3a46;
}
@media (max-width: 1199px) {
  .sotcox-slide-nav .owl-nav div {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    background: #09C3FF;
    color: #ffffff;
  }
}
.sotcox-slide-nav .owl-nav .owl-next {
  left: auto;
  right: -25px;
}
.sotcox-slide-nav__style-2 .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 0px;
  justify-content: center;
  margin-top: 60px;
}
.sotcox-slide-nav__style-2 .owl-nav div {
  color: #1B2E59;
  position: static;
  background: #ffffff;
  margin-right: 20px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.sotcox-slide-nav__style-2 .owl-nav div:hover {
  color: #ffffff;
}
.sotcox-slide-nav__style-3 .owl-nav div {
  width: 60px;
  height: 60px;
  font-size: 24px;
  left: -110px;
}
@media (max-width: 1599px) {
  .sotcox-slide-nav__style-3 .owl-nav div {
    left: -30px;
  }
}
.sotcox-slide-nav__style-3 .owl-nav div.owl-next {
  right: -110px;
}
@media (max-width: 1599px) {
  .sotcox-slide-nav__style-3 .owl-nav div.owl-next {
    right: -30px;
  }
}

/* OWL NAV CSS END */
/* HERO CSS START */
.sotcox-hero-section {
  position: relative;
  overflow: hidden;
}
.sotcox-hero-section .shape {
  right: 0;
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .sotcox-hero-section .shape {
    right: -5%;
    max-width: 50%;
  }
}
@media (max-width: 1599px) {
  .sotcox-hero-section .shape__2 {
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  .sotcox-hero-section .shape {
    display: none;
  }
}
.sotcox-hero-section .title {
  font-size: 70px;
  letter-spacing: -0.01em;
  line-height: 115%;
}
@media (max-width: 1199px) {
  .sotcox-hero-section .title {
    font-size: 48px;
  }
}
@media (max-width: 475px) {
  .sotcox-hero-section .title {
    font-size: 36px;
  }
}
.sotcox-hero-section .inner-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-hero-section .inner-btns .sotcox-btn {
  margin-bottom: 0px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .sotcox-hero-section .sotcox-social-links {
    margin-top: 45px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .sotcox-hero-section .sotcox-social-links a {
    margin-top: 10px;
  }
}
.sotcox-hero-section .sotcox-social-links a:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .sotcox-hero-section .sotcox-social-links a:not(:last-child) {
    margin-right: 15px;
  }
}
.sotcox-hero-section .sotcox-social-links a .fa-facebook-f {
  color: #4064ac;
}
.sotcox-hero-section .sotcox-social-links a .fa-youtube {
  color: #ff0000;
}
.sotcox-hero-section .sotcox-social-links a .fa-twitter {
  color: #1da1f2;
}
.sotcox-hero-section .sotcox-social-links a .fa-linkedin {
  color: #0077b5;
}
.sotcox-hero-section .inner-right {
  background: #e3ebf8;
  position: relative;
  border-radius: 30px;
  width: 520px;
  min-height: 605px;
  margin: 0 0 0 auto;
  translate: 35px 0px;
}
@media (max-width: 1199px) {
  .sotcox-hero-section .inner-right {
    width: 350px;
    min-height: 420px;
    translate: 0px 0px;
  }
}
@media (max-width: 991px) {
  .sotcox-hero-section .inner-right {
    margin: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sotcox-hero-section .inner-right {
    display: none;
  }
}
.sotcox-hero-section .img-wrapper {
  position: absolute;
  bottom: 0;
  left: -90px;
  max-width: inherit;
}
@media (max-width: 991px) {
  .sotcox-hero-section .img-wrapper {
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .sotcox-hero-section .sotcox-video-wrapper span {
    display: none;
  }
}
.sotcox-hero-section__style-2 {
  padding-top: 150px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 {
    padding-top: 150px;
  }
}
.sotcox-hero-section__style-2 .inner-content {
  position: relative;
  z-index: 2;
}
.sotcox-hero-section__style-2 .inner-content .title {
  color: #ffffff;
}
.sotcox-hero-section__style-2 .inner-content p {
  color: #ffffff;
}
.sotcox-hero-section__style-2 .inner-content li {
  color: #ffffff;
}
.sotcox-hero-section__style-2 .middle-img {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0px;
  height: 100%;
}
@media (max-width: 1599px) {
  .sotcox-hero-section__style-2 .middle-img {
    width: 980px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .middle-img {
    /* display: none; */
  }
}
.sotcox-hero-section__style-2 .middle-img img {
  height: 100%;
}
.sotcox-hero-section__style-2 .sotcox-video-btn {
  width: 138px;
  height: 138px;
  font-size: 30px;
  position: absolute;
  right: 95px;
  translate: 0px -50%;
  z-index: 2;
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .sotcox-video-btn {
    position: relative;
    right: 0;
    translate: 0px 0px;
    margin-bottom: 50px;
    margin-right: 0px;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
.sotcox-hero-section__style-2 .right-wrapper {
  position: relative;
}
.sotcox-hero-section__style-2 .sotcox-social-links {
  position: absolute;
  right: 80px;
  top: 50%;
  translate: 0px -50%;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .sotcox-hero-section__style-2 .sotcox-social-links {
    margin-top: 0px;
    right: 45px;
  }
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .sotcox-social-links {
    position: relative;
    right: 0;
    translate: 40px 0px;
    margin-top: 50px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sotcox-hero-section__style-2 .sotcox-social-links {
    translate: 30px 0px;
  }
}
@media (max-width: 767px) {
  .sotcox-hero-section__style-2 .sotcox-social-links {
    translate: 15px 0px;
  }
}
@media (max-width: 475px) {
  .sotcox-hero-section__style-2 .sotcox-social-links {
    flex-wrap: wrap;
  }
}
.sotcox-hero-section__style-2 .sotcox-social-links a {
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .sotcox-social-links a {
    writing-mode: horizontal-tb;
    flex-direction: row;
  }
}
.sotcox-hero-section__style-2 .sotcox-social-links a:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .sotcox-social-links a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 40px;
  }
}
.sotcox-hero-section__style-2 .sotcox-social-links a span {
  margin-left: 0px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sotcox-hero-section__style-2 .sotcox-social-links a span {
    margin-bottom: 0px;
    margin-left: 15px;
  }
}
.sotcox-hero-section .small-shape {
  position: absolute;
}
.sotcox-hero-section .small-shape__1 {
  left: 49%;
  top: 15%;
  z-index: 1;
  animation: shapeTopLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .sotcox-hero-section .small-shape__1 {
    left: 10%;
    top: 10%;
  }
}
.sotcox-hero-section .small-shape__2 {
  left: 5%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .sotcox-hero-section .small-shape__2 {
    left: 10%;
    bottom: 10%;
  }
}
.sotcox-hero-section .small-shape__3 {
  left: 30%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
@media (max-width: 991px) {
  .sotcox-hero-section .small-shape__3 {
    left: 80%;
    top: 20%;
  }
}
.sotcox-hero-section .small-shape__4 {
  left: 90%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.review-wrapper .item {
  z-index: 2;
  position: absolute;
  left: -160px;
  top: 60px;
  width: auto;
  padding: 15px;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  background: #ffffff;
  animation: shapeDownLeft 2s linear infinite alternate;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
@media (max-width: 1199px) {
  .review-wrapper .item {
    left: -230px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .review-wrapper .item {
    left: auto;
    right: -225px;
  }
}
.review-wrapper .item:nth-child(2) {
  animation: shapeTopLeft 2s linear infinite alternate;
  top: auto;
  bottom: -10px;
  left: -120px;
}
@media (max-width: 1199px) {
  .review-wrapper .item:nth-child(2) {
    left: -190px;
  }
}
@media (max-width: 991px) {
  .review-wrapper .item:nth-child(2) {
    left: auto;
    right: -180px;
  }
}
.review-wrapper .item .icon {
  margin-right: 18px;
}
.review-wrapper .item .content h6 {
  font-size: 14px;
  font-weight: 600;
}
.review-wrapper .item .content p {
  color: #818181;
}
.review-wrapper .item .content p i {
  color: #febb43;
}
.review-wrapper .item .content p span {
  color: #1B2E59;
  margin: 0px 5px;
  font-weight: 700;
  font-size: 12px;
}

/* HERO CSS END */
/* CARD CSS START */
.sotcox-card-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 50px;
}
@media (max-width: 991px) {
  .sotcox-card-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sotcox-card-wrapper {
    padding: 30px 40px;
  }
}
@media (max-width: 475px) {
  .sotcox-card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .sotcox-card-wrapper > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sotcox-card-wrapper > div {
    width: 100%;
  }
}
.sotcox-card-wrapper > div:nth-child(2) {
  border-left: 1px solid #E6EEFB;
  border-right: 1px solid #E6EEFB;
  padding: 0px 60px;
}
@media (max-width: 1199px) {
  .sotcox-card-wrapper > div:nth-child(2) {
    border: none;
    padding: 0px;
  }
}
.sotcox-card-wrapper > div:nth-child(2) .sotcox-dots {
  left: 60px;
}
@media (max-width: 1199px) {
  .sotcox-card-wrapper > div:nth-child(2) .sotcox-dots {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .sotcox-card-wrapper > div:not(:last-child) {
    margin-bottom: 40px;
  }
}

.sotcox-card-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.sotcox-card-box .icon {
  margin-right: 18px;
  width: 70px;
}
.sotcox-card-box .title {
  font-weight: 600;
}
.sotcox-card-box .sotcox-dots {
  background: #E6EEFB;
  border-radius: 40px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
@media (max-width: 991px) {
  .sotcox-card-box .sotcox-dots {
    display: none;
  }
}
.sotcox-card-box .sotcox-dots span {
  opacity: 0.3;
}
.sotcox-card-box__2 .sotcox-dots span {
  background: #09C3FF;
}
.sotcox-card-box__3 .sotcox-dots span {
  background: #FEBB43;
}

/* CARD CSS END */
/* SERVICE CSS START */
.sotcox-service-section {
  position: relative;
}
.sotcox-service-section .small-shape {
  position: absolute;
  left: 5%;
  bottom: 30%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-service-section .small-shape__2 {
  left: auto;
  right: 10%;
  bottom: auto;
  top: 30%;
  animation: shapeTopLeft 2s linear infinite alternate;
}

.sotcox-service-wrapper .owl-stage-outer {
  border: 1px solid #E6EEFB;
}

.sotcox-service-item {
  border-right: 1px solid #E6EEFB;
  position: relative;
  padding: 50px;
}
.sotcox-service-item::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a3a46;
  height: 2px;
  width: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.sotcox-service-item .icon {
  margin-bottom: 40px;
  width: max-content;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-service-item .icon img {
  width: auto;
}
.sotcox-service-item .title a {
  font-family: "Archivo", sans-serif;
  color: #1B2E59;
}
.sotcox-service-item .title a:hover {
  color: #1a3a46;
}
.sotcox-service-item .sotcox-inline-btn {
  margin-top: 35px;
  color: #1B2E59;
  font-size: 18px;
  display: inline-block;
  color: #1B2E59;
}
.sotcox-service-item .sotcox-inline-btn:hover {
  color: #1a3a46;
}
.sotcox-service-item:hover::after {
  width: 100%;
}
.sotcox-service-item:hover .icon {
  transform: rotateY(180deg);
}
.sotcox-service-item__style-2 {
  padding: 0px;
  padding-bottom: 25px;
  padding-left: 40px;
  border: none;
  border-left: 2px solid #E6EEFB;
}
.sotcox-service-item__style-2::after {
  display: none;
}
.sotcox-service-item__style-2 .icon {
  background: #1a3a46;
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sotcox-service-item__style-2 .icon__2 {
  background: #3dddc6;
}
.sotcox-service-item__style-2 .icon__3 {
  background: #09C3FF;
}
.sotcox-service-item__style-2 .icon__4 {
  background: #fedb35;
}
.sotcox-service-item__style-2 .icon__5 {
  background: #ff5151;
}
.sotcox-service-item__style-2 .title {
  margin-top: 20px;
}
.sotcox-service-item__style-2 .title a {
  color: #1B2E59;
  font-size: 30px;
}

.sotcox-service-section-page .sotcox-service-item {
  border: 1px solid #E6EEFB;
}

/* SERVICE CSS END */
/* WORKFLOW CSS START */
.sotcox-workflow-box {
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 35px 30px;
}
@media (max-width: 767px) {
  .sotcox-workflow-box {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sotcox-workflow-box {
    padding: 30px 20px;
  }
}
.sotcox-workflow-box .icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-workflow-box .icon .count {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #1B2E59;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  right: -15px;
  top: 0;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-workflow-box .title {
  margin-bottom: 15px;
}
.sotcox-workflow-box .sotcox-dots {
  position: absolute;
  right: -35px;
  top: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .sotcox-workflow-box .sotcox-dots {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .sotcox-workflow-box .sotcox-dots {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sotcox-workflow-box .sotcox-dots {
    right: -35px;
  }
}
.sotcox-workflow-box .sotcox-dots span:first-child {
  background: #09C3FF;
}
.sotcox-workflow-box__1.active .count {
  background: #09c3ff;
}
.sotcox-workflow-box__2.active .count {
  background: #1a3a46;
}
.sotcox-workflow-box__3.active .count {
  background: #fdc330;
}
.sotcox-workflow-box__4.active .count {
  background: #ff5151;
}
.sotcox-workflow-box.active {
  background: #ffffff;
}
.sotcox-workflow-box.active .icon {
  background: #E6EEFB;
}
.sotcox-workflow-box.active .icon .count {
  color: #ffffff;
}

/* WORKFLOW CSS END */
/* PROJECT CSS START */
.sotcox-project-section {
  position: relative;
}
.sotcox-project-section .small-shape {
  position: absolute;
}
.sotcox-project-section .small-shape__1 {
  left: 4%;
  top: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-project-section .small-shape__2 {
  left: auto;
  right: 8%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-project-section .small-shape__3 {
  left: 6%;
  top: auto;
  bottom: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-project-section .small-shape__4 {
  left: auto;
  right: 8%;
  top: auto;
  bottom: 12%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-project-section__style-2 .content-left-wrapper {
  border: 1px solid #E6EEFB;
  padding: 7px;
  text-align: center;
  border-radius: 40px;
}

@media (max-width: 1199px) {
  .sotcox-project-wrapper {
    margin-top: 60px;
  }
}

.sotcox-project-filter {
  gap: 10px;
  flex-wrap: wrap;
}
.sotcox-project-filter li {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  padding: 1px 13px;
  border: 1px solid #E6EEFB;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #bbc1ce;
}
.sotcox-project-filter li.active, .sotcox-project-filter li:hover {
  background: #09C3FF;
  color: #ffffff;
  border-color: #09C3FF;
}
.sotcox-project-filter__style-2 {
  justify-content: center;
  gap: 0px;
}
.sotcox-project-filter__style-2 li {
  border-radius: 40px;
  color: #1B2E59;
  padding: 7px 40px;
  text-transform: uppercase;
  font-weight: 700;
  border-color: transparent;
}
.sotcox-project-filter__style-2 li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 475px) {
  .sotcox-project-filter__style-2 li:not(:last-child) {
    margin-right: 0px;
  }
}
.sotcox-project-filter__style-2 li:hover, .sotcox-project-filter__style-2 li.active {
  background: #1a3a46;
  border-color: #1a3a46;
}

.sotcox-project-item {
  position: relative;
}
.sotcox-project-item .thumb img {
  border-radius: 10px;
  width: 100%;
}
.sotcox-project-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px 0px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-project-item .content .title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.sotcox-project-item .content .title a {
  color: #1B2E59;
  font-family: "Archivo", sans-serif;
}
.sotcox-project-item .content .cat {
  color: #1a3a46;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.sotcox-project-item .inline-btn {
  width: 41px;
  height: 41px;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  color: #1B2E59;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0px -50%;
  transform: rotate(-45deg);
}
.sotcox-project-item .inline-btn:hover {
  background: #1a3a46;
  color: #ffffff;
  border-color: #1a3a46;
}
.sotcox-project-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.sotcox-project-item__style-2 .thumb img {
  border-radius: 0px 0px 10px 10px;
}
.sotcox-project-item__style-2 .content {
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 35px 40px;
  padding-bottom: 38px;
  opacity: 1;
  visibility: visible;
  border: 1px solid #E6EEFB;
  border-bottom: 0px;
}
@media (max-width: 475px) {
  .sotcox-project-item__style-2 .content {
    padding: 25px 20px;
    padding-bottom: 28px;
  }
}
.sotcox-project-item__style-2 .content .title {
  font-size: 24px;
  padding-right: 80px;
}
.sotcox-project-item__style-2 .inline-btn {
  font-size: 24px;
  height: 61px;
  width: 61px;
  right: 32px;
}
@media (max-width: 475px) {
  .sotcox-project-item__style-2 .inline-btn {
    right: 20px;
  }
}

/* PROJECT CSS END */
/* WCO CSS START */
@media (max-width: 1199px) {
  .sotcox-wcu-section .sotcox-section-heading {
    padding-top: 60px;
  }
}

.wcu-img-wrapper {
  animation: shapeDownLeft 2s linear infinite alternate;
}

.sotcox-wcu-box .icon {
  margin-bottom: 35px;
}
.sotcox-wcu-box .content {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .sotcox-wcu-box .content {
    padding-right: 0px;
  }
}
.sotcox-wcu-box .title {
  margin-bottom: 15px;
}

/* WCO CSS END */
/* BRAND CSS START */
.sotcox-brand-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #E6EEFB;
  padding: 10px;
  border-radius: 40px;
  width: auto;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-brand-box .icon {
  background: #1a3a46;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-brand-box .title {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sotcox-brand-box__1 .icon {
  background: #1a3a46;
}
.sotcox-brand-box__2 .icon {
  background: #fff3ed;
}
.sotcox-brand-box__3 .icon {
  background: #fff9eb;
}
.sotcox-brand-box__4 .icon {
  background: #e7f3ed;
}
.sotcox-brand-box__5 .icon {
  background: #e7f9ff;
}
.sotcox-brand-box__6 .icon {
  background: #f9f3fb;
}
.sotcox-brand-box__7 .icon {
  background: #ffeeee;
}
.sotcox-brand-box:hover .icon {
  transform: rotateY(180deg);
}

/* BRAND CSS END */
/* TESTIMONIAL CSS START */
.sotcox-testimonial-section {
  position: relative;
}
.sotcox-testimonial-section .small-shape {
  position: absolute;
}
.sotcox-testimonial-section .small-shape__1 {
  left: 5%;
  top: 12%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-testimonial-section .small-shape__2 {
  left: auto;
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-testimonial-section .small-shape__3 {
  left: 0%;
  top: auto;
  bottom: 5%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.sotcox-testimonial-wrapper__style-2 .owl-stage-outer {
  overflow: visible;
}

.sotcox-testimonial-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .sotcox-testimonial-item {
    padding: 30px;
    padding-bottom: 20px;
  }
}
.sotcox-testimonial-item .thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 25px;
  position: relative;
}
.sotcox-testimonial-item .thumb img {
  border-radius: 50%;
}
.sotcox-testimonial-item .quote {
  font-size: 14px;
  color: #1a3a46;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 100%;
  z-index: 2;
  background: #ffffff;
}
.sotcox-testimonial-item p {
  position: relative;
  padding-left: 20px;
}
.sotcox-testimonial-item p::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #09C3FF;
  width: 1px;
  top: 50%;
  translate: 0 -50%;
  height: calc(100% - 15px);
}
.sotcox-testimonial-item .title {
  font-size: 18px;
  text-transform: capitalize;
}
.sotcox-testimonial-item .sub-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.sotcox-testimonial-item__style-2 {
  background: #171719;
  border: 1px solid #252529;
  padding: 25px 30px;
}
.sotcox-testimonial-item__style-2 .top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.sotcox-testimonial-item__style-2 .top i {
  position: absolute;
  right: 0px;
  top: 5px;
}
.sotcox-testimonial-item__style-2 .top i.fa-twitter {
  color: #03a9f4;
}
.sotcox-testimonial-item__style-2 .top i.fa-instagram {
  color: #ffffff;
  border-radius: 2px;
  background-image: linear-gradient(49.12deg, #FFDD55 6.62%, #FF543E 50.06%, #C837AB 93.5%);
}
.sotcox-testimonial-item__style-2 .thumb {
  width: 45px;
  margin-right: 20px;
  height: 45px;
  margin-bottom: 0px;
}
.sotcox-testimonial-item__style-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sotcox-testimonial-item__style-2 .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.sotcox-testimonial-item__style-2 .sub-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.sotcox-testimonial-item__style-2 p {
  padding-left: 0px;
  color: #9797AA;
}
.sotcox-testimonial-item__style-2 p::after {
  display: none;
}

/* TESTIMONIAL CSS END */
/* BLOG POST CSS START */
.sotcox-article-section {
  position: relative;
}
.sotcox-article-section .small-shape {
  position: absolute;
}
.sotcox-article-section .small-shape__1 {
  left: 10%;
  top: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-article-section .small-shape__2 {
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-article-section .small-shape__3 {
  left: 0%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-article-section .small-shape__4 {
  right: 0%;
  bottom: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.sotcox-article-item .thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.sotcox-article-item .meta-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-article-item .meta-info span {
  position: relative;
}
.sotcox-article-item .meta-info span:not(:last-child) {
  margin-right: 50px;
}
.sotcox-article-item .meta-info span:not(:last-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  left: auto;
  right: -25px;
  height: calc(100% - 15px);
  top: 50%;
  translate: 0 -50%;
  background: #E6EEFB;
}
.sotcox-article-item .meta-info strong {
  color: #1B2E59;
}
.sotcox-article-item .title {
  margin-top: 5px;
}
.sotcox-article-item .title a {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  color: #1B2E59;
}
.sotcox-article-item .article-cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.sotcox-article-item .article-cats a {
  font-size: 14px;
  border-radius: 5px;
  padding: 1px 13px;
  border: 1px solid #e6eefb;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #bbc1ce;
  margin-top: 10px;
  font-family: "Archivo", sans-serif;
}
.sotcox-article-item .article-cats a:not(:last-child) {
  margin-right: 20px;
}
.sotcox-article-item .article-cats a:hover {
  background: #1a3a46;
  color: #ffffff;
  border-color: #1a3a46;
}
.sotcox-article-item__style-2 .content {
  border: 1px solid #E6EEFB;
  border-radius: 10px 10px 0px 0px;
  padding: 35px 40px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .sotcox-article-item__style-2 .content {
    padding: 25px 25px;
    padding-bottom: 25px;
  }
}
.sotcox-article-item__style-2 .thumb img {
  border-radius: 0px 0px 10px 10px;
}
.sotcox-article-item__style-2 .title {
  margin: 0px;
}
.sotcox-article-item__style-2 .bottom {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sotcox-article-item__style-2 .bottom .fvrt {
  color: #1B2E59;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-article-item__style-2 .bottom .fvrt span {
  color: #1B2E59;
  margin-left: 8px;
}
.sotcox-article-item__style-2 .sotcox-inline-btn .icon {
  margin-left: 15px;
  color: #1a3a46;
}
.sotcox-article-item__style-2 .sotcox-inline-btn:hover {
  color: #1a3a46;
}

/* BLOG POST CSS END */
/* NEWSLETTER CSS START */
.sotcox-newsletter-section {
  position: relative;
}
.sotcox-newsletter-section::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 50%;
  top: auto;
  bottom: 0;
  background: #E6EEFB;
  z-index: -1;
}
.sotcox-newsletter-section.sotcox-service-page::after {
  height: 100%;
}

.sotcox-newsletter-wrapper {
  position: relative;
  background: #1a3a46;
  color: #ffffff;
  padding: 70px 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sotcox-newsletter-wrapper {
    padding: 60px 35px;
  }
}
.sotcox-newsletter-wrapper .sub-heading::after {
  display: none;
}
.sotcox-newsletter-wrapper .heading {
  font-size: 24px;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.sotcox-newsletter-wrapper .shape__1 {
  left: 0;
  bottom: 0;
}
.sotcox-newsletter-wrapper .shape__2 {
  right: 0;
  top: 0;
}

.sotcox-newsletter-form {
  position: relative;
}
@media (max-width: 1199px) {
  .sotcox-newsletter-form {
    margin-top: 40px;
  }
}
.sotcox-newsletter-form.sotcox-input-field input {
  padding: 20px 30px;
}
.sotcox-newsletter-form button {
  padding: 10px 42px;
  position: absolute;
  right: 10px;
  top: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .sotcox-newsletter-form button {
    position: static;
    top: 0;
    right: 0;
    margin-top: 20px;
    background: #09C3FF;
    padding: 15px 42px;
  }
}
.sotcox-newsletter-form__style-2.sotcox-input-field input {
  padding: 5px 0px;
  padding-right: 30px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: 1px solid #454547;
  color: #ffffff;
  border-radius: 0px;
}
.sotcox-newsletter-form__style-2.sotcox-input-field input::placeholder {
  color: #ffffff;
}
.sotcox-newsletter-form__style-2 button {
  padding: 0px;
  font-size: 20px;
  color: #ffffff;
  background: transparent;
  top: 5px;
}
@media (max-width: 767px) {
  .sotcox-newsletter-form__style-2 button {
    position: absolute;
    padding: 0px;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    top: 5px;
    margin-top: 0px;
  }
}

/* NEWSLETTER CSS END */
/* CONTACT INFO CSS START */
.sotcox-contact-info-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sotcox-contact-info-box {
    padding: 40px;
  }
}
@media (max-width: 475px) {
  .sotcox-contact-info-box {
    padding: 30px;
  }
}
.sotcox-contact-info-box .icon {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: max-content;
}
.sotcox-contact-info-box span {
  text-transform: uppercase;
  color: #1a3a46;
  font-weight: 700;
  font-size: 12px;
}
.sotcox-contact-info-box p {
  margin-top: 15px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #1B2E59;
}
@media (max-width: 475px) {
  .sotcox-contact-info-box p br {
    display: none;
  }
}
.sotcox-contact-info-box .sotcox-btn {
  padding: 7.5px 40px;
  margin-top: 45px;
}
.sotcox-contact-info-box__2 span {
  color: #fdc330;
}
.sotcox-contact-info-box__3 span {
  color: #09C3FF;
}
.sotcox-contact-info-box .info-call {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.sotcox-contact-info-box .info-call .icon {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: #09C3FF;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .sotcox-contact-info-box .info-call .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.sotcox-contact-info-box .info-call span {
  font-size: 28px;
  color: #1B2E59;
  font-weight: 700;
  margin-bottom: 0px;
}
.sotcox-contact-info-box:hover > .icon {
  transform: rotateY(180deg);
}

/* CONTACT INFO CSS END */
/* CONTACT INFO CSS START */
.sotcox-contact-info-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sotcox-contact-info-box {
    padding: 40px;
  }
}
@media (max-width: 475px) {
  .sotcox-contact-info-box {
    padding: 30px;
  }
}
.sotcox-contact-info-box .icon {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: max-content;
}
.sotcox-contact-info-box span {
  text-transform: uppercase;
  color: #1a3a46;
  font-weight: 700;
  font-size: 12px;
}
.sotcox-contact-info-box p {
  margin-top: 15px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: #1B2E59;
}
@media (max-width: 475px) {
  .sotcox-contact-info-box p br {
    display: none;
  }
}
.sotcox-contact-info-box .sotcox-btn {
  padding: 7.5px 40px;
  margin-top: 45px;
}
.sotcox-contact-info-box__2 span {
  color: #fdc330;
}
.sotcox-contact-info-box__3 span {
  color: #09C3FF;
}
.sotcox-contact-info-box .info-call {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.sotcox-contact-info-box .info-call .icon {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background: #09C3FF;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .sotcox-contact-info-box .info-call .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.sotcox-contact-info-box .info-call span {
  font-size: 28px;
  color: #1B2E59;
  font-weight: 700;
  margin-bottom: 0px;
}
.sotcox-contact-info-box:hover > .icon {
  transform: rotateY(180deg);
}

/* CONTACT INFO CSS END */
/* ACHIVEMENT CSS START */
.sotcox-achivement-section {
  position: relative;
}
.sotcox-achivement-section .small-shape {
  position: absolute;
  left: 5%;
  bottom: 25%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-achivement-section .small-shape__2 {
  left: auto;
  right: 5%;
  bottom: auto;
  top: 35%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .sotcox-achivement-section .sotcox-section-heading br {
    display: none;
  }
}

.sotcox-achivement-boxs {
  position: relative;
  min-height: 570px;
}
@media (max-width: 1199px) {
  .sotcox-achivement-boxs {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .sotcox-achivement-boxs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-left: 0px;
  }
}
.sotcox-achivement-boxs .box-item {
  position: absolute;
  width: 270px;
  height: 270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
}
@media (max-width: 991px) {
  .sotcox-achivement-boxs .box-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
}
.sotcox-achivement-boxs .box-item .icon {
  position: relative;
  z-index: 2;
}
.sotcox-achivement-boxs .box-item .title {
  font-size: 40px;
  margin-top: 20px;
}
.sotcox-achivement-boxs .box-item .title span {
  color: #1B2E59;
}
.sotcox-achivement-boxs .box-item .content {
  position: relative;
  z-index: 2;
}
.sotcox-achivement-boxs .box-item .shape {
  position: absolute;
  left: -70px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .sotcox-achivement-boxs .box-item .shape {
    display: none;
  }
}
.sotcox-achivement-boxs .box-item.active::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a3a46;
  border-radius: 50%;
}
.sotcox-achivement-boxs .box-item.active .title span {
  color: #ffffff;
}
.sotcox-achivement-boxs .box-item.active p {
  color: #ffffff;
}
.sotcox-achivement-boxs .box-item:nth-child(1) {
  top: 150px;
}
.sotcox-achivement-boxs .box-item:nth-child(2) {
  left: 250px;
  top: 0;
}
.sotcox-achivement-boxs .box-item:nth-child(3) {
  top: 300px;
  left: 250px;
}
.sotcox-achivement-boxs .box-item:nth-child(4) {
  top: 150px;
  left: 500px;
}
.sotcox-achivement-boxs .box-item__style-2 {
  width: 255px;
  height: 255px;
}

/* ACHIVEMENT CSS END */
/* TEAM CSS START */
.sotcox-team-section {
  position: relative;
}
.sotcox-team-section .owl-stage-outer {
  overflow: visible;
  padding-bottom: 10px;
}
.sotcox-team-section .small-shape {
  position: absolute;
}
.sotcox-team-section .small-shape__1 {
  left: 15%;
  top: 10%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-team-section .small-shape__2 {
  left: auto;
  right: 20%;
  top: 8%;
  animation: shapeTopLeft 2s linear infinite alternate;
}

.sotcox-team-item {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.04);
  padding: 40px;
  border-radius: 10px;
}
.sotcox-team-item .thumb {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.sotcox-team-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sotcox-team-item .title {
  font-size: 20px;
  font-weight: 600;
}
.sotcox-team-item .sub-title {
  font-size: 14px;
  display: block;
}
.sotcox-team-item .sotcox-social-links {
  justify-content: center;
}
.sotcox-team-item .sotcox-social-links a {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
}
.sotcox-team-item .sotcox-social-links a:not(:last-child) {
  margin-right: 10px;
}
.sotcox-team-item .sotcox-social-links a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-team-item .sotcox-social-links a .fa-facebook {
  color: #3b5998;
}
.sotcox-team-item .sotcox-social-links a .fa-twitter {
  color: #1da1f2;
}
.sotcox-team-item .sotcox-social-links a .fa-linkedin {
  color: #0077b5;
}
.sotcox-team-item .sotcox-social-links a .fa-instagram {
  color: #e4405f;
}
.sotcox-team-item .sotcox-social-links a:hover i {
  color: #ffffff;
}
.sotcox-team-item .sotcox-social-links a:nth-child(1):hover {
  background: #3b5998;
  border-color: #3b5998;
}
.sotcox-team-item .sotcox-social-links a:nth-child(2):hover {
  background: #1da1f2;
  border-color: #1da1f2;
}
.sotcox-team-item .sotcox-social-links a:nth-child(3):hover {
  background: #0077b5;
  border-color: #0077b5;
}
.sotcox-team-item .sotcox-social-links a:nth-child(4):hover {
  background: #e4405f;
  border-color: #e4405f;
}
.sotcox-team-item .sotcox-btn {
  font-weight: 400;
  padding: 4px 30px;
}

/* TEAM CSS END */
/* GET-QUOTE CSS START */
.sotcox-getquote-section {
  position: relative;
}
.sotcox-getquote-section .img-wrapper {
  height: 100%;
}
.sotcox-getquote-section .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 1199px) {
  .sotcox-getquote-section .img-wrapper img {
    border-radius: 10px 10px 0px 0px;
  }
}
.sotcox-getquote-section .small-shape {
  position: absolute;
}
.sotcox-getquote-section .small-shape__1 {
  left: 10%;
  top: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}
.sotcox-getquote-section .small-shape__2 {
  right: 20%;
  top: 10%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-getquote-section .small-shape__3 {
  left: 12%;
  bottom: 30%;
  animation: shapeTopLeft 2s linear infinite alternate;
}
.sotcox-getquote-section .small-shape__4 {
  right: 8%;
  bottom: 15%;
  animation: shapeDownLeft 2s linear infinite alternate;
}

.sotcox-getquote-form-wrapper {
  background: #1a3a46;
  padding: 60px;
  padding-top: 50px;
  border-radius: 0px 10px 10px 0px;
}
@media (max-width: 1199px) {
  .sotcox-getquote-form-wrapper {
    border-radius: 0px 0px 10px 10px;
  }
}
@media (max-width: 475px) {
  .sotcox-getquote-form-wrapper {
    padding: 40px 35px;
  }
}
.sotcox-getquote-form-wrapper form {
  margin-top: -30px;
}
.sotcox-getquote-form-wrapper .sotcox-input-field label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.02em;
}
.sotcox-getquote-form-wrapper .sotcox-input-field input,
.sotcox-getquote-form-wrapper .sotcox-input-field textarea {
  background: #2377f3;
  padding: 10px 20px;
  color: #baeeff;
}
.sotcox-getquote-form-wrapper .sotcox-input-field input::placeholder,
.sotcox-getquote-form-wrapper .sotcox-input-field textarea::placeholder {
  color: #baeeff;
}
.sotcox-getquote-form-wrapper .sotcox-input-field textarea {
  min-height: 100px;
}
.sotcox-getquote-form-wrapper .sotcox-btn {
  background: #09C3FF;
}
.sotcox-getquote-form-wrapper .sotcox-btn span {
  background: #1B2E59;
}

/* GET-QUOTE CSS END */
/* BREADCRUMB CSS START */
@media (max-width: 767px) {
  .sotcox-breadcrumb-wrapper {
    padding: 120px 0;
  }
}

.breadcrumb-area {
  position: relative;
}
.breadcrumb-area .small-shape {
  position: absolute;
}
.breadcrumb-area .small-shape__1 {
  left: 10%;
  top: 10%;
}
.breadcrumb-area .small-shape__2 {
  right: 10%;
  top: 10%;
}
.breadcrumb-area .small-shape__3 {
  left: 15%;
  bottom: 10%;
}
.breadcrumb-area .small-shape__4 {
  left: 45%;
  bottom: 25%;
}
.breadcrumb-area .page-title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .breadcrumb-area .page-title {
    font-size: 39px;
  }
}
.breadcrumb-area .right-img {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .breadcrumb-area .right-img {
    max-width: 435px;
  }
}
@media (max-width: 475px) {
  .breadcrumb-area .right-img {
    display: none;
  }
}

.sotcox-breadcrumb ul {
  flex-wrap: wrap;
}
.sotcox-breadcrumb ul li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.sotcox-breadcrumb ul li:not(:last-child) {
  margin-right: 20px;
}
.sotcox-breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: ">";
  width: auto;
  height: auto;
  left: auto;
  right: -15px;
  top: 0;
  color: #ffffff;
}
.sotcox-breadcrumb ul li a {
  text-decoration: none;
}
.sotcox-breadcrumb ul li a span {
  color: #ffffff;
}
.sotcox-breadcrumb ul li span {
  color: #ffffff;
}
.sotcox-breadcrumb ul li.duxinbcrumb-end {
  position: relative;
}
.sotcox-breadcrumb ul li.duxinbcrumb-end span {
  background-size: 100% 1px;
}

/* BREADCRUMB CSS END */
/* FAQ CSS START */
.sotcox-faq-section .left-wrapper {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .sotcox-faq-section .left-wrapper {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .faq__wrapper {
    margin-bottom: 50px;
  }
}
.faq__item {
  border-radius: 0px !important;
  border: none;
  background: transparent;
}
.faq__item .title {
  border: none;
  border-bottom: 0px;
}
.faq__item .accordion-button {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  padding: 12px 0px;
  border-radius: 0px !important;
  color: #1B2E59;
  background: transparent;
  box-shadow: none !important;
}
.faq__item .accordion-button:focus {
  outline: none !important;
  border: none;
  box-shadow: none;
}
.faq__item .accordion-button::after {
  right: 0px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 16px;
  width: 25px;
  height: 25px;
  background: none;
  color: #1B2E59;
  font-weight: 400;
  line-height: 24px;
}
.faq__item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none !important;
}
.faq__item .accordion-button:not(.collapsed)::after {
  content: "";
}
.faq__item:not(:last-child) {
  margin-bottom: 20px;
}
.faq__item .accordion-body {
  border-top: 0px;
  padding: 0px;
  border-bottom: 0px;
  border: none;
  padding-bottom: 15px;
}
.faq__item:first-of-type {
  border-bottom: 1px solid #d2dceb;
}
.faq__item:last-of-type {
  border-bottom: 1px solid #d2dceb;
}
.faq__item:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #d2dceb;
}
.faq__item--style-2 .accordion-button {
  font-size: 22px;
  padding: 35px 30px;
  padding-bottom: 30px;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-button {
    padding: 25px 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
}
.faq__item--style-2 .accordion-button::after {
  font-size: 22px;
  color: #1a3a46;
  right: 30px;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-button::after {
    right: 20px;
  }
}
.faq__item--style-2 .accordion-button:not(.collapsed) {
  background: #E6EEFB;
}
.faq__item--style-2 .accordion-body {
  padding: 0px 30px;
  padding-bottom: 35px;
  background: #E6EEFB;
}
@media (max-width: 475px) {
  .faq__item--style-2 .accordion-body {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

.sotcox-faq-tab a {
  background: #E6EEFB;
  font-size: 18px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  padding: 15px 30px;
  border-radius: 5px;
  display: block;
  color: #1B2E59;
  position: relative;
}
.sotcox-faq-tab a::after {
  right: 30px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  font-size: 18px;
  width: 25px;
  height: 25px;
  background: none;
  color: #1B2E59;
  font-weight: 400;
  line-height: 24px;
}
.sotcox-faq-tab a:not(:last-child) {
  margin-bottom: 10px;
}
.sotcox-faq-tab a:hover, .sotcox-faq-tab a.active {
  background: #1a3a46;
  color: #ffffff;
}
.sotcox-faq-tab a:hover::after, .sotcox-faq-tab a.active::after {
  color: #ffffff;
}
.sotcox-faq-tab a.active::after {
  content: "";
}

/* FAQ CSS END */
/* MISSION CSS START */
.sotcox-mission-box {
  border-radius: 10px;
  border: 1px solid #E6EEFB;
  padding: 50px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .sotcox-mission-box {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.sotcox-mission-box .icon {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #eaf1fe;
  border-radius: 50%;
}
.sotcox-mission-box .icon__2 {
  background: #e7f9ff;
}
.sotcox-mission-box .icon__3 {
  background: #fff9eb;
}
.sotcox-mission-box .title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sotcox-mission-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* MISSION CSS END */
/* PRICING CSS START */
.sotcox-pricing-tab {
  text-align: center;
}
.sotcox-pricing-tab nav {
  display: inline-block;
  background: #d3e1fa;
  padding: 7px;
  border-radius: 40px;
}
.sotcox-pricing-tab nav a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 40px;
  letter-spacing: 0.075em;
  border-radius: 40px;
  color: #1B2E59;
}
.sotcox-pricing-tab nav a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 475px) {
  .sotcox-pricing-tab nav a:not(:last-child) {
    margin-right: 0px;
  }
}
.sotcox-pricing-tab nav a:hover, .sotcox-pricing-tab nav a.active {
  background: #1a3a46;
  color: #ffffff;
}

.sotcox-pricing-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
}
@media (max-width: 1199px) {
  .sotcox-pricing-box {
    padding: 30px 35px;
  }
}
.sotcox-pricing-box .title {
  font-size: 35px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .sotcox-pricing-box .title {
    margin-bottom: 20px;
  }
}
.sotcox-pricing-box .shape {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 1199px) {
  .sotcox-pricing-box .shape {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .sotcox-pricing-box .shape {
    display: none;
  }
}
.sotcox-pricing-box .shape::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9E0EB;
  width: 1px;
  border-radius: 40px;
  left: auto;
  right: 0;
  min-height: 180px;
  top: 50%;
  translate: 0 -50%;
}
.sotcox-pricing-box .shape::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #09C3FF;
  height: 40px;
  border-radius: 40px;
  width: 3px;
  right: -1.5px;
  top: 50%;
  translate: 0 -50%;
  left: auto;
}
.sotcox-pricing-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-pricing-box ul li {
  width: 50%;
  color: #1B2E59;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 475px) {
  .sotcox-pricing-box ul li {
    flex-wrap: wrap;
    width: 100%;
  }
}
.sotcox-pricing-box ul li i {
  margin-right: 10px;
}
.sotcox-pricing-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sotcox-pricing-box ul li.hide {
  color: #727885;
}
.sotcox-pricing-box.active {
  background: #1a3a46;
}
.sotcox-pricing-box.active .title {
  color: #ffffff;
}
.sotcox-pricing-box.active .shape::before {
  background: #d9e0eb;
}
.sotcox-pricing-box.active ul li {
  color: #ffffff;
}
.sotcox-pricing-box.active ul li i {
  color: #ffffff;
}
.sotcox-pricing-box.active .sotcox-btn {
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .sotcox-pricing-box .pl-100 {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .sotcox-pricing-box .pl-100 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .sotcox-pricing-box .text-end {
    text-align: left !important;
    margin-top: 20px;
  }
}
@media (max-width: 475px) {
  .sotcox-pricing-box .text-end {
    margin-top: 30px;
  }
}

.sotcox-pricing-wrapper .sotcox-pricing-box:not(:last-child) {
  margin-bottom: 20px;
}

/* PRICING CSS END */
/* SUPPORT CSS START */
.stocox-support-box {
  text-align: center;
  padding: 45px 35px;
  border: 1px solid #E6EEFB;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.stocox-support-box .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #E6EEFB;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.stocox-support-box .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.stocox-support-box a {
  color: #727885;
  display: block;
}
.stocox-support-box:hover .icon {
  transform: rotateY(180deg);
}

/* SUPPORT CSS END */
/* BLOG CSS START */
.sotcox-post-box {
  position: relative;
}
.sotcox-post-box .blog-cat {
  background: #1a3a46;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: -20px;
  z-index: 2;
}
.sotcox-post-box .thumb {
  position: relative;
  border-radius: 10px;
}
.sotcox-post-box .thumb img {
  border-radius: 10px;
}
.sotcox-post-box .meta-info {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: -15px;
  flex-wrap: wrap;
}
.sotcox-post-box .meta-info li {
  margin-top: 15px;
  position: relative;
  line-height: 100%;
  font-size: 15px;
  color: #727885;
  padding-top: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B2E59;
}
.sotcox-post-box .meta-info li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 475px) {
  .sotcox-post-box .meta-info li:not(:last-child) {
    margin-right: 20px;
  }
}
.sotcox-post-box .meta-info a {
  color: #1B2E59;
  font-size: 15px;
}
@media (max-width: 767px) {
  .sotcox-post-box .meta-info a {
    font-size: 14px;
  }
}
.sotcox-post-box .meta-info a i {
  margin-right: 5px;
  color: #1a3a46;
}
.sotcox-post-box .meta-info a:hover {
  color: #1a3a46;
}
.sotcox-post-box .title {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 700;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .sotcox-post-box .title {
    font-size: 28px;
  }
}
.sotcox-post-box .title::first-letter {
  text-transform: uppercase;
}
.sotcox-post-box .title a {
  font-family: "Archivo", sans-serif;
  padding-bottom: 0.2%;
}
.sotcox-post-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.sotcox-post-box .sotcox-inline-btn {
  margin: 0;
  margin-top: 27px;
  font-weight: 700;
  color: #1a3a46;
  text-transform: capitalize;
  font-size: 14px;
}
.sotcox-post-box .sotcox-inline-btn .icon {
  font-size: 14px;
  color: #1a3a46;
  margin-left: 15px;
}

.format-video .sotcox-video-btn {
  font-size: 24px;
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: #1a3a46;
}
@media (max-width: 475px) {
  .format-video .sotcox-video-btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
.format-video .sotcox-video-btn:hover {
  background: #09C3FF;
}

.format-gallery .owl-nav div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .format-gallery .owl-nav div {
    left: 15px;
    width: 40px;
    height: 40px;
  }
}
.format-gallery .owl-nav div:hover {
  border-color: #1a3a46;
  background: #1a3a46;
}
.format-gallery .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
@media (max-width: 475px) {
  .format-gallery .owl-nav .owl-next {
    right: 15px;
  }
}

.format-audio .postbox__audio iframe {
  width: 100%;
  min-height: 350px;
}
@media (max-width: 475px) {
  .format-audio .postbox__audio iframe {
    min-height: 250px;
  }
}

.post-details-content .post-excerpt,
.format-quote .post-excerpt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  background: #1a3a46;
  padding: 50px 40px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-bottom: 40px;
}
.post-details-content .post-excerpt p,
.format-quote .post-excerpt p {
  color: #dad3b8;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.post-details-content .post-excerpt blockquote,
.format-quote .post-excerpt blockquote {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.post-details-content .post-excerpt blockquote br,
.format-quote .post-excerpt blockquote br {
  display: none;
}
.post-details-content .post-excerpt blockquote cite,
.format-quote .post-excerpt blockquote cite {
  display: block;
  margin-top: 10px;
}
.post-details-content .post-excerpt blockquote cite a,
.format-quote .post-excerpt blockquote cite a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.post-details-content .post-excerpt .quote-small,
.format-quote .post-excerpt .quote-small {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  z-index: 1;
}
.post-details-content .post-excerpt .quote-big,
.format-quote .post-excerpt .quote-big {
  z-index: 1;
  width: 40%;
  top: 15px;
  max-width: 230px;
}

.format-quote .post-excerpt p {
  display: block;
  overflow: visible;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1199px) {
  .blog__wrapper {
    padding-right: 0px;
  }
}

/* BLOG CSS END */
/* blog sidebar css */
@media (max-width: 1199px) {
  .blog_sidebar.mt-none-60 {
    margin-top: 0;
  }
}

.blog_widget .wp-block-search__label,
.blog_widget .wp-block-group h2,
.blog-widget-title {
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  padding-left: 28px;
}
.blog_widget .wp-block-search__label::before, .blog_widget .wp-block-search__label::after,
.blog_widget .wp-block-group h2::before,
.blog_widget .wp-block-group h2::after,
.blog-widget-title::before,
.blog-widget-title::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 17px;
  height: 17px;
  background: #E6EEFB;
  border-radius: 50%;
  left: 0;
  top: 50%;
  translate: 0px -50%;
}
.blog_widget .wp-block-search__label::after,
.blog_widget .wp-block-group h2::after,
.blog-widget-title::after {
  width: 11px;
  height: 11px;
  background: #1a3a46;
  left: 3px;
}
.blog_widget .wp-block-search__label a,
.blog_widget .wp-block-group h2 a,
.blog-widget-title a {
  color: #1B2E59;
}

.blog_widget {
  border: 1px solid #E6EEFB;
  padding: 40px 35px;
  padding-top: 35px;
  border-radius: 10px;
}
@media (max-width: 475px) {
  .blog_widget {
    padding: 35px 25px;
    padding-top: 30px;
  }
}
.blog_widget .abount-info {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.blog_widget .abount-info img {
  max-width: 140px;
  min-height: 140px;
  object-fit: cover;
}
.blog_widget .abount-info .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog_widget .abount-info p {
  line-height: 26px;
}
.blog_widget .sotcox-social-links {
  margin-top: 10px;
}
.blog_widget .sotcox-social-links a {
  font-size: 14px;
}
.blog_widget .sotcox-social-links a:not(:last-child) {
  margin-right: 20px;
}
.blog_widget.widget_categories ul li {
  overflow: hidden;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog_widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 15px;
}
.blog_widget.widget_categories ul li a {
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  color: #1B2E59;
}
.blog_widget.widget_categories ul li span {
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: right;
  font-weight: 700;
  color: #1B2E59;
}
.blog_widget.widget_categories ul li:hover a {
  color: #1B2E59;
}
.blog_widget.widget_categories ul li:hover span {
  color: #1B2E59;
}
.blog_widget.widget_categories ul li:hover {
  color: #1a3a46;
}
.blog_widget.widget_categories ul li:hover a,
.blog_widget.widget_categories ul li:hover span {
  color: #1a3a46;
}
.blog_widget .sotcox-input-field {
  margin-top: -20px;
}
.blog_widget .sotcox-input-field input,
.blog_widget .sotcox-input-field textarea {
  padding: 10px 0px;
  padding-bottom: 15px;
  border: none;
  border-bottom: 1px solid #E6EEFB;
  margin-top: 20px;
  box-shadow: none;
  border-radius: 0px;
}
.blog_widget .sotcox-input-field input:focus,
.blog_widget .sotcox-input-field textarea:focus {
  border-color: #1B2E59;
}
.blog_widget .sotcox-input-field textarea {
  min-height: auto;
}
.blog_widget .contact-info li {
  font-size: 15px;
}
.blog_widget .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}
.blog_widget .contact-info li span {
  font-weight: 600;
  color: #1B2E59;
}
.blog_widget .sotcox-social-links a {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #09C3FF;
  color: #ffffff;
}
.blog_widget .sotcox-social-links a:not(:last-child) {
  margin-right: 20px;
}
.blog_widget .sotcox-social-links a:hover {
  background: #1a3a46;
}

.sotcox-popular-feeds .item {
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-popular-feeds .item:not(:last-child) {
  margin-bottom: 20px;
}
.sotcox-popular-feeds .item .thumb {
  margin-right: 20px;
  width: 80px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 475px) {
  .sotcox-popular-feeds .item .thumb {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.sotcox-popular-feeds .item .thumb img {
  border-radius: 10px;
  margin-bottom: 0px;
}
.sotcox-popular-feeds .item .content {
  width: calc(100% - 160px);
}
@media (max-width: 475px) {
  .sotcox-popular-feeds .item .content {
    width: 100%;
  }
}
.sotcox-popular-feeds .item .content .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
}
.sotcox-popular-feeds .item .content .title a {
  background-size: 0% 1px;
}
.sotcox-popular-feeds .item .content .title a:hover {
  background-size: 100% 1px;
}
.sotcox-popular-feeds .item .content .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #1B2E59;
}

/* shop sidebar css  */
.blog__sidebar--shop {
  padding-right: 25px;
}
.blog__sidebar--shop .price_slider_amount .button {
  font-size: 12px !important;
  padding: 12px 20px !important;
  padding-bottom: 10px !important;
}
.blog__sidebar--shop .ui-slider-horizontal {
  height: 3px !important;
  margin-bottom: 25px !important;
}
.blog__sidebar--shop .ui-widget-content {
  background-color: #E6EEFB !important;
  border-radius: 0px;
}
.blog__sidebar--shop .ui-slider-range {
  background-color: #1B2E59 !important;
}
.blog__sidebar--shop .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border: 3px solid #1B2E59;
  background-color: #ffffff !important;
}

.search-widget div {
  position: relative;
}
.search-widget input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 70px;
  font-size: 16px;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
}
.search-widget input::-webkit-input-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input::-moz-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:-ms-input-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:-moz-placeholder {
  color: #727885;
  opacity: 1;
}
.search-widget input:focus {
  border-color: #1B2E59;
}
.search-widget button {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #727885;
  position: absolute;
  right: 0;
  top: 50%;
  translate: -15px -50%;
}

.sotcox-insta-posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-top: -5px;
}
.sotcox-insta-posts .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: calc(33.3333%);
  position: relative;
  padding: 5px;
}
.sotcox-insta-posts .item img {
  border-radius: 10px;
  width: 100%;
}
.sotcox-insta-posts .item:hover .sotcox-zoom-btn {
  opacity: 1;
  visibility: visible;
  translate: -50% -50%;
}

.sotcox-devider {
  border-bottom: 1px solid #E6EEFB;
}

.service-sidebar .blog_widget {
  border: none;
  background: #E6EEFB;
}
.service-sidebar .blog_widget.widget_categories ul li {
  position: relative;
  padding: 0px;
  border: none;
}
.service-sidebar .blog_widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-sidebar .blog_widget.widget_categories ul li .count {
  float: left;
  margin-right: 20px;
}
.service-sidebar .blog_widget.widget_categories ul li::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: auto;
  height: auto;
  left: auto;
  right: 0px;
  top: 50%;
  translate: 0% -50%;
  font-weight: 700;
  color: #1B2E59;
}
.service-sidebar .wp-block-search__label::before, .service-sidebar .wp-block-search__label::after,
.service-sidebar .wp-block-group h2::before,
.service-sidebar .wp-block-group h2::after,
.service-sidebar .blog-widget-title::before,
.service-sidebar .blog-widget-title::after {
  background: #679af6;
}
.service-sidebar .wp-block-search__label::after,
.service-sidebar .wp-block-group h2::after,
.service-sidebar .blog-widget-title::after {
  background: #1a3a46;
}
.service-sidebar .sotcox-input-field textarea,
.service-sidebar .sotcox-input-field input {
  background: transparent;
  border-color: #d4e5ff;
}
.service-sidebar .sotcox-input-field textarea::placeholder,
.service-sidebar .sotcox-input-field input::placeholder {
  color: #c3cad5;
}
.service-sidebar .sotcox-input-field textarea:focus,
.service-sidebar .sotcox-input-field input:focus {
  border-color: #A1C0EE;
}
.service-sidebar .sotcox-input-field textarea:focus::placeholder,
.service-sidebar .sotcox-input-field input:focus::placeholder {
  color: #73747D;
}
.service-sidebar .widget-btns a {
  display: block;
  border-radius: 5px;
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .service-sidebar .widget-btns a {
    padding: 15px 25px;
  }
}
.service-sidebar .widget-btns a i {
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0% -50%;
}
@media (max-width: 475px) {
  .service-sidebar .widget-btns a i {
    display: none;
  }
}
.service-sidebar .widget-btns a:nth-child(2) {
  background: #09C3FF;
}
.service-sidebar .widget-btns a:nth-child(2) span {
  background: #1a3a46;
}
.service-sidebar .widget-btns a:not(:last-child) {
  margin-bottom: 20px;
}

/* blog details css */
.tag-social-wrapper {
  clear: both;
}
.tag-social-wrapper .sotcox-social-links {
  justify-content: end;
}
@media (max-width: 767px) {
  .tag-social-wrapper .sotcox-social-links {
    justify-content: flex-start !important;
  }
}
.tag-social-wrapper .sotcox-social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #E6EEFB;
  border-radius: 50px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tag-social-wrapper .sotcox-social-links a:not(:last-child) {
  margin-right: 20px;
}
.tag-social-wrapper .sotcox-social-links a:hover, .tag-social-wrapper .sotcox-social-links a.active {
  background: #1a3a46;
  color: #ffffff;
  border-color: #1a3a46;
}

.post-author__wrapper {
  background: #E6EEFB;
  border-radius: 10px;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 475px) {
  .post-author__wrapper {
    flex-wrap: wrap;
    padding: 25px;
  }
}
.post-author__thumb {
  width: 150px;
  height: 150px;
  border-radius: 50px;
  margin-right: 30px;
}
.post-author__thumb img {
  border-radius: 50%;
}
@media (max-width: 475px) {
  .post-author__thumb {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.post-author__content {
  width: calc(100% - 180px);
}
@media (max-width: 475px) {
  .post-author__content {
    width: 100%;
  }
}
.post-author .name {
  margin-bottom: 10px;
  font-size: 24px;
}
.post-author .sotcox-social-links {
  margin-top: 5px;
}
.post-author .sotcox-social-links a {
  font-size: 18px;
}
.post-author .sotcox-social-links a .fa-facebook-f {
  color: #1a3a46;
}
.post-author .sotcox-social-links a .fa-twitter {
  color: #1da1f2;
}
.post-author .sotcox-social-links a .fa-linkedin-in {
  color: #0077b5;
}

.sotcox-title {
  font-size: 32px;
}

.tagcloud,
.wp-block-tag-cloud {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  font-size: 12px !important;
  border: 1px solid #E6EEFB;
  font-weight: 600;
  color: #727885;
  display: block;
  margin-top: 10px;
  padding: 10px 25px;
  padding-bottom: 11px;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 8px;
  background: transparent;
  border-radius: 5px;
}
.tagcloud a:not(:last-child),
.wp-block-tag-cloud a:not(:last-child) {
  margin-right: 10px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: #1a3a46;
  border-color: #1a3a46;
  color: #ffffff;
}

.footer_widget .tagcloud a {
  background: #1B2E59;
  color: #ffffff;
  border-color: #1B2E59;
}
.footer_widget .tagcloud a:hover {
  background: #1a3a46;
  border-color: #1a3a46;
  color: #ffffff;
}

.sotcox-details-navigation {
  align-items: center;
}
@media (max-width: 767px) {
  .sotcox-details-navigation {
    flex-direction: row !important;
    text-align: left !important;
  }
  .sotcox-details-navigation .ml-20 {
    margin-right: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 475px) {
  .sotcox-details-navigation {
    flex-wrap: wrap;
  }
}
.sotcox-details-navigation .rp-thumb img {
  max-width: 80px;
  min-height: 60px;
  object-fit: cover;
}
@media (max-width: 475px) {
  .sotcox-details-navigation .rp-thumb {
    margin-bottom: 15px;
  }
}
.sotcox-details-navigation .rp-content {
  width: 100%;
}
.sotcox-details-navigation .rp-content .rp-nav {
  font-size: 14px;
  color: #999;
}
.sotcox-details-navigation .rp-content .rp-title {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.sotcox-details-navigation .rp-content .rp-title a {
  color: #1B2E59;
}

.sotcox-dn-wrapper .col-xl-6 {
  width: 47.5%;
}
@media (max-width: 767px) {
  .sotcox-dn-wrapper .col-xl-6 {
    width: 100%;
  }
  .sotcox-dn-wrapper .col-xl-6:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sotcox-dn-wrapper .col-xl-1 {
  width: 5%;
}
@media (max-width: 767px) {
  .sotcox-dn-wrapper .col-xl-1 {
    display: none;
  }
}

.navigation-border {
  overflow: hidden;
  border-top: 1px solid #E6EEFB;
}

.blog__wrapper--single .post-details-content {
  overflow: hidden;
}
.blog__wrapper--single .post-details-content p {
  overflow: visible;
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.blog__wrapper--single .post-details-content p:not(:last-child) {
  margin-bottom: 25px;
}
.blog__wrapper--single .post-details-content blockquote {
  padding: 0px 70px;
  padding-top: 155px;
  padding-bottom: 50px;
  position: relative;
}
.blog__wrapper--single .post-details-content blockquote::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/icons/quto-icon-small.png);
  width: 70px;
  height: 70px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
  top: 60px;
}
.blog__wrapper--single .post-details-content blockquote::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/quto-icon-big.png);
  top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  max-width: 256px;
  max-height: 196px;
}
.blog__wrapper--single .post-details-content blockquote p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0px;
}
.blog__wrapper--single .post-details-content blockquote p a {
  color: #dad3b8;
}
.blog__wrapper--single .post-details-content blockquote br {
  display: none;
}
.blog__wrapper--single .post-details-content blockquote cite {
  margin-top: 10px;
  display: block;
  color: #1a3a46;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
}
.blog__wrapper--single .post-details-content blockquote cite a {
  color: #1a3a46;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.blog__wrapper--single iframe {
  height: auto;
  min-height: 400px;
}
.blog__wrapper--single .post-video-btn {
  width: 100px;
  height: 100px;
  font-size: 18px;
}
.blog__wrapper--single .owl-nav div {
  width: 60px;
  height: 60px;
}
.blog__wrapper--single .blog-list-item {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog__wrapper--prev img {
  width: 100%;
}
.blog__wrapper--prev .mt-30 img {
  border-radius: 10px;
}
.blog__wrapper--prev .post-details-content blockquote {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog__wrapper--prev .post-details-content blockquote p {
  color: #1B2E59;
  overflow: visible;
  text-overflow: unset;
  display: block;
}
@media (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 145px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__wrapper--prev .post-details-content blockquote {
    padding: 0px 70px;
    padding-top: 155px;
    padding-bottom: 50px;
  }
}

.blog-list-item {
  padding: 0;
  list-style: none;
  margin-top: -15px;
  padding-left: 15px;
}
.blog-list-item li {
  position: relative;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.blog-list-item li img {
  width: auto;
  margin-right: 10px;
}

.post-details-content blockquote {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #E6EEFB;
  flex-direction: column;
}
.post-details-content blockquote p {
  color: #727885;
  position: relative;
  z-index: 2;
  margin-bottom: 0px !important;
}
.post-details-content .wp-block-cover p {
  font-size: 2em;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .social-share-wrapper {
    margin-top: 30px;
  }
}

blockquote code {
  color: #ffffff;
}

.post-details-content > h5 {
  margin-bottom: 20px;
}

.comment-desc {
  overflow: hidden;
}

.sotcox-next-prev-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sotcox-next-prev-wrapper div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-next-prev-wrapper a {
  font-weight: 700;
  color: #1a3a46;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.sotcox-next-prev-wrapper a:hover .icon {
  background: #1a3a46;
  border-color: #1a3a46;
  color: #ffffff;
}

.sotcox-next-prev .icon {
  translate: 0px -1px;
  width: 60px;
  height: 60px;
  border: 1px solid #E6EEFB;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 475px) {
  .sotcox-next-prev .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.sotcox-next-prev .text {
  color: #1a3a46;
}
.sotcox-next-prev__prev .icon {
  margin-right: 20px;
}
@media (max-width: 475px) {
  .sotcox-next-prev__prev .icon {
    margin-right: 15px;
  }
}
.sotcox-next-prev__next .icon {
  margin-left: 20px;
}
@media (max-width: 475px) {
  .sotcox-next-prev__next .icon {
    margin-left: 15px;
  }
}

/* comment css */
.comment-respond .sotcox-title-uppercase,
.post-comments .sotcox-title-uppercase {
  margin-bottom: 15px;
}

.sotcox-comment-box {
  padding-top: 40px;
}
.sotcox-comment-box .comment-avatar {
  float: left;
}
.sotcox-comment-box .comment-avatar img {
  margin-right: 20px;
  width: auto;
  border-radius: 50%;
}
@media (max-width: 475px) {
  .sotcox-comment-box .comment-avatar img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .sotcox-comment-box .comment-avatar {
    float: none;
  }
}
.sotcox-comment-box .avatar-name a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  color: #1B2E59;
  font-family: "Archivo", sans-serif;
}
.sotcox-comment-box .date {
  color: #09C3FF;
}
.sotcox-comment-box .comment-desc p {
  line-height: 26px;
}
.sotcox-comment-box .comment-desc a {
  color: inherit;
}
.sotcox-comment-box .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.sotcox-comment-box .bottom a,
.sotcox-comment-box .bottom span {
  font-size: 12px;
  color: #1B2E59;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.sotcox-comment-box .bottom a {
  color: #1a3a46;
  position: relative;
  padding-left: 12px;
}
.sotcox-comment-box .bottom a::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 2px;
  height: 2px;
  background: #1B2E59;
  left: 4px;
  top: 1px;
}

.sotcox-commentform-wrapper {
  background: #E6EEFB;
  padding: 40px 50px;
  padding-bottom: 50px;
  border-radius: 10px;
}
@media (max-width: 475px) {
  .sotcox-commentform-wrapper {
    padding: 35px 25px;
    padding-bottom: 40px;
  }
}
.sotcox-commentform-wrapper p {
  font-size: 14px;
}
.sotcox-commentform-wrapper .sotcox-btn {
  margin-bottom: 0px;
}
@media (max-width: 475px) {
  .sotcox-commentform-wrapper .sotcox-btn {
    padding: 15px 24px;
  }
}

.sotcox-input-field label {
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  color: #1B2E59;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 12px;
}
.sotcox-input-field textarea,
.sotcox-input-field input {
  background: #ffffff;
  padding: 15px 20px;
}
.sotcox-input-field textarea:focus,
.sotcox-input-field input:focus {
  border-color: #1B2E59;
}
.sotcox-input-field textarea {
  min-height: 150px;
}

.logged-in-as {
  margin-bottom: 20px;
}
.logged-in-as a {
  color: #727885;
}
.logged-in-as a:hover {
  color: #1a3a46;
}

.logged-in .sotcox-btn__full {
  width: auto;
}
.logged-in .sotcox-btn__full i {
  margin-left: 10px;
}

.sotcox-has-comment {
  margin-top: 10px;
}

.latest__comments .comment-respond {
  margin-top: 10px;
}
.latest__comments ul ul {
  padding-left: 110px;
  list-style: none;
}
@media (max-width: 475px) {
  .latest__comments ul ul {
    padding-left: 15px;
  }
}

.post-comments .sotcox-title-uppercase small a {
  color: inherit;
  font-size: 16px;
}

/* PAGINATION CSS START */
.sotcox-pagination ul {
  list-style: none;
  padding: 0px !important;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px !important;
}
.sotcox-pagination ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #E6EEFB;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sotcox-pagination ul li:hover {
  border-color: transparent;
}
.sotcox-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.sotcox-pagination ul li span,
.sotcox-pagination ul li a {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #727885;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 475px) {
  .sotcox-pagination ul li span,
.sotcox-pagination ul li a {
    height: 38px;
    width: 38px;
    font-size: 14px;
  }
}
.sotcox-pagination ul li span:hover,
.sotcox-pagination ul li a:hover {
  color: #ffffff;
  background: #1a3a46;
}
.sotcox-pagination ul li .current {
  color: #ffffff;
  background: #1a3a46;
}

/* PAGINATION CSS END */
/* ABOUT CSS START */
.sotcox-about-section .abt-desc {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .sotcox-about-section .abt-desc {
    padding-right: 0px;
    padding-top: 35px;
  }
}

.about-img-wrapper {
  animation: shapeDownLeft 2s linear infinite alternate;
}

@media (max-width: 1199px) {
  .about-content-wrapper {
    padding-left: 0px;
    padding-top: 80px;
  }
}

.featured-lists li {
  font-weight: 500;
  color: #1B2E59;
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.01em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.featured-lists li i {
  color: #1a3a46;
  margin-right: 10px;
  translate: 0px 5px;
}
.featured-lists li:not(:last-child) {
  margin-bottom: 10px;
}

.sotcox-video-img {
  position: relative;
}
.sotcox-video-img img {
  border-radius: 10px;
  min-height: 250px;
  object-fit: cover;
}
.sotcox-video-img .sotcox-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 2;
  font-size: 20px;
  height: 80px;
  width: 80px;
}

/* ABOUT CSS END */
@media (max-width: 1199px) {
  .sotcox-details-page .details-wrapper {
    padding-right: 0px;
  }
}
.sotcox-details-page .details-thumb img {
  border-radius: 10px;
}
.sotcox-details-page p {
  font-size: 18px;
  line-height: 30px;
}
.sotcox-details-page p:not(:last-child) {
  margin-bottom: 30px;
}
.sotcox-details-page .portfolio-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}
.sotcox-details-page .portfolio-meta li {
  font-size: 18px;
  width: 25%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .sotcox-details-page .portfolio-meta li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sotcox-details-page .portfolio-meta li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sotcox-details-page .portfolio-meta li {
    width: 50%;
  }
}
.sotcox-details-page .portfolio-meta li .label {
  font-weight: 700;
  color: #1B2E59;
  margin-right: 15px;
}

.portfolio-details-carousel img {
  border-radius: 10px;
}
.portfolio-details-carousel .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.portfolio-details-carousel .owl-dots div {
  width: 7px;
  height: 7px;
  background: #09C3FF;
  border-radius: 50%;
  margin: 0px 10px;
  position: relative;
}
.portfolio-details-carousel .owl-dots div::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 14px;
  height: 14px;
  border: 1px solid #09C3FF;
  border-radius: 50%;
  left: -3.5px;
  top: -3.5px;
}
.portfolio-details-carousel .owl-dots div.active {
  width: 13px;
  height: 13px;
}
.portfolio-details-carousel .owl-dots div.active::after {
  display: none;
}

/* TEAM DETAILS PAGE CSS START */
.sotcox-team-details-page .details-thumb img {
  width: 100%;
}
@media (max-width: 1199px) {
  .sotcox-team-details-page .team-info {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .sotcox-team-details-page .team-info {
    padding-left: 0px;
    margin-top: 50px;
  }
}
.sotcox-team-details-page .team-info .name {
  margin-bottom: 5px;
  font-size: 35px;
}
.sotcox-team-details-page .team-info .designation {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.sotcox-team-details-page .team-info ul {
  margin-top: 35px !important;
}
.sotcox-team-details-page .team-info ul li {
  font-size: 18px;
}
@media (max-width: 475px) {
  .sotcox-team-details-page .team-info ul li {
    font-size: 16px;
  }
}
.sotcox-team-details-page .team-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sotcox-team-details-page .team-info ul li span {
  margin-right: 15px;
  display: inline-block;
  color: #1B2E59;
  font-weight: 700;
}
.sotcox-team-details-page .details-content p {
  font-size: 16px;
}
.sotcox-team-details-page .sotcox-social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #E6EEFB;
  border-radius: 50px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sotcox-team-details-page .sotcox-social-links a:not(:last-child) {
  margin-right: 20px;
}
.sotcox-team-details-page .sotcox-social-links a:hover, .sotcox-team-details-page .sotcox-social-links a.active {
  background: #1a3a46;
  color: #ffffff;
  border-color: #1a3a46;
}

.sotcox-skill-item .knob {
  font-size: 42px !important;
  font-family: "Archivo", sans-serif !important;
  color: #1B2E59 !important;
  margin-top: 65px !important;
}
.sotcox-skill-item .skill-title {
  font-size: 20px;
  margin-top: 25px;
  color: #727885;
}

/* TEAM DETAILS PAGE CSS END */
/* SERVICE DETAILS PAGE CSS SATART */
.sotcox-service-details-page P {
  font-size: 16px;
}
.sotcox-service-details-page .stocox-support-box .icon {
  border: none;
  width: auto;
  height: auto;
}

/* SERVICE DETAILS PAGE CSS END */
/* CONTACT PAGE CSS START */
.mb-none-120 {
  margin-bottom: -123px;
}

.sotcox-map-section iframe {
  min-height: 650px;
  width: 100%;
  filter: grayscale(100%) invert(100%);
  border: none;
}
@media (max-width: 767px) {
  .sotcox-map-section iframe {
    min-height: 450px;
  }
}

.ajax-response {
  margin-top: 10px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}
.ajax-response.error {
  background: red;
}
.ajax-response.success {
  background: green;
}

/* CONTACT PAGE CSS END */
/* FOOTER CSS START */
.sotcox-copyright {
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .sotcox-copyright {
    text-align: center;
  }
}
.sotcox-copyright__style-2 {
  padding: 42px 0px;
}
.sotcox-copyright__style-2 span,
.sotcox-copyright__style-2 p {
  color: #ffffff;
}
.sotcox-copyright__style-2 .sotcox-backtotop button {
  color: #ffffff;
}
.sotcox-copyright__style-2 .sotcox-backtotop button:hover {
  color: #09C3FF;
}
.sotcox-copyright__style-2 .sotcox-backtotop button:hover i {
  color: #09C3FF;
}

.sotcox-backtotop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sotcox-backtotop {
    justify-content: center;
    margin-top: 15px;
  }
}
.sotcox-backtotop button {
  text-transform: capitalize;
  color: #727885;
}
.sotcox-backtotop button i {
  margin-right: 5px;
}
.sotcox-backtotop button:hover {
  color: #1a3a46;
}
.sotcox-backtotop button:hover i {
  color: #1a3a46;
}

.sotcox-footer-logo {
  display: inline-block;
}
.sotcox-footer-logo img {
  max-width: 185px;
}

.sotcox-footer-widgets .row {
  position: relative;
}
@media (max-width: 991px) {
  .sotcox-footer-widgets .row {
    padding-bottom: 40px;
  }
}
.sotcox-footer-widgets .row::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #d6e1f3;
  top: auto;
  left: 50%;
  bottom: 0;
  width: calc(100% - 26px);
  translate: -50% 0px;
}
.sotcox-footer-widgets .row .sotcox-custom-col {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .sotcox-footer-widgets .row .sotcox-custom-col {
    padding-bottom: 0px;
  }
}
.sotcox-footer-widgets .row .sotcox-custom-col:not(:first-child) {
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .sotcox-footer-widgets .row .sotcox-custom-col:not(:first-child) {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .sotcox-footer-widgets .row .sotcox-custom-col:not(:first-child) {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sotcox-footer-widgets .row .sotcox-custom-col:not(:first-child) {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sotcox-footer-widgets .row .sotcox-custom-col:not(:first-child) {
    padding-left: 60px;
  }
}
.sotcox-footer-widgets .row .sotcox-custom-col:not(:last-child) {
  border-right: 1px solid #d6e1f3;
}
@media (max-width: 991px) {
  .sotcox-footer-widgets .row .sotcox-custom-col:last-child {
    padding-left: 12px;
    border: none;
  }
}
.sotcox-footer-widgets .widget-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.sotcox-footer-widgets ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.sotcox-footer-widgets ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sotcox-footer-widgets ul li a {
  position: relative;
  padding-left: 20px;
  color: #727885;
}
.sotcox-footer-widgets ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #09C3FF;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sotcox-footer-widgets ul li a:hover::after {
  background: #1a3a46;
}
.sotcox-footer-widgets .about-widget p i {
  color: #1a3a46;
  margin-right: 5px;
}
.sotcox-footer-widgets .about-widget p:not(:last-child) {
  margin-bottom: 15px;
}
.sotcox-footer-widgets__style-2 .row {
  padding-bottom: 80px;
}
.sotcox-footer-widgets__style-2 .row::after {
  background: #252527;
}
.sotcox-footer-widgets__style-2 .row .sotcox-custom-col {
  border: none !important;
  padding-bottom: 0px !important;
}
@media (max-width: 1199px) {
  .sotcox-footer-widgets__style-2 .row .sotcox-custom-col {
    padding-left: 12px !important;
  }
}
.sotcox-footer-widgets__style-2 .sotcox-social-links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #2e2e30;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sotcox-footer-widgets__style-2 .sotcox-social-links a:not(:last-child) {
  margin-right: 15px;
}
.sotcox-footer-widgets__style-2 .sotcox-social-links a:hover {
  border-color: #09C3FF;
  background: #09C3FF;
  color: #ffffff;
}
.sotcox-footer-widgets__style-2 .contact-info-widget a, .sotcox-footer-widgets__style-2 .contact-info-widget p {
  color: #ffffff;
}
.sotcox-footer-widgets__style-2 .contact-info-widget .tel {
  font-size: 22px;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
.sotcox-footer-widgets__style-2 .contact-info-widget .get-in-touch {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 25px;
  text-transform: uppercase;
  display: inline-block;
}
.sotcox-footer-widgets__style-2 .contact-info-widget .get-in-touch::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  background: #ffffff;
  top: auto;
  bottom: 5px;
}

.footer-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 475px) {
  .footer-menu ul {
    flex-wrap: wrap;
  }
}
.footer-menu ul li:not(:last-child) {
  margin-right: 50px;
}
.footer-menu ul li a {
  padding-left: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}
.footer-menu ul li a::after {
  display: none;
}
.footer-menu ul li a:hover {
  color: #09C3FF;
}

/* FOOTER CSS END */

/*# sourceMappingURL=main.css.map */




















@import "https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800&display=swap";:root {
  --font-saira: "Saira", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --black-color2: #1D1D1D;
  --gray-color: #f7f7fd;
  --paragraph-color: #272727;
  --theme-color: #06D889;
  --body-color: #eaf1f5;
  --border-color: #232323;
  --black-soft-color: #7e7e7e
}

.tt-style-switch {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  font-size: 20px;
  color: var(--white-color)
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

a:focus,input:focus,textarea:focus,button:focus {
  outline: 0 solid
}

html,body {
  height: 100%
}

body {
  font-size: 16px;
  font-family: var(--font-saira)
}

body.bg-dark-5 {
  background: #121212
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-saira);
  font-weight: 700;
  margin-bottom: 15px
}

img {
  max-width: 100%
}

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

p {
  margin: 0;
  color: #272727;
  line-height: 1.8
}

a,a:hover {
  text-decoration: none
}

input,select,audio,canvas,iframe,img,svg,video {
  vertical-align: middle
}

.sec-pad {
  padding: 120px 0
}

.sec-pad-top {
  padding-top: 120px
}

.sec-pad-bottom {
  padding-bottom: 120px
}

.sec-mar {
  margin: 120px 0
}

@media(max-width: 991px) {
  .sec-mar {
      margin:90px 0
  }
}

.sec-mar-top {
  margin-top: 120px
}

.sec-mar-bottom {
  margin-bottom: 120px
}

.pt-50 {
  padding-top: 50px
}

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

.pt-30 {
  padding-top: 30px
}

.mb-40 {
  margin-bottom: 40px!important
}

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

.mb-80 {
  margin-bottom: 80px
}

.mb-55 {
  margin-bottom: 55px
}

.pt-130 {
  padding-top: 130px
}

@media(max-width: 991px) {
  .pt-130 {
      padding-top:90px
  }
}

.mb-120 {
  margin-bottom: 120px
}

@media(max-width: 991px) {
  .mb-120 {
      margin-bottom:90px
  }
}

.pb-130 {
  padding-bottom: 130px
}

.mt-130 {
  margin-top: 130px
}

.mb-130 {
  margin-bottom: 130px
}

@media(max-width: 991px) {
  .mb-130 {
      margin-bottom:90px
  }
}

.section-title-3 {
  max-width: 720px;
  width: 100%
}

.section-title-3 h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 7px
}

.section-title-3 p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 0
}

.section-title-4.two {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 55px
}

.section-title-4.three {
  max-width: 620px;
  width: 100%
}

.section-title-4>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 10px
}

.section-title-4 h2 {
  margin-bottom: 5px;
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 767px) {
  .section-title-4 h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .section-title-4 h2 {
      font-size:30px
  }
}

.section-title-4 h2 span {
  color: var(--theme-color)
}

.section-title-4 p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 0;
  padding-top: 20px
}

.section-title-4 .about-btn {
  padding-top: 35px
}

.section-title-5>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #b5b5b5;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid rgba(6,216,137,.5);
  position: relative;
  margin-bottom: 10px
}

.section-title-5>span::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.section-title-5>span::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.section-title-5 h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 50px;
  letter-spacing: .01em;
  color: var(--white-color);
  margin-bottom: 0
}

.section-title-5 h2 span {
  font-weight: 400;
  color: #b5b5b5
}

@media(max-width: 1199px) {
  .section-title-5 h2 {
      font-size:40px
  }
}

@media(max-width: 767px) {
  .section-title-5 h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .section-title-5 h2 {
      font-size:30px
  }
}

.section-content {
  max-width: 336px;
  width: 100%
}

.section-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.section-title-6 {
  position: relative;
  height: 90px;
  display: flex;
  align-items: end;
  justify-content: center
}

@media(max-width: 991px) {
  .section-title-6 {
      height:unset
  }
}

.section-title-6 h2 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .01em;
  color: var(--white-color)
}

@media(max-width: 576px) {
  .section-title-6 h2 {
      font-size:40px
  }
}

.section-title-6 span {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 110px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: rgba(6,216,137,.03);
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  line-height: 1
}

@media(max-width: 991px) {
  .section-title-6 span {
      display:none;
      visibility: hidden
  }
}

.header-area2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  transition: all .8s ease-out 0s;
  border-bottom: 1px solid rgba(255,255,255,.1)
}

@media(max-width: 1700px) {
  .header-area2 {
      padding:0 7%
  }
}

@media(max-width: 1500px) {
  .header-area2 {
      padding:0 3%
  }
}

@media(max-width: 1500px) {
  .header-area2.one {
      padding:0 7%
  }
}

.header-area2.style-2 {
  padding: 0 5%
}

@media(max-width: 1399px) {
  .header-area2.style-2 {
      padding:0 3%
  }
}

.header-area2.style-2 .nav-right {
  gap: 40px
}

@media(max-width: 1399px) {
  .header-area2.style-2 .nav-right {
      gap:25px
  }
}

.header-area2.style-2 .header-btn a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .03em;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  padding: 10px 35px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.header-area2.style-2 .header-btn a::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  background-color: var(--theme-color);
  transform: skewX(45deg) scale(0,1);
  z-index: -1;
  transition: all .5s ease-out 0s
}

.header-area2.style-2 .header-btn a:hover {
  color: var(--black-color2)
}

.header-area2.style-2 .header-btn a:hover::after {
  transform: skewX(45deg) scale(1,1)
}

.header-area2.style-2 .header-logo {
  padding: 25px 0
}

@media(max-width: 1199px) {
  .header-area2.style-2 .header-contact {
      display:none;
      visibility: hidden
  }
}

.header-area2.style-2 .header-contact span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .03em;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px
}

.header-area2.style-2 .header-contact h6 {
  margin-bottom: 0
}

.header-area2.style-2 .header-contact h6 a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .03em;
  color: var(--white-color);
  transition: .5s
}

.header-area2.style-2 .header-contact h6 a:hover {
  color: var(--theme-color)
}

.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0!important;
  padding-bottom: 0!important;
  box-sizing: border-box;
  background-color: #08090b;
  z-index: 99
}

@keyframes smooth-header {
  0% {
      transform: translateY(-30px)
  }

  100% {
      transform: translateY(0px)
  }
}

.header-area2 .header-logo {
  padding: 15px 0
}

.header-area2 .menu-close-btn i {
  color: var(--white)
}

.header-area2 .mobile-menu-form .hotline,.header-area2 .mobile-menu-form .email {
  display: flex;
  align-items: center
}

.header-area2 .mobile-menu-form .hotline .hotline-icon svg,.header-area2 .mobile-menu-form .hotline .email-icon svg,.header-area2 .mobile-menu-form .email .hotline-icon svg,.header-area2 .mobile-menu-form .email .email-icon svg {
  fill: var(--theme-color)
}

.header-area2 .mobile-menu-form .hotline .hotline-info,.header-area2 .mobile-menu-form .hotline .email-info,.header-area2 .mobile-menu-form .email .hotline-info,.header-area2 .mobile-menu-form .email .email-info {
  margin-left: 12px
}

.header-area2 .mobile-menu-form .hotline .hotline-info span,.header-area2 .mobile-menu-form .hotline .email-info span,.header-area2 .mobile-menu-form .email .hotline-info span,.header-area2 .mobile-menu-form .email .email-info span {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-saira);
  color: var(--theme-color)
}

.header-area2 .mobile-menu-form .hotline .hotline-info h6,.header-area2 .mobile-menu-form .hotline .email-info h6,.header-area2 .mobile-menu-form .email .hotline-info h6,.header-area2 .mobile-menu-form .email .email-info h6 {
  margin-bottom: 0
}

.header-area2 .mobile-menu-form .hotline .hotline-info h6 a,.header-area2 .mobile-menu-form .hotline .email-info h6 a,.header-area2 .mobile-menu-form .email .hotline-info h6 a,.header-area2 .mobile-menu-form .email .email-info h6 a {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-saira);
  color: var(--white-color);
  transition: .35s
}

.header-area2 .mobile-menu-form .hotline .hotline-info h6 a:hover,.header-area2 .mobile-menu-form .hotline .email-info h6 a:hover,.header-area2 .mobile-menu-form .email .hotline-info h6 a:hover,.header-area2 .mobile-menu-form .email .email-info h6 a:hover {
  color: var(--theme-color)
}

.header-area2 .header-btn5 {
  margin-top: 50px;
  width: 100%
}

.header-area2 .header-btn5 a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 11px 26px
}

.header-area2 .nav-right {
  gap: 30px
}

@media(max-width: 991px) {
  .header-area2 .nav-right {
      gap:0
  }
}

.header-area2 .nav-right .header-btn .primary-btn3 {
  padding: 10px 26px
}

.header-area2 .nav-right .sidebar-btn2 {
  height: 36px;
  width: 36px;
  border-radius: 15px;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .35s
}

.header-area2 .nav-right .sidebar-btn2:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.header-area2 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden
}

@media(max-width: 991px) {
  .header-area2 .nav-right .mobile-menu-btn {
      display:flex;
      margin-left: 50px;
      flex-direction: column;
      align-items: end;
      visibility: visible;
      justify-content: center;
      position: relative
  }

  .header-area2 .nav-right .mobile-menu-btn span {
      height: 3px;
      width: 25px;
      background-color: var(--white-color);
      display: flex;
      transition: transform .5s ease-in;
      position: absolute;
      top: 0
  }

  .header-area2 .nav-right .mobile-menu-btn span::before {
      transition-duration: .5s;
      position: absolute;
      width: 35px;
      height: 3px;
      background-color: var(--white-color);
      content: "";
      top: -10px;
      right: 0
  }

  .header-area2 .nav-right .mobile-menu-btn span::after {
      transition-duration: .5s;
      position: absolute;
      width: 15px;
      height: 3px;
      right: 0;
      background-color: var(--white-color);
      content: "";
      top: 10px
  }

  .header-area2 .nav-right .mobile-menu-btn.active span {
      background-color: transparent
  }

  .header-area2 .nav-right .mobile-menu-btn.active span::before {
      transform: rotateZ(45deg) translate(8px,6px);
      width: 35px
  }

  .header-area2 .nav-right .mobile-menu-btn.active span::after {
      transform: rotateZ(-45deg) translate(8px,-6px);
      width: 35px
  }
}

.header-area2 .main-menu {
  display: inline-block
}

.header-area2 .main-menu .mobile-menu-logo {
  display: none
}

.header-area2 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.header-area2 .main-menu ul>li {
  display: inline-block;
  position: relative;
  padding: 0 8px
}

.header-area2 .main-menu ul>li a {
  color: var(--white-color);
  display: block;
  text-transform: capitalize;
  padding: 32px 20px;
  position: relative;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 14px;
  transition: all .5s ease-out 0s;
  position: relative
}

@media(max-width: 1199px) {
  .header-area2 .main-menu ul>li a {
      padding:32px 9px
  }
}

.header-area2 .main-menu ul>li i {
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all .5s ease-out 0s;
  opacity: 0
}

@media(max-width: 1199px) {
  .header-area2 .main-menu ul>li i {
      opacity:1
  }
}

.header-area2 .main-menu ul>li i.active {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li i.active::before {
  content: "\f2ea"
}

.header-area2 .main-menu ul>li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  display: none;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0 30px 80px rgba(8,0,42,.08);
  text-align: left
}

@media(max-width: 1199px) {
  .header-area2 .main-menu ul>li ul.sub-menu {
      box-shadow:none
  }
}

.header-area2 .main-menu ul>li ul.sub-menu>li {
  padding: 0;
  display: block;
  position: relative
}

.header-area2 .main-menu ul>li ul.sub-menu>li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  color: var(--black-color2);
  font-size: 20px
}

.header-area2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
  color: var(--black-color2);
  opacity: 1;
  top: 13px;
  font-size: 13px;
  right: 15px
}

@media(max-width: 991px) {
  .header-area2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
      right:0;
      color: var(--white-color);
      top: 8px;
      font-size: 20px
  }
}

.header-area2 .main-menu ul>li ul.sub-menu>li .dropdown-icon2 {
  color: var(--black-color2);
  opacity: 1;
  top: 14px;
  right: 10px;
  font-size: 13px
}

@media(max-width: 1199px) {
  .header-area2 .main-menu ul>li ul.sub-menu>li .dropdown-icon2::before {
      content:"\f4fe"
  }
}

.header-area2 .main-menu ul>li ul.sub-menu>li a {
  display: block;
  padding: 14px 20px;
  color: var(--text-color1);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 1;
  transition: all .4s ease-out 0s;
  position: relative;
  border-bottom: 1px solid #ddd
}

.header-area2 .main-menu ul>li ul.sub-menu>li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg,#fff,#06D889,#fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: .4s ease-in;
  z-index: 1
}

@media(max-width: 991px) {
  .header-area2 .main-menu ul>li ul.sub-menu>li a {
      border-color:#525252
  }

  .header-area2 .main-menu ul>li ul.sub-menu>li a::before {
      background: linear-gradient(90deg,#525252,#06D889,#525252)
  }
}

.header-area2 .main-menu ul>li ul.sub-menu>li a:hover {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li a:hover::before {
  transform: scale(1)
}

.header-area2 .main-menu ul>li ul.sub-menu>li a.active {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li a.active::before {
  transform: scale(1)
}

.header-area2 .main-menu ul>li ul.sub-menu>li:last-child a {
  border-bottom: none
}

.header-area2 .main-menu ul>li ul.sub-menu>li:last-child a::before {
  display: none
}

.header-area2 .main-menu ul>li ul.sub-menu>li:hover>a {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon2 {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li.active>a {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon2 {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li ul.sub-menu>li .sub-menu {
  left: 100%;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0 30px 80px rgba(8,0,42,.08);
  top: 0
}

.header-area2 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
  display: none;
  visibility: hidden
}

@media only screen and (max-width: 991px) {
  .header-area2 .main-menu ul>li ul.sub-menu>li .sub-menu {
      margin-left:10px;
      position: unset;
      max-width: 230px;
      min-width: 215px;
      background: 0 0;
      top: 0
  }
}

.header-area2 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
  display: block
}

.header-area2 .main-menu ul>li ul.sub-menu>li:last-child {
  border-bottom: none
}

.header-area2 .main-menu ul>li.menu-item-has-children::after {
  content: "\f282";
  font-family: bootstrap-icons;
  font-weight: 0;
  position: absolute;
  top: 35px;
  right: 12px;
  font-size: 11px;
  color: var(--white-color);
  transition: all .55s ease-in-out
}

@media(max-width: 1199px) {
  .header-area2 .main-menu ul>li.menu-item-has-children::after {
      right:2px
  }
}

@media(max-width: 991px) {
  .header-area2 .main-menu ul>li.menu-item-has-children::after {
      display:none;
      visibility: hidden
  }
}

@media(min-width: 1200px) {
  .header-area2 .main-menu ul>li:hover>ul.sub-menu {
      display:block;
      animation: fade-up .45s linear
  }
}

@keyframes fade-up {
  0% {
      opacity: 0;
      transform: translateY(10px);
      visibility: hidden
  }

  100% {
      opacity: 1;
      transform: translateY(0px);
      visibility: visible
  }
}

.header-area2 .main-menu ul>li:hover>a {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li:hover::after {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li:hover .dropdown-icon2 {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li.active>a {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li.active::after {
  color: var(--theme-color)
}

.header-area2 .main-menu ul>li.active .dropdown-icon2 {
  color: var(--theme-color)
}

.header-area2 .main-menu ul li.menu-item-has-children>i {
  display: block
}

@media only screen and (max-width: 991px) {
  .header-area2 .mobile-logo-area {
      justify-content:center!important
  }

  .header-area2 .dropdown-icon {
      color: var(--white-color)
  }

  .header-area2 .main-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 280px;
      padding: 30px 20px!important;
      z-index: 99999;
      height: 100%;
      overflow: auto;
      background: #0a1019;
      transform: translateX(-100%);
      transition: transform .3s ease-in;
      box-shadow: 0 2px 20px rgba(0,0,0,.03)
  }

  .header-area2 .main-menu.show-menu {
      transform: translateX(0)
  }

  .header-area2 .main-menu .mobile-menu-logo {
      text-align: left;
      padding-top: 20px;
      display: block;
      padding-bottom: 8px
  }

  .header-area2 .main-menu .menu-list {
      padding-top: 50px;
      padding-bottom: 30px
  }

  .header-area2 .main-menu ul {
      float: none;
      text-align: left;
      padding: 5px 0 20px 0
  }

  .header-area2 .main-menu ul li {
      display: block;
      position: relative;
      padding: 0 5px
  }

  .header-area2 .main-menu ul li i {
      display: block
  }

  .header-area2 .main-menu ul li a {
      padding: 10px 0;
      display: block;
      font-size: 1rem
  }

  .header-area2 .main-menu ul li ul.sub-menu {
      position: static;
      min-width: 200px;
      background: 0 0;
      border: none;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      transform: none;
      transition: none;
      display: none;
      margin-top: 0!important;
      transform: translateY(0px);
      margin-left: 10px
  }

  .header-area2 .main-menu ul li ul.sub-menu>li {
      border-bottom: 1px solid transparent
  }

  .header-area2 .main-menu ul li ul.sub-menu>li a {
      color: var(--white-color);
      font-size: 14px;
      padding: 12px 0
  }

  .header-area2 .main-menu ul li ul.sub-menu>li a:hover {
      color: var(--theme-color);
      margin-left: 10px
  }

  .header-area2 .main-menu ul li ul.sub-menu>li a.active {
      color: var(--theme-color)
  }

  .header-area2 .main-menu ul li ul.sub-menu>li i {
      color: var(--theme-color);
      right: -13px
  }

  .header-area2 .main-menu ul li .bi {
      top: 8px;
      font-size: 20px;
      color: var(--white-color)
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .header-area2.two {
      padding:0 3%
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .header-area2.two .main-menu ul>li a {
      padding:32px 14px
  }
}

@media(max-width: 1399px) {
  .header-area2.two .main-menu ul>li a {
      padding:32px 8px
  }
}

@media(max-width: 991px) {
  .header-area2.two .main-menu ul>li a {
      padding:10px 0
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .header-area2.two .main-menu ul>li.menu-item-has-children::after {
      right:6px
  }
}

@media(max-width: 1399px) {
  .header-area2.two .main-menu ul>li.menu-item-has-children::after {
      right:1px
  }
}

.primary-btn3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .03em;
  color: var(--black-color2);
  border-radius: 5px;
  background-color: var(--theme-color);
  padding: 14px 26px;
  display: inline-block;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.primary-btn3::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0,1);
  z-index: -1;
  transition: all .5s ease-out 0s
}

.primary-btn3:hover {
  color: var(--white-color)
}

.primary-btn3:hover::after {
  transform: skewX(45deg) scale(1,1)
}

.primary-btn4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .03em;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 13px;
  transition: .5s
}

.primary-btn4 span {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.primary-btn4 span svg {
  stroke: var(--white-color);
  transition: .5s
}

.primary-btn4:hover {
  color: var(--theme-color)
}

.primary-btn4:hover span {
  border-color: var(--theme-color)
}

.primary-btn4:hover span svg {
  stroke: var(--theme-color);
  transform: rotate(45deg);
  animation: opcsc2 1s infinite alternate
}

@keyframes opcsc2 {
  to {
      transform: rotate(45deg),scale(1)
  }

  from {
      transform: rotate(45deg),scale(1.3)
  }
}

.primary-btn5 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  align-items: center;
  transition: .5s
}

.primary-btn5>svg {
  fill: var(--theme-color)
}

.primary-btn5 .content {
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: .5s
}

.primary-btn5 .content svg {
  stroke: var(--white-color);
  transition: .5s
}

.primary-btn5:hover {
  color: var(--white-color)
}

.primary-btn5:hover .content {
  color: var(--white)
}

.primary-btn5:hover .content svg {
  transform: rotate(45deg)
}

.primary-btn6 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  display: inline-block;
  letter-spacing: .03em;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transform: rotate(-90deg);
  white-space: nowrap;
  padding: 11px 35px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.primary-btn6::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--theme-color);
  transform: skewX(45deg) scale(0,1);
  z-index: -1;
  transition: all .5s ease-out 0s
}

.primary-btn6:hover {
  color: var(--black-color2)
}

.primary-btn6:hover::after {
  transform: skewX(45deg) scale(1,1)
}

.primary-btn7 {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  align-items: center;
  transition: .5s
}

.primary-btn7 .circle2 {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.primary-btn7 .circle2 svg {
  stroke: var(--white-color);
  margin-left: -5px;
  transition: .5s
}

.primary-btn7 .text {
  margin-left: -18px;
  transition: .5s
}

.primary-btn7:hover {
  color: var(--theme-color)
}

.primary-btn7:hover .circle2 {
  border-color: var(--theme-color)
}

.primary-btn7:hover .circle2 svg {
  stroke: var(--theme-color);
  transform: rotate(45deg)
}

.primary-btn7:hover .text {
  margin-left: 15px
}

.primary-btn8 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #e5e5e5;
  display: inline-block;
  gap: 7px;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  white-space: nowrap;
  transition: .5s
}

.primary-btn8::after {
  content: "";
  background-color: rgba(255,255,255,.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(.3);
  transform-origin: left;
  transition: .5s
}

.primary-btn8 svg {
  stroke: var(--white-color);
  transform: rotate(45deg);
  margin-left: 7px
}

.primary-btn8:hover {
  color: var(--white-color)
}

.primary-btn8:hover::after {
  background-color: rgba(117,218,180,.2);
  transform: scaleX(1)
}

.primary-btn9 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--theme-color)
}

.primary-btn9 span {
  text-decoration: underline
}

.primary-btn9 svg {
  stroke: var(--theme-color);
  transition: .5s
}

.primary-btn9:hover {
  color: var(--white-color)
}

.primary-btn9:hover span {
  color: var(--white-color)
}

.primary-btn9:hover svg {
  stroke: var(--white-color)
}

.swiper-pagination1 {
  position: absolute;
  left: 19px!important;
  top: 50%;
  width: unset!important;
  bottom: unset!important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 99
}

@media(max-width: 767px) {
  .swiper-pagination1 {
      display:none;
      visibility: hidden
  }
}

.swiper-pagination1 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
  opacity: 1;
  position: relative
}

.swiper-pagination1 .swiper-pagination-bullet::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.swiper-pagination1 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.swiper-pagination1.two {
  width: unset!important;
  left: unset!important;
  right: 60px;
  transform: unset;
  top: 125px
}

.header-sidebar {
  max-width: 420px;
  background: var(--black-color2);
  padding: 60px 25px 0;
  position: fixed;
  min-height: 100vh;
  height: 100%;
  right: 0;
  z-index: 999;
  top: auto;
  overflow-y: scroll;
  border-left: 1px solid rgba(255,255,255,.3);
  transition: all .6s ease 0s;
  transform: translateX(100%)
}

@media(max-width: 576px) {
  .header-sidebar {
      max-width:320px
  }
}

.header-sidebar::-webkit-scrollbar {
  width: 1px
}

.header-sidebar.slide {
  transform: translate(0)
}

.header-sidebar .siderbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px
}

.header-sidebar .siderbar-top .close-btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.header-sidebar .siderbar-top .close-btn i {
  font-size: 16px;
  color: #ddd
}

.header-sidebar .sidebar-content {
  padding: 30px 0
}

.header-sidebar .sidebar-content p {
  font-size: 18px;
  font-family: var(--font-saira);
  margin-bottom: 0;
  color: var(--white-color)
}

.header-sidebar .address-card {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden
}

.header-sidebar .address-card .content {
  background: var(--black-color2);
  box-shadow: 3px 4px 30px rgba(136,136,136,.1);
  padding: 30px 0;
  z-index: 2;
  position: relative;
  transition: all .5s ease
}

.header-sidebar .address-card .content .header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px
}

.header-sidebar .address-card .content .header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 0;
  transition: all .5s ease
}

.header-sidebar .address-card .content .header .location {
  border: 1px solid var(--theme-color);
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  background-color: transparent
}

.header-sidebar .address-card .content .header .location svg {
  fill: var(--theme-color);
  transition: all .5s ease
}

.header-sidebar .address-card .address-list {
  margin: 0;
  padding: 0
}

.header-sidebar .address-card .address-list li {
  font-size: 1rem;
  color: var(--white-color);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 8px;
  transition: all .5s ease
}

.header-sidebar .address-card .address-list li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  transition: all .5s ease;
  margin-right: 10px
}

.header-sidebar .address-card .address-list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  transition: all .5s ease
}

.header-sidebar .address-card .address-list li a:hover {
  color: var(--theme-color)
}

.header-sidebar .informations .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px
}

.header-sidebar .informations .single-info .icon {
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center
}

.header-sidebar .informations .single-info .icon i {
  font-size: 20px
}

.header-sidebar .informations .single-info .info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  transition: all .5s ease
}

.header-sidebar .informations .single-info .info a:hover {
  color: var(--theme-color)
}

.header-sidebar .informations .single-info .info p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  transition: all .5s ease
}

.header-sidebar .follow-area {
  padding: 30px 0
}

.header-sidebar .follow-area h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  position: relative;
  margin-bottom: 0
}

.header-sidebar .follow-area .para {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  font-family: poppins,sans-serif;
  line-height: 28px;
  margin-bottom: 10px
}

.header-sidebar .follow-area .blog-widget-body .follow-list {
  margin: 0;
  padding: 10px 0 0
}

.header-sidebar .follow-area .blog-widget-body .follow-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: 0 0;
  border-radius: 3px;
  font-size: 18px;
  color: var(--white-color);
  transition: all .35s ease-in-out
}

.header-sidebar .follow-area .blog-widget-body .follow-list li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.banner-area3 {
  background-image: url(../img/home-3/home3-banner-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  z-index: 1
}

.banner-area3::before {
  content: "";
  background-color: rgba(255,255,255,.1);
  height: 100%;
  width: 1px;
  position: absolute;
  left: 60px;
  top: 0
}

@media(max-width: 991px) {
  .banner-area3::before {
      display:none;
      visibility: hidden
  }
}

.banner-area3::after {
  content: "";
  background-color: rgba(255,255,255,.1);
  height: 100%;
  width: 1px;
  position: absolute;
  right: 60px;
  top: 0
}

@media(max-width: 991px) {
  .banner-area3::after {
      display:none;
      visibility: hidden
  }
}

.banner-area3 .scroll-down {
  transform: rotate(90deg);
  position: absolute;
  right: 40px;
  bottom: 90px;
  z-index: 11
}

@media(max-width: 767px) {
  .banner-area3 .scroll-down {
      display:none;
      visibility: hidden
  }
}

.banner-area3 .scroll-down a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 15px
}

.banner-area3 .scroll-down span {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  transform: rotate(45deg)
}

.banner-area3 .scroll-down span svg {
  stroke: var(--theme-color);
  transition: .5s
}

.banner-area3 .banner-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1
}

.banner-area3 .social-area {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11
}

@media(max-width: 576px) {
  .banner-area3 .social-area {
      display:none;
      visibility: hidden
  }
}

.banner-area3 .social-area ul {
  margin: 0;
  padding: 0;
  gap: 60px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.banner-area3 .social-area ul li {
  position: relative
}

.banner-area3 .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%)
}

.banner-area3 .social-area ul li a {
  font-style: 24px;
  color: var(--white-color);
  transition: .4s
}

.banner-area3 .social-area ul li a:hover {
  color: var(--theme-color)
}

.banner-area3 .banner-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 215px 0 130px 180px;
  position: relative
}

@media(max-width: 1750px) {
  .banner-area3 .banner-wrapper {
      padding:215px 0 130px 120px
  }
}

@media(max-width: 1600px) {
  .banner-area3 .banner-wrapper {
      padding:215px 120px 130px
  }
}

@media(max-width: 1400px) {
  .banner-area3 .banner-wrapper {
      padding:215px 90px 130px
  }
}

@media(max-width: 767px) {
  .banner-area3 .banner-wrapper {
      padding:180px 20px 115px
  }
}

.banner-area3 .banner-wrapper .banner-content {
  max-width: 635px;
  width: 100%;
  z-index: 1
}

@media(max-width: 1600px) {
  .banner-area3 .banner-wrapper .banner-content {
      max-width:535px
  }
}

@media(max-width: 1400px) {
  .banner-area3 .banner-wrapper .banner-content {
      max-width:455px
  }
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-content {
      max-width:455px
  }
}

.banner-area3 .banner-wrapper .banner-content h1 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 75px;
  line-height: 1.32;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 25px
}

@media(max-width: 1600px) {
  .banner-area3 .banner-wrapper .banner-content h1 {
      font-size:55px
  }
}

@media(max-width: 1400px) {
  .banner-area3 .banner-wrapper .banner-content h1 {
      font-size:50px
  }
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-content h1 {
      font-size:48px
  }
}

@media(max-width: 576px) {
  .banner-area3 .banner-wrapper .banner-content h1 {
      font-size:35px
  }
}

.banner-area3 .banner-wrapper .banner-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #e4e4e4;
  margin-bottom: 50px;
  margin-right: 140px
}

@media(max-width: 1600px) {
  .banner-area3 .banner-wrapper .banner-content p {
      margin-right:80px
  }
}

@media(max-width: 1400px) {
  .banner-area3 .banner-wrapper .banner-content p {
      margin-right:50px
  }
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-content p {
      margin-right:20px
  }
}

.banner-area3 .banner-wrapper .banner-content .banner-btn-group {
  display: flex;
  align-items: center;
  gap: 50px
}

@media(max-width: 1400px) {
  .banner-area3 .banner-wrapper .banner-content .banner-btn-group {
      gap:35px
  }
}

@media(max-width: 576px) {
  .banner-area3 .banner-wrapper .banner-content .banner-btn-group {
      font-size:15px;
      flex-wrap: wrap
  }
}

.banner-area3 .banner-wrapper .banner-image {
  border-radius: 50%;
  position: relative;
  margin-right: 80px;
  max-width: 624px;
  width: 100%
}

@media(max-width: 1750px) {
  .banner-area3 .banner-wrapper .banner-image {
      margin-right:50px
  }
}

@media(max-width: 1650px) {
  .banner-area3 .banner-wrapper .banner-image {
      margin-right:50px;
      max-width: 524px
  }
}

@media(max-width: 1500px) {
  .banner-area3 .banner-wrapper .banner-image {
      margin-right:30px;
      max-width: 424px
  }
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-image {
      max-width:350px
  }
}

@media(max-width: 991px) {
  .banner-area3 .banner-wrapper .banner-image {
      display:none;
      visibility: hidden
  }
}

.banner-area3 .banner-wrapper .banner-image::after {
  content: "";
  background-color: rgba(6,216,137,.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.banner-area3 .banner-wrapper .banner-image img {
  border-radius: 50%
}

.banner-area3 .banner-wrapper .banner-video-area {
  position: relative;
  height: 100%
}

.banner-area3 .banner-wrapper .banner-video-area .video-area {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -310px
}

@media(max-width: 1600px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area {
      top:-255px
  }
}

@media(max-width: 1500px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area {
      left:-10px;
      top: -205px
  }
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area {
      height:120px;
      width: 120px;
      left: -50px;
      top: -185px
  }
}

@media(max-width: 991px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area {
      display:none;
      visibility: hidden
  }
}

.banner-area3 .banner-wrapper .banner-video-area .video-area::after {
  content: "";
  background: rgba(29,29,29,.7);
  border: 1px solid rgba(255,255,255,.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1
}

.banner-area3 .banner-wrapper .banner-video-area .video-area::before {
  content: "";
  border: 1px solid rgba(255,255,255,.07);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  animation: opcsc2 4s infinite alternate
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area::before {
      height:140px;
      width: 140px
  }
}

@keyframes opcsc2 {
  to {
      border-color: rgba(255,255,255,.07)
  }

  from {
      border-color: rgba(255,255,255,.2)
  }
}

.banner-area3 .banner-wrapper .banner-video-area .video-area .video-popup {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.banner-area3 .banner-wrapper .banner-video-area .video-area .video-popup svg {
  fill: var(--white-color);
  animation: opcsc 1s infinite alternate
}

.banner-area3 .banner-wrapper .banner-video-area .video-area .video-img {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  position: relative
}

@media(max-width: 1200px) {
  .banner-area3 .banner-wrapper .banner-video-area .video-area .video-img {
      height:120px;
      width: 120px
  }
}

@keyframes opcsc {
  to {
      transform: scale(1)
  }

  from {
      transform: scale(1.3)
  }
}

.mfp-bg {
  background: 0 0
}

.mfp-content {
  animation: fade-out .35s linear
}

@keyframes fade-out {
  0% {
      opacity: 0;
      transform: scale(0);
      visibility: hidden;
      border-radius: 50%;
      overflow: hidden
  }

  100% {
      opacity: 1;
      transform: scale(1);
      visibility: visible;
      border-radius: 0%
  }
}

.banner-area4 {
  background-image: url(../img/home-4/home4-banner-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
  padding: 255px 200px 128px;
  z-index: 1
}

@media(max-width: 1800px) {
  .banner-area4 {
      padding:240px 150px 128px
  }
}

@media(max-width: 1700px) {
  .banner-area4 {
      padding:240px 120px 128px
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area4 {
      padding:240px 100px 70px
  }
}

@media(max-width: 1399px) {
  .banner-area4 {
      padding:240px 80px 70px
  }
}

@media(max-width: 1199px) {
  .banner-area4 {
      padding:240px 80px 70px 25px
  }
}

@media(max-width: 991px) {
  .banner-area4 {
      padding:220px 20px 70px
  }
}

@media(max-width: 576px) {
  .banner-area4 {
      padding:200px 0 70px
  }
}

.banner-area4 .banner-vector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1
}

.banner-area4 .banner-content {
  max-width: 735px;
  width: 100%
}

.banner-area4 .banner-content h1 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 15px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area4 .banner-content h1 {
      font-size:60px
  }
}

@media(max-width: 1399px) {
  .banner-area4 .banner-content h1 {
      font-size:55px
  }
}

@media(max-width: 1199px) {
  .banner-area4 .banner-content h1 {
      font-size:50px
  }
}

@media(max-width: 576px) {
  .banner-area4 .banner-content h1 {
      font-size:38px
  }
}

.banner-area4 .banner-content h1 a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--theme-color)
}

.banner-area4 .banner-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #e4e4e4;
  margin-bottom: 45px;
  margin-right: 80px
}

@media(max-width: 576px) {
  .banner-area4 .banner-content p {
      margin-right:0
  }
}

.banner-area4 .banner-img {
  position: relative;
  display: inline-block
}

@media(max-width: 1399px) {
  .banner-area4 .banner-img {
      margin-left:50px
  }
}

@media(max-width: 991px) {
  .banner-area4 .banner-img {
      display:none;
      visibility: hidden
  }
}

.banner-area4 .banner-img .banner-big-img {
  border-radius: 260px;
  position: relative;
  display: inline-block;
  z-index: 1
}

.banner-area4 .banner-img .banner-big-img::after {
  content: "";
  opacity: .1;
  border: 1px solid var(--theme-color);
  border-radius: 260px;
  position: absolute;
  left: 20px;
  top: 0;
  height: 98%;
  width: 100%;
  z-index: -1
}

.banner-area4 .banner-img .banner-big-img img {
  border-radius: 260px;
  max-width: 400px
}

@media(max-width: 1500px) {
  .banner-area4 .banner-img .banner-big-img img {
      max-width:350px
  }
}

@media(max-width: 1399px) {
  .banner-area4 .banner-img .banner-big-img img {
      max-width:350px
  }
}

.banner-area4 .banner-img .banner-sm-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -130px;
  right: -75px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area4 .banner-img .banner-sm-img {
      width:120px;
      height: 120px;
      top: -90px
  }
}

@media(max-width: 1399px) {
  .banner-area4 .banner-img .banner-sm-img {
      width:120px;
      height: 120px;
      top: -90px
  }
}

@media(max-width: 1199px) {
  .banner-area4 .banner-img .banner-sm-img {
      right:-30px
  }
}

.banner-area4 .banner-img .banner-sm-img::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(23,22,26,.3)
}

.banner-area4 .banner-img .banner-sm-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area4 .banner-img .banner-sm-img img {
      width:120px;
      height: 120px
  }
}

@media(max-width: 1399px) {
  .banner-area4 .banner-img .banner-sm-img img {
      width:120px;
      height: 120px
  }
}

.banner-area4 .banner-img .banner-sm-img .down-arrow {
  position: absolute;
  right: -75px;
  top: 0
}

@media(max-width: 1399px) {
  .banner-area4 .banner-img .banner-sm-img .down-arrow {
      display:none;
      visibility: hidden
  }
}

.banner-area4 .background-text-slider {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%
}

.banner-area4 .background-text-slider h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 98px;
  line-height: 154px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1;
  opacity: .03
}

@media(max-width: 767px) {
  .banner-area4 .background-text-slider h2 {
      font-size:70px
  }
}

.banner-area4 .scroll-down {
  position: absolute;
  bottom: 80px
}

@media(max-width: 991px) {
  .banner-area4 .scroll-down {
      right:50px;
      bottom: 50px
  }
}

@media(max-width: 767px) {
  .banner-area4 .scroll-down {
      display:none;
      visibility: hidden
  }
}

.banner-area4 .scroll-down a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: .5s
}

.banner-area4 .scroll-down a svg {
  stroke: var(--theme-color);
  transition: .5s;
  transform: rotate(90deg)
}

.banner-area4 .scroll-down a:hover {
  color: var(--theme-color)
}

.banner-area4 .scroll-down a:hover svg {
  transform: rotate(45deg)
}

.banner-area4 .banner-video-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50px);
  bottom: 70px
}

@media(max-width: 991px) {
  .banner-area4 .banner-video-area {
      display:none;
      visibility: hidden
  }
}

.banner-area4 .banner-video-area img {
  opacity: .5;
  animation: rotate 8s linear infinite
}

@keyframes rotate {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.banner-area4 .banner-video-area .video-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1
}

.banner-area4 .banner-video-area .video-popup svg {
  fill: var(--white-color);
  animation: opcsc 1s infinite alternate
}

.main-nav-wrapper {
  transition: all .7s ease-in;
  position: relative;
  width: 100%;
  z-index: 9999
}

.main-nav-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--black-color2);
  z-index: 1
}

.main-nav-wrapper .sidebar-menu-contact {
  gap: 35px
}

.main-nav-wrapper .sidebar-menu-contact a {
  width: 45px;
  text-align: center
}

.main-nav-wrapper .mobile-logo-area {
  padding: 14px 0
}

.main-nav-wrapper .main-nav2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5%!important;
  z-index: 99;
  overflow-y: auto;
  background-image: url(../img/home-5/home5-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 4px 3px 20px rgba(16,33,34,.06);
  transition: all .7s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-10vh);
  opacity: 0;
  visibility: hidden;
  gap: 30px;
  height: 100%
}

.main-nav-wrapper .main-nav2::before {
  content: "Explore Pages.";
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  display: block;
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-saira);
  color: var(--white-color);
  opacity: .1;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  height: 300px;
  letter-spacing: 5px;
  text-align: right;
  z-index: -1
}

@media(min-width: 1200px) and (max-width:1399px) {
  .main-nav-wrapper .main-nav2::before {
      font-size:200px
  }
}

@media(max-width: 991px) {
  .main-nav-wrapper .main-nav2::before {
      display:none;
      visibility: hidden
  }
}

@media(min-width: 576px) and (max-width:768px) {
  .main-nav-wrapper .main-nav2 {
      min-width:100%;
      max-width: 100%
  }
}

@media(max-width: 576px) {
  .main-nav-wrapper .main-nav2 {
      min-width:100%;
      max-width: 100%
  }
}

.main-nav-wrapper .main-nav2::-webkit-scrollbar {
  width: 5px
}

.main-nav-wrapper .main-nav2::-webkit-scrollbar-track {
  background: #f1f1f1
}

.main-nav-wrapper .main-nav2::-webkit-scrollbar-thumb {
  background: #999
}

.main-nav-wrapper .main-nav2::-webkit-scrollbar-thumb:hover {
  background: var(--border-color)
}

.main-nav-wrapper .main-nav2 .menu-close-btn {
  position: absolute;
  right: 5%;
  top: 35px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid var(--white-color);
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  opacity: .8
}

.main-nav-wrapper .main-nav2 .menu-close-btn i {
  color: var(--white-color)
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul {
  float: none;
  text-align: left;
  padding: 80px 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  z-index: 3
}

@media(min-width: 1200px) and (max-width:1399px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area>ul {
      padding:45px 0 35px
  }
}

@media(max-width: 767px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area>ul {
      padding:40px 0 30px
  }
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li {
  display: block;
  position: relative;
  padding: 5px;
  transition: all .2s;
  transform: translateY(50px) scaleY(0);
  opacity: 0
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li:last-child {
  border-bottom: 1px solid transparent
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li:hover a:before {
  width: 100%
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li>.bi {
  position: absolute;
  right: 41px;
  top: 26px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  color: var(--white-color)
}

@media(max-width: 576px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li>.bi {
      top:15px
  }
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li a {
  padding: 4px 0;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--font-saira);
  transition: all .6s ease;
  font-style: normal;
  text-decoration: none;
  transition: all .55s ease;
  position: relative;
  text-transform: uppercase
}

@supports(-webkit-text-stroke:1px var(--white-color)) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li a {
      -webkit-text-stroke: 1px rgba(221,221,221,.8666666667);
      color: transparent
  }
}

@media(max-width: 576px) {
  .main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li a {
      font-size:2.2rem
  }
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li a::before {
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  color: var(--white-color);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all .8s cubic-bezier(.17,.67,.32,.87)
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li ul.sub-menu {
  position: static;
  min-width: 180px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  transform: none;
  transition: none;
  display: none;
  margin-top: 0!important;
  list-style: none;
  padding-left: 20px
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li ul.sub-menu li {
  border: none;
  opacity: 1
}

.main-nav-wrapper .main-nav2 .sidebar-menu-area>ul>li ul.sub-menu li a {
  font-size: 22px;
  font-weight: 400;
  padding: 7px 5px;
  font-style: normal;
  text-transform: capitalize;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  font-family: var(--font-saira);
  color: var(--white-color)
}

.main-nav-wrapper .main-nav2.show-menu {
  transform: none;
  opacity: 1;
  visibility: visible
}

@keyframes navLinkFade {
  from {
      opacity: 0;
      transform: translateY(50px) scaleY(0)
  }

  to {
      opacity: 1;
      transform: translateY(0) scaleY(1)
  }
}

.main-nav-wrapper .uesr-aera {
  width: 70px;
  height: 70px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background: var(--primary-color2);
  display: inline-block;
  margin-left: auto;
  margin-right: auto
}

.main-nav-wrapper .uesr-aera .bi {
  font-size: 35px;
  color: var(--text-primary)
}

.main-nav-wrapper .mobile-menu {
  position: relative;
  top: 2px;
  padding: 0 5px;
  border-radius: 50%;
  display: inline-block
}

.main-container {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden
}

.main-container .sidebar-wrapper {
  background-image: url(../img/home-5/home5-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: 95px;
  padding: 50px 22px;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  overflow: hidden;
  z-index: 2;
  transition: .55s ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.3)
}

@media(max-width: 767px) {
  .main-container .sidebar-wrapper {
      max-width:70px;
      padding: 50px 9px
  }
}

@media(max-width: 991px) {
  .main-container .sidebar-wrapper {
      display:none
  }
}

.main-container .sidebar-wrapper .header-logo a img {
  max-width: unset
}

.main-container .sidebar-wrapper .sidebar-button {
  height: 42px;
  width: 42px;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  transition: .5s
}

.main-container .sidebar-wrapper .sidebar-button span {
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  display: inline-block;
  position: relative;
  transition: .5s
}

.main-container .sidebar-wrapper .sidebar-button span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: -6px;
  transition: .5s
}

.main-container .sidebar-wrapper .sidebar-button span::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: .5s
}

.main-container .sidebar-wrapper .sidebar-button:hover {
  border-color: var(--theme-color)
}

.main-container .sidebar-wrapper .sidebar-button:hover span {
  background-color: var(--theme-color)
}

.main-container .sidebar-wrapper .sidebar-button:hover span::before {
  background-color: var(--theme-color)
}

.main-container .sidebar-wrapper .sidebar-button:hover span::after {
  background-color: var(--theme-color)
}

.main-container .sidebar-wrapper .header-btn {
  margin-bottom: 61px
}

.main-container .main-content {
  position: relative;
  margin-left: 95px;
  max-width: calc(100% - 95px);
  width: 100%;
  min-height: 100vh;
  transition: .55s ease
}

@media(max-width: 991px) {
  .main-container .main-content {
      max-width:calc(100% - 0px);
      margin-left: 0
  }
}

.main-container .main-content .header5 {
  background-image: url(../img/home-5/home5-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: transparent;
  z-index: 9999;
  transition: .55s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
  border-bottom: 1px solid rgba(255,255,255,.3)
}

.main-container .main-content .header5.sticky {
  position: fixed;
  left: 0;
  top: 0
}

.main-container .main-content .header5 .header-logo a img {
  max-width: unset
}

.main-container .main-content .header5 .sidebar-button {
  height: 42px;
  width: 42px;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  transition: .5s
}

.main-container .main-content .header5 .sidebar-button span {
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  display: inline-block;
  position: relative;
  transition: .5s
}

.main-container .main-content .header5 .sidebar-button span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: -6px;
  transition: .5s
}

.main-container .main-content .header5 .sidebar-button span::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: .5s
}

.main-container .main-content .header5 .sidebar-button:hover {
  border-color: var(--theme-color)
}

.main-container .main-content .header5 .sidebar-button:hover span {
  background-color: var(--theme-color)
}

.main-container .main-content .header5 .sidebar-button:hover span::before {
  background-color: var(--theme-color)
}

.main-container .main-content .header5 .sidebar-button:hover span::after {
  background-color: var(--theme-color)
}

.main-container .main-content .banner-area-wrapper {
  background-image: url(../img/home-5/home5-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden
}

.main-container .main-content .banner-area-wrapper .company-name {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 280px;
  width: 100%;
  border-right: 1px solid rgba(255,255,255,.3);
  height: 100%;
  border-bottom: 1px solid rgba(255,255,255,.3)
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .company-name {
      max-width:220px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .company-name {
      max-width:220px
  }
}

@media(max-width: 1199px) {
  .main-container .main-content .banner-area-wrapper .company-name {
      display:none;
      visibility: hidden
  }
}

.main-container .main-content .banner-area-wrapper .company-name h2 {
  font-family: saira;
  font-style: normal;
  font-weight: 600;
  font-size: 150px;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  opacity: .3;
  transform: rotate(90deg);
  margin-bottom: 0;
  margin-top: 120px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .company-name h2 {
      margin-top:72px;
      font-size: 130px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .company-name h2 {
      margin-top:100px;
      font-size: 115px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area {
  margin-left: 280px;
  padding-top: 100px;
  position: relative
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area {
      margin-left:220px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area {
      margin-left:220px
  }
}

@media(max-width: 1199px) {
  .main-container .main-content .banner-area-wrapper .banner-area {
      margin-left:0
  }
}

@media(max-width: 991px) {
  .main-container .main-content .banner-area-wrapper .banner-area {
      padding-right:15px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area {
  position: absolute;
  right: 60px
}

@media(max-width: 991px) {
  .main-container .main-content .banner-area-wrapper .banner-area .social-area {
      display:none;
      visibility: hidden
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul {
  margin: 0;
  padding: 0;
  gap: 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .social-area ul {
      gap:30px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area .social-area ul {
      gap:30px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul li {
  position: relative
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%)
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .social-area ul li::after {
      top:-20px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area .social-area ul li::after {
      top:-20px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul li:first-child::after {
  display: none;
  visibility: hidden
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul li a {
  font-style: 24px;
  color: var(--white-color);
  transition: .4s
}

.main-container .main-content .banner-area-wrapper .banner-area .social-area ul li a:hover {
  color: var(--theme-color)
}

@media(max-width: 991px) {
  .main-container .main-content .banner-area-wrapper .banner-area .swiper-pagination1 {
      display:none;
      visibility: hidden
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-title {
  padding-left: 100px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title {
      padding-left:50px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title {
      padding-left:50px
  }
}

@media(max-width: 767px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title {
      padding-left:15px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 15px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
      font-size:60px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
      font-size:60px
  }
}

@media(max-width: 991px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
      font-size:55px
  }
}

@media(max-width: 767px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
      font-size:50px
  }
}

@media(max-width: 576px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-title h1 {
      font-size:40px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content {
  padding-left: 100px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content {
      padding-left:50px
  }
}

@media(max-width: 1399px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content {
      padding-left:50px
  }
}

@media(max-width: 767px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content {
      padding-left:15px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #e4e4e4;
  margin-bottom: 0
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .view-btn {
  padding-top: 40px
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .swiper-pagination1 {
  right: 10px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .swiper-pagination1 {
      top:70px
  }
}

@media(max-width: 1500px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .swiper-pagination1 {
      top:30px
  }
}

@media(max-width: 1199px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .swiper-pagination1 {
      display:none;
      visibility: hidden
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area {
  margin-top: 125px;
  max-width: 170px;
  width: 100%
}

@media(min-width: 1400px) and (max-width:1599px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area {
      margin-top:70px
  }
}

@media(max-width: 1500px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area {
      margin-top:30px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 15px
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area a span {
  width: 3px;
  height: 121px;
  background: var(--white-color);
  display: inline-block;
  position: relative;
  overflow: hidden
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-content .scroll-and-social-area .scroll-down-area a span::after {
  content: "";
  width: 100%;
  height: 25px;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  animation: up-down 1.5s linear infinite
}

@keyframes up-down {
  0% {
      transform: translateY(-30px)
  }

  100% {
      transform: translateY(121px)
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider {
  padding-top: 50px
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .banner-img {
  position: relative
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .banner-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.7deg,#1D1D1D 13.12%,rgba(117,218,180,0.7) 98.89%);
  opacity: .6
}

@media(max-width: 1700px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap {
      height:100%
  }

  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider {
      height: 100%
  }

  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .swiper-wrapper {
      height: 100%
  }

  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .swiper-wrapper .swiper-slide {
      height: 100%
  }

  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .swiper-wrapper .swiper-slide .banner-img {
      height: 100%
  }

  .main-container .main-content .banner-area-wrapper .banner-area .banner-img-wrap .banner5-slider .swiper-wrapper .swiper-slide .banner-img img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider {
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  background: var(--black-color2);
  padding: 15px;
  width: 100%;
  overflow: hidden
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider h2 {
  width: 100%;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 27px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
  margin-bottom: 0
}

@media(max-width: 576px) {
  .main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider h2 {
      font-size:18px
  }
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider .js-marquee-wrapper {
  display: flex;
  gap: 30px
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider .js-marquee {
  display: flex;
  align-items: center;
  gap: 30px
}

.main-container .main-content .banner-area-wrapper .banner-area .banner-text-slider .js-marquee:last-child {
  display: none;
  visibility: hidden
}

.banner-area6 {
  background-image: url(../img/home-6/home6-banner-bg.png),linear-gradient(#1e1c22,#1e1c22);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden
}

@media(max-width: 767px) {
  .banner-area6 {
      min-height:500px
  }
}

.banner-area6 .banner-wrap {
  padding-left: 120px;
  padding-top: 86px;
  position: relative
}

.banner-area6 .banner-wrap .social-area {
  position: absolute;
  right: 60px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 991px) {
  .banner-area6 .banner-wrap .social-area {
      display:none;
      visibility: hidden
  }
}

.banner-area6 .banner-wrap .social-area ul {
  margin: 0;
  padding: 0;
  gap: 30px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area6 .banner-wrap .social-area ul {
      gap:30px
  }
}

@media(max-width: 1399px) {
  .banner-area6 .banner-wrap .social-area ul {
      gap:30px
  }
}

.banner-area6 .banner-wrap .social-area ul li {
  position: relative
}

.banner-area6 .banner-wrap .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%)
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area6 .banner-wrap .social-area ul li::after {
      top:-20px
  }
}

@media(max-width: 1399px) {
  .banner-area6 .banner-wrap .social-area ul li::after {
      top:-20px
  }
}

.banner-area6 .banner-wrap .social-area ul li:first-child::after {
  display: none;
  visibility: hidden
}

.banner-area6 .banner-wrap .social-area ul li a {
  font-size: 20px;
  color: rgba(255,255,255,.7);
  transition: .4s
}

.banner-area6 .banner-wrap .social-area ul li a:hover {
  color: var(--theme-color)
}

@media(max-width: 1500px) {
  .banner-area6 .banner-wrap {
      padding-left:80px
  }
}

@media(max-width: 1199px) {
  .banner-area6 .banner-wrap {
      padding-left:30px
  }
}

@media(max-width: 576px) {
  .banner-area6 .banner-wrap {
      padding-left:15px;
      padding-right: 15px
  }
}

.banner-area6 .banner-wrap .banner-content {
  max-width: 740px;
  width: 100%
}

@media(max-width: 1500px) {
  .banner-area6 .banner-wrap .banner-content {
      max-width:525px
  }
}

@media(max-width: 1399px) {
  .banner-area6 .banner-wrap .banner-content {
      padding-top:100px;
      padding-bottom: 100px
  }
}

.banner-area6 .banner-wrap .banner-content h1 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 85px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 30px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .banner-area6 .banner-wrap .banner-content h1 {
      font-size:60px
  }
}

@media(max-width: 1399px) {
  .banner-area6 .banner-wrap .banner-content h1 {
      font-size:55px
  }
}

@media(max-width: 1199px) {
  .banner-area6 .banner-wrap .banner-content h1 {
      font-size:50px
  }
}

@media(max-width: 576px) {
  .banner-area6 .banner-wrap .banner-content h1 {
      font-size:38px
  }
}

.banner-area6 .banner-wrap .banner-content h1 span {
  color: var(--theme-color);
  position: relative
}

.banner-area6 .banner-wrap .banner-content h1 span::after {
  content: url(../img/home-6/banner-text-vec.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-31%)
}

@media(max-width: 991px) {
  .banner-area6 .banner-wrap .banner-content h1 span::after {
      display:none;
      visibility: hidden
  }
}

.banner-area6 .banner-wrap .banner-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #e4e4e4;
  margin-bottom: 55px
}

.banner-area6 .banner-wrap .banner-content .banner-btn-group {
  display: flex;
  align-items: center;
  gap: 60px
}

@media(max-width: 1400px) {
  .banner-area6 .banner-wrap .banner-content .banner-btn-group {
      gap:35px
  }
}

@media(max-width: 576px) {
  .banner-area6 .banner-wrap .banner-content .banner-btn-group {
      font-size:15px;
      flex-wrap: wrap
  }
}

.banner-area6 .banner-wrap .banner-img-wrap {
  max-width: 945px;
  width: 100%
}

@media(max-width: 1399px) {
  .banner-area6 .banner-wrap .banner-img-wrap {
      display:flex;
      align-items: center
  }
}

@media(max-width: 991px) {
  .banner-area6 .banner-wrap .banner-img-wrap {
      display:none;
      visibility: hidden
  }
}

.banner-area6 .banner-wrap .banner-img-wrap .banner-img {
  position: relative;
  overflow: hidden;
  transition: .5s
}

.banner-area6 .banner-wrap .banner-img-wrap .banner-img::after {
  content: "";
  height: 150%;
  width: 280px;
  background-color: rgba(6,216,137,.2);
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-97%) rotate(-20deg);
  transform-origin: top;
  z-index: 1;
  transition: .5s
}

.home-dark {
  background: #22262a
}

.home4-about-section .about-left-img-wrap {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: 0 auto
}

.home4-about-section .about-left-img-wrap .big-img {
  border-radius: 190px;
  position: relative
}

.home4-about-section .about-left-img-wrap .big-img::after {
  content: "";
  background: linear-gradient(180deg,rgba(34,38,42,0.6) 0%,rgba(34,38,42,0.1) 100%);
  border-radius: 190px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.home4-about-section .about-left-img-wrap .big-img img {
  border-radius: 190px
}

.home4-about-section .about-left-img-wrap .sm-img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  position: relative;
  position: absolute;
  bottom: 0;
  right: -45px
}

@media(max-width: 576px) {
  .home4-about-section .about-left-img-wrap .sm-img {
      right:0
  }
}

.home4-about-section .about-left-img-wrap .sm-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: .2;
  border-radius: 50%
}

.home4-about-section .about-left-img-wrap .sm-img img {
  width: 148px;
  height: 148px;
  border-radius: 50%
}

.home4-about-section .about-bottom {
  padding-top: 100px
}

@media(max-width: 991px) {
  .home4-about-section .about-bottom {
      padding-top:80px
  }
}

.home4-about-section .about-left-content .about-feature {
  margin-top: 25px;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 40px
}

.home4-about-section .about-left-content .about-feature ul {
  margin: 0;
  padding: 0;
  -moz-columns: 2;
  columns: 2
}

@media(max-width: 576px) {
  .home4-about-section .about-left-content .about-feature ul {
      -moz-columns:1;
      columns: 1
  }
}

.home4-about-section .about-left-content .about-feature ul li {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px
}

.home4-about-section .about-left-content .about-feature ul li:nth-child(even) {
  margin-bottom: 0
}

@media(max-width: 576px) {
  .home4-about-section .about-left-content .about-feature ul li:nth-child(even) {
      margin-bottom:25px
  }

  .home4-about-section .about-left-content .about-feature ul li:last-child {
      margin-bottom: 0
  }
}

.home4-services-section {
  background: #1b1f23;
  padding: 100px 0
}

.home4-services-section.two {
  background-color: transparent;
  padding: 0
}

@media(max-width: 991px) {
  .home4-services-section {
      padding:80px 0
  }
}

.home4-services-section .view-btn {
  padding-top: 70px
}

.home4-services-section .single-service-card {
  background-image: url(../img/home-4/home4-service-bg.png),linear-gradient(#17181C,#17181C);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px;
  transition: .5s
}

@media(max-width: 576px) {
  .home4-services-section .single-service-card {
      padding:35px 20px
  }
}

.home4-services-section .single-service-card .icon {
  margin-bottom: 25px
}

.home4-services-section .single-service-card .icon svg {
  fill: var(--theme-color)
}

.home4-services-section .single-service-card .services-content h3 {
  margin-bottom: 10px
}

.home4-services-section .single-service-card .services-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #e4e4e4;
  transition: .5s
}

.home4-services-section .single-service-card .services-content h3 a:hover {
  color: var(--theme-color)
}

.home4-services-section .single-service-card .services-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #e4e4e4
}

.home4-services-section .single-service-card .services-content .services-btn {
  padding-top: 33px
}

.home4-services-section .single-service-card:hover {
  background-image: url(../img/home-4/home4-service-bg2.png),linear-gradient(#17181C,#17181C)
}

.home4-work-section .single-work {
  position: relative;
  border-radius: 5px;
  transition: .5s
}

.home4-work-section .single-work .work-img {
  border-radius: 5px
}

.home4-work-section .single-work .work-img img {
  border-radius: 5px
}

@media(max-width: 576px) {
  .home4-work-section .single-work .work-img img {
      width:100%
  }
}

.home4-work-section .single-work .work-content {
  background: linear-gradient(180deg,rgba(29,29,29,0) 23.76%,#1D1D1D 90.19%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: .5s;
  opacity: 0
}

@media(max-width: 1199px) {
  .home4-work-section .single-work .work-content {
      padding:25px
  }
}

.home4-work-section .single-work .work-content h3 {
  margin-bottom: 5px;
  line-height: 1.1
}

.home4-work-section .single-work .work-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s;
  line-height: 1.1
}

@media(max-width: 1199px) {
  .home4-work-section .single-work .work-content h3 a {
      font-size:24px
  }
}

.home4-work-section .single-work .work-content h3 a:hover {
  color: var(--theme-color)
}

.home4-work-section .single-work .work-content span {
  font-family: var(--font-saira);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  opacity: .5
}

.home4-work-section .single-work:hover .work-content {
  opacity: 1;
  transform: scaleY(1)
}

.home4-feature-area {
  background: #1b1f23;
  padding: 120px 7% 270px
}

@media(max-width: 1399px) {
  .home4-feature-area {
      padding:120px 3% 270px
  }
}

@media(max-width: 991px) {
  .home4-feature-area {
      padding:80px 3% 230px
  }
}

.home4-feature-area .section-title-4 p {
  padding-top: 0
}

.home4-feature-area .ml-5 {
  margin-left: -5px
}

.home4-feature-area .counter-area {
  width: 100%
}

.home4-feature-area .counter-area .devider {
  position: relative
}

.home4-feature-area .counter-area .devider::after {
  content: "";
  height: 105px;
  width: 2px;
  background: var(--white-color);
  opacity: .1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 991px) {
  .home4-feature-area .counter-area .devider::after {
      display:none;
      visibility: hidden
  }
}

@media(max-width: 991px) {
  .home4-feature-area .counter-area .single-counter {
      text-align:center
  }
}

.home4-feature-area .counter-area .single-counter .icon svg {
  fill: var(--theme-color)
}

.home4-feature-area .counter-area .single-counter .content {
  padding-top: 25px
}

@media(max-width: 991px) {
  .home4-feature-area .counter-area .single-counter .content {
      text-align:center
  }
}

.home4-feature-area .counter-area .single-counter .content .number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0
}

@media(max-width: 991px) {
  .home4-feature-area .counter-area .single-counter .content .number {
      justify-content:center
  }
}

.home4-feature-area .counter-area .single-counter .content .number h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 38px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0
}

.home4-feature-area .counter-area .single-counter .content .number span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white-color)
}

.home4-feature-area .counter-area .single-counter .content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #b5b5b5;
  margin-bottom: 0
}

.home4-trusted-client-area {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: -150px;
  background: #161a1e;
  border-radius: 10px;
  padding: 50px;
  overflow: hidden
}

@media(max-width: 1399px) {
  .home4-trusted-client-area {
      margin-left:3%;
      margin-right: 3%;
      padding: 50px 25px
  }
}

.home4-trusted-client-area p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #b5b5b5;
  margin-bottom: 70px
}

.home4-trusted-client-area .js-marquee {
  display: flex;
  align-items: center
}

.home4-trusted-client-area .single-client {
  display: flex;
  justify-content: center;
  max-width: 180px;
  width: 100%
}

.home4-trusted-client-area .marque-wrap {
  overflow: hidden;
  padding: 0 50px
}

@media(max-width: 1399px) {
  .home4-trusted-client-area .marque-wrap {
      padding:0 25px
  }
}

.home4-testimonial-section .mt-35 {
  margin-top: 60px
}

@media(max-width: 1399px) {
  .home4-testimonial-section .mt-35 {
      margin-top:24px
  }
}

.home4-testimonial-section .mt--35 {
  margin-top: -35px
}

@media(max-width: 991px) {
  .home4-testimonial-section .mt--35 {
      margin-top:0;
      margin-top: 24px
  }
}

.home4-testimonial-section .mb-35 {
  margin-bottom: 35px
}

.home4-testimonial-section .testimonial-card4 {
  background: #1b1f23;
  border-radius: 10px;
  padding: 45px 35px;
  position: relative
}

@media(max-width: 576px) {
  .home4-testimonial-section .testimonial-card4 {
      padding:35px 20px
  }
}

.home4-testimonial-section .testimonial-card4 .quate-icon {
  position: absolute;
  left: 50%;
  top: 0
}

.home4-testimonial-section .testimonial-card4 .testimonial-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  flex-wrap: wrap;
  gap: 10px
}

@media(max-width: 576px) {
  .home4-testimonial-section .testimonial-card4 .testimonial-top {
      display:block;
      gap: 0
  }
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .author-area {
  display: flex;
  align-items: center;
  gap: 12px
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .author-area .author-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .author-area .author-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #e4e4e4;
  margin-bottom: 0
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .author-area .author-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
  color: var(--theme-color)
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .review-date-and-time {
  text-align: end
}

@media(max-width: 576px) {
  .home4-testimonial-section .testimonial-card4 .testimonial-top .review-date-and-time {
      text-align:start;
      margin-left: 62px;
      padding-top: 5px
  }
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .review-date-and-time p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1
}

@media(max-width: 576px) {
  .home4-testimonial-section .testimonial-card4 .testimonial-top .review-date-and-time p {
      text-align:start
  }
}

.home4-testimonial-section .testimonial-card4 .testimonial-top .review-date-and-time span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: var(--white-color);
  opacity: .5
}

.home4-testimonial-section .testimonial-card4 .testimonial-content {
  margin-bottom: 28px
}

.home4-testimonial-section .testimonial-card4 .testimonial-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #e4e4e4;
  margin-bottom: 0
}

.home4-testimonial-section .testimonial-card4 .testimonial-btm {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.home4-testimonial-section .testimonial-card4 .testimonial-btm .review-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px
}

.home4-testimonial-section .testimonial-card4 .testimonial-btm .review-right ul li i {
  font-size: 20px;
  color: #ffc107
}

.home4-pricing-plan {
  background: #1b1f23;
  padding: 100px 12%
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home4-pricing-plan {
      padding:100px 8%
  }
}

@media(max-width: 1399px) {
  .home4-pricing-plan {
      padding:100px 6%
  }
}

@media(max-width: 1199px) {
  .home4-pricing-plan {
      padding:100px 3%
  }
}

@media(max-width: 991px) {
  .home4-pricing-plan {
      padding:80px 3%
  }
}

.home4-pricing-plan .section-title-4 nav {
  padding-top: 25px;
  display: flex;
  justify-content: center
}

.home4-pricing-plan .section-title-4 nav .nav-tabs {
  border-bottom: none;
  background: #161a1e;
  border-radius: 50px;
  padding: 10px
}

@media(max-width: 576px) {
  .home4-pricing-plan .section-title-4 nav .nav-tabs {
      border-radius:10px
  }
}

.home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: var(--white-color);
  border: none;
  padding: 13px 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px
}

@media(max-width: 576px) {
  .home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link {
      width:100%;
      border-radius: 10px;
      display: flex;
      justify-content: center
  }
}

.home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link span {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  color: #1b1f23;
  background: var(--theme-color);
  border-radius: 100%;
  padding: 2px 5px
}

.home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link:hover {
  border: none
}

.home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link:focus {
  border: none
}

.home4-pricing-plan .section-title-4 nav .nav-tabs .nav-link.active {
  background: #22262a;
  border: none
}

.home4-pricing-plan .pricing-card {
  background-image: url(../img/home-4/pricing-bg-1.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px
}

.home4-pricing-plan .pricing-card .pricing-top {
  padding: 40px 35px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.05)
}

@media(max-width: 1399px) {
  .home4-pricing-plan .pricing-card .pricing-top {
      padding:40px 25px
  }
}

.home4-pricing-plan .pricing-card .pricing-top span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px
}

.home4-pricing-plan .pricing-card .pricing-top h2 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 60px;
  line-height: 44px;
  color: var(--white-color)
}

.home4-pricing-plan .pricing-card .pricing-top h2 sup {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .03em;
  color: var(--white-color);
  vertical-align: middle;
  top: -.7em
}

.home4-pricing-plan .pricing-card .pricing-top h2 sub {
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color);
  bottom: -.15em
}

.home4-pricing-plan .pricing-card .pricing-content {
  padding: 30px 35px 40px
}

@media(max-width: 1399px) {
  .home4-pricing-plan .pricing-card .pricing-content {
      padding:30px 25px 40px
  }
}

.home4-pricing-plan .pricing-card .pricing-content ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.home4-pricing-plan .pricing-card .pricing-content ul li {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-saira);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: #e3e3e3;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 20px
}

.home4-pricing-plan .pricing-card .pricing-content ul li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.home4-pricing-plan .pricing-card .pricing-content .pay-btn {
  display: flex;
  justify-content: center;
  padding-top: 50px
}

.home4-pricing-plan .pricing-card .pricing-content .pay-btn a {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 62px
}

.home4-pricing-plan .pricing-card.two {
  background-image: url(../img/home-4/pricing-bg-1.png),linear-gradient(#22262A,#22262A)
}

.home4-pricing-plan .pricing-card.two .pricing-content .pay-btn a {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color)
}

.home4-pricing-plan .pricing-card.two .pricing-content .pay-btn a::after {
  background-color: var(--theme-color)
}

.home4-pricing-plan .pricing-card.two .pricing-content .pay-btn a:hover {
  color: var(--black-color2)
}

.home4-experts-section .single-team {
  position: relative;
  padding: 25px 20px 20px;
  z-index: 1;
  transition: .5s
}

.home4-experts-section .single-team::after {
  content: "";
  background-image: url(../img/home-3/team-bg-1.png),linear-gradient(#1E1E1E,#1E1E1E);
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: .5s;
  z-index: -1
}

.home4-experts-section .single-team .team-img {
  position: relative;
  transition: .5s
}

.home4-experts-section .single-team .team-img .social-area {
  transition: .5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 15px
}

.home4-experts-section .single-team .team-img .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px
}

.home4-experts-section .single-team .team-img .social-area ul li a {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.home4-experts-section .single-team .team-img .social-area ul li a:hover {
  color: var(--black-color2)
}

.home4-experts-section .single-team .team-img img {
  border-radius: 5px;
  width: 100%
}

.home4-experts-section .single-team .team-content {
  padding-top: 17px;
  text-align: center
}

.home4-experts-section .single-team .team-content h5 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 0
}

.home4-experts-section .single-team .team-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5
}

.home4-experts-section .single-team:hover::after {
  background-image: url(../img/home-3/team-bg-2.png),linear-gradient(#1E1E1E,#1E1E1E);
  border: 1px solid rgba(255,255,255,.1)
}

.home4-experts-section .single-team:hover .team-img .social-area {
  opacity: 1;
  transform: translateX(-50%) scale(1)
}

.home4-experts-section .swiper-pagination22 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: unset!important;
  bottom: unset!important;
  display: flex;
  gap: 15px
}

@media(max-width: 767px) {
  .home4-experts-section .swiper-pagination22 {
      display:none;
      visibility: hidden
  }
}

.home4-experts-section .swiper-pagination22 .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
  opacity: 1;
  position: relative
}

.home4-experts-section .swiper-pagination22 .swiper-pagination-bullet::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.home4-experts-section .swiper-pagination22 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.home4-experts-section .swiper-pagination22 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.home4-experts-section .experts-card {
  transition: .5s
}

.home4-experts-section .experts-card .experts-img {
  position: relative;
  transition: .5s
}

.home4-experts-section .experts-card .experts-img img {
  border-radius: 5px 5px 0 0;
  width: 100%
}

.home4-experts-section .experts-card .experts-img .expert-social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(176.24deg,rgba(29,29,29,0) 10.39%,#1D1D1D 86.62%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: .5s;
  opacity: 0
}

.home4-experts-section .experts-card .experts-img .expert-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px
}

.home4-experts-section .experts-card .experts-img .expert-social ul li a {
  font-size: 20px;
  color: var(--white-color);
  transition: .5s
}

.home4-experts-section .experts-card .experts-img .expert-social ul li a:hover {
  color: var(--theme-color)
}

.home4-experts-section .experts-card .experts-content {
  padding-top: 22px
}

.home4-experts-section .experts-card .experts-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  color: var(--white-color);
  margin-bottom: 3px;
  transition: .5s
}

.home4-experts-section .experts-card .experts-content h4:hover {
  color: var(--theme-color)
}

.home4-experts-section .experts-card .experts-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5
}

.home4-experts-section .experts-card:hover .experts-img .expert-social {
  transform: scaleY(1);
  opacity: 1
}

.home4-experts-section .experts:nth-child(odd) {
  margin-top: 30px
}

@media(max-width: 991px) {
  .home4-experts-section .experts {
      margin-bottom:30px
  }

  .home4-experts-section .experts:nth-child(odd) {
      margin-top: 0
  }
}

.home4-insight-area .home4-insights-card {
  background: #1b1f23;
  border-radius: 10px;
  padding: 25px
}

@media(max-width: 767px) {
  .home4-insight-area .home4-insights-card {
      padding:25px 15px
  }
}

.home4-insight-area .home4-insights-card .insight-img img {
  border-radius: 5px;
  width: 100%
}

.home4-insight-area .home4-insights-card .insight-content {
  padding-top: 18px
}

.home4-insight-area .home4-insights-card .insight-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.home4-insight-area .home4-insights-card .insight-content ul li a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #e5e5e5
}

.home4-insight-area .home4-insights-card .insight-content ul li:first-child a {
  color: var(--theme-color)
}

.home4-insight-area .home4-insights-card .insight-content h4 {
  margin-bottom: 14px
}

.home4-insight-area .home4-insights-card .insight-content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s
}

@media(min-width: 992px) and (max-width:1199px) {
  .home4-insight-area .home4-insights-card .insight-content h4 a {
      font-size:22px
  }
}

@media(max-width: 767px) {
  .home4-insight-area .home4-insights-card .insight-content h4 a {
      font-size:22px
  }
}

.home4-insight-area .home4-insights-card .insight-content h4 a:hover {
  color: var(--theme-color)
}

.home4-insight-area .home4-insights-card .insight-content p {
  margin-bottom: 25px;
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .03em;
  color: #e4e4e4
}

.home4-insight-area .swiper-pagination5 {
  padding-top: 55px;
  width: unset;
  display: flex;
  align-items: center;
  gap: 15px
}

.home4-insight-area .swiper-pagination5 .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  opacity: 1;
  position: relative
}

.home4-insight-area .swiper-pagination5 .swiper-pagination-bullet::after {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.home4-insight-area .swiper-pagination5 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.home4-insight-area .swiper-pagination5 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.home4-insight-area .swiper-pagination5.two {
  width: unset!important;
  left: unset!important;
  right: 60px;
  transform: unset;
  top: 125px
}

.home4-contact-area .contact-wrapper {
  position: relative;
  padding-bottom: 250px
}

@media(max-width: 576px) {
  .home4-contact-area .contact-wrapper {
      padding-bottom:300px
  }
}

.home4-contact-area .contact-wrapper h2 {
  margin-bottom: 0
}

.home4-contact-area .contact-wrapper .title {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  margin-bottom: 30px
}

@media(max-width: 991px) {
  .home4-contact-area .contact-wrapper .title {
      font-size:90px
  }
}

@media(max-width: 767px) {
  .home4-contact-area .contact-wrapper .title {
      font-size:70px
  }
}

.home4-contact-area .contact-wrapper .content {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 220px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white-color);
  opacity: .08
}

@media(max-width: 1399px) {
  .home4-contact-area .contact-wrapper .content {
      font-size:160px
  }
}

@media(max-width: 991px) {
  .home4-contact-area .contact-wrapper .content {
      font-size:120px
  }
}

@media(max-width: 767px) {
  .home4-contact-area .contact-wrapper .content {
      font-size:90px
  }
}

.home4-contact-area .contact-wrapper .contact-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px
}

@media(max-width: 1399px) {
  .home4-contact-area .contact-wrapper .contact-btn {
      bottom:55px
  }
}

@media(max-width: 991px) {
  .home4-contact-area .contact-wrapper .contact-btn {
      bottom:35px
  }
}

@media(max-width: 767px) {
  .home4-contact-area .contact-wrapper .contact-btn {
      bottom:90px
  }
}

.home4-contact-area .contact-wrapper .contact-btn a {
  width: 259px;
  height: 259px;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 50%;
  background-image: url(../img/home-4/contact-btn-bg.png),linear-gradient(#1b1f23,#1b1f23);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  transition: .8s;
  text-align: start
}

.home4-contact-area .contact-wrapper .contact-btn a svg {
  stroke: var(--white-color);
  transition: .5s
}

.home4-contact-area .contact-wrapper .contact-btn a:hover {
  border-color: var(--theme-color);
  box-shadow: inset 0 0 0 10em var(--theme-color);
  color: var(--black-color2)
}

.home4-contact-area .contact-wrapper .contact-btn a:hover svg {
  transform: rotate(45deg);
  stroke: var(--black-color2)
}

.home-dark2 {
  background: #0f0f0f
}

.home3-partner-area {
  background: #1b1f23;
  padding: 30px 65px
}

@media(max-width: 1399px) {
  .home3-partner-area {
      padding:40px 35px
  }
}

@media(max-width: 767px) {
  .home3-partner-area {
      padding:40px 0
  }
}

.home3-partner-area .partner-title {
  position: relative
}

.home3-partner-area .partner-title::after {
  content: "";
  height: 110px;
  width: 1px;
  background-color: var(--white-color);
  opacity: .1;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home3-partner-area .partner-title::after {
      right:30px
  }
}

@media(max-width: 1399px) {
  .home3-partner-area .partner-title::after {
      right:5px
  }
}

@media(max-width: 1199px) {
  .home3-partner-area .partner-title::after {
      display:none;
      visibility: hidden
  }
}

.home3-partner-area .partner-title h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  max-width: 250px;
  width: 100%
}

.home3-partner-area .partner-wrapper {
  height: 100%;
  display: flex;
  align-items: center
}

.home3-partner-area .partner-wrapper .marquee_text {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden
}

.home3-partner-area .partner-wrapper .marquee_text .js-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 0
}

.home3-partner-area .partner-wrapper .marquee_text .js-marquee:last-child {
  display: none;
  visibility: hidden
}

.home3-partner-area .partner-wrapper .marquee_text .js-marquee img {
  opacity: .3;
  transition: .5s
}

.home3-partner-area .partner-wrapper .marquee_text .js-marquee img:hover {
  opacity: 1
}

.home3-partner-area .partner-wrapper .marquee_text .js-marquee-wrapper {
  display: flex;
  align-items: center;
  gap: 30px
}

.swiper-btn-group {
  display: flex;
  align-items: center;
  gap: 55px;
  z-index: 9
}

.swiper-btn-group .swiper-btn {
  height: 35px;
  width: 35px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.swiper-btn-group .swiper-btn i {
  color: var(--theme-color);
  transition: .5s
}

.swiper-btn-group .swiper-btn:hover {
  background-color: var(--theme-color)
}

.swiper-btn-group .swiper-btn:hover i {
  color: var(--white-color)
}

.home3-solution-section .solution-card {
  background-image: url(../img/home-3/pricing-bg-32.png),linear-gradient(#1E1E1E,#1E1E1E);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 5px;
  transition: .5s
}

@media(max-width: 576px) {
  .home3-solution-section .solution-card {
      padding:25px
  }
}

.home3-solution-section .solution-card .icon {
  margin-bottom: 30px
}

.home3-solution-section .solution-card .icon svg {
  fill: var(--theme-color)
}

.home3-solution-section .solution-card .solution-content h4 {
  margin-bottom: 15px
}

.home3-solution-section .solution-card .solution-content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #e4e4e4;
  transition: .5s
}

@media(max-width: 767px) {
  .home3-solution-section .solution-card .solution-content h4 a {
      font-size:24px
  }
}

.home3-solution-section .solution-card .solution-content h4 a:hover {
  color: var(--theme-color)
}

.home3-solution-section .solution-card .solution-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #e4e4e4
}

.home3-solution-section .solution-card .solution-content .solution-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 28px
}

.home3-solution-section .solution-card .solution-content .solution-feature li {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px
}

.home3-solution-section .solution-card .solution-content .solution-feature li svg {
  fill: var(--theme-color)
}

.home3-solution-section .solution-card .solution-content .solution-feature li:last-child {
  margin-bottom: 0
}

.home3-solution-section .solution-card:hover {
  background-image: url(../img/home-3/pricing-bg-32.png),linear-gradient(rgba(117,218,180,0.1),rgba(117,218,180,0.1))
}

.home3-about-section {
  padding: 0 13%
}

@media(max-width: 1700px) {
  .home3-about-section {
      padding:0 10%
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home3-about-section {
      padding:0 5%
  }
}

@media(max-width: 1399px) {
  .home3-about-section {
      padding:0 4%
  }
}

@media(max-width: 1199px) {
  .home3-about-section {
      padding:0 2%
  }
}

.home3-about-section .section-title-3 {
  padding-left: 50px;
  margin-bottom: 80px
}

@media(max-width: 576px) {
  .home3-about-section .section-title-3 {
      padding-left:0;
      margin-bottom: 60px
  }
}

.home3-about-section .about-left {
  display: flex;
  align-items: center;
  gap: 40px
}

@media(max-width: 1399px) {
  .home3-about-section .about-left {
      gap:20px
  }
}

@media(max-width: 767px) {
  .home3-about-section .about-left {
      flex-wrap:wrap;
      gap: 40px
  }
}

.home3-about-section .about-left .about-img {
  position: relative
}

.home3-about-section .about-left .about-img::after {
  content: "";
  border: 1px solid rgba(6,216,137,.15);
  position: absolute;
  left: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  z-index: -1
}

.home3-about-section .about-left .about-content {
  max-width: 470px;
  width: 100%
}

@media(max-width: 1399px) {
  .home3-about-section .about-left .about-content {
      max-width:400px
  }
}

@media(max-width: 767px) {
  .home3-about-section .about-left .about-content {
      max-width:100%
  }
}

.home3-about-section .about-left .about-content h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home3-about-section .about-left .about-content h2 {
      font-size:38px
  }
}

@media(max-width: 1399px) {
  .home3-about-section .about-left .about-content h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .home3-about-section .about-left .about-content h2 {
      font-size:30px
  }
}

.home3-about-section .about-left .about-content>p {
  font-family: var(--theme-color);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 50px
}

.home3-about-section .about-left .about-content .devider {
  border-bottom: 1px solid #d9d9d9;
  position: relative
}

.home3-about-section .about-left .about-content .devider::after {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid var(--white-color);
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 22%;
  top: 50%;
  transform: translateY(-50%)
}

.home3-about-section .about-left .about-content .devider::before {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid var(--white-color);
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  right: 22%;
  top: 50%;
  transform: translateY(-50%)
}

.home3-about-section .about-left .about-content .about-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  -moz-columns: 2;
  columns: 2
}

@media(max-width: 576px) {
  .home3-about-section .about-left .about-content .about-feature {
      -moz-columns:1;
      columns: 1
  }
}

.home3-about-section .about-left .about-content .about-feature li {
  text-align: center
}

@media(max-width: 576px) {
  .home3-about-section .about-left .about-content .about-feature li {
      margin-bottom:25px
  }

  .home3-about-section .about-left .about-content .about-feature li:last-child {
      margin-bottom: 0
  }
}

.home3-about-section .about-left .about-content .about-feature li h5 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 12px
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home3-about-section .about-left .about-content .about-feature li h5 {
      font-size:18px
  }
}

@media(max-width: 1399px) {
  .home3-about-section .about-left .about-content .about-feature li h5 {
      font-size:18px
  }
}

.home3-about-section .about-left .about-content .about-feature li p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .03em;
  color: #b5b5b5
}

@media(max-width: 991px) {
  .home3-about-section .about-right {
      display:flex;
      align-items: center;
      justify-content: space-between
  }
}

@media(max-width: 767px) {
  .home3-about-section .about-right {
      display:none
  }
}

.home3-about-section .about-right .about-img {
  position: relative;
  margin-bottom: 50px;
  display: inline-block
}

.home3-about-section .about-right .about-img::after {
  content: "";
  border: 1px solid rgba(6,216,137,.15);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  z-index: -1
}

.home3-about-section .about-right .about-exprience {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-image: url(../img/home-3/exp-bg.png),linear-gradient(var(--theme-color),var(--theme-color));
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.home3-about-section .about-right .about-exprience .years {
  position: absolute;
  text-align: center
}

.home3-about-section .about-right .about-exprience .years h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 45px;
  line-height: 38px;
  color: #263238;
  margin-bottom: 0
}

.home3-about-section .about-right .about-exprience .years h2 span {
  font-size: 28px;
  font-weight: 400
}

.home3-success-stories-area {
  background: #1b1f23;
  padding: 100px 8%
}

.home3-success-stories-area.two {
  background-color: transparent;
  padding: 0 8%
}

@media(max-width: 1700px) {
  .home3-success-stories-area.two {
      padding:0 3%
  }
}

@media(max-width: 1199px) {
  .home3-success-stories-area.two {
      padding:0 0%
  }
}

@media(max-width: 1700px) {
  .home3-success-stories-area {
      padding:100px 3%
  }
}

@media(max-width: 1199px) {
  .home3-success-stories-area {
      padding:100px 0%
  }
}

.home3-success-stories-area .swiper-slide:nth-child(even) {
  margin-top: 30px
}

@media(max-width: 1199px) {
  .home3-success-stories-area .swiper-slide:nth-child(even) {
      margin-top:0
  }
}

.home3-success-stories-area .success-storie-card {
  position: relative;
  border-radius: 5px;
  transition: .5s
}

.home3-success-stories-area .success-storie-card .success-img {
  border-radius: 5px
}

.home3-success-stories-area .success-storie-card .success-img img {
  border-radius: 5px;
  width: 100%
}

.home3-success-stories-area .success-storie-card .success-content {
  position: absolute;
  z-index: 1;
  left: 25px;
  right: 25px;
  bottom: 25px;
  background-image: url(../img/home-3/success-bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 35px 25px;
  border-radius: 5px
}

@media(max-width: 1399px) {
  .home3-success-stories-area .success-storie-card .success-content {
      padding:35px 20px
  }
}

@media(max-width: 1399px) {
  .home3-success-stories-area .success-storie-card .success-content {
      padding:25px 20px
  }
}

.home3-success-stories-area .success-storie-card .success-content span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: capitalize;
  color: #b5b5b5;
  display: inline-block;
  position: relative;
  margin-bottom: 15px
}

.home3-success-stories-area .success-storie-card .success-content span::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #06d889;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: -3px
}

.home3-success-stories-area .success-storie-card .success-content h3 {
  margin-bottom: 0
}

.home3-success-stories-area .success-storie-card .success-content h3 a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #fff;
  transition: .5s
}

@media(max-width: 1399px) {
  .home3-success-stories-area .success-storie-card .success-content h3 a {
      font-size:24px
  }
}

.home3-success-stories-area .success-storie-card .success-content h3 a:hover {
  color: var(--theme-color)
}

.home3-success-stories-area .success-storie-card .success-content .view-btn {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%)
}

.home3-success-stories-area .success-storie-card .success-content .view-btn a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center
}

.home3-success-stories-area .success-storie-card .success-content .view-btn a svg {
  stroke: #1b1f23;
  transform: rotate(90deg);
  transition: .5s
}

.home3-success-stories-area .success-storie-card:hover .success-content .view-btn a svg {
  transform: rotate(45deg)
}

.home3-success-stories-area .swiper-pagination11 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: unset!important;
  bottom: unset!important;
  display: flex;
  gap: 15px
}

@media(max-width: 767px) {
  .home3-success-stories-area .swiper-pagination11 {
      display:none;
      visibility: hidden
  }
}

.home3-success-stories-area .swiper-pagination11 .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
  opacity: 1;
  position: relative
}

.home3-success-stories-area .swiper-pagination11 .swiper-pagination-bullet::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.home3-success-stories-area .swiper-pagination11 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.home3-success-stories-area .swiper-pagination11 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.home3-testimonil-area .home3-testimonial-slider {
  margin-top: 40px;
  padding-top: 40px
}

@media(max-width: 767px) {
  .home3-testimonil-area .home3-testimonial-slider {
      margin-top:0;
      padding-top: 0
  }
}

.home3-testimonil-area .testimonial-card3 {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 40px 35px 35px;
  position: relative;
  margin-bottom: 50px;
  transition: .35s
}

.home3-testimonil-area .testimonial-card3::after {
  content: "";
  width: 60px;
  height: 28px;
  background: #1e1e1e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  -webkit-clip-path: polygon(50% 100%,0 0,100% 0);
  clip-path: polygon(50% 100%,0 0,100% 0);
  opacity: 0;
  transition: .35s
}

@media(max-width: 576px) {
  .home3-testimonil-area .testimonial-card3 {
      padding:35px 20px 30px
  }
}

.home3-testimonil-area .testimonial-card3 .quate-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transition: .35s;
  opacity: 0
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .author-area {
  display: flex;
  align-items: center;
  gap: 12px
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .author-area .author-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .author-area .author-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #e4e4e4;
  margin-bottom: 0
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .author-area .author-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
  color: var(--theme-color)
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .review-date-and-time {
  text-align: end
}

@media(max-width: 576px) {
  .home3-testimonil-area .testimonial-card3 .testimonial-btm .review-date-and-time {
      text-align:start
  }
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .review-date-and-time p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1
}

.home3-testimonil-area .testimonial-card3 .testimonial-btm .review-date-and-time span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: var(--white-color);
  opacity: .5
}

.home3-testimonil-area .testimonial-card3 .testimonial-content {
  margin-bottom: 28px
}

.home3-testimonil-area .testimonial-card3 .testimonial-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #e4e4e4;
  margin-bottom: 0
}

.home3-testimonil-area .testimonial-card3 .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 23px
}

.home3-testimonil-area .testimonial-card3 .testimonial-top .review-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px
}

.home3-testimonil-area .testimonial-card3 .testimonial-top .review-right ul li i {
  font-size: 20px;
  color: #ffc107
}

.home3-testimonil-area .author-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
  opacity: 0;
  transition: .35s
}

.home3-testimonil-area .author-img img {
  height: 90px;
  width: 90px;
  border-radius: 50%
}

.home3-testimonil-area .swiper-slide-active {
  margin-top: -40px
}

@media(max-width: 767px) {
  .home3-testimonil-area .swiper-slide-active {
      margin-top:0
  }
}

.home3-testimonil-area .swiper-slide-active .author-img {
  opacity: 1
}

.home3-testimonil-area .swiper-slide-active .testimonial-card3::after {
  opacity: 1
}

.home3-testimonil-area .swiper-slide-active .testimonial-card3 .quate-icon {
  opacity: 1
}

.home3-testimonil-area .swiper-slide-prev {
  position: relative
}

.home3-testimonil-area .swiper-slide-prev .testimonial-card3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#0F0F0F 65.02%,rgba(15,15,15,0) 140.05%)
}

.home3-testimonil-area .swiper-slide-next {
  position: relative
}

.home3-testimonil-area .swiper-slide-next .testimonial-card3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(15,15,15,0) -40%,#0F0F0F 53.05%)
}

.home3-pricing-plan-area nav {
  padding-top: 25px;
  display: flex;
  justify-content: center
}

.home3-pricing-plan-area nav .nav-tabs {
  border-bottom: none;
  background: #161a1e;
  border-radius: 10px;
  padding: 10px;
  gap: 15px
}

.home3-pricing-plan-area nav .nav-tabs .nav-link {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: var(--white-color);
  padding: 13px 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #22262a
}

@media(max-width: 576px) {
  .home3-pricing-plan-area nav .nav-tabs .nav-link {
      width:100%;
      display: flex;
      justify-content: center
  }
}

.home3-pricing-plan-area nav .nav-tabs .nav-link span {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  color: #1b1f23;
  background: var(--theme-color);
  border-radius: 100%;
  padding: 2px 5px
}

.home3-pricing-plan-area nav .nav-tabs .nav-link.active {
  background: #22262a
}

.home3-pricing-plan-area .pricing-card {
  background-image: url(../img/home-3/pricing-bg-31.png),linear-gradient(#121212,#121212);
  border: 1px solid #1e1e1e;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.home3-pricing-plan-area .pricing-card .pricing-top {
  padding: 40px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.05)
}

@media(max-width: 1399px) {
  .home3-pricing-plan-area .pricing-card .pricing-top {
      padding:40px 25px
  }
}

.home3-pricing-plan-area .pricing-card .pricing-top span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px
}

.home3-pricing-plan-area .pricing-card .pricing-top h2 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 60px;
  line-height: 44px;
  color: var(--white-color)
}

.home3-pricing-plan-area .pricing-card .pricing-top h2 sup {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .03em;
  color: var(--white-color);
  vertical-align: middle;
  top: -.7em
}

.home3-pricing-plan-area .pricing-card .pricing-top h2 sub {
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color);
  bottom: -.15em
}

.home3-pricing-plan-area .pricing-card .pricing-content {
  padding: 30px 35px 40px
}

@media(max-width: 1399px) {
  .home3-pricing-plan-area .pricing-card .pricing-content {
      padding:30px 25px 40px
  }
}

.home3-pricing-plan-area .pricing-card .pricing-content ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.home3-pricing-plan-area .pricing-card .pricing-content ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-saira);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: #e3e3e3;
  padding-bottom: 12px;
  padding-top: 12px
}

.home3-pricing-plan-area .pricing-card .pricing-content ul li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.home3-pricing-plan-area .pricing-card .pricing-content ul li svg circle {
  fill: var(--theme-color)
}

.home3-pricing-plan-area .pricing-card .pricing-content ul li svg path {
  fill: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card .pricing-content .pay-btn {
  padding-top: 50px
}

.home3-pricing-plan-area .pricing-card .pricing-content .pay-btn a {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 62px
}

.home3-pricing-plan-area .pricing-card.two {
  background-image: url(../img/home-3/pricing-bg-32.png),linear-gradient(#06D889,#06D889)
}

.home3-pricing-plan-area .pricing-card.two .pricing-top span {
  color: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card.two .pricing-top h2 {
  color: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card.two .pricing-top h2 sup {
  color: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card.two .pricing-top h2 sub {
  color: var(--white-color)
}

.home3-pricing-plan-area .pricing-card.two .pricing-top .offer-tag {
  position: relative
}

.home3-pricing-plan-area .pricing-card.two .pricing-top .offer-tag h5 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: .03em;
  color: var(--white-color);
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center
}

.home3-pricing-plan-area .pricing-card.two .pricing-top .offer-tag h5 span {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  color: var(--white-color)
}

.home3-pricing-plan-area .pricing-card.two .pricing-content ul li {
  color: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card.two .pricing-content ul li svg circle {
  fill: var(--black-color2)
}

.home3-pricing-plan-area .pricing-card.two .pricing-content ul li svg path {
  fill: var(--theme-color)
}

.home3-pricing-plan-area .pricing-card.two .pricing-content .pay-btn {
  padding-top: 50px
}

.home3-pricing-plan-area .pricing-card.two .pricing-content .pay-btn a {
  background-color: #1b1f23;
  color: #fff
}

.home3-pricing-plan-area .pricing-card.two .pricing-content .pay-btn a::after {
  background-color: #fff
}

.home3-pricing-plan-area .pricing-card.two .pricing-content .pay-btn a:hover {
  color: #1b1f23
}

.home3-contact-area {
  background-image: url(../img/home-3/home3-contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 575px;
  position: relative;
  z-index: 1
}

.home3-contact-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg,rgba(15,15,15,0.22) 0%,#0F0F0F 100%);
  z-index: -1
}

.home3-contact-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg,rgba(15,15,15,0.13) 0%,#0F0F0F 100%);
  z-index: -1
}

.home3-contact-area .contact-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 115px
}

.home3-contact-area .contact-wrapper .marquee_text {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 100px;
  letter-spacing: .03em;
  text-transform: uppercase;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.12);
  margin-bottom: 0;
  overflow: hidden
}

.home3-contact-area .contact-wrapper .contact-btn {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin-top: -50px
}

.home3-contact-area .contact-wrapper .contact-btn a {
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 50%;
  background-image: url(../img/home-4/contact-btn-bg.png),linear-gradient(#1b1f23,#1b1f23);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  transition: .8s;
  text-align: start
}

.home3-contact-area .contact-wrapper .contact-btn a svg {
  stroke: var(--white-color);
  transition: .5s
}

.home3-contact-area .contact-wrapper .contact-btn a:hover {
  border-color: var(--theme-color);
  box-shadow: inset 0 0 0 10em var(--theme-color);
  color: var(--black-color2)
}

.home3-contact-area .contact-wrapper .contact-btn a:hover svg {
  transform: rotate(45deg);
  stroke: var(--black-color2)
}

.home3-team-area .single-team {
  position: relative;
  padding: 25px 20px 20px;
  z-index: 1;
  transition: .5s
}

.home3-team-area .single-team::after {
  content: "";
  background-image: url(../img/home-3/team-bg-1.png),linear-gradient(#1E1E1E,#1E1E1E);
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: .5s;
  z-index: -1
}

.home3-team-area .single-team .team-img {
  position: relative;
  transition: .5s
}

.home3-team-area .single-team .team-img .social-area {
  transition: .5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  bottom: 15px
}

.home3-team-area .single-team .team-img .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px
}

.home3-team-area .single-team .team-img .social-area ul li a {
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.home3-team-area .single-team .team-img .social-area ul li a:hover {
  color: var(--black-color2)
}

.home3-team-area .single-team .team-img img {
  border-radius: 5px;
  width: 100%
}

.home3-team-area .single-team .team-content {
  padding-top: 17px;
  text-align: center
}

.home3-team-area .single-team .team-content h5 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 0
}

.home3-team-area .single-team .team-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5
}

.home3-team-area .single-team:hover::after {
  background-image: url(../img/home-3/team-bg-2.png),linear-gradient(#1E1E1E,#1E1E1E);
  border: 1px solid rgba(255,255,255,.1)
}

.home3-team-area .single-team:hover .team-img .social-area {
  opacity: 1;
  transform: translateX(-50%) scale(1)
}

.home3-team-area .swiper-pagination22 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: unset!important;
  bottom: unset!important;
  display: flex;
  gap: 15px
}

@media(max-width: 767px) {
  .home3-team-area .swiper-pagination22 {
      display:none;
      visibility: hidden
  }
}

.home3-team-area .swiper-pagination22 .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.5);
  opacity: 1;
  position: relative
}

.home3-team-area .swiper-pagination22 .swiper-pagination-bullet::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.home3-team-area .swiper-pagination22 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.home3-team-area .swiper-pagination22 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.home3-team-area .experts-card {
  transition: .5s
}

.home3-team-area .experts-card .experts-img {
  position: relative;
  transition: .5s
}

.home3-team-area .experts-card .experts-img img {
  border-radius: 5px 5px 0 0;
  width: 100%
}

.home3-team-area .experts-card .experts-img .expert-social {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(176.24deg,rgba(29,29,29,0) 10.39%,#1D1D1D 86.62%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: .5s;
  opacity: 0
}

.home3-team-area .experts-card .experts-img .expert-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px
}

.home3-team-area .experts-card .experts-img .expert-social ul li a {
  font-size: 20px;
  color: var(--white-color);
  transition: .5s
}

.home3-team-area .experts-card .experts-img .expert-social ul li a:hover {
  color: var(--theme-color)
}

.home3-team-area .experts-card .experts-content {
  padding-top: 22px
}

.home3-team-area .experts-card .experts-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  color: var(--white-color);
  margin-bottom: 3px;
  transition: .5s
}

.home3-team-area .experts-card .experts-content h4:hover {
  color: var(--theme-color)
}

.home3-team-area .experts-card .experts-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5
}

.home3-team-area .experts-card:hover .experts-img .expert-social {
  transform: scaleY(1);
  opacity: 1
}

.home3-team-area .experts:nth-child(odd) {
  margin-top: 30px
}

@media(max-width: 991px) {
  .home3-team-area .experts {
      margin-bottom:30px
  }

  .home3-team-area .experts:nth-child(odd) {
      margin-top: 0
  }
}

.home3-blog-area .single-blog {
  border-radius: 5px;
  transition: .5s
}

.home3-blog-area .single-blog .blog-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  transition: .5s
}

.home3-blog-area .single-blog .blog-img img {
  border-radius: 5px 5px 0 0;
  transition: .5s
}

@media(max-width: 991px) {
  .home3-blog-area .single-blog .blog-img img {
      width:100%
  }
}

.home3-blog-area .single-blog .blog-img .blog-tag {
  position: absolute;
  top: 0;
  right: 0
}

.home3-blog-area .single-blog .blog-img .blog-tag a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--black-color2);
  background: var(--theme-color);
  border-radius: 0 5px 0 0;
  padding: 10px 16px;
  display: inline-block;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.home3-blog-area .single-blog .blog-img .blog-tag a::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 0 2px 0 0;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0,1);
  z-index: -1;
  transition: all .5s ease-out 0s
}

.home3-blog-area .single-blog .blog-img .blog-tag a:hover {
  color: var(--white-color)
}

.home3-blog-area .single-blog .blog-img .blog-tag a:hover::after {
  transform: skewX(45deg) scale(1,1)
}

.home3-blog-area .single-blog .blog-content {
  background: #151515;
  padding: 20px 25px;
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.home3-blog-area .single-blog .blog-content .blog-meta li a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #b5b5b5;
  transition: .4s
}

.home3-blog-area .single-blog .blog-content .blog-meta li a:hover {
  color: var(--theme-color)
}

.home3-blog-area .single-blog .blog-content h4 {
  margin-bottom: 0
}

.home3-blog-area .single-blog .blog-content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .4s
}

@media(max-width: 1199px) {
  .home3-blog-area .single-blog .blog-content h4 a {
      font-size:22px
  }
}

.home3-blog-area .single-blog .blog-content h4 a:hover {
  color: var(--theme-color)
}

.home3-blog-area .single-blog .blog-content p {
  font-family: var(--font-saira);
  font-size: 15px;
  color: #b5b5b5;
  padding-top: 5px
}

.home3-blog-area .single-blog .blog-content .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px
}

.home3-blog-area .single-blog .blog-content .blog-footer .read-btn a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-footer .read-btn a svg {
  stroke: var(--theme-color);
  transform: rotate(45deg);
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-footer .read-btn a:hover {
  color: var(--white-color)
}

.home3-blog-area .single-blog .blog-content .blog-footer .read-btn a:hover svg {
  stroke: var(--white-color);
  transform: rotate(90deg)
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area {
  display: flex;
  align-items: center;
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area span {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  padding: 4px 12px;
  margin-right: -28px;
  transform: scaleX(0);
  transition: .5s;
  transform-origin: right
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul li {
  position: relative
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul li a {
  color: var(--white-color);
  font-size: 18px;
  display: flex;
  transition: .5s
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul li a:hover {
  color: var(--theme-color)
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background-color: rgba(255,255,255,.2)
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area ul li:first-child::after {
  display: none;
  visibility: hidden
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area:hover span {
  opacity: 0
}

.home3-blog-area .single-blog .blog-content .blog-footer .social-area:hover ul {
  transform: scaleX(1);
  position: relative;
  z-index: 9
}

.home3-blog-area .single-blog:hover .blog-img img {
  transform: scale(1.05)
}

.home3-blog-area .single-blog:hover .blog-content {
  background: #292929
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-about-area {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-about-area .about-content .section-title-5 {
  margin-bottom: 20px
}

.home5-about-area .about-content p {
  font-family: saira;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 0
}

.home5-about-area .about-content .about-featue {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
  columns: 2;
  padding-top: 35px;
  margin-bottom: 35px
}

@media(max-width: 576px) {
  .home5-about-area .about-content .about-featue {
      -moz-columns:1;
      columns: 1
  }
}

.home5-about-area .about-content .about-featue li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  color: #d7d7d7;
  margin-bottom: 30px
}

.home5-about-area .about-content .about-featue li:nth-child(even) {
  margin-bottom: 0
}

@media(max-width: 576px) {
  .home5-about-area .about-content .about-featue li:nth-child(even) {
      margin-bottom:30px
  }
}

@media(max-width: 576px) {
  .home5-about-area .about-content .about-featue li:last-child {
      margin-bottom:0
  }
}

.home5-about-area .about-content .about-featue li svg {
  fill: var(--theme-color)
}

.home5-about-area .about-img-wrap {
  height: 100%;
  display: flex;
  justify-content: end;
  position: relative
}

@media(max-width: 767px) {
  .home5-about-area .about-img-wrap {
      justify-content:center
  }
}

.home5-about-area .about-img-wrap .about-img {
  position: relative;
  display: block;
  z-index: 1
}

@media(max-width: 767px) {
  .home5-about-area .about-img-wrap .about-img {
      display:none;
      visibility: hidden
  }
}

@media(max-width: 1199px) {
  .home5-about-area .about-img-wrap .about-img img {
      height:95%
  }
}

.home5-about-area .about-img-wrap .about-img::after {
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  height: 92%;
  width: 106%;
  border: 1px solid rgba(6,216,137,.25);
  z-index: -1
}

.home5-about-area .about-img-wrap .about-img::before {
  content: "";
  height: 94%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(29,29,29,0.42) 0%,rgba(29,29,29,0.4) 100%)
}

.home5-about-area .about-img-wrap .about-video-area {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 2;
  border-radius: 210px
}

@media(max-width: 767px) {
  .home5-about-area .about-img-wrap .about-video-area {
      position:relative;
      left: initial;
      bottom: initial;
      display: flex;
      align-items: center
  }
}

.home5-about-area .about-img-wrap .about-video-area::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(29,29,29,.5);
  border-radius: 210px
}

.home5-about-area .about-img-wrap .about-video-area .about-video-btn {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}

.home5-about-area .about-img-wrap .about-video-area .about-video-btn i {
  color: rgba(255,255,255,.5);
  font-size: 50px
}

.home5-about-area .about-img-wrap .about-video-area img {
  border-radius: 210px
}

.home5-services-section {
  background-image: url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-services-section {
      padding-left:70px;
      padding-right: 70px
  }
}

@media(max-width: 991px) {
  .home5-services-section {
      padding:80px 0
  }
}

.home5-services-section.two {
  background-image: unset;
  padding: 0
}

.home5-services-section .solution-card {
  background: #171717;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 5px;
  padding: 30px;
  transition: .5s
}

@media(max-width: 576px) {
  .home5-services-section .solution-card {
      padding:25px 20px
  }
}

.home5-services-section .solution-card .icon svg {
  fill: var(--theme-color)
}

.home5-services-section .solution-card .icon {
  margin-bottom: 30px;
  position: relative
}

.home5-services-section .solution-card .icon .icon-bg {
  position: absolute;
  left: -30px;
  top: -30px
}

.home5-services-section .solution-card .icon svg {
  fill: var(--theme-color)
}

.home5-services-section .solution-card .solution-content h4 {
  margin-bottom: 15px
}

.home5-services-section .solution-card .solution-content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #e4e4e4;
  transition: .5s
}

@media(max-width: 767px) {
  .home5-services-section .solution-card .solution-content h4 a {
      font-size:24px
  }
}

.home5-services-section .solution-card .solution-content h4 a:hover {
  color: var(--theme-color)
}

.home5-services-section .solution-card .solution-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 40px
}

.home5-services-section .solution-card:hover {
  border: 1px solid rgba(117,218,180,.5)
}

.home5-process-area {
  position: relative
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-process-area {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-process-area .achievement-text-slider {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%
}

.home5-process-area .achievement-text-slider .marquee_text2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 40px;
  display: flex;
  color: rgba(255,255,255,.1);
  margin-bottom: 0
}

.home5-process-area .achievement-text-slider .marquee_text2 .js-marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px
}

.home5-process-area .achievement-text-slider .marquee_text2 .js-marquee span {
  color: rgba(6,216,137,.05)
}

.home5-process-area .achievement-text-slider .marquee_text2 .js-marquee:last-child {
  display: none;
  visibility: hidden
}

.home5-process-area .single-process {
  transition: .5s
}

.home5-process-area .single-process .sl {
  margin-bottom: 17px;
  transition: .5s
}

.home5-process-area .single-process .sl h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .03em;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.12);
  transition: .5s
}

.home5-process-area .single-process .content h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
  transition: .5s
}

@media(max-width: 1199px) {
  .home5-process-area .single-process .content h3 {
      font-size:28px
  }
}

.home5-process-area .single-process .content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.home5-process-area .single-process:hover .sl h2 {
  -webkit-text-stroke: 1px rgba(6,216,137,.2)
}

.home5-process-area .single-process:hover .content h3 {
  color: var(--theme-color)
}

.home5-process-area .achievement-area {
  padding-top: 105px
}

@media(max-width: 991px) {
  .home5-process-area .achievement-area {
      padding-top:80px
  }
}

.home5-process-area .achievement-area .achievement-content {
  max-width: 560px;
  width: 100%;
  padding-left: 50px
}

@media(max-width: 1199px) {
  .home5-process-area .achievement-area .achievement-content {
      padding-left:0
  }
}

.home5-process-area .achievement-area .achievement-content h2 {
  margin-bottom: 5px;
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  color: var(--theme-color)
}

.home5-process-area .achievement-area .achievement-content h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: .02em;
  color: var(--white-color)
}

@media(max-width: 576px) {
  .home5-process-area .achievement-area .achievement-content h3 {
      font-size:24px
  }
}

.home5-process-area .achievement-area .achievement-content h3 span {
  color: var(--theme-color);
  font-size: 33px
}

@media(max-width: 576px) {
  .home5-process-area .achievement-area .achievement-content h3 span {
      font-size:27px
  }
}

.home5-process-area .achievement-area .achievement-content h3 span.year {
  position: relative;
  padding-left: 8px;
  padding-right: 8px
}

.home5-process-area .achievement-area .achievement-content h3 span.year::after {
  content: "";
  background-color: rgba(6,216,137,.15);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40px
}

.home5-process-area .achievement-area .achievement-img {
  border-radius: 250px;
  position: relative
}

@media(max-width: 991px) {
  .home5-process-area .achievement-area .achievement-img {
      display:inline-block
  }
}

.home5-process-area .achievement-area .achievement-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 250px;
  background: linear-gradient(180deg,rgba(29,29,29,0.3) 0%,rgba(29,29,29,0.6) 100%)
}

.home5-process-area .achievement-area .achievement-img img {
  border-radius: 250px
}

.home5-partner-area {
  background-image: url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-partner-area {
      padding-left:70px;
      padding-right: 70px
  }
}

@media(max-width: 991px) {
  .home5-partner-area {
      padding:80px 0
  }
}

.home5-partner-area .partner-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 6;
  columns: 6;
  gap: 0
}

@media(max-width: 991px) {
  .home5-partner-area .partner-wrap ul {
      -moz-columns:4;
      columns: 4
  }
}

@media(max-width: 767px) {
  .home5-partner-area .partner-wrap ul {
      -moz-columns:3;
      columns: 3
  }
}

@media(max-width: 576px) {
  .home5-partner-area .partner-wrap ul {
      -moz-columns:2;
      columns: 2
  }
}

.home5-partner-area .partner-wrap ul li {
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 10px;
  transition: .5s
}

.home5-partner-area .partner-wrap ul li:hover {
  background: rgba(255,255,255,.1)
}

@media(max-width: 1399px) {
  .home5-partner-area .partner-wrap ul li {
      padding:20px 0
  }
}

@media(max-width: 1199px) {
  .home5-partner-area .partner-wrap ul li {
      padding:12px 0
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-case-study {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-case-study .primary-btn3 {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 0
}

.home5-case-study .primary-btn3::after {
  border-radius: 0;
  background-color: var(--theme-color)
}

.home5-case-study .primary-btn3:hover {
  color: var(--white-color)
}

.home5-case-study .single-case-study {
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 50px 0
}

@media(max-width: 991px) {
  .home5-case-study .single-case-study {
      padding:40px 0 50px
  }
}

@media(max-width: 576px) {
  .home5-case-study .single-case-study {
      padding:30px 0 40px
  }
}

.home5-case-study .single-case-study:last-child {
  padding-bottom: 0
}

.home5-case-study .single-case-study .case-study-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 10px
}

@media(max-width: 1199px) {
  .home5-case-study .single-case-study .case-study-content span {
      font-size:15px
  }
}

.home5-case-study .single-case-study .case-study-content h3 {
  margin-bottom: 0
}

.home5-case-study .single-case-study .case-study-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s
}

.home5-case-study .single-case-study .case-study-content h3 a:hover {
  color: var(--theme-color)
}

.home5-case-study .single-case-study .case-study-img-and-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

@media(max-width: 576px) {
  .home5-case-study .single-case-study .case-study-img-and-btn {
      flex-wrap:wrap;
      gap: 30px
  }
}

.home5-case-study .single-case-study .case-study-img-and-btn .case-img {
  border-radius: 5px
}

.home5-case-study .single-case-study .case-study-img-and-btn .case-img img {
  border-radius: 5px
}

.home5-case-study .single-case-study .case-study-img-and-btn .primary-btn8 svg {
  margin-left: 0;
  margin-right: 7px;
  transform: rotate(0);
  transition: .5s
}

.home5-case-study .single-case-study .case-study-img-and-btn .primary-btn8:hover svg {
  transform: rotate(45deg)
}

.home5-testimonial-area {
  background-image: url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-testimonial-area {
      padding-left:70px;
      padding-right: 70px
  }
}

@media(max-width: 991px) {
  .home5-testimonial-area {
      padding:80px 0
  }
}

.home5-testimonial-area .testimolial-left p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  padding-top: 20px
}

.home5-testimonial-area .testimolial-left .customar-review {
  padding-top: 45px
}

.home5-testimonial-area .testimolial-left .customar-review h6 {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 12px
}

.home5-testimonial-area .testimolial-left .customar-review>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px
}

@media(max-width: 1199px) {
  .home5-testimonial-area .testimolial-left .customar-review>ul {
      gap:20px
  }
}

.home5-testimonial-area .testimolial-left .customar-review>ul li .single-review {
  padding: 15px 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  max-width: 168px;
  width: 100%;
  display: block
}

@media(max-width: 576px) {
  .home5-testimonial-area .testimolial-left .customar-review>ul li .single-review {
      padding:7px 10px
  }
}

.home5-testimonial-area .testimolial-left .customar-review>ul li .single-review .icon {
  margin-bottom: 8px
}

.home5-testimonial-area .testimolial-left .customar-review>ul li .single-review .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 4px
}

.home5-testimonial-area .testimolial-left .customar-review>ul li .single-review .star li {
  line-height: 1;
  font-size: 14px;
  color: #fff
}

.home5-testimonial-area .testimolial-left .customar-review>ul li .single-review .star li i {
  font-size: 10px;
  color: #f9bf00
}

.home5-testimonial-area .testimonial-wrapper {
  position: relative;
  padding: 30px
}

@media(max-width: 767px) {
  .home5-testimonial-area .testimonial-wrapper {
      padding:0
  }
}

.home5-testimonial-area .testimonial-wrapper .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

@media(max-width: 767px) {
  .home5-testimonial-area .testimonial-wrapper .testimonial-top {
      flex-wrap:wrap;
      gap: 15px
  }
}

.home5-testimonial-area .testimonial-wrapper .testimonial-top .author-img {
  height: 90px;
  width: 90px;
  border-radius: 50%
}

.home5-testimonial-area .testimonial-wrapper .testimonial-top .author-img img {
  height: 90px;
  width: 90px;
  border-radius: 50%
}

.home5-testimonial-area .testimonial-wrapper .testimonial-content {
  padding-top: 33px;
  margin-bottom: 38px
}

.home5-testimonial-area .testimonial-wrapper .testimonial-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  text-transform: capitalize;
  color: #e4e4e4
}

@media(max-width: 576px) {
  .home5-testimonial-area .testimonial-wrapper .testimonial-content p {
      font-size:18px;
      line-height: 35px
  }
}

.home5-testimonial-area .testimonial-wrapper .testimonial-btm .author-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 24px;
  color: #e4e4e4;
  margin-bottom: 3px
}

.home5-testimonial-area .testimonial-wrapper .testimonial-btm .author-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .02em;
  color: var(--theme-color)
}

.home5-testimonial-area .testimonial-wrapper .testimonial-btm .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 20px
}

.home5-testimonial-area .swiper-btn-group {
  flex-direction: column;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 1500px) {
  .home5-testimonial-area .swiper-btn-group {
      right:0
  }
}

@media(max-width: 767px) {
  .home5-testimonial-area .swiper-btn-group {
      display:none;
      visibility: hidden
  }
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-award-area {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-award-area .award-wrapper table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table thead {
      display:none;
      visibility: hidden
  }
}

.home5-award-area .award-wrapper table thead tr {
  border-bottom: 1px solid rgba(255,255,255,.1)
}

.home5-award-area .award-wrapper table thead tr td {
  padding: 35px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--theme-color)
}

@media(max-width: 991px) {
  .home5-award-area .award-wrapper table thead tr td {
      padding:35px 15px
  }
}

.home5-award-area .award-wrapper table thead tr td:first-child {
  width: 45%
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table thead tr td:first-child {
      width:55%
  }
}

.home5-award-area .award-wrapper table thead tr td:nth-child(2) {
  text-align: center;
  width: 20%
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table thead tr td:nth-child(2) {
      width:25%
  }
}

.home5-award-area .award-wrapper table thead tr td:last-child {
  text-align: end;
  width: 35%
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table thead tr td:last-child {
      width:25%
  }
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody {
      display:block;
      width: 100%
  }
}

.home5-award-area .award-wrapper table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: .5s
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr {
      display:block;
      width: 100%
  }
}

.home5-award-area .award-wrapper table tbody tr td {
  padding: 32px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: rgba(224,224,224,.7);
  position: relative;
  transition: .5s
}

@media(max-width: 991px) {
  .home5-award-area .award-wrapper table tbody tr td {
      padding:35px 15px
  }
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr td {
      padding:15px 0
  }
}

.home5-award-area .award-wrapper table tbody tr td img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: .5s;
  transform-origin: bottom
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr td img {
      display:none;
      visibility: hidden
  }
}

.home5-award-area .award-wrapper table tbody tr td:first-child {
  width: 45%;
  font-weight: 500;
  color: #fff
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table tbody tr td:first-child {
      width:55%
  }
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr td:first-child {
      text-align:end
  }
}

.home5-award-area .award-wrapper table tbody tr td:nth-child(2) {
  text-align: center;
  width: 20%
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table tbody tr td:nth-child(2) {
      width:25%
  }
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr td:nth-child(2) {
      text-align:end
  }
}

.home5-award-area .award-wrapper table tbody tr td:last-child {
  text-align: end;
  width: 35%
}

@media(max-width: 1199px) {
  .home5-award-area .award-wrapper table tbody tr td:last-child {
      width:20%
  }
}

@media(max-width: 767px) {
  .home5-award-area .award-wrapper table tbody tr td {
      width:100%!important;
      display: block;
      padding-left: 30%;
      font-size: 16px
  }

  .home5-award-area .award-wrapper table tbody tr td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 30%;
      text-align: left;
      font-weight: 600;
      color: #fff;
      font-size: 16px
  }
}

.home5-award-area .award-wrapper table tbody tr:hover td {
  color: #e0e0e0
}

.home5-award-area .award-wrapper table tbody tr:hover td img {
  opacity: 1;
  transform: scaleY(1)
}

.collaborate-section {
  background-image: linear-gradient(90deg,#171717 8.12%,#171717 40.79%,rgba(23,23,23,0.96) 49.45%,rgba(23,23,23,0.94) 55.48%,rgba(23,23,23,0.1) 99.09%),url(../img/home-5/collaborate-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 135px 100px
}

@media(max-width: 767px) {
  .collaborate-section {
      padding:100px 0
  }
}

.collaborate-section .get-btn {
  padding-top: 45px
}

.collaborate-section .get-btn a {
  border-radius: unset;
  font-size: 18px;
  padding: 14px 40px
}

.collaborate-section .get-btn a::after {
  border-radius: unset
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-team-section {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-team-section .single-team {
  background: #121212;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 200px 200px 0 0;
  padding: 20px 20px 30px;
  position: relative;
  transition: .5s
}

@media(max-width: 1199px) {
  .home5-team-section .single-team {
      padding:20px 15px 30px
  }
}

.home5-team-section .single-team .social-area {
  border: 1px solid rgba(255,255,255,.2);
  max-width: 42px;
  width: 100%;
  padding: 25px 0;
  position: absolute;
  left: -42px;
  bottom: 50px;
  transition: .5s;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #121212;
  z-index: 99999
}

@media(max-width: 991px) {
  .home5-team-section .single-team .social-area {
      left:0;
      transform-origin: left
  }
}

.home5-team-section .single-team .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px
}

.home5-team-section .single-team .social-area ul li {
  position: relative
}

.home5-team-section .single-team .social-area ul li::after {
  content: "";
  height: 2.6px;
  width: 2.6px;
  background-color: rgba(255,255,255,.2);
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%)
}

.home5-team-section .single-team .social-area ul li:last-child::after {
  display: none;
  visibility: hidden
}

.home5-team-section .single-team .social-area ul li a {
  color: rgba(255,255,255,.7);
  transition: .5s
}

.home5-team-section .single-team .social-area ul li a:hover {
  color: var(--white-color)
}

.home5-team-section .single-team .team-img {
  border-radius: 200px 200px 0 0;
  margin-bottom: 30px;
  transition: .5s
}

.home5-team-section .single-team .team-img img {
  border-radius: 200px 200px 0 0;
  transition: .5s
}

@media(max-width: 991px) {
  .home5-team-section .single-team .team-img img {
      width:100%
  }
}

.home5-team-section .single-team .team-content {
  text-align: center
}

.home5-team-section .single-team .team-content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 2px
}

@media(max-width: 576px) {
  .home5-team-section .single-team .team-content h4 {
      font-size:22px
  }
}

.home5-team-section .single-team .team-content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 1
}

.home5-team-section .single-team:hover {
  border-radius: 0
}

.home5-team-section .single-team:hover .social-area {
  opacity: 1;
  transform: scaleX(1)
}

.home5-team-section .single-team:hover .team-img {
  border-radius: 0
}

.home5-team-section .single-team:hover .team-img img {
  border-radius: 0
}

@media(min-width: 1400px) and (max-width:1599px) {
  .home5-blog-area {
      padding-left:70px;
      padding-right: 70px
  }
}

.home5-blog-area .blog-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background-color: rgba(217,217,217,.15)
}

.home5-blog-area .blog-wrapper .single-blog-card {
  padding: 60px 0;
  transition: .5s
}

@media(max-width: 1500px) {
  .home5-blog-area .blog-wrapper .single-blog-card {
      padding:45px 0
  }
}

@media(max-width: 1199px) {
  .home5-blog-area .blog-wrapper .single-blog-card {
      padding:25px 0
  }
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content ul li a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #b5b5b5
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content ul li:last-child a {
  color: var(--theme-color)
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content h3 {
  margin-bottom: 10px
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.45;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s
}

@media(max-width: 1500px) {
  .home5-blog-area .blog-wrapper .single-blog-card .blog-content h3 a {
      font-size:24px
  }
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content h3 a:hover {
  color: var(--theme-color)
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #e4e4e4;
  margin-bottom: 36px
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-img {
  border: .5px solid rgba(255,255,255,.15);
  padding: 5px;
  transition: .5s
}

.home5-blog-area .blog-wrapper .single-blog-card .blog-img img {
  width: 100%
}

.home5-blog-area .blog-wrapper .single-blog-card:hover .blog-img {
  padding: 0
}


footer.two {
  background-image: url(../img/footer/footer-bg.png),linear-gradient(#1d2125,#1d2125)
}

@media(max-width: 767px) {
  footer.two {
      background-image:url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717)
  }
}

footer.three {
  background-image: url(../img/footer/footer-bg.png),linear-gradient(#171717,#171717)
}

@media(min-width: 1400px) and (max-width:1599px) {
  footer.three {
      padding-left:70px;
      padding-right: 70px
  }
}

@media(max-width: 767px) {
  footer.three {
      background-image:url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717)
  }
}

footer.four {
  background-image: url(../img/footer/footer-bg.png),linear-gradient(#1e1c22,#1e1c22)
}

@media(max-width: 767px) {
  footer.four {
      background-image:url(../img/home-5/home5-services-bg.png),linear-gradient(#171717,#171717)
  }
}



footer .footer-top .footer-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0
}

@media(max-width: 576px) {
  footer .footer-top .footer-top-content {
      flex-wrap:wrap;
      gap: 20px
  }
}

footer .footer-top .footer-top-content .footer-contect {
  display: flex;
  align-items: center;
  gap: 10px
}

footer .footer-top .footer-top-content .footer-contect .icon svg {
  fill: var(--theme-color)
}

footer .footer-top .footer-top-content .footer-contect .content span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .03em;
  color: var(--white-color);
  display: inline-block;
  margin-bottom: 3px
}

footer .footer-top .footer-top-content .footer-contect .content h6 {
  margin-bottom: 0
}

footer .footer-top .footer-top-content .footer-contect .content h6 a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .03em;
  color: var(--white-color);
  transition: .5s
}

footer .footer-top .footer-top-content .footer-contect .content h6 a:hover {
  color: var(--theme-color)
}

footer .footer-widget .footer-contact {
  max-width: 300px;
  width: 100%;
  margin: 0 auto
}

footer .footer-widget .footer-contact h4 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 23px;
  letter-spacing: .03em;
  color: var(--white-color)
}

footer .footer-widget .footer-contact h4 svg {
  fill: var(--theme-color)
}

footer .footer-widget .footer-contact h6 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  color: var(--white-color);
  margin-bottom: 20px
}

footer .footer-widget .footer-contact a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  transition: .5s
}

footer .footer-widget .footer-contact a:hover {
  color: var(--theme-color)
}

footer .footer-widget .footer-contact .form-inner {
  display: flex;
  align-items: center
}

footer .footer-widget .footer-contact .form-inner input {
  width: 100%;
  background: rgba(27,31,35,.8);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px 0 0 5px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 13px;
  color: #a4a4a4;
  height: 50px;
  padding: 25px 20px
}

footer .footer-widget .footer-contact .form-inner button {
  height: 50px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: var(--theme-color);
  border-radius: 0 5px 5px 0;
  transition: .5s
}

footer .footer-widget .footer-contact .form-inner button svg {
  stroke: #1d1d1d;
  transition: .5s
}

footer .footer-widget .footer-contact .form-inner button:hover {
  background-color: var(--white-color)
}

footer .footer-widget .widget-title {
  margin-bottom: 25px
}

footer .footer-widget .widget-title h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: .03em;
  color: var(--white-color);
  margin-bottom: 0
}

footer .footer-widget .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none
}

footer .footer-widget .menu-container ul li {
  margin-bottom: 18px
}

footer .footer-widget .menu-container ul li:last-child {
  margin-bottom: 0
}

footer .footer-widget .menu-container ul li a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  color: #b4b4b4;
  transition: .5s
}

footer .footer-widget .menu-container ul li a:hover {
  color: var(--theme-color)
}

footer .footer-btm {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 80px
}

footer .footer-btm .footer-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0
}

@media(max-width: 767px) {
  footer .footer-btm .footer-btn-content {
      flex-wrap:wrap;
      gap: 10px;
      justify-content: center
  }
}

footer .footer-btm .footer-btn-content .copyright-area p {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  color: #e4e4e4
}

@media(max-width: 767px) {
  footer .footer-btm .footer-btn-content .copyright-area p {
      text-align:center
  }
}

footer .footer-btm .footer-btn-content .copyright-area p a {
  color: var(--white-color);
  font-weight: 700;
  transition: .5s
}

footer .footer-btm .footer-btn-content .copyright-area p a:hover {
  color: var(--theme-color)
}

footer .footer-btm .footer-btn-content .footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px
}

footer .footer-btm .footer-btn-content .footer-social ul li a {
  height: 28px;
  width: 28px;
  border-radius: 4px;
  background-color: rgba(15,16,18,.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: .5s
}

footer .footer-btm .footer-btn-content .footer-social ul li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color)
}

.bg-6 {
  background: #161519
}

.review-and-counter-area {
  display: flex;
  align-items: center
}

@media(max-width: 1199px) {
  .review-and-counter-area {
      flex-direction:column
  }
}

.review-and-counter-area .customar-review {
  background-image: url(../img/home-6/home6-client-review-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 545px;
  padding: 50px 85px
}

@media(max-width: 1399px) {
  .review-and-counter-area .customar-review {
      min-width:unset;
      max-width: 450px;
      width: 100%;
      padding: 70px 35px
  }
}

@media(max-width: 1199px) {
  .review-and-counter-area .customar-review {
      max-width:100%
  }
}

@media(max-width: 576px) {
  .review-and-counter-area .customar-review {
      padding:70px 10px
  }
}

.review-and-counter-area .customar-review h6 {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 12px
}

.review-and-counter-area .customar-review>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
  columns: 2
}

@media(max-width: 1199px) {
  .review-and-counter-area .customar-review>ul {
      -moz-columns:unset;
      columns: unset;
      display: flex;
      gap: 20px
  }
}

@media(max-width: 576px) {
  .review-and-counter-area .customar-review>ul {
      flex-wrap:wrap;
      justify-self: center
  }
}

@media(max-width: 1199px) {
  .review-and-counter-area .customar-review>ul>li:last-child {
      margin-bottom:0
  }
}

@media(max-width: 576px) {
  .review-and-counter-area .customar-review>ul>li {
      display:flex;
      justify-content: center
  }
}

.review-and-counter-area .customar-review>ul>li a {
  padding: 15px 25px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  max-width: 168px;
  width: 100%;
  display: block
}

@media(max-width: 576px) {
  .review-and-counter-area .customar-review>ul>li a {
      padding:10px
  }
}

.review-and-counter-area .customar-review>ul>li a .icon {
  margin-bottom: 8px
}

.review-and-counter-area .customar-review>ul>li a .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 4px
}

.review-and-counter-area .customar-review>ul>li a .star li {
  line-height: 1;
  font-size: 14px;
  color: #fff
}

.review-and-counter-area .customar-review>ul>li a .star li i {
  font-size: 10px;
  color: #f9bf00
}

.review-and-counter-area .counter-area {
  padding: 69px 30px;
  width: 100%
}

@media(max-width: 1399px) {
  .review-and-counter-area .counter-area {
      padding:69px 10px
  }
}

@media(max-width: 1199px) {
  .review-and-counter-area .counter-area {
      padding:0 10px
  }
}

.review-and-counter-area .counter-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 4;
  columns: 4;
  gap: 0
}

@media(max-width: 767px) {
  .review-and-counter-area .counter-area ul {
      -moz-columns:2;
      columns: 2
  }
}

@media(max-width: 576px) {
  .review-and-counter-area .counter-area ul {
      -moz-columns:1;
      columns: 1
  }
}

.review-and-counter-area .counter-area ul li {
  display: flex;
  justify-content: center;
  position: relative
}

@media(max-width: 767px) {
  .review-and-counter-area .counter-area ul li {
      margin-bottom:30px
  }

  .review-and-counter-area .counter-area ul li:nth-child(even) {
      margin-bottom: 0
  }
}

@media(max-width: 576px) {
  .review-and-counter-area .counter-area ul li:nth-child(even) {
      margin-bottom:30px
  }

  .review-and-counter-area .counter-area ul li:last-child {
      margin-bottom: 0
  }
}

.review-and-counter-area .counter-area ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,.1)
}

@media(max-width: 767px) {
  .review-and-counter-area .counter-area ul li::after {
      display:none;
      visibility: hidden
  }
}

.review-and-counter-area .counter-area ul li:last-child::after {
  display: none;
  visibility: hidden
}

@media(max-width: 576px) {
  .review-and-counter-area .counter-area .single-counter {
      text-align:center
  }
}

.review-and-counter-area .counter-area .single-counter .number {
  display: flex;
  align-items: baseline
}

@media(max-width: 576px) {
  .review-and-counter-area .counter-area .single-counter .number {
      text-align:center;
      justify-content: center
  }
}

.review-and-counter-area .counter-area .single-counter .number h3 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 38px;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 1399px) {
  .review-and-counter-area .counter-area .single-counter .number h3 {
      font-size:32px
  }
}

.review-and-counter-area .counter-area .single-counter .number span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  display: inline-block;
  margin-left: 5px
}

@media(max-width: 1399px) {
  .review-and-counter-area .counter-area .single-counter .number span {
      font-size:18px
  }
}

.review-and-counter-area .counter-area .single-counter p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #b5b5b5;
  padding-top: 3px
}

@media(max-width: 576px) {
  .review-and-counter-area .counter-area .single-counter p {
      text-align:center
  }
}

.home6-solution-section {
  background: #1e1c22;
  padding: 100px 0
}

@media(max-width: 991px) {
  .home6-solution-section {
      padding:80px 0
  }
}

.home6-solution-section .single-solution {
  position: relative;
  border-radius: 5px;
  z-index: 1;
  padding: 30px 30px 50px;
  overflow: hidden;
  transition: .5s
}

.home6-solution-section .single-solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-6/home6-solution-bg1.png),linear-gradient(#161519,#161519);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: .5s
}

.home6-solution-section .single-solution .background-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  transition: .5s;
  opacity: 0
}

.home6-solution-section .single-solution .background-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.home6-solution-section .single-solution .background-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23,24,28,.75);
  transition: .5s
}

.home6-solution-section .single-solution .sl {
  margin-bottom: 15px
}

.home6-solution-section .single-solution .sl h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 50px;
  letter-spacing: .03em;
  color: rgba(255,255,255,.08);
  margin-bottom: 0
}

.home6-solution-section .single-solution .solution-content h3 {
  margin-bottom: 13px
}

.home6-solution-section .single-solution .solution-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #fff
}

.home6-solution-section .single-solution .solution-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 30px
}

.home6-solution-section .single-solution .solution-btn-icon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.home6-solution-section .single-solution .icon {
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: .5s;
  transform: scale(1);
  transform-origin: right bottom
}

.home6-solution-section .single-solution .icon svg {
  fill: var(--theme-color)
}

.home6-solution-section .single-solution .icon .blure {
  position: absolute
}

.home6-solution-section .single-solution .icon::after {
  content: "";
  background-color: rgba(6,216,137,.1);
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  bottom: -78px;
  right: -55px
}

.home6-solution-section .single-solution:hover::after {
  opacity: 0
}

.home6-solution-section .single-solution:hover .background-img {
  opacity: 1
}

.home6-solution-section .single-solution:hover .icon {
  opacity: 0;
  transform: scale(0)
}

.home6-solution-section .single-solution:hover .sl h2 {
  color: rgba(255,255,255,.2)
}

.home6-solution-section .single-solution:hover .solution-content h3 a {
  color: #fff
}

.home6-solution-section .single-solution:hover .solution-content p {
  color: rgba(255,255,255,.7)
}

.home6-solution-section .swiper-pagination61 {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  gap: 15px
}

@media(max-width: 767px) {
  .home6-solution-section .swiper-pagination61 {
      display:none;
      visibility: hidden
  }
}

.home6-solution-section .swiper-pagination61 .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  opacity: 1;
  position: relative
}

.home6-solution-section .swiper-pagination61 .swiper-pagination-bullet::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0
}

.home6-solution-section .swiper-pagination61 .swiper-pagination-bullet-active {
  border-color: var(--theme-color)
}

.home6-solution-section .swiper-pagination61 .swiper-pagination-bullet-active::after {
  opacity: 1
}

.home6-choose-section .choose-top .choose-title {
  padding-top: 80px;
  max-width: 450px;
  width: 100%;
  margin-left: 50px
}

@media(max-width: 991px) {
  .home6-choose-section .choose-top .choose-title {
      padding-top:0
  }
}

@media(max-width: 767px) {
  .home6-choose-section .choose-top .choose-title {
      margin-left:0
  }
}

.home6-choose-section .choose-top .choose-title span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px
}

.home6-choose-section .choose-top .choose-title span::after {
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color)
}

.home6-choose-section .choose-top .choose-title h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #fff
}

@media(max-width: 1199px) {
  .home6-choose-section .choose-top .choose-title h2 {
      font-size:35px
  }
}

@media(max-width: 576px) {
  .home6-choose-section .choose-top .choose-title h2 {
      font-size:30px
  }
}

.home6-choose-section .choose-top .choose-right-img {
  position: relative;
  z-index: 1
}

@media(max-width: 991px) {
  .home6-choose-section .choose-top .choose-right-img img {
      width:100%
  }
}

.home6-choose-section .choose-top .choose-right-img::after {
  content: "";
  background-color: rgba(30,28,34,.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.home6-choose-section .choose-btm {
  padding-top: 50px
}

.home6-choose-section .choose-btm .choose-left-content {
  background-image: url(../img/home-6/choose-bg-1.png),linear-gradient(#1e1c22,#1e1c22);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 75px 65px 85px;
  position: relative;
  margin-right: 15px;
  margin-top: -120px
}

@media(max-width: 1199px) {
  .home6-choose-section .choose-btm .choose-left-content {
      margin-top:0;
      padding: 65px 30px
  }
}

@media(max-width: 991px) {
  .home6-choose-section .choose-btm .choose-left-content {
      margin-right:0
  }
}

.home6-choose-section .choose-btm .choose-left-content .icon {
  margin-bottom: 22px
}

.home6-choose-section .choose-btm .choose-left-content h4 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: .03em;
  color: #e4e4e4;
  margin-bottom: 25px
}

.home6-choose-section .choose-btm .choose-left-content h4 span {
  color: var(--theme-color);
  font-size: 26px;
  font-weight: 600
}

@media(max-width: 576px) {
  .home6-choose-section .choose-btm .choose-left-content h4 {
      font-size:22px
  }

  .home6-choose-section .choose-btm .choose-left-content h4 span {
      font-size: 24px
  }
}

.home6-choose-section .choose-btm .choose-left-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  padding-left: 60px
}

@media(max-width: 1199px) {
  .home6-choose-section .choose-btm .choose-left-content p {
      padding-left:30px
  }
}

@media(max-width: 576px) {
  .home6-choose-section .choose-btm .choose-left-content p {
      padding-left:10px
  }
}

.home6-choose-section .choose-btm .choose-left-content .sl {
  padding-top: 65px;
  padding-left: 60px
}

@media(max-width: 1199px) {
  .home6-choose-section .choose-btm .choose-left-content .sl {
      padding-left:30px
  }
}

@media(max-width: 576px) {
  .home6-choose-section .choose-btm .choose-left-content .sl {
      padding-left:10px
  }
}

.home6-choose-section .choose-btm .choose-left-content .sl h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: .05em;
  color: rgba(228,228,228,.3)
}

.home6-choose-section .choose-btm .choose-left-content .about-btn {
  position: absolute;
  right: 30px;
  bottom: 20px
}

.home6-choose-section .choose-btm .choose-left-content .about-btn a {
  width: 123px;
  height: 123px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 5px;
  transition: .7s
}

.home6-choose-section .choose-btm .choose-left-content .about-btn a svg {
  stroke: var(--white-color);
  transition: .7s
}

.home6-choose-section .choose-btm .choose-left-content .about-btn a:hover {
  border-color: var(--theme-color);
  box-shadow: inset 0 0 0 10em var(--theme-color)
}

.home6-choose-section .choose-btm .choose-left-content .about-btn a:hover svg {
  transform: rotate(45deg)
}

.home6-choose-section .choose-btm .choose-left-content .choose-vec-top-r {
  position: absolute;
  bottom: 0;
  left: 0
}

.home6-choose-section .choose-btm .choose-left-content .choose-vec-btm-l {
  position: absolute;
  right: 0;
  top: 0
}

.home6-choose-section .choose-btm .choose-feature ul li {
  margin-bottom: 40px
}

.home6-choose-section .choose-btm .choose-feature ul li:last-child {
  margin-bottom: 0
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature {
  display: flex;
  align-items: center;
  gap: 25px
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature .progress {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.2)
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature .progress h3 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  color: var(--white-color)
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature .content {
  max-width: 290px;
  width: 100%
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature .content h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 8px
}

.home6-choose-section .choose-btm .choose-feature ul li .single-feature .content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.home6-case-study-section .border-rights {
  position: relative
}

.home6-case-study-section .border-rights::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

@media(max-width: 991px) {
  .home6-case-study-section .border-rights::after {
      display:none;
      visibility: hidden
  }
}

.home6-case-study-section .border-bottom1 {
  position: relative
}

.home6-case-study-section .border-bottom1::after {
  content: "";
  width: 114%;
  height: 1px;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  left: 0;
  bottom: 0
}

@media(max-width: 1399px) {
  .home6-case-study-section .border-bottom1::after {
      width:110%
  }
}

@media(max-width: 1199px) {
  .home6-case-study-section .border-bottom1::after {
      width:107%
  }
}

@media(max-width: 991px) {
  .home6-case-study-section .border-bottom1::after {
      display:none;
      visibility: hidden
  }
}

.home6-case-study-section .border-bottom2 {
  position: relative
}

.home6-case-study-section .border-bottom2::after {
  content: "";
  width: 114%;
  height: 1px;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  right: 0;
  bottom: 0
}

@media(max-width: 1399px) {
  .home6-case-study-section .border-bottom2::after {
      width:110%
  }
}

@media(max-width: 1199px) {
  .home6-case-study-section .border-bottom2::after {
      width:107%
  }
}

@media(max-width: 991px) {
  .home6-case-study-section .border-bottom2::after {
      display:none;
      visibility: hidden
  }
}

.home6-case-study-section .case-right {
  padding-left: 80px;
  padding-top: 100px
}

@media(max-width: 1399px) {
  .home6-case-study-section .case-right {
      padding-left:50px
  }
}

@media(max-width: 1199px) {
  .home6-case-study-section .case-right {
      padding-left:30px
  }
}

@media(max-width: 991px) {
  .home6-case-study-section .case-right {
      padding-left:0;
      padding-top: 0
  }
}

.home6-case-study-section .case-left {
  padding-right: 80px
}

@media(max-width: 1399px) {
  .home6-case-study-section .case-left {
      padding-right:50px
  }
}

@media(max-width: 1199px) {
  .home6-case-study-section .case-left {
      padding-right:30px
  }
}

@media(max-width: 991px) {
  .home6-case-study-section .case-left {
      padding-right:0
  }
}

.home6-case-study-section .pt-50 {
  padding-top: 50px
}

@media(max-width: 991px) {
  .home6-case-study-section .pt-50 {
      padding-top:0
  }
}

.home6-case-study-section .pb-50 {
  padding-bottom: 50px!important
}

@media(max-width: 991px) {
  .home6-case-study-section .pb-50 {
      padding-bottom:0!important
  }
}

.home6-case-study-section .home6-case-study .case-img {
  margin-bottom: 12px
}

.home6-case-study-section .home6-case-study .case-content {
  padding: 15px 15px 0
}

@media(max-width: 576px) {
  .home6-case-study-section .home6-case-study .case-content {
      padding:15p 0
  }
}

.home6-case-study-section .home6-case-study .case-content>span {
  font-family: var(--theme-color);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 5px
}

.home6-case-study-section .home6-case-study .case-content h3 {
  margin-bottom: 15px
}

.home6-case-study-section .home6-case-study .case-content h3 a {
  font-family: var(--theme-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s
}

@media(max-width: 576px) {
  .home6-case-study-section .home6-case-study .case-content h3 a {
      font-size:24px
  }
}

.home6-case-study-section .home6-case-study .case-content h3 a:hover {
  color: var(--theme-color)
}

.home6-case-study-section .home6-case-study .case-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 20px
}

.home6-case-study-section .view-btn {
  padding-top: 80px
}

.home6-case-study-section .view-btn .primary-btn3 {
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .03em;
  padding: 16px 46px
}

.home6-case-study-section .view-btn .primary-btn3::after {
  border-radius: 0
}

.home6-partner-area {
  overflow: hidden
}

.home6-partner-area .section-title-6 {
  height: 70px
}

.home6-partner-area .section-title-6 h5 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: var(--white-color)
}

.home6-partner-area .section-title-6 span {
  font-size: 80px
}

.home6-partner-area .partner-logo {
  opacity: .3;
  transition: .5s;
  display: flex;
  justify-content: center;
  max-width: 150px;
  border: 1px solid #414141;
  padding: 15px
}

.home6-partner-area .partner-logo:hover {
  opacity: 1
}

.home6-partner-area .marque-wrap {
  overflow: hidden
}

.home6-partner-area .js-marquee-wrapper {
  display: flex;
  align-items: center;
  gap: 25px
}

.home6-partner-area .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-right: 0!important
}

.home6-testimonial-area {
  background-image: url(../img/home-6/home6-testimonial-bg.png),linear-gradient(#1E1C22,#1E1C22);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  position: relative
}

@media(max-width: 991px) {
  .home6-testimonial-area {
      padding:80px 0
  }
}

.home6-testimonial-area .sm-img-wrap {
  margin: 0;
  padding: 0;
  list-style: none
}

.home6-testimonial-area .sm-img-wrap li {
  position: absolute;
  opacity: .3
}

.home6-testimonial-area .sm-img-wrap li:nth-child(1) {
  right: 260px;
  top: 120px
}

@media(max-width: 1199px) {
  .home6-testimonial-area .sm-img-wrap li:nth-child(1) {
      top:200px;
      right: 80px
  }
}

@media(max-width: 767px) {
  .home6-testimonial-area .sm-img-wrap li:nth-child(1) {
      display:none;
      visibility: hidden
  }
}

.home6-testimonial-area .sm-img-wrap li:nth-child(1) img {
  height: 90px;
  width: 90px;
  border-radius: 50%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(2) {
  left: 120px;
  top: 220px
}

@media(max-width: 1199px) {
  .home6-testimonial-area .sm-img-wrap li:nth-child(2) {
      top:170px;
      left: 80px
  }
}

@media(max-width: 767px) {
  .home6-testimonial-area .sm-img-wrap li:nth-child(2) {
      display:none;
      visibility: hidden
  }
}

.home6-testimonial-area .sm-img-wrap li:nth-child(2) img {
  height: 90px;
  width: 90px;
  border-radius: 50%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(3) {
  left: 22%;
  top: 40%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(3) img {
  height: 42px;
  width: 42px;
  border-radius: 50%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(4) {
  right: 22%;
  top: 35%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(4) img {
  height: 42px;
  width: 42px;
  border-radius: 50%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(5) {
  left: 15%;
  bottom: 120px
}

.home6-testimonial-area .sm-img-wrap li:nth-child(5) img {
  height: 60px;
  width: 60px;
  border-radius: 50%
}

.home6-testimonial-area .sm-img-wrap li:nth-child(6) {
  right: 15%;
  bottom: 120px
}

.home6-testimonial-area .sm-img-wrap li:nth-child(6) img {
  height: 60px;
  width: 60px;
  border-radius: 50%
}

.home6-testimonial-area .testimonial-wrapper {
  text-align: center
}

.home6-testimonial-area .testimonial-wrapper .testimonial-content {
  padding-top: 35px;
  margin-bottom: 40px
}

.home6-testimonial-area .testimonial-wrapper .testimonial-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.9;
  text-transform: capitalize;
  color: #e4e4e4
}

.home6-testimonial-area .testimonial-wrapper .author-area h4 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 24px;
  color: #e4e4e4;
  margin-bottom: 0
}

.home6-testimonial-area .testimonial-wrapper .author-area span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .02em;
  color: var(--theme-color)
}

.home6-what-we-do-section .mb-120 {
  margin-bottom: 120px
}

@media(max-width: 991px) {
  .home6-what-we-do-section .mb-120 {
      margin-bottom:80px
  }
}

.home6-what-we-do-section .single-process {
  transition: .5s
}

.home6-what-we-do-section .single-process .icon {
  margin-bottom: 25px
}

.home6-what-we-do-section .single-process .icon svg {
  fill: var(--theme-color)
}

.home6-what-we-do-section .single-process .content h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
  transition: .5s
}

@media(max-width: 1199px) {
  .home6-what-we-do-section .single-process .content h3 {
      font-size:28px
  }
}

.home6-what-we-do-section .single-process .content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.home6-what-we-do-section .single-process:hover .sl h2 {
  -webkit-text-stroke: 1px rgba(6,216,137,.2)
}

.home6-what-we-do-section .single-process:hover .content h3 {
  color: var(--theme-color)
}

.home6-what-we-do-section .what-we-do-content h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .home6-what-we-do-section .what-we-do-content h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .home6-what-we-do-section .what-we-do-content h2 {
      font-size:30px
  }
}

.home6-what-we-do-section .what-we-do-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.home6-what-we-do-section .what-we-do-content .about-featue {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
  columns: 2;
  padding-top: 35px
}

@media(max-width: 576px) {
  .home6-what-we-do-section .what-we-do-content .about-featue {
      -moz-columns:1;
      columns: 1
  }
}

.home6-what-we-do-section .what-we-do-content .about-featue li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  color: #d7d7d7;
  margin-bottom: 30px
}

.home6-what-we-do-section .what-we-do-content .about-featue li:nth-child(even) {
  margin-bottom: 0
}

@media(max-width: 576px) {
  .home6-what-we-do-section .what-we-do-content .about-featue li:nth-child(even) {
      margin-bottom:30px
  }
}

@media(max-width: 576px) {
  .home6-what-we-do-section .what-we-do-content .about-featue li:last-child {
      margin-bottom:0
  }
}

.home6-what-we-do-section .what-we-do-content .about-featue li svg {
  fill: var(--theme-color)
}

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

.home6-contact-section .contact-content>p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.home6-contact-section .contact-content .contact-number {
  border: 1px solid var(--theme-color);
  padding: 10px 35px;
  display: inline-block;
  margin-top: 90px;
  margin-bottom: 70px
}

@media(max-width: 576px) {
  .home6-contact-section .contact-content .contact-number {
      padding:10px;
      margin-top: 50px;
      margin-bottom: 40px
  }
}

.home6-contact-section .contact-content .contact-number p {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 25px;
  letter-spacing: .01em;
  color: var(--theme-color)
}

@media(max-width: 576px) {
  .home6-contact-section .contact-content .contact-number p {
      font-size:16px
  }
}

.home6-contact-section .contact-content .contact-number p a {
  color: var(--white-color);
  transition: .5s
}

.home6-contact-section .contact-content .contact-number p a:hover {
  color: rgba(6,216,137,.5)
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(238,238,238,.2);
  border-radius: 0
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--white-color);
  padding: 25px 20px 20px
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  border-bottom: 1px solid rgba(238,238,238,.2)
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button:not(.collapsed):focus {
  box-shadow: none;
  border: none
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons!important;
  content: "\f2ea";
  color: var(--title-color)
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "\f4fe";
  font-family: bootstrap-icons!important;
  color: rgba(255,255,255,.5);
  background-image: none;
  background-size: contain;
  transition: transform .2s ease-in-out
}

.home6-contact-section .contact-content .contact-step .accordion .accordion-item .accordion-body {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  padding: 20px 20px 30px
}

.home6-contact-section .contact-form-wrap {
  background-image: url(../img/home-4/pricing-bg-3.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px
}

@media(min-width: 992px) {
  .home6-contact-section .contact-form-wrap {
      margin-left:25px
  }
}

.home6-contact-section .contact-form-wrap .form-tltle {
  padding: 25px;
  border-bottom: 1px solid rgba(255,255,255,.05)
}

.home6-contact-section .contact-form-wrap .form-tltle h5 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 26px;
  color: var(--white-color);
  margin-bottom: 0;
  text-align: center
}

.home6-contact-section .contact-form-wrap .contact-form {
  padding: 40px 45px
}

@media(max-width: 1399px) {
  .home6-contact-section .contact-form-wrap .contact-form {
      padding:40px 25px
  }
}

.home6-contact-section .contact-form-wrap .contact-form form label {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 8px
}

.home6-contact-section .contact-form-wrap .contact-form form input,.home6-contact-section .contact-form-wrap .contact-form form textarea {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px;
  height: 41px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 15px
}

.home6-contact-section .contact-form-wrap .contact-form form textarea {
  height: 140px
}

.home6-contact-section .contact-form-wrap .contact-form form .primary-btn3 {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 62px;
  border: none;
  margin-top: 20px
}

.breadcrumbs {
  position: relative;
  background-image: url(../img/inner-pages/inner-page-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1
}

.breadcrumbs .inner-banner-1 {
  border-radius: 130px;
  position: absolute;
  top: 115px;
  left: 45px
}

@media(max-width: 991px) {
  .breadcrumbs .inner-banner-1 {
      display:none;
      visibility: hidden
  }
}

.breadcrumbs .inner-banner-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 130px;
  background: rgba(29,29,29,.6)
}

.breadcrumbs .inner-banner-1 img {
  border-radius: 130px
}

.breadcrumbs .inner-banner-2 {
  position: absolute;
  bottom: 0;
  right: 170px;
  border-radius: 130px 130px 0 0
}

@media(max-width: 991px) {
  .breadcrumbs .inner-banner-2 {
      display:none;
      visibility: hidden
  }
}

.breadcrumbs .inner-banner-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 130px 130px 0 0;
  background: rgba(29,29,29,.6)
}

.breadcrumbs .inner-banner-2 img {
  border-radius: 130px 130px 0 0
}

.breadcrumbs .breadcrumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 205px 0 140px
}

@media(max-width: 576px) {
  .breadcrumbs .breadcrumb-wrapper {
      padding:155px 0 90px
  }
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt {
  position: relative;
  text-align: center
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #b5b5b5;
  display: inline-block;
  padding: 8px 40px;
  position: relative;
  background-color: rgba(6,216,137,.2);
  margin-bottom: 10px
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt>span::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt>span::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt h1 {
  font-size: 54px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 15px
}

@media(max-width: 576px) {
  .breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt h1 {
      font-size:40px
  }
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list a {
  color: var(--theme-color)
}

.breadcrumbs .breadcrumb-wrapper .breadcrumb-cnt .breadcrumb-list i {
  margin: 0 5px
}

.pagination {
  padding-top: 60px;
  gap: 20px
}

.pagination .page-item.disabled .page-link {
  background-color: transparent;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-family: var(--font-saira)
}

.pagination li {
  padding: 0
}

.pagination li a {
  padding: 0;
  height: 34px;
  width: 34px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  color: var(--theme-color);
  font-family: var(--font-saira);
  transition: .5s
}

.pagination li a.active {
  color: var(--black-color2);
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.pagination li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.error-page-bg {
  background-image: url(../img/inner-pages/error-bg.png),linear-gradient(#1d1d1d,#1d1d1d);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0
}

@media(min-width: 1400px) and (max-width:1599px) {
  .error-page-bg {
      padding:75px 0
  }
}

@media(max-width: 1399px) {
  .error-page-bg {
      padding:70px 0
  }
}

.error-page-bg .error-content h1 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 80px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 20px
}

@media(max-width: 576px) {
  .error-page-bg .error-content h1 {
      font-size:60px
  }
}

.error-page-bg .error-content h1 span {
  font-weight: 300
}

.error-page-bg .error-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 35px;
  align-items: center;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 50px
}

.error-page-bg .primary-btn3 {
  padding: 14px 33px
}

.error-page-bg .primary-btn3 svg {
  vertical-align: baseline;
  transition: .5s;
  fill: var(--black-color2)
}

.error-page-bg .primary-btn3:hover svg {
  fill: var(--white-color)
}

.error-page-bg .error-img {
  display: flex;
  justify-content: end
}

@media(max-width: 991px) {
  .error-page-bg .error-img {
      display:none;
      visibility: hidden
  }
}

@media(max-width: 991px) {
  .case-study-pages .case-study-wrap .case-img {
      margin-bottom:40px
  }
}

.case-study-pages .case-study-wrap .case-content {
  padding-left: 15px
}

@media(max-width: 991px) {
  .case-study-pages .case-study-wrap .case-content {
      padding-left:0
  }
}

.case-study-pages .case-study-wrap .case-content>span {
  font-family: var(--theme-color);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 8px
}

.case-study-pages .case-study-wrap .case-content h3 {
  margin-bottom: 15px
}

.case-study-pages .case-study-wrap .case-content h3 a {
  font-family: var(--theme-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s
}

@media(max-width: 576px) {
  .case-study-pages .case-study-wrap .case-content h3 a {
      font-size:24px
  }
}

.case-study-pages .case-study-wrap .case-content h3 a:hover {
  color: var(--theme-color)
}

.case-study-pages .case-study-wrap .case-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 23px
}

.case-study-pages .primary-btn3 {
  padding: 14px 50px
}

.blog-banner .blog-banner-wrap {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px
}

.blog-banner .blog-banner-wrap .banner-img {
  border-radius: 30px;
  position: relative;
  width: 100%
}

.blog-banner .blog-banner-wrap .banner-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#171717 8.12%,#171717 40.79%,rgba(23,23,23,0.96) 49.45%,rgba(23,23,23,0.94) 55.48%,rgba(23,23,23,0.1) 99.09%);
  border-radius: 30px
}

.blog-banner .blog-banner-wrap .banner-img img {
  width: 100%;
  border-radius: 30px;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-banner .blog-banner-wrap .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 550px;
  width: 100%;
  padding: 120px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media(max-width: 576px) {
  .blog-banner .blog-banner-wrap .banner-content {
      padding:70px 20px
  }
}

.blog-banner .blog-banner-wrap .banner-content h2 {
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .01em;
  color: var(--white-color);
  margin-bottom: 10px
}

.blog-banner .blog-banner-wrap .banner-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 35px
}

.blog-banner .blog-banner-wrap .banner-content .form-inner {
  display: flex;
  align-items: center
}

@media(max-width: 576px) {
  .blog-banner .blog-banner-wrap .banner-content .form-inner {
      flex-wrap:wrap;
      justify-content: center;
      gap: 20px
  }
}

.blog-banner .blog-banner-wrap .banner-content .form-inner input {
  width: 100%;
  background: rgba(27,31,35,.8);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 165px 0 0 165px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 13px;
  color: #a4a4a4;
  height: 55px;
  padding: 25px 20px
}

@media(max-width: 576px) {
  .blog-banner .blog-banner-wrap .banner-content .form-inner input {
      border-radius:10px;
      height: 48px
  }
}

.blog-banner .blog-banner-wrap .banner-content .form-inner button {
  height: 55px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: var(--theme-color);
  border-radius: 0 165px 165px 0;
  padding: 10px 30px;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1d1d1d
}

.blog-banner .blog-banner-wrap .banner-content .form-inner button svg {
  stroke: #1d1d1d
}

@media(max-width: 576px) {
  .blog-banner .blog-banner-wrap .banner-content .form-inner button {
      border-radius:10px;
      height: 48px;
      padding: 10px 25px
  }
}

.portfolio-masonary-page .isotope-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  background: rgba(255,255,255,.05);
  border-radius: 80px;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media(max-width: 767px) {
  .portfolio-masonary-page .isotope-menu {
      flex-wrap:wrap;
      border-radius: 10px;
      justify-content: center
  }
}

.portfolio-masonary-page .isotope-menu li {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  color: #e4e4e4;
  padding: 10px 35px;
  border-radius: 50px;
  cursor: pointer
}

@media(max-width: 991px) {
  .portfolio-masonary-page .isotope-menu li {
      padding:10px 30px
  }
}

@media(max-width: 767px) {
  .portfolio-masonary-page .isotope-menu li {
      border-radius:10px
  }
}

.portfolio-masonary-page .isotope-menu li.active {
  background: var(--theme-color);
  box-shadow: inset 0 0 10px rgba(6,6,6,.15)
}

.portfolio-masonary-page .single-work {
  position: relative;
  border-radius: 5px;
  transition: .5s
}

.portfolio-masonary-page .single-work .work-img {
  border-radius: 5px
}

.portfolio-masonary-page .single-work .work-img img {
  border-radius: 5px
}

@media(max-width: 576px) {
  .portfolio-masonary-page .single-work .work-img img {
      width:100%
  }
}

.portfolio-masonary-page .single-work .work-content {
  background: linear-gradient(180deg,rgba(29,29,29,0) 23.76%,#1D1D1D 90.19%);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: .5s;
  opacity: 0
}

@media(max-width: 1199px) {
  .portfolio-masonary-page .single-work .work-content {
      padding:25px
  }
}

.portfolio-masonary-page .single-work .work-content h3 {
  margin-bottom: 5px;
  line-height: 1.1
}

.portfolio-masonary-page .single-work .work-content h3 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .5s;
  line-height: 1.1
}

@media(max-width: 1199px) {
  .portfolio-masonary-page .single-work .work-content h3 a {
      font-size:24px
  }
}

.portfolio-masonary-page .single-work .work-content h3 a:hover {
  color: var(--theme-color)
}

.portfolio-masonary-page .single-work .work-content span {
  font-family: var(--font-saira);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  opacity: .5
}

.portfolio-masonary-page .single-work:hover .work-content {
  opacity: 1;
  transform: scaleY(1)
}

.portfolio-masonary-page .load-more-btn a {
  padding: 14px 50px
}

.portfolio-details .portfolio-img {
  border-radius: 10px;
  height: 100%
}

.portfolio-details .portfolio-img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.portfolio-details .portfolio-content h3 {
  font-family: var(--font-saira);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 10px
}

@media(max-width: 767px) {
  .portfolio-details .portfolio-content h3 {
      font-size:30px
  }
}

.portfolio-details .portfolio-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 15px
}

.portfolio-details .portfolio-content p:last-child {
  margin-bottom: 0
}

.portfolio-details .portfolio-content .working-process {
  padding-top: 20px;
  margin-bottom: 70px
}

.portfolio-details .portfolio-content .working-process h3 {
  margin-bottom: 25px
}

.portfolio-details .portfolio-content .working-process .single-process {
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px;
  padding: 35px 20px;
  position: relative
}

.portfolio-details .portfolio-content .working-process .single-process .icon {
  position: absolute;
  right: 10px;
  top: 10px
}

.portfolio-details .portfolio-content .working-process .single-process span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 10px
}

.portfolio-details .portfolio-content .working-process .single-process h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 767px) {
  .portfolio-details .portfolio-content .working-process .single-process h3 {
      font-size:24px
  }
}

.portfolio-details .portfolio-content .working-process .single-process p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.portfolio-details .portfolio-info {
  background-image: url(../img/inner-pages/portfolio-info-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-bottom: 50px
}

.portfolio-details .portfolio-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0
}

.portfolio-details .portfolio-info ul li {
  text-align: center;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(255,255,255,.04)
}

.portfolio-details .portfolio-info ul li:last-child {
  border-bottom: unset
}

.portfolio-details .portfolio-info ul li span {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
  display: inline-block;
  margin-bottom: 5px
}

.portfolio-details .portfolio-info ul li h5 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  color: var(--white-color)
}

.portfolio-details .portfolio-details-sm-banner {
  background-image: url(../img/inner-pages/portfolio-dt-06.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 30px 240px;
  border-radius: 20px
}

.portfolio-details .portfolio-details-sm-banner .section-title-5 h2 {
  font-size: 40px;
  margin-bottom: 30px
}

.portfolio-details .portfolio-details-sm-banner .section-title-5 a {
  padding: 14px 40px
}

.portfolio-details .magnetic-wrap {
  height: 100%
}

.details-navigation {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 30px 0;
  gap: 30px
}

@media(max-width: 991px) {
  .details-navigation {
      flex-wrap:wrap;
      justify-content: center
  }
}

.details-navigation .single-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: .5s;
  max-width: 425px;
  width: 100%
}

.details-navigation .single-navigation .content {
  text-align: end
}

.details-navigation .single-navigation .content a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--theme-color)
}

.details-navigation .single-navigation .content h4 {
  margin-bottom: 0
}

.details-navigation .single-navigation .content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 767px) {
  .details-navigation .single-navigation .content h4 a {
      font-size:18px
  }
}

.details-navigation .single-navigation .img {
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  position: relative;
  transition: .5s
}

.details-navigation .single-navigation .img::after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(29,29,29,.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(.4);
  transition: .5s
}

.details-navigation .single-navigation .img img {
  height: 80px;
  width: 80px;
  border-radius: 50%
}

.details-navigation .single-navigation .img .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .5s
}

.details-navigation .single-navigation .img .arrow svg {
  stroke: var(--white-color)
}

.details-navigation .single-navigation.two .content {
  text-align: start
}

.details-navigation .single-navigation:hover .img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  transition: .5s
}

.details-navigation .single-navigation:hover .img::after {
  opacity: 1;
  transform: scale(1)
}

.details-navigation .single-navigation:hover .img .arrow {
  opacity: 1;
  transform: translate(-50%,-50%)
}

.service-details .about-content .section-title-5 {
  margin-bottom: 20px
}

.service-details .about-content .section-title-5 h2 {
  font-size: 55px
}

@media(max-width: 1199px) {
  .service-details .about-content .section-title-5 h2 {
      font-size:40px
  }
}

@media(max-width: 767px) {
  .service-details .about-content .section-title-5 h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .service-details .about-content .section-title-5 h2 {
      font-size:30px
  }
}

.service-details .about-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 0
}

.service-details .about-content .about-featue {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
  columns: 2
}

@media(max-width: 576px) {
  .service-details .about-content .about-featue {
      -moz-columns:1;
      columns: 1
  }
}

.service-details .about-content .about-featue li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .02em;
  color: #d7d7d7;
  padding-top: 30px
}

.service-details .about-content .about-featue li svg {
  fill: var(--theme-color)
}

.service-details .service-img img {
  border-radius: 5px
}

.service-details .how-we-work-section .section-title h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0
}

.service-details .how-we-work-section .work-item {
  position: relative;
  padding: 0 100px;
  z-index: 1
}

@media(max-width: 1500px) {
  .service-details .how-we-work-section .work-item {
      padding:0 30px
  }
}

@media(max-width: 991px) {
  .service-details .how-we-work-section .work-item {
      padding:0
  }
}

.service-details .how-we-work-section .work-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255,255,255,.1);
  position: absolute;
  left: 0;
  top: 82px;
  z-index: -1
}

@media(max-width: 1199px) {
  .service-details .how-we-work-section .work-item::after {
      display:none;
      visibility: hidden
  }
}

.service-details .how-we-work-section .work-item .single-work {
  max-width: 280px;
  width: 100%
}

.service-details .how-we-work-section .work-item .single-work .work-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px
}

.service-details .how-we-work-section .work-item .single-work .work-content h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px
}

@media(max-width: 991px) {
  .service-details .how-we-work-section .work-item .single-work .work-content h3 {
      font-size:24px
  }
}

@media(max-width: 767px) {
  .service-details .how-we-work-section .work-item .single-work .work-content h3 {
      font-size:22px
  }
}

.service-details .how-we-work-section .work-item .single-work .work-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.service-details .service-sort-driscription-area .driscription-img {
  margin-bottom: 40px
}

.service-details .service-sort-driscription-area .driscription-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.service-details .service-faq-area .faq-content-area h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff
}

@media(max-width: 767px) {
  .service-details .service-faq-area .faq-content-area h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .service-details .service-faq-area .faq-content-area h2 {
      font-size:30px
  }
}

.service-details .service-faq-area .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(238,238,238,.2);
  border-radius: 0
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 17px;
  text-transform: capitalize;
  color: #b5b5b5;
  padding: 25px 0 20px
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  border-bottom: 1px solid rgba(238,238,238,.2)
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button:not(.collapsed):focus {
  box-shadow: none;
  border: none
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons!important;
  content: "\f2ea";
  color: var(--title-color)
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none
}

.service-details .service-faq-area .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "\f4fe";
  font-weight: 600;
  font-family: bootstrap-icons!important;
  color: rgba(255,255,255,.5);
  background-image: none;
  background-size: contain;
  transition: transform .2s ease-in-out
}

.service-details .service-faq-area .accordion .accordion-item .accordion-body {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  padding: 20px 20px 30px
}

.case-study-details .case-study-title {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px
}

.case-study-details .case-study-title h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 50px;
  line-height: 1.4;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
  text-align: center
}

.case-study-details .case-big-img {
  border-radius: 5px;
  margin-bottom: 40px
}

.case-study-details .case-big-img img {
  border-radius: 5px
}

.case-study-details .case-img {
  border-radius: 5px
}

.case-study-details .case-img img {
  border-radius: 5px
}

.case-study-details .case-content h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 40px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px
}

@media(max-width: 767px) {
  .case-study-details .case-content h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .case-study-details .case-content h2 {
      font-size:30px
  }
}

.case-study-details .case-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 15px
}

.case-study-details .case-content p:last-child {
  margin-bottom: 0
}

.case-study-details .single-process {
  background: rgba(217,217,217,.05);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px;
  padding: 35px 20px;
  position: relative
}

.case-study-details .single-process .icon {
  position: absolute;
  right: 10px;
  top: 10px
}

.case-study-details .single-process span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 10px
}

.case-study-details .single-process h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 767px) {
  .case-study-details .single-process h3 {
      font-size:24px
  }
}

.case-study-details .single-process p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.bolog-details-area .post-thumb {
  margin-bottom: 35px
}

.bolog-details-area .post-thumb img {
  border-radius: 5px
}

.bolog-details-area .blog-details-content>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--theme-color);
  border: 1px solid rgba(6,216,137,.3);
  border-radius: 5px;
  padding: 5px 22px;
  display: inline-block;
  margin-bottom: 25px
}

.bolog-details-area .blog-details-content h2 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 50px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 30px
}

@media(max-width: 991px) {
  .bolog-details-area .blog-details-content h2 {
      font-size:45px
  }
}

@media(max-width: 767px) {
  .bolog-details-area .blog-details-content h2 {
      font-size:40px
  }
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content h2 {
      font-size:36px
  }
}

.bolog-details-area .blog-details-content .author-and-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  margin-bottom: 35px
}

@media(max-width: 991px) {
  .bolog-details-area .blog-details-content .author-and-meta {
      flex-wrap:wrap;
      gap: 25px
  }
}

.bolog-details-area .blog-details-content .author-and-meta .author-area {
  display: flex;
  align-items: center;
  gap: 10px
}

.bolog-details-area .blog-details-content .author-and-meta .author-area .author-img img {
  height: 30px;
  width: 30px;
  border-radius: 50%
}

.bolog-details-area .blog-details-content .author-and-meta .author-area .author-content h6 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #b5b5b5
}

.bolog-details-area .blog-details-content .author-and-meta .author-area .author-content h6 span {
  color: var(--theme-color)
}

.bolog-details-area .blog-details-content .author-and-meta .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content .author-and-meta .blog-meta {
      gap:10px;
      flex-wrap: wrap
  }
}

.bolog-details-area .blog-details-content .author-and-meta .blog-meta li {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative
}

.bolog-details-area .blog-details-content .author-and-meta .blog-meta li svg {
  width: 13px;
  fill: #b5b5b5
}

.bolog-details-area .blog-details-content .author-and-meta .blog-meta li::after {
  content: "";
  height: 10px;
  width: 2px;
  background-color: var(--theme-color);
  border-radius: 4px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content .author-and-meta .blog-meta li::after {
      display:none;
      visibility: hidden
  }
}

.bolog-details-area .blog-details-content .author-and-meta .blog-meta li:first-child::after {
  display: none;
  visibility: hidden
}

.bolog-details-area .blog-details-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  color: #b5b5b5;
  margin-bottom: 20px
}

.bolog-details-area .blog-details-content p:last-child {
  margin-bottom: 0
}

.bolog-details-area .blog-details-content>h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 20px
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content>h3 {
      font-size:24px;
      margin-bottom: 15px
  }
}

.bolog-details-area .blog-details-content blockquote {
  background-image: url(../img/inner-pages/blockquote-bg.png),linear-gradient(#171717,#171717);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 80px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.05);
  text-align: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px
}

@media(max-width: 1199px) {
  .bolog-details-area .blog-details-content blockquote {
      padding:30px
  }
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content blockquote {
      padding:30px 20px
  }
}

.bolog-details-area .blog-details-content blockquote .blockquote-icon-01 {
  position: absolute;
  left: 60px;
  bottom: 20px
}

@media(max-width: 767px) {
  .bolog-details-area .blog-details-content blockquote .blockquote-icon-01 {
      left:20px
  }
}

.bolog-details-area .blog-details-content blockquote .blockquote-icon-02 {
  position: absolute;
  right: 60px;
  bottom: 20px
}

@media(max-width: 767px) {
  .bolog-details-area .blog-details-content blockquote .blockquote-icon-02 {
      right:20px
  }
}

.bolog-details-area .blog-details-content blockquote p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: .03em;
  color: var(--white-color)
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content blockquote p {
      font-size:18px;
      line-height: 40px
  }
}

.bolog-details-area .blog-details-content blockquote h3 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 30px;
  color: var(--theme-color)
}

@media(max-width: 576px) {
  .bolog-details-area .blog-details-content blockquote h3 {
      font-size:24px
  }
}

.bolog-details-area .blog-details-content .blog-details-img-group {
  padding-top: 15px;
  margin-bottom: 35px
}

.bolog-details-area .blog-details-content .blog-details-img img {
  border-radius: 5px
}

.bolog-details-area .blog-details-content .blog-tag-and-social {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media(max-width: 1199px) {
  .bolog-details-area .blog-details-content .blog-tag-and-social {
      flex-wrap:wrap;
      gap: 30px
  }
}

.bolog-details-area .blog-details-content .blog-tag-and-social .tag {
  display: flex;
  align-items: center;
  gap: 15px
}

.bolog-details-area .blog-details-content .blog-tag-and-social .tag h6 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff
}

.bolog-details-area .blog-details-content .blog-tag-and-social .tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px
}

@media(max-width: 767px) {
  .bolog-details-area .blog-details-content .blog-tag-and-social .tag ul {
      flex-wrap:wrap
  }
}

.bolog-details-area .blog-details-content .blog-tag-and-social .tag ul li a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,.1);
  padding: 3px 15px;
  display: inline-block;
  transition: .5s
}

.bolog-details-area .blog-details-content .blog-tag-and-social .tag ul li a:hover {
  color: var(--theme-color);
  border: 1px solid rgba(6,216,137,.1)
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social {
  display: flex;
  align-items: end;
  gap: 15px
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social h6 {
  margin-bottom: 0;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social ul li {
  line-height: 1
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social ul li a {
  color: rgba(255,255,255,.2);
  font-size: 18px;
  transition: .5s;
  line-height: .5
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social ul li a i {
  line-height: 1
}

.bolog-details-area .blog-details-content .blog-tag-and-social .social ul li a:hover {
  color: var(--theme-color)
}

.bolog-details-area .details-navigation {
  margin-top: 40px
}

.widget-area .single-widgets {
  background-image: url(../img/home-4/pricing-bg-3.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(255,255,255,.1);
  padding: 35px 25px;
  margin-bottom: 35px;
  border-radius: 5px
}

.widget-area .single-widgets:last-child {
  margin-bottom: 0
}

.widget-area .single-widgets .widget-title {
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 25px
}

.widget-area .single-widgets .widget-title h4 {
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--theme-color);
  padding-bottom: 5px
}

.widget-area .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center
}

.widget-area .wp-block-search__inside-wrapper input {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px 0 0 5px;
  height: 50px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 15px
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button {
  height: 50px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: var(--theme-color);
  border-radius: 0 5px 5px 0;
  transition: .5s
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: var(--black-color2);
  transition: .5s
}

.widget-area .wp-block-search__inside-wrapper .wp-block-search__button:hover svg {
  fill: var(--white-color)
}

.widget-area .wp-block-categoris-cloud {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget-area .wp-block-categoris-cloud li {
  margin-bottom: 15px
}

.widget-area .wp-block-categoris-cloud li:last-child {
  margin-bottom: 0
}

.widget-area .wp-block-categoris-cloud li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  color: #b5b5b5;
  transition: .5s
}

.widget-area .wp-block-categoris-cloud li a:hover {
  color: var(--theme-color)
}

.widget-area .recent-post-wraper .widget-cnt {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px
}

.widget-area .recent-post-wraper .widget-cnt:last-child {
  margin-bottom: 0
}

.widget-area .recent-post-wraper .widget-cnt .wi {
  height: 85px;
  min-width: 110px
}

.widget-area .recent-post-wraper .widget-cnt .wi img {
  border-radius: 5px;
  height: 85px;
  width: 110px
}

.widget-area .recent-post-wraper .widget-cnt .wc a {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-saira);
  color: #b5b5b5;
  transition: .5s;
  display: inline-block
}

@media(max-width: 576px) {
  .widget-area .recent-post-wraper .widget-cnt .wc a {
      font-weight:400
  }
}

.widget-area .recent-post-wraper .widget-cnt .wc a:hover {
  color: var(--theme-color)
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 {
  margin-bottom: 5px
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 a {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-saira);
  color: var(--white-color);
  transition: .5s
}

@media(max-width: 576px) {
  .widget-area .recent-post-wraper .widget-cnt .wc h6 a {
      font-size:16px
  }
}

.widget-area .recent-post-wraper .widget-cnt .wc h6 a:hover {
  color: var(--theme-color)
}

.widget-area .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.widget-area .wp-block-tag-cloud a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,.1);
  padding: 4px 12px;
  display: inline-block;
  transition: .5s
}

.widget-area .wp-block-tag-cloud a:hover {
  color: var(--theme-color);
  border: 1px solid rgba(6,216,137,.1)
}

.comments-area h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 35px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
  border-bottom: 2px solid rgba(6,216,137,.4);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 50px
}

.comments-area .single-comment {
  display: flex;
  gap: 30px;
  margin-bottom: 60px
}

.comments-area .single-comment:last-child {
  margin-bottom: 0
}

@media(max-width: 576px) {
  .comments-area .single-comment {
      flex-wrap:wrap
  }
}

.comments-area .single-comment .author-thumb {
  min-width: 120px;
  height: 120px
}

.comments-area .single-comment .author-thumb img {
  border-radius: 10px;
  width: 120px;
  height: 120px
}

.comments-area .single-comment .comment-content .author-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .comments-area .single-comment .comment-content .author-post {
      flex-wrap:wrap;
      gap: 15px
  }
}

.comments-area .single-comment .comment-content .author-post .author-info h4 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 5px
}

.comments-area .single-comment .comment-content .author-post .author-info span {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--theme-color)
}

.comments-area .single-comment .comment-content .author-post .reply a {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .03em;
  color: #fff;
  border: 1px solid rgba(6,216,137,.3);
  border-radius: 152px;
  padding: 7px 30px;
  display: flex;
  gap: 8px;
  transition: .5s
}

.comments-area .single-comment .comment-content .author-post .reply a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color)
}

.comments-area .single-comment .comment-content p {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: .03em;
  color: #b5b5b5
}

.comment-form h3 {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 35px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
  border-bottom: 2px solid rgba(6,216,137,.4);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 50px
}

.comment-form input {
  width: 100%;
  background: #0d0d0f;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  height: 58px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 25px
}

.comment-form textarea {
  width: 100%;
  background: #0d0d0f;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  min-height: 150px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 15px
}

.comment-form .primary-btn3 {
  border: none;
  outline: none;
  padding: 14px 41px
}

.blog-masonary-area .divider {
  position: relative
}

.blog-masonary-area .divider::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,.05);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1
}

@media(max-width: 767px) {
  .blog-masonary-area .divider::after {
      display:none;
      visibility: hidden
  }
}

.blog-masonary-area .col-lg-5:nth-child(even) {
  padding-top: 70px
}

@media(max-width: 767px) {
  .blog-masonary-area .col-lg-5:nth-child(even) {
      padding-top:0
  }
}

.blog-masonary-area .single-blog {
  border-radius: 5px;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-img img {
  border-radius: 5px 5px 0 0;
  transition: .5s;
  width: 100%
}

.blog-masonary-area .single-blog .blog-img .blog-tag {
  position: absolute;
  top: 0;
  right: 0
}

.blog-masonary-area .single-blog .blog-img .blog-tag a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--black-color2);
  background: var(--theme-color);
  border-radius: 0 5px 0 0;
  padding: 10px 16px;
  display: inline-block;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.blog-masonary-area .single-blog .blog-img .blog-tag a::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 0 2px 0 0;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0,1);
  z-index: -1;
  transition: all .5s ease-out 0s
}

.blog-masonary-area .single-blog .blog-img .blog-tag a:hover {
  color: var(--white-color)
}

.blog-masonary-area .single-blog .blog-img .blog-tag a:hover::after {
  transform: skewX(45deg) scale(1,1)
}

.blog-masonary-area .single-blog .blog-content {
  background: #151515;
  padding: 20px 25px;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.blog-masonary-area .single-blog .blog-content .blog-meta li a {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #b5b5b5;
  transition: .4s
}

.blog-masonary-area .single-blog .blog-content .blog-meta li a:hover {
  color: var(--theme-color)
}

.blog-masonary-area .single-blog .blog-content h4 {
  margin-bottom: 0
}

.blog-masonary-area .single-blog .blog-content h4 a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--white-color);
  transition: .4s
}

@media(max-width: 1199px) {
  .blog-masonary-area .single-blog .blog-content h4 a {
      font-size:22px
  }
}

.blog-masonary-area .single-blog .blog-content h4 a:hover {
  color: var(--theme-color)
}

.blog-masonary-area .single-blog .blog-content .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px
}

.blog-masonary-area .single-blog .blog-content .blog-footer .read-btn a {
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-footer .read-btn a svg {
  stroke: var(--theme-color);
  transform: rotate(45deg);
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-footer .read-btn a:hover {
  color: var(--white-color)
}

.blog-masonary-area .single-blog .blog-content .blog-footer .read-btn a:hover svg {
  stroke: var(--white-color);
  transform: rotate(90deg)
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area {
  display: flex;
  align-items: center;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area span {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  padding: 4px 12px;
  margin-right: -28px;
  transform: scaleX(0);
  transition: .5s;
  transform-origin: right
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul li {
  position: relative
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul li a {
  color: var(--white-color);
  font-size: 18px;
  display: flex;
  transition: .5s
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul li a:hover {
  color: var(--theme-color)
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul li::after {
  content: "";
  height: 2.5px;
  width: 2.5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background-color: rgba(255,255,255,.2)
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area ul li:first-child::after {
  display: none;
  visibility: hidden
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area:hover span {
  opacity: 0
}

.blog-masonary-area .single-blog .blog-content .blog-footer .social-area:hover ul {
  transform: scaleX(1);
  position: relative;
  z-index: 9
}

.blog-masonary-area .single-blog:hover .blog-img img {
  transform: scale(1.05)
}

.blog-masonary-area .single-blog:hover .blog-content {
  background: #292929
}

.contact-page-wrap .contact-content>span {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--theme-color);
  display: inline-block
}

.contact-page-wrap .contact-content h2 {
  margin-bottom: 5px;
  font-family: var(--font-saira);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: .03em;
  text-transform: capitalize;
  color: var(--white-color)
}

@media(max-width: 767px) {
  .contact-page-wrap .contact-content h2 {
      font-size:38px
  }
}

@media(max-width: 576px) {
  .contact-page-wrap .contact-content h2 {
      font-size:30px
  }
}

.contact-page-wrap .contact-content p {
  font-family: var(--font-saira);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  margin-bottom: 0
}

.contact-page-wrap .contact-content .informations {
  padding-top: 50px
}

.contact-page-wrap .contact-content .informations .single-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px
}

.contact-page-wrap .contact-content .informations .single-info .icon {
  height: 2.8rem;
  min-width: 2.8rem;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center
}

.contact-page-wrap .contact-content .informations .single-info .icon i {
  font-size: 20px
}

.contact-page-wrap .contact-content .informations .single-info .info a {
  font-size: 16px;
  font-weight: 400;
  color: #b4b4b4;
  display: block;
  transition: all .5s ease
}

.contact-page-wrap .contact-content .informations .single-info .info a:hover {
  color: var(--theme-color)
}

.contact-page-wrap .contact-content .informations .single-info .info p {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  display: block;
  transition: all .5s ease
}

.contact-page-wrap .contact-content .follow-area {
  padding: 30px 0
}

.contact-page-wrap .contact-content .follow-area h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  position: relative;
  margin-bottom: 0
}

.contact-page-wrap .contact-content .follow-area .para {
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
  font-family: poppins,sans-serif;
  line-height: 28px;
  margin-bottom: 10px
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list {
  margin: 0;
  padding: 10px 0 0
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: 0 0;
  border-radius: 3px;
  font-size: 18px;
  color: var(--white-color);
  transition: all .35s ease-in-out
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.contact-page-wrap .contact-form-wrap {
  background-image: url(../img/home-4/pricing-bg-3.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px
}

@media(min-width: 992px) {
  .contact-page-wrap .contact-form-wrap {
      margin-left:25px
  }
}

.contact-page-wrap .contact-form-wrap .form-tltle {
  padding: 25px;
  border-bottom: 1px solid rgba(255,255,255,.05)
}

.contact-page-wrap .contact-form-wrap .form-tltle h5 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 0;
  text-align: center
}

.contact-page-wrap .contact-form-wrap .contact-form {
  padding: 40px 45px
}

@media(max-width: 1399px) {
  .contact-page-wrap .contact-form-wrap .contact-form {
      padding:40px 25px
  }
}

.contact-page-wrap .contact-form-wrap .contact-form form label {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 8px
}

.contact-page-wrap .contact-form-wrap .contact-form form input,.contact-page-wrap .contact-form-wrap .contact-form form textarea {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px;
  height: 41px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 15px
}

.contact-page-wrap .contact-form-wrap .contact-form form textarea {
  height: 140px
}

.contact-page-wrap .contact-form-wrap .contact-form form .primary-btn3 {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 62px;
  border: none;
  margin-top: 20px
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  filter: invert(1)
}

.faq-page .faq-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  flex-direction: column
}

.faq-page .faq-items ul li {
  margin-bottom: 15px
}

.faq-page .faq-items ul li .nav-link {
  border-radius: 0;
  border: none;
  display: block;
  width: 100%;
  text-align: start;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-saira);
  color: var(--white-color);
  background-image: url(../img/home-4/pricing-bg-3.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center
}

.faq-page .faq-items ul li .nav-link.active {
  color: var(--theme-color)
}

.faq-page .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(238,238,238,.2);
  border-radius: 0
}

.faq-page .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-family: var(--font-saira);
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  padding: 25px 0 20px
}

.faq-page .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  border-bottom: 1px solid rgba(238,238,238,.2)
}

.faq-page .accordion .accordion-item .accordion-button:not(.collapsed):focus {
  box-shadow: none;
  border: none
}

.faq-page .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons!important;
  content: "\f2ea";
  color: var(--title-color)
}

.faq-page .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none
}

.faq-page .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "\f4fe";
  font-weight: 600;
  font-family: bootstrap-icons!important;
  color: rgba(255,255,255,.5);
  background-image: none;
  background-size: contain;
  transition: transform .2s ease-in-out
}

.faq-page .accordion .accordion-item .accordion-body {
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .03em;
  color: #b5b5b5;
  padding: 20px 20px 30px
}

.faq-page .contact-form-wrap {
  background-image: url(../img/home-4/pricing-bg-3.png),linear-gradient(#161A1E,#161A1E);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  margin-top: 50px
}

.faq-page .contact-form-wrap .form-tltle {
  padding: 25px;
  border-bottom: 1px solid rgba(255,255,255,.05)
}

.faq-page .contact-form-wrap .form-tltle h5 {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 0;
  text-align: center
}

.faq-page .contact-form-wrap .contact-form {
  padding: 40px 20px
}

.faq-page .contact-form-wrap .contact-form form label {
  font-family: var(--font-saira);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 8px
}

.faq-page .contact-form-wrap .contact-form form input,.faq-page .contact-form-wrap .contact-form form textarea {
  width: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 5px;
  height: 41px;
  font-family: var(--font-saira);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .02em;
  color: #dedada;
  padding: 10px 15px
}

.faq-page .contact-form-wrap .contact-form form textarea {
  height: 140px
}

.faq-page .contact-form-wrap .contact-form form .primary-btn3 {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 62px;
  border: none;
  margin-top: 20px
}

.fancybox-infobar {
  display: none;
  visibility: hidden
}

.fancybox-navigation {
  display: none;
  visibility: hidden
}



