@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;family=Space+Grotesk:wght@300..700&amp;display=swap);

:root {
  --primary: #0E0F11;
  --secondary: #525355;
  --border: #0E0F11;
  --bg: #0E0F11;
  --theme: #15cfd5;
  --black: #0E0F11;
  --black-2: #525355;
  --white: #FFFFFF;
  --white-2: #FFFFFF;
  --action: #fbd020;
  --pink: #e7337e;
  --shadow: 1px 2px 2px 3px rgba(0, 0, 0, 0.1);
  --gra: linear-gradient(90deg, #ffaf17, #e7337e);
  --gra1: linear-gradient(90deg, #ffe9d4, #f6d7f9, #e5fdff);
  --gra2: linear-gradient(90deg, rgba(255, 0, 255, 0.05), rgba(255, 110, 196, 0.05), rgba(110, 0, 255, 0.05), rgba(0, 225, 255, 0.05));
  --gra3: linear-gradient(90deg, rgb(255 14 255 / 12%), rgb(255 110 196 / 13%), rgb(110 0 255 / 11%), rgb(0 225 255 / 15%));
  --bg-blu: #231d49
}

:root {
  --font_instrumentsans: "Instrument Sans", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
  --font_poppins: "Poppins", sans-serif;
  --font_dmsans: "DM Sans", serif
}

* {
  margin: 0;
  padding: 0
}

body {
  font-family: var(--font_instrumentsans);
  line-height: 1
}

html {
  scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_instrumentsans);
  font-weight: 500
}

ol,
ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

a {
  text-decoration: none;
  transition: all .3s;
  color: inherit
}

a:hover {
  color: var(--primary)
}

button {
  background-color: transparent;
  border: 0
}

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary)
}

strong {
  font-weight: 500
}

iframe,
img,
video {
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

.medium {
  font-weight: 600
}

.bold {
  font-weight: 700
}

@media only screen and (max-width:767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px
  }

  .row.g-0 {
    padding-right: 0;
    padding-left: 0
  }

  br {
    display: none
  }
}

main {
  display: inline-block;
  width: 100%;
  overflow: hidden
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 36px
}

h3 {
  font-size: 32px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 20px
}

h6 {
  font-size: 18px
}

.cf_parallax_image {
  overflow: hidden
}

@keyframes wcBubble {
  0% {
    scale: 1
  }

  50% {
    scale: 1.5
  }

  100% {
    scale: 1
  }
}

@keyframes wcZoom {
  0% {
    scale: 1
  }

  50% {
    scale: .5
  }

  100% {
    scale: 1
  }
}

@keyframes wcZoom_2 {
  0% {
    scale: 1
  }

  50% {
    scale: .9
  }

  100% {
    scale: 1
  }
}

@keyframes wcSlideBottom {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0)
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}

@keyframes characters {

  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0)
  }
}

@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary)
  }
}

.body-overlay {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(imgs/writer/body-bg.html)
}

.container-xl {
  max-width: 1550px
}

.text-slider-active .swiper-slide {
  width: auto
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-track {
  background: #d6d6d6
}

::-webkit-scrollbar-thumb {
  background: #888
}

::-webkit-scrollbar-thumb:hover {
  background: #555
}

.pos-abs {
  position: absolute
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px
}

@media only screen and (max-width:991px) {
  .circle-text {
    width: 120px;
    height: 120px
  }

  .footer-area-3 .copyright-text .text.cp-text {
    text-align: start !important
  }
}

.circle-text .text {
  animation: spinner 5s infinite linear;
  width: 100%
}

.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--white);
  border-radius: 50%
}

.p-relative {
  position: relative
}

.p-absolute {
  position: absolute
}

.fix {
  overflow: hidden
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.bg-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.has-top-line {
  position: relative;
  padding-top: 10px
}

.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px
}

.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0
}

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block
}

.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%)
}

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block
}

.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%)
}

.t-btn-play {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all .5s;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .t-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px
  }
}

.t-btn-play:hover {
  color: var(--theme, --action)
}

.t-btn-play.light {
  color: var(--white)
}

.t-btn-play.light:hover {
  color: var(--white)
}

.t-btn-play.dark {
  color: var(--black)
}

.t-btn-play.dark:hover {
  color: var(--black)
}

.show-light {
  display: inline-block
}

.dark .show-light {
  display: none
}

.show-dark {
  display: none
}

.dark .show-dark {
  display: inline-block
}

.line-area {
  position: relative
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between
}

.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, .031372549);
  display: inline-block;
  position: relative;
  z-index: 1
}

.t-btn-icon i {
  transform: rotate(-45deg);
  transition: all .3s;
  font-size: 20px;
  color: var(--primary)
}

.dir-rtl .t-btn-icon i {
  transform: rotate(-135deg)
}

.t-btn-icon:hover i {
  transform: rotate(0)
}

.dir-rtl .t-btn-icon:hover i {
  transform: rotate(-180deg)
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px
}

.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url(imgs/electrician/check-mark.html);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  transform: rotateY(0)
}

.dir-rtl .list-check li::before {
  transform: rotateY(180deg)
}

.list-check li:last-child {
  margin-bottom: 0
}

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%
}

.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1
}

.list-plus li:not(:last-child) {
  margin-bottom: 10px
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1
}

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center
}

.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary)
}

.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center
}

.pagination-with-dash .swiper-pagination-current:before {
  content: url(imgs/icon/arrow-left.html)
}

.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center
}

.pagination-with-dash .swiper-pagination-total:after {
  content: url(imgs/icon/arrow-right.html)
}

.form-search input {
  width: 100%;
  height: 55px;
  background: 0 0;
  border: 0;
  color: var(--white)
}

.form-search input:focus {
  outline: 0
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid rgba(95, 96, 98, .3);
  border-radius: 70px;
  padding: 0 15px
}

.form-search button i {
  color: var(--white);
  opacity: .7
}

html {
  --container-max-widths: 1320px
}

@media only screen and (max-width:1399px) {
  html {
    --container-max-widths: 1140px
  }
}

@media only screen and (max-width:1199px) {
  html {
    --container-max-widths: 960px
  }
}

@media only screen and (max-width:991px) {
  html {
    --container-max-widths: 720px
  }
}

@media only screen and (max-width:767px) {
  html {
    --container-max-widths: 540px
  }
}

@media (max-width:575px) {
  html {
    --container-max-widths: 100%
  }
}

body {
  background-color: #fff;
  color: var(--secondary)
}

.body-wrapper {
  background-color: var(--white)
}

.dark .body-wrapper {
  background-color: var(--black)
}

.img-reveal-top {
  visibility: hidden;
  overflow: hidden
}

.img-reveal-top img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left
}

.anim-reveal {
  overflow: hidden
}

.anim-reveal-line {
  overflow: hidden
}

.color-white {
  color: var(--white)
}

.color-black {
  color: var(--black)
}

.color-primary {
  color: var(--primary)
}

.color-secondary {
  color: var(--secondary)
}

.bg-white {
  background-color: var(--white)
}

.bg-black {
  background-color: var(--black)
}

.bg-primary {
  background-color: var(--primary)
}

.bg-secondary {
  background-color: var(--secondary)
}

.bg-transparent {
  background-color: transparent !important
}

.zi-1 {
  z-index: 1
}

.zi-2 {
  z-index: 2
}

.zi-0 {
  z-index: 0
}

.zi--1 {
  z-index: -1
}

.box-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden !important
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px
}

.header__area-6 {
  position: unset
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.text-indent-40 {
  text-indent: 40px
}

.text-indent-50 {
  text-indent: 50px
}

header {
  margin-bottom: -1px;
  z-index: 100
}

section {
  margin-bottom: -1px
}

.dir-rtl {
  direction: rtl
}

.show-dark {
  display: inline-block
}

.dark .show-dark {
  display: none
}

.show-light {
  display: none
}

.dark .show-light {
  display: inline-block
}

.line-divider-sm {
  height: .5px;
  background-color: var(--black-9)
}

.dark .line-divider-sm {
  background-color: #e9e9e9
}

.admin-bar .body-wrapper,
.admin-bar header {
  margin-top: 32px
}

.swiper,
.swiper-container {
  direction: ltr
}

.border-e-0 {
  border-inline-end: 0 !important
}

.border-s-0 {
  border-inline-start: 0 !important
}

.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900
}

.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}

.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 6em;
  width: 6em;
  border: 7px solid var(--primary);
  border-top-color: var(--white);
  margin: 0 auto 3.5em auto
}

@media only screen and (max-width:1199px) {
  .container-preloader .animation-preloader .spinner {
    height: 4em;
    width: 4em;
    border-width: 5px
  }
}

@media only screen and (max-width:767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto .2em auto
  }
}

.container-preloader .animation-preloader .txt-loading {
  font: bold 5em Montserrat, sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, .2)
}

@media only screen and (max-width:767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px
  }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg)
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: .2s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: .4s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: .6s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: .8s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s
}

.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px)
}

.dark .container-preloader .loader-section {
  background-color: var(--white)
}

.container-preloader .loader-section.section-left {
  left: 0
}

.container-preloader .loader-section.section-right {
  right: 0
}

.loaded .animation-preloader {
  opacity: 0;
  transition: .3s ease-out
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center
}

.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white)
}

.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px
}

.scroll__down span i {
  color: var(--white)
}

.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1399px) {
  .scroll__down-wrapper {
    height: 380px
  }
}

@media only screen and (max-width:1199px) {
  .scroll__down-wrapper {
    height: 350px
  }
}

@media only screen and (max-width:767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all .5s
}

.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(imgs/writer/go-top.html);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all .5s
}

.dark .go-top-writer {
  color: var(--black);
  background-image: url(imgs/writer/go-top-light.html)
}

.go-top-writer:hover {
  color: var(--primary)
}

.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px
}

@media only screen and (max-width:767px) {
  .go-top-writer br {
    display: block
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all .3s linear;
  /* mix-blend-mode: exclusion */
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all .2s linear;
  border-radius: 50px
}

.progress-wrap svg path {
  fill: var(--black-6)
}

.progress-wrap svg.progress-circle path {
  fill: #0fa1a7;
  /* stroke: var(--theme); */
  stroke-width: 0;
  box-sizing: border-box;
  transition: all .2s linear
}

.light .scroll__down p {
  color: var(--black)
}

.light .scroll__down span {
  border-color: var(--white-3)
}

.light .scroll__down span i {
  color: var(--black)
}

.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(imgs/writer/go-top-light.html)
}

.light.progress-wrap {
  margin: 0;
  background-color: transparent
}

.light.progress-wrap svg path {
  fill: var(--black)
}

.light.progress-wrap::after {
  color: var(--white)
}

.b-radius {
  border-radius: 12px
}

.t-btn {
  display: inline-block
}

.t-btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  background: 0 0;
  border-radius: 100px;
  padding: 17px 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--black-6);
  overflow: hidden;
  transition: all .3s
}

.t-btn-default:hover {
  color: var(--white)
}

.dark .t-btn-default {
  color: var(--black)
}

.dark .t-btn-default:hover {
  color: var(--black)
}

.dir-rtl .t-btn-default i {
  transform: rotateY(180deg)
}

.t-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all .3s;
  z-index: 1;
  position: relative
}

.t-btn-border:hover {
  color: var(--white)
}

.dark .t-btn-border {
  color: var(--black);
  border-color: var(--black)
}

.dark .t-btn-border:hover {
  color: var(--black)
}

.t-btn-primary {
  padding: 13px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background-color: var(--bg-blu);
  border-radius: 50px;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 10px
}

.t-btn-primary:hover {
  color: var(--white);
  background: var(--gra)
}

.t-btn-primary.bordered {
  border-color: var(--secondary);
  background-color: transparent;
  color: var(--primary)
}

.t-btn-primary.bordered:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white)
}

.t-btn-primary.bg-active {
  background-color: var(--action);
  border-color: var(--action);
  color: var(--black)
}

.t-btn-primary.bg-active:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: #fff
}

.dir-rtl .t-btn-primary i {
  transform: rotateY(180deg)
}

.t-btn-circle {
  text-align: center;
  width: 44px;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: var(--bg-blu)
}

.t-btn-circle:hover {
  background: var(--gra);
  color: var(--white)
}

.t-btn-circle i {
  transform: rotate(-45deg)
}

.t-btn-oval {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #3f3a36;
  display: inline-block;
  padding: 32px 52px;
  text-align: center;
  transition: all .3s;
  border-radius: 50% 50% 50% 50%
}

.dark .t-btn-oval {
  color: var(--black)
}

.t-btn-oval:hover {
  color: var(--primary)
}

.t-btn-light {
  color: var(--white) !important;
  border-color: var(--white) !important
}

.t-btn-light:hover {
  color: var(--black) !important
}

.t-btn-light span {
  background-color: var(--white) !important
}

.t-btn-ellipse {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 45px 45px;
  position: relative;
  display: inline-block;
  background-color: var(--white);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
  z-index: 1
}

.dark .t-btn-ellipse {
  color: var(--black);
  background-color: var(--black)
}

.t-btn-ellipse:before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 2px);
  background-color: var(--black);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%
}

.dark .t-btn-ellipse:before {
  background-color: #ededed
}

.t-btn-appointment {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue-6);
  text-align: center;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 215px;
  width: 215px;
  padding: 20px
}

@media only screen and (max-width:1199px) {
  .t-btn-appointment {
    width: 200px;
    height: 200px
  }
}

@media only screen and (max-width:991px) {
  .t-btn-appointment {
    width: 170px;
    height: 170px;
    font-size: 18px
  }
}

.t-btn-appointment i {
  font-size: 24px;
  margin-bottom: 10px
}

.t-btn-appointment:hover {
  color: var(--blue-3)
}

.t-btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.dark .t-btn-link {
  color: var(--black)
}

.t-btn-link i {
  transform: rotate(-45deg);
  transition: all .3s
}

.t-btn-link:hover {
  color: var(--primary)
}

.t-btn-link:hover i {
  transform: rotate(0);
  color: var(--primary)
}

.about-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--primary);
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center
}

.about-btn img {
  padding-left: 15px
}

.readmore-btn img {
  margin-bottom: 3px
}

.play_btn_5 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white)
}

@media only screen and (max-width:991px) {
  .play_btn_5 {
    height: 80px;
    width: 80px
  }
}

.play_btn_5:hover {
  border-color: var(--primary)
}

.play_btn_5 i {
  font-size: 20px;
  color: var(--white)
}

.dark .play_btn_5 i {
  color: var(--black)
}

.dark .play_btn_5 img {
  filter: brightness(0)
}

.get-touch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-11);
  padding: 13px 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--white);
  margin-inline-end: 40px
}

.get-touch:hover {
  color: var(--white)
}

@media only screen and (max-width:767px) {
  .get-touch {
    padding: 12px 10px;
    margin-inline-end: 12px
  }
}

.t-btns-group {
  text-align: center;
  display: flex
}

@media only screen and (max-width:991px) {
  .t-btns-group {
    flex-direction: column
  }
}

@media only screen and (max-width:767px) {
  .t-btns-group {
    padding: 40px 0
  }

  .t-btns-group br {
    display: block
  }
}

.t-btns-group .btn-wrapper a {
  width: 140px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-weight: 500
}

@media only screen and (max-width:1199px) {
  .t-btns-group .btn-wrapper a {
    width: 110px;
    height: 110px
  }
}

.t-btns-group .btn-wrapper:first-child a {
  margin-inline-end: -15px;
  background-color: var(--primary)
}

@media only screen and (max-width:991px) {
  .t-btns-group .btn-wrapper:first-child a {
    margin-inline-end: 0
  }
}

.t-btns-group .btn-wrapper:first-child a span {
  background-color: var(--white)
}

.t-btns-group .btn-wrapper:last-child a {
  margin-inline-start: -15px
}

.dark .t-btns-group .btn-wrapper:last-child a {
  background: var(--black);
  color: var(--white)
}

@media only screen and (max-width:991px) {
  .t-btns-group .btn-wrapper:last-child a {
    margin-inline-start: 0;
    margin-top: -15px
  }
}

.t-btns-group .btn-wrapper:last-child a:hover {
  border: 0
}

.t-btns-group .btn-wrapper:last-child a span {
  background-color: var(--primary)
}

.t-btns-group-wrap {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--black-6)
}

.dark .t-btns-group-wrap {
  border-color: #f3f2f2
}

@media only screen and (max-width:1399px) {
  .t-btns-group-wrap {
    height: 380px
  }
}

@media only screen and (max-width:1199px) {
  .t-btns-group-wrap {
    height: 350px
  }
}

@media only screen and (max-width:767px) {
  .t-btns-group-wrap {
    height: auto
  }
}

.t-btns-group a:hover {
  border: 0
}

.t-btns-group a span {
  background-color: var(--white)
}

.btn-hover-bgchange {
  overflow: hidden;
  position: relative;
  z-index: 5
}

.btn-hover-bgchange span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: var(--primary);
  transform: translate(-50%, -50%)
}

.btn-hover-bgchange:hover {
  color: var(--black);
  border: 1px solid var(--primary)
}

.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px
}

.t-btn-link-none {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 30px
}

.t-btn-link-none:hover {
  color: var(--action)
}

.t-btn-underline {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  white-space: nowrap
}

.t-btn-underline:hover::before {
  width: 0
}

.t-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: .3s
}

.t-btn-underline i {
  font-size: 10px
}

.dir-rtl .t-btn-underline i {
  transform: rotateY("180deg")
}

.t-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  gap: 5px
}

.t-btn-normal:hover {
  color: var(--theme)
}

.t-btn-normal i {
  font-size: 14px
}

.dir-rtl .t-btn-normal i {
  transform: rotateY(180deg)
}

.btn-text-flip {
  perspective: 1000px
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform .5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color .5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center
}

.t-btn-group {
  display: inline-flex
}

.t-btn-group>:nth-child(1) {
  transform: scale3d(.5, .5, 1);
  margin-right: -44px;
  transition: all .3s
}

.t-btn-group>:nth-child(2) {
  transform: scale3d(1, 1, 1);
  transition: all .3s
}

.t-btn-group>:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  transition: all .3s
}

.t-btn-group:hover>:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0
}

.t-btn-group:hover>:nth-child(2) {
  transform: scale3d(1, 1, 1)
}

.t-btn-group:hover>:nth-child(3) {
  transform: scale3d(.5, .5, 1);
  margin-left: -44px
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
  }
}

.btn-hover-default {
  transition: all .5s
}

.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white)
}

.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s
}

.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0);
  transition: all .75s;
  opacity: .5;
  z-index: -1
}

.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent
}

.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1
}

.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1
}

.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all .75s;
  opacity: .5;
  z-index: -1
}

.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent
}

.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1
}

.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s
}

.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all .75s;
  opacity: .5;
  z-index: -1
}

.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent
}

.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1
}

.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1
}

.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp);
  mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 .7s steps(22) forwards
}

.btn-hover-mask:hover {
  color: var(--white)
}

.btn-hover-mask:hover::after {
  animation: mask_animation .7s steps(22) forwards
}

.dark .btn-hover-mask {
  border-color: var(--black)
}

.dark .btn-hover-mask::after {
  z-index: -1;
  color: var(--white);
  background-color: var(--black)
}

.dark .btn-hover-mask:hover {
  color: var(--black)
}

.btn-rollover-top {
  position: relative;
  transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
}

.btn-rollover-top:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
}

.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent
}

.btn-rollover-top:hover::before {
  top: 0;
  bottom: auto;
  height: 100%
}

.btn-rollover-left {
  position: relative;
  transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
}

.btn-rollover-left::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all .4s cubic-bezier(.42, 0, .58, 1) 0s
}

.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent
}

.btn-rollover-left:hover::before {
  left: 0;
  right: auto;
  width: 100%
}

.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all .5s
}

.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all .75s
}

.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all .75s
}

.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary)
}

.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%
}

.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%
}

.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all .5s
}

.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all .75s
}

.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all .75s
}

.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary)
}

.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%
}

.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%
}

.main-menu.menu-dark>ul>li>a {
  color: var(--black)
}

.main-menu.menu-light>ul>li>a {
  color: var(--white)
}

.main-menu>ul {
  display: flex
}

.main-menu>ul>li:hover>a {
  color: var(--primary)
}

.main-menu>ul>li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%
}

.main-menu li {
  position: relative
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize
}

.dark .main-menu li a {
  color: var(--black)
}

.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all .5s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .0666666667);
  box-shadow: 0 0 20px rgba(0, 0, 0, .0666666667)
}

.main-menu ul.dp-menu ul {
  background-color: #232529;
  padding: 18px 0;
  width: 250px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all .5s
}

.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px
}

.main-menu ul.dp-menu li:hover {
  background-color: #0099c0
}

.main-menu ul.dp-menu li:hover>a {
  color: var(--white);
  background-color: transparent
}

.main-menu ul.dp-menu li:hover>ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all
}

.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize
}

.main-menu ul.dp-menu li a:hover {
  letter-spacing: .5px
}

.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto
}

.main-menu .has-mega-menu {
  position: static
}

.main-menu li.menu-item-has-children>a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px
}

.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .main-menu .mega-menu {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.main-menu .mega-menu li:has(ul)>a:after {
  content: ""
}

.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden
}

.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2c2c2f
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0
}

.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr)
}

.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px
}

.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%)
}

.main-menu .mega-style-2>li:not(:first-child) {
  border-left: 1px solid #333337
}

.main-menu .mega-style-2 ul {
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  padding: 20px 0
}

.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1
}

.main-menu .mega-style-2 ul li a {
  padding-left: 30px
}

.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr)
}

.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px
}

.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%)
}

.main-menu .mega-style-3>li:not(:first-child) {
  border-left: 1px solid #333337
}

.main-menu .mega-style-3>li:last-child {
  border: none;
  width: 36vw
}

@media only screen and (max-width:1399px) {
  .main-menu .mega-style-3>li:last-child {
    width: 32vw
  }
}

.main-menu .mega-style-3 ul {
  -moz-column-count: 2;
  column-count: 2;
  position: relative;
  padding: 20px 0;
  -moz-column-gap: 0;
  column-gap: 0
}

.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1
}

.main-menu .mega-style-3 ul li {
  margin: 0 10px
}

.main-menu .mega-style-3 ul li a {
  padding-left: 20px
}

.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr)
}

.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px
}

.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
  column-gap: 50px
}

@media only screen and (max-width:1399px) {
  .main-menu .list-3-column ul {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -moz-column-span: all;
  column-span: all
}

.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block
}

@media only screen and (max-width:1199px) {
  .main-menu-2 {
    display: none
  }
}

.main-menu-2 li {
  display: inline-block;
  padding: 0 10px
}

.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize
}

.main-menu-2 li a:hover {
  color: var(--primary)
}

@media only screen and (max-width:1399px) {
  .main-menu-2 li a {
    padding: 5px 0
  }
}

.main-menu-3 li {
  display: inline-block;
  margin-right: 45px
}

@media only screen and (max-width:1199px) {
  .main-menu-3 li {
    margin-right: 25px
  }
}

.main-menu-3 li:last-child {
  margin-right: 0
}

.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px
}

.main-menu-3 li a:hover {
  color: var(--primary)
}

.main-menu-4 li {
  display: inline-block;
  margin-right: 50px
}

.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase
}

.main-menu-4 li a:hover {
  color: var(--primary)
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1
}

@media only screen and (max-width:1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%
  }
}

.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0, #1c1d20 100%)
}

.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative
}

@media only screen and (max-width:1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px
  }
}

.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500
}

.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479ff 0, #ffa6d6 47.92%, #fffce3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media only screen and (max-width:1199px) {
  .menu-with-number {
    display: none
  }
}

.menu-with-number li {
  display: inline-block
}

.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase
}

.menu-with-number li a:hover span {
  color: var(--white)
}

.menu-with-number li a:hover span::before {
  background-color: var(--white)
}

.menu-with-number li a.active span {
  color: var(--white)
}

.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white)
}

.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999;
  position: relative;
  transition: all .5s
}

.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all .5s;
  background-color: var(--black-6)
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px
}

@media only screen and (max-width:1919px) {
  .sidebar-menu li {
    padding-bottom: 10px
  }
}

.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase
}

.sidebar-menu li a.active,
.sidebar-menu li a:hover {
  color: var(--primary)
}

@media only screen and (max-width:1399px) {
  .sidebar-menu li a {
    padding: 5px 0
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: 0;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform .4s ease, box-shadow .4s ease;
  box-sizing: border-box
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  color: var(--black);
  border-color: var(--white-4)
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--white-4)
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4)
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px
}

@media only screen and (max-width:991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px
  }
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: 0 0;
  max-height: auto;
  overflow-y: scroll
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important
}

.light .main-menu li a:hover {
  color: var(--primary)
}

.light .main-menu-2 li a {
  color: var(--black)
}

.light .main-menu-2 li a:hover {
  color: var(--primary)
}

.light .main-menu-3 li a {
  color: var(--black)
}

.light .main-menu-3 li a:hover {
  color: var(--primary)
}

.light .sidebar-menu li a {
  color: var(--black)
}

.light .sidebar-menu li a:hover {
  color: var(--primary)
}

.light .menu-with-number li a {
  color: var(--black)
}

.light .menu-with-number li a:hover span {
  color: var(--black)
}

.light .menu-with-number li a:hover span::before {
  background-color: var(--black)
}

.light .menu-with-number li a span {
  color: var(--black-9)
}

.light .menu-with-number li a span::before {
  background-color: var(--black-9)
}

.light .menu-with-number li a.active span {
  color: var(--black)
}

.light .menu-with-number li a.active span::before {
  background-color: var(--black)
}

.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px
}

@media only screen and (max-width:991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px
  }
}

@media only screen and (max-width:767px) {
  .modal__dialog {
    width: 350px
  }
}

.modal__content {
  height: 500px
}

@media only screen and (max-width:767px) {
  .modal__content {
    height: 300px
  }
}

.modal__content iframe {
  width: 100%;
  height: 100%
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all .3s
}

.modal__close:hover {
  color: var(--primary)
}

.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px
}

@media only screen and (max-width:767px) {
  .modal__sfluence {
    padding: 20px 10px
  }
}

.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  transform: scale(.5)
}

.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal__sfluence-area .close_btn:hover {
  color: var(--primary)
}

@media only screen and (max-width:767px) {
  .modal__sfluence-area .close_btn {
    right: 0
  }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%
}

@media only screen and (max-width:767px) {

  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 45%
  }
}

.parallax-view {
  overflow: hidden
}

.body-inner-page {
  background-color: #fff
}

.body-inner-page .section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--primary)
}

.body-inner-page .section-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-inline-end: 8px;
  display: inline-block
}

.body-digital-agency {
  background-color: #f2f2f2
}

.body-digital-agency .section-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center
}

.body-digital-agency .section-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--theme);
  border-radius: 50%;
  margin-inline-end: 8px;
  display: inline-block
}

.body-digital-agency .t-btn-primary {
  background: var(--bg-blu)
}

.body-digital-agency .t-btn-circle {
  background: var(--bg-blu)
}

.body-design-agency {
  --action: #FD5D39;
  background-color: #fffaf4
}

.body-design-agency .section-subtitle {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase
}

@media only screen and (max-width:1199px) {
  .body-design-agency .section-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
  }
}

.body-design-agency .section-subtitle:before {
  content: url(imgs/shape/shape-14.webp);
  margin-inline-end: 14px;
  width: 24px;
  height: 24px;
  background-color: transparent
}

.body-design-agency .section-subtitle.light:before {
  content: url(imgs/shape/shape-14-light.webp)
}

.body-design-agency .t-btn-primary {
  background-color: #fffaf4
}

.body-design-agency .t-btn-circle {
  background-color: #fffaf4
}

.body-creative-agency {
  --action: #FD5D39;
  background-color: #f0f0f0
}

.body-creative-agency h1,
.body-creative-agency h2,
.body-creative-agency h3,
.body-creative-agency h4,
.body-creative-agency h5,
.body-creative-agency h6 {
  line-height: 1.22;
  font-family: var(--font_poppins);
  font-weight: 400
}

.body-creative-agency .section-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}

.body-creative-agency .section-subtitle:before {
  display: none
}

.body-creative-agency .t-btn-primary {
  background-color: #f0f0f0
}

.body-creative-agency .t-btn-circle {
  background-color: #f0f0f0
}

.body-ai-agency {
  background-color: #fff
}

.body-ai-agency h1,
.body-ai-agency h2,
.body-ai-agency h3,
.body-ai-agency h4,
.body-ai-agency h5,
.body-ai-agency h6 {
  line-height: 1.2;
  font-weight: 500
}

.body-ai-agency .section-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 2px 17px;
  border: 1px solid rgba(14, 15, 17, .1);
  display: inline-block;
  border-radius: 50px
}

.body-ai-agency .section-subtitle:before {
  display: none
}

.body-ai-agency .section-title {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.01em
}

@media only screen and (max-width:1919px) {
  .body-ai-agency .section-title {
    font-size: 48px
  }
}

@media only screen and (max-width:1399px) {
  .body-ai-agency .section-title {
    font-size: 42px
  }
}

@media only screen and (max-width:1199px) {
  .body-ai-agency .section-title {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .body-ai-agency .section-title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .body-ai-agency .section-title {
    font-size: 30px
  }
}

.body-ai-agency .t-btn-circle {
  width: 50px;
  height: 50px
}

.body-ai-agency .t-btn-circle i {
  font-size: 18px
}

.body-ai-agency .t-btn-group {
  display: inline-flex
}

.body-ai-agency .t-btn-group>:nth-child(1) {
  transform: scale3d(.5, .5, 1);
  margin-right: -52px
}

.body-ai-agency .t-btn-group>:nth-child(2) {
  transform: scale3d(1, 1, 1)
}

.body-ai-agency .t-btn-group>:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0
}

.body-ai-agency .t-btn-group:hover>:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0
}

.body-ai-agency .t-btn-group:hover>:nth-child(2) {
  transform: scale3d(1, 1, 1)
}

.body-ai-agency .t-btn-group:hover>:nth-child(3) {
  transform: scale3d(.5, .5, 1);
  margin-left: -52px
}

.body-marketing-agency {
  --action: #8B93FF;
  background-color: #f0f2f4;
  font-family: var(--font_dmsans)
}

.body-marketing-agency h1,
.body-marketing-agency h2,
.body-marketing-agency h3,
.body-marketing-agency h4,
.body-marketing-agency h5,
.body-marketing-agency h6 {
  line-height: 1.18;
  font-family: var(--font_dmsans);
  font-weight: 300
}

.body-marketing-agency .section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.body-marketing-agency .section-subtitle:before {
  width: 16px;
  height: 16px;
  background-color: var(--action);
  border-radius: 4px;
  margin-inline-end: 10px
}

.body-marketing-agency .section-title {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.18
}

@media only screen and (max-width:1919px) {
  .body-marketing-agency .section-title {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .body-marketing-agency .section-title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .body-marketing-agency .section-title {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .body-marketing-agency .section-title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .body-marketing-agency .section-title {
    font-size: 30px
  }
}

.body-marketing-agency .t-btn-primary {
  background-color: #f0f2f4
}

.body-marketing-agency .t-btn-circle {
  background-color: #f0f2f4
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--primary)
}

.section-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-inline-end: 8px;
  display: inline-block
}

.section-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22
}

@media only screen and (max-width:1919px) {
  .section-title {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .section-title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .section-title {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .section-title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .section-title {
    font-size: 30px
  }
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px
}

@media only screen and (max-width:1919px) {
  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media only screen and (max-width:1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media only screen and (max-width:1199px) {
  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.section-spacing-top {
  padding-top: 100px
}

@media only screen and (max-width:1919px) {
  .section-spacing-top {
    padding-top: 90px
  }
}

@media only screen and (max-width:1399px) {
  .section-spacing-top {
    padding-top: 80px
  }

  .service-area.core-services {
    padding-bottom: 65px
  }
}

@media only screen and (max-width:1199px) {
  .section-spacing-top {
    padding-top: 60px
  }
}

.section-spacing-bottom {
  padding-bottom: 100px
}

@media only screen and (max-width:1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px
  }
}

@media only screen and (max-width:1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px
  }
}

@media only screen and (max-width:1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px
  }
}

.container {
  --bs-gutter-x: 30px
}

@media (min-width:1600px) {
  .container.large {
    max-width: 1750px
  }
}

.container.full-hd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(14, 15, 17, .1);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible
}

.side-info-close {
  font-size: 30px;
  padding: 0;
  transition: all .3s linear;
  background-color: var(--white);
  color: var(--black)
}

.side-info-close:hover {
  transform: rotate(90deg)
}

.side-info {
  background: var(--white);
  height: 100%;
  position: fixed;
  z-index: 999;
  inset-inline-end: -100%;
  top: 0;
  width: 505px;
  padding: 0 0;
  overflow-y: scroll;
  transition: all .5s;
  overscroll-behavior-y: contain
}

@media (max-width:575px) {
  .side-info {
    width: 100%
  }
}

.side-info::-webkit-scrollbar {
  width: 0
}

.side-info.info-open {
  inset-inline-end: 0
}

.side-info-content {
  position: relative;
  min-height: 100%
}

.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 40px;
  margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
  .offset-header {
    border-width: 7px
  }
}

@media (max-width:575px) {
  .offset-header {
    padding: 30px 30px 30px;
    margin-bottom: 30px
  }
}

.offset-logo {
  width: 100px
}

@media (max-width:575px) {
  .offset-logo {
    width: 100px
  }
}

.offset-logo img {
  width: 100%
}

.offset-header::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: var(--gra)
}

.offset-info-box {
  padding: 0 50px;
  margin-top: 40px;
  margin-bottom: 54px
}

@media (max-width:575px) {
  .offset-info-box {
    padding: 0 30px
  }
}

.offset-info-box .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px
}

.offset-info-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 6px
}

.offset-info-box .t-btn-group {
  margin-top: 20px
}

@media (min-width:576px) {
  .offset-info-box .t-btn-group {
    display: none
  }
}

.offset-info-box .t-btn-group .t-btn-circle {
  background-color: var(--white)
}

.offset-info-box .post-image {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px
}

.offset-info-box .post-image img {
  width: 100%;
  border-radius: 8px
}

.offset-widget-box {
  margin-top: 46px;
  margin-bottom: 30px;
  padding: 0 50px
}

@media (max-width:575px) {
  .offset-widget-box {
    padding: 0 30px
  }
}

.offset-widget-box .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px
}

.offset-widget-box .contact-meta {
  margin-top: 12px
}

.offset-widget-box .contact-meta>:not(:first-child) {
  margin-top: 3px
}

.offset-widget-box .contact-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.offset-widget-box .social-links {
  display: flex;
  gap: 9px;
  margin-top: 19px
}

@media only screen and (max-width:1199px) {
  .offset-widget-box .social-links {
    gap: 6px
  }
}

.offset-widget-box .social-links a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(14, 15, 17, .1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.offset-widget-box .social-links a:hover {
  background-color: var(--action);
  border-color: transparent;
  color: var(--white-2)
}

.offset-logo-footer {
  position: absolute;
  bottom: 77px;
  right: 0;
  z-index: -1
}

@media only screen and (max-width:1199px) {
  .offset-logo-footer {
    bottom: 47px
  }
}

.offset-logo-footer img {
  width: 393px
}

@media only screen and (max-width:1199px) {
  .offset-logo-footer img {
    width: 293px
  }
}

@media (max-width:575px) {
  .offset-logo-footer img {
    width: 193px
  }
}

.mobile-menu {
  padding: 0 50px
}

@media (max-width:575px) {
  .mobile-menu {
    padding: 0 30px
  }
}

.mobile-menu.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important
}

.mobile-menu.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid rgba(14, 15, 17, .1)
}

.mobile-menu.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0
}

.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black-2);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px
}

.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--secondary);
  text-transform: capitalize;
  border-top: 1px solid rgba(14, 15, 17, .1);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: 0;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform .4s ease, box-shadow .4s ease;
  box-sizing: border-box;
  opacity: 1
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important
}

.dir-rtl .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  right: 275px
}

@media only screen and (max-width:767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px
  }
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: 0 0;
  opacity: 1
}

.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(14, 15, 17, .1)
}

.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px
}

.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px
}

@media only screen and (max-width:991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px
  }
}

@media only screen and (max-width:767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px
  }
}

.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border)
}

.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px
}

.mobile-menu.mean-container .mean-bar {
  padding: 0;
  background: 0 0;
  max-height: auto;
  overflow-y: scroll
}

.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0
}

.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px
}

.header-area-inner {
  display: flex;
  gap: 0 130px;
  grid-template-columns: auto 1fr auto auto 140px auto;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:1399px) {
  .header-area-inner {
    gap: 0 100px
  }
}

@media only screen and (max-width:1199px) {
  .header-area-inner {
    gap: 0 80px;
    grid-template-columns: auto 1fr auto 140px auto
  }
}

@media only screen and (max-width:991px) {
  .header-area-inner {
    gap: 0 50px;
    grid-template-columns: auto 1fr auto auto auto
  }
}

@media only screen and (max-width:767px) {
  .header-area-inner {
    grid-template-columns: 1fr auto
  }
}

.header-area .header-main {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(14, 15, 17, .08)
}

.header-area .header-main .main-menu {
  display: block !important
}

.header-area .header-main.sticky,
.header-area .header-main.transformed {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.header-area .header-main.sticky .header-area-inner,
.header-area .header-main.transformed .header-area-inner {
  grid-template-columns: 1fr 545px auto;
  align-items: center
}

@media only screen and (max-width:1199px) {

  .header-area .header-main.sticky .header-area-inner,
  .header-area .header-main.transformed .header-area-inner {
    grid-template-columns: 1fr auto
  }
}

.header-area .header-main.sticky .site-category,
.header-area .header-main.transformed .site-category {
  display: none !important
}

.header-area .header-main.sticky .main-menu>ul,
.header-area .header-main.transformed .main-menu>ul {
  flex-direction: row;
  gap: 23px
}

.header-area .header-main.sticky .social-links,
.header-area .header-main.transformed .social-links {
  display: none !important
}

.header-area .header-main.sticky .office-location,
.header-area .header-main.transformed .office-location {
  display: none !important
}

.header-area .header-logo {
  width: 170px;
  margin-top: 6px
}

@media only screen and (max-width:1399px) {
  .header-area .header-logo {
    width: 101px
  }
}

@media only screen and (max-width:991px) {
  .header-area .header-logo {
    width: 101px
  }
}

.header-area .header-logo img {
  width: 100%
}

.header-area .site-category {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary)
}

@media only screen and (max-width:1199px) {
  .header-area .site-category {
    font-size: 14px
  }
}

.header-area .main-menu>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0
}

.header-area .main-menu>ul>li>a:hover {
  color: #ffaf17
}

.header-area .social-links li:not(:first-child) {
  margin-top: 6px
}

.header-area .social-links li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.header-area .social-links li a:hover {
  color: var(--action)
}

.header-area .office-location li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.header-area .office-location li a:hover {
  color: var(--action)
}

.header-area .main-menu>ul {
  flex-direction: row;
  gap:23px;
  align-items: center;
}

@media (max-width:575px) {
  .header-area .header-button {
    display: none
  }
}

.header-area .header-offcanvas {
  margin-top: 6px
}

.header-area .side-toggle {
  width: 44px;
  height: 44px
}

@media only screen and (max-width:1399px) {
  .header-area .side-toggle {
    width: 33px;
    height: 33px
  }
}

.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.header-area-2-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 90px
}

@media only screen and (max-width:1199px) {
  .header-area-2-inner {
    height: 70px
  }
}

.header-area-2-inner>:first-child {
  margin-inline-end: auto
}

.header-area-2 .header-logo {
  width: 170px
}

@media only screen and (max-width:1399px) {
  .header-area-2 .header-logo {
    width: 101px
  }
}

@media only screen and (max-width:991px) {
  .header-area-2 .header-logo {
    width: 101px
  }
}

.header-area-2 .header-logo img {
  width: 100%
}

.header-area-2 .header-nav {
  margin-right: -50%
}

.header-area-2 .main-menu>ul>li:hover>a {
  color: var(--action)
}

.header-area-2 .main-menu>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase
}

.header-area-2 .search-icon {
  color: var(--primary)
}

@media (max-width:575px) {
  .header-area-2 .header-meta {
    display: none
  }
}

.header-area-2 .t-btn-primary {
  padding: 10px 25px
}

@media only screen and (max-width:991px) {
  .header-area-2 .t-btn-primary {
    padding: 10px 20px
  }
}

@media (max-width:575px) {
  .header-area-2 .header-button {
    display: none
  }
}

.header-area-2 .header-offcanvas i {
  font-size: 22px
}

.header-area-2 .sticky {
  background-color: #fffaf4
}

.body-inner-page .header-area-2 .sticky {
  background-color: #fff
}

.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.header-area-3-inner {
  display: grid;
  grid-template-columns: 1fr 1290px 1fr;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 110px
}

@media only screen and (max-width:1919px) {
  .header-area-3-inner {
    grid-template-columns: 1fr 890px 1fr
  }
}

@media only screen and (max-width:1399px) {
  .header-area-3-inner {
    grid-template-columns: 1fr 700px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .header-area-3-inner {
    height: 70px;
    grid-template-columns: 1fr 0 auto
  }
}

.header-area-3 .header-logo {
  width: 101px
}

@media only screen and (max-width:1399px) {
  .header-area-3 .header-logo {
    width: 101px
  }
}

@media only screen and (max-width:991px) {
  .header-area-3 .header-logo {
    width: 101px
  }
}

.header-area-3 .header-logo img {
  width: 100%
}

.header-area-3 .main-menu>ul>li>a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0;
  border-top: 1px solid rgba(14, 15, 17, .1);
  position: relative
}

.header-area-3 .main-menu>ul>li>a:hover {
  color: var(--primary)
}

.header-area-3 .main-menu>ul>li>a:hover:before {
  width: 100%;
  left: 0;
  right: auto
}

.header-area-3 .main-menu>ul>li>a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary);
  top: 0;
  right: 0;
  transition: all .3s
}

.header-area-3 .main-menu>ul {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(4, 1fr)
}

.header-area-3 .main-menu li.menu-item-has-children>a:after {
  content: "+";
  font-family: var(--font_awesome);
  margin-inline-start: 6px;
  font-weight: 600;
  font-size: 14px
}

@media (max-width:575px) {
  .header-area-3 .header-button {
    display: none
  }
}

.header-area-3 .header-offcanvas {
  text-align: right
}

.header-area-3 .sticky {
  background-color: #f0f0f0
}

.header-area-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 0 0
}

.header-area-4-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  height: 100px;
  background-color: #f3f3f3;
  border-radius: 100px;
  padding: 24px 44px
}

@media only screen and (max-width:1919px) {
  .header-area-4-inner {
    height: 80px;
    padding: 24px 24px
  }
}

@media only screen and (max-width:1199px) {
  .header-area-4-inner {
    height: 70px
  }
}

.header-area-4-inner>:first-child {
  margin-inline-end: auto
}

.header-area-4 .header-logo {
  width: 170px
}

@media only screen and (max-width:991px) {
  .header-area-4 .header-logo {
    width: 101px
  }
}

.header-area-4 .header-logo img {
  width: 100%
}

.header-area-4 .header-nav {
  margin-right: -50%
}

.header-area-4 .main-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 17px
}

.header-area-4 .main-menu li.menu-item-has-children>a:after {
  content: "+";
  font-family: var(--font_awesome);
  margin-inline-start: 6px;
  font-weight: 600;
  font-size: 14px
}

.header-area-4 .t-btn-primary {
  padding: 17px 24px
}

@media only screen and (max-width:991px) {
  .header-area-4 .t-btn-primary {
    padding: 11px 20px
  }
}

@media (max-width:575px) {
  .header-area-4 .header-button {
    display: none
  }
}

.header-area-4 .header-offcanvas i {
  font-size: 22px
}

.header-area-4 .sticky {
  background-color: transparent
}

.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.header-area-5-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  height: 90px
}

@media only screen and (max-width:1199px) {
  .header-area-5-inner {
    height: 70px
  }
}

.header-area-5-inner>:first-child {
  margin-inline-end: 60px
}

@media only screen and (max-width:1919px) {
  .header-area-5-inner>:first-child {
    margin-inline-end: 30px
  }
}

.header-area-5 .header-logo {
  width: 101px
}

@media only screen and (max-width:1399px) {
  .header-area-5 .header-logo {
    width: 101px
  }
}

@media only screen and (max-width:991px) {
  .header-area-5 .header-logo {
    width: 101px
  }
}

.header-area-5 .header-logo img {
  width: 100%
}

.header-area-5 .header-nav {
  margin-right: auto
}

.header-area-5 .main-menu>ul>li>a {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  padding: 21px 17px
}

@media only screen and (max-width:1399px) {
  .header-area-5 .main-menu>ul>li>a {
    font-size: 17px
  }
}

.header-area-5 .main-menu>ul>li>a:hover {
  color: var(--white)
}

.header-area-5 .main-menu li.menu-item-has-children>a:after {
  content: "+";
  font-family: var(--font_awesome);
  margin-inline-start: 6px;
  font-weight: 600;
  font-size: 12px
}

.header-area-5 .search-icon {
  color: var(--white);
  cursor: pointer
}

@media (max-width:575px) {
  .header-area-5 .header-meta {
    display: none
  }
}

.header-area-5 .t-btn-primary {
  padding: 14px 25px
}

@media only screen and (max-width:991px) {
  .header-area-5 .t-btn-primary {
    padding: 11px 20px
  }
}

@media (max-width:575px) {
  .header-area-5 .header-button {
    display: none
  }
}

.header-area-5 .header-offcanvas i {
  font-size: 22px;
  color: var(--white)
}

.header-area-5 .sticky {
  background-image: url(imgs/shape/shape-42.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent
}

.header-sticky {
  transition: all .5s
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%)
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #fff;
  transform: translateY(0)
}

.footer-area {
  position: relative;
  z-index: 1
}

.footer-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.footer-area .area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 17, .92);
  top: 0;
  left: 0
}

.footer-area .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.footer-area .subscription-box {
  padding-right: 50px
}

@media only screen and (max-width:1199px) {
  .footer-area .subscription-box {
    padding-right: 0
  }
}

.footer-area .subscription-box .section-title {
  font-weight: 600;
  color: var(--white)
}

.footer-area .subscription-box .text {
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  opacity: .74
}

@media only screen and (max-width:1399px) {
  .footer-area .subscription-box .text {
    font-size: 18px
  }
}

.footer-area .subscription-box .text-wrapper {
  margin-top: 12px
}

.footer-area .subscription-box .subscribe-form {
  margin-top: 43px;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 24px;
  border-radius: 50px
}

@media only screen and (max-width:1399px) {
  .footer-area .subscription-box .subscribe-form {
    padding: 7px 14px
  }
}

.footer-area .subscription-box .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  margin-left: 10px
}

.footer-area .subscription-box .subscribe-form .input-field input {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--white)
}

.footer-area .subscription-box .subscribe-form .input-field input::-moz-placeholder {
  color: currentColor;
  opacity: .74
}

.footer-area .subscription-box .subscribe-form .input-field input::placeholder {
  color: currentColor;
  opacity: .74
}

.footer-area .subscription-box .subscribe-form .input-field .t-btn-primary {
  font-size: 16px;
  line-height: 24px;
  padding: 14px 42px;
  background-color: var(--action);
  border-color: transparent;
  color: var(--black)
}

@media only screen and (max-width:1399px) {
  .footer-area .subscription-box .subscribe-form .input-field .t-btn-primary {
    padding: 9px 32px
  }
}

.footer-area .subscription-box .subscribe-form .input-field .t-btn-primary:hover {
  background-color: var(--white);
  color: var(--white)
}

.footer-area .footer-widget-wrapper-box {
  padding-top: 90px;
  padding-bottom: 90px
}

@media only screen and (max-width:1919px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: 470px auto auto 254px;
  justify-content: space-between
}

@media only screen and (max-width:1199px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media only screen and (max-width:767px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr
  }
}

.footer-area .footer-widget-box .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin-top: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding-bottom: 14px
}

@media only screen and (max-width:1199px) {
  .footer-area .footer-widget-box .title {
    font-size: 22px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: span 3;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-inline: auto
  }
}

@media only screen and (max-width:767px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: span 2
  }
}

@media (max-width:575px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: auto
  }
}

.footer-area .footer-nav-list {
  margin-top: 25px
}

.footer-area .footer-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .74
}

.footer-area .footer-nav-list li:not(:first-child) {
  margin-top: 9px
}

.footer-area .footer-nav-list li a:hover {
  color: var(--action)
}

.footer-area .instagram-posts {
  margin-top: 34px;
  display: grid;
  gap: 10px 10px;
  grid-template-columns: 1fr 1fr
}

.footer-area .instagram-posts a {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  z-index: 1
}

.footer-area .instagram-posts a:hover:before {
  opacity: .5
}

.footer-area .instagram-posts a:hover:after {
  opacity: 1
}

.footer-area .instagram-posts a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s
}

.footer-area .instagram-posts a:after {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .5s
}

.footer-area .instagram-posts a img {
  width: 100%
}

.footer-area .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-area .copyright-area-inner {
  border-top: 1px solid rgba(0, 0, 0, .062745098);
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 2fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 26px
}

@media only screen and (max-width:1199px) {
  .footer-area .copyright-area-inner {
    padding-top: 20px;
    padding-bottom: 16px
  }
}

@media only screen and (max-width:991px) {
  .footer-area .copyright-area-inner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center
  }
}

@media only screen and (max-width:991px) {
  .footer-area .copyright-text {
    order: 3
  }
}

.footer-area .copyright-text .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .74;
  text-align: center
}

.footer-area .copyright-text .text a:hover {
  color: var(--white)
}

.footer-area .social-links {
  display: flex;
  gap: 14px;
  justify-content: flex-end
}

@media only screen and (max-width:1199px) {
  .footer-area .social-links {
    gap: 6px
  }
}

@media only screen and (max-width:991px) {
  .footer-area .social-links {
    justify-content: center
  }
}

.footer-area .social-links a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.footer-area .social-links a:hover {
  background-color: var(--white);
  color: var(--primary)
}

.footer-area-2 {
  background-color: var(--black);
  position: relative;
  z-index: 1
}

.footer-area-2 .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.footer-area-2 .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.footer-area-2 .footer-widget-wrapper-box {
  padding-top: 90px;
  padding-bottom: 82px
}

@media only screen and (max-width:1919px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 80px;
    padding-bottom: 70px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 60px;
    padding-bottom: 52px
  }
}

.footer-area-2 .footer-widget-wrapper {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 420px auto auto auto;
  justify-content: space-between
}

@media only screen and (max-width:1399px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 370px auto auto auto
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media only screen and (max-width:767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr
  }
}

.footer-area-2 .footer-widget-box .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.89;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding-bottom: 9px
}

.footer-area-2 .info-box {
  margin-top: 10px
}

.footer-area-2 .info-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  opacity: .74;
  max-width: 300px
}

.footer-area-2 .info-box .text-wrapper {
  margin-top: 23px
}

.footer-area-2 .footer-nav-list {
  margin-top: 23px
}

.footer-area-2 .footer-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .74
}

.footer-area-2 .footer-nav-list li:not(:first-child) {
  margin-top: 15px
}

@media only screen and (max-width:1199px) {
  .footer-area-2 .footer-nav-list li:not(:first-child) {
    margin-top: 10px
  }
}

.footer-area-2 .footer-nav-list li a:hover {
  color: var(--action)
}

.footer-area-2 .footer-nav-list.contact li {
  color: var(--white);
  opacity: 1
}

.footer-area-2 .footer-nav-list.contact .nav-title {
  display: block;
  color: var(--white);
  opacity: .74;
  margin-bottom: 15px
}

.footer-area-2 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.footer-area-2 .copyright-area-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 26px
}

@media only screen and (max-width:1199px) {
  .footer-area-2 .copyright-area-inner {
    padding-top: 20px;
    padding-bottom: 16px
  }
}

@media only screen and (max-width:991px) {
  .footer-area-2 .copyright-area-inner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center
  }
}

.footer-area-2 .copyright-text .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .74
}

.footer-area-2 .copyright-text .text a {
  color: var(--white)
}

.footer-area-2 .copyright-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .74
}

.footer-area-2 .copyright-nav-list li a:hover {
  color: var(--action)
}

.footer-area-2 .social-links {
  display: flex;
  gap: 14px;
  margin-top: 27px
}

@media only screen and (max-width:1199px) {
  .footer-area-2 .social-links {
    gap: 8px
  }
}

.footer-area-2 .social-links a {
  font-size: 18px;
  color: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.footer-area-2 .social-links a:hover {
  background-color: var(--white);
  color: var(--primary)
}

.footer-area-3 {
  background-color: var(--black);
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  overflow: hidden
}

@media only screen and (max-width:1399px) {
  .footer-area-3 {
    border-radius: 20px 20px 0 0
  }
}

.footer-area-3 .area-shape-1 {
  position: absolute;
  right: 90%;
  bottom: 10px;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  filter: blur(250px);
  opacity: .8
}

.footer-area-3 .area-shape-1 img {
  animation: spinner 9s linear infinite
}

.footer-area-3 .area-shape-2 {
  position: absolute;
  left: 91%;
  bottom: -131px;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  filter: blur(250px);
  opacity: .8;
  transform: rotate(-123deg)
}

.footer-area-3 .area-shape-2 img {
  animation: spinner 9s linear infinite
}

@media only screen and (max-width:1919px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 80px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 10px
  }
}

.footer-area-3 .info-box {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 39px;
  padding-bottom: 42px;
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 490px 1fr auto;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .footer-area-3 .info-box {
    margin-top: 30px;
    padding-top: 29px;
    padding-bottom: 32px;
    grid-template-columns: 390px 1fr auto
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-3 .info-box {
    grid-template-columns: 290px 1fr auto
  }
}

@media only screen and (max-width:991px) {
  .footer-area-3 .info-box {
    grid-template-columns: 1fr
  }
}

.footer-area-3 .info-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  max-width: 382px
}

.footer-area-3 .info-box .text-wrapper {
  margin-top: 8px
}

.footer-area-3 .footer-logo img {
  width: 160px
}

@media only screen and (max-width:1399px) {
  .footer-area-3 .footer-logo img {
    width: 130px
  }
}

.footer-area-3 .mail-box li {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.22;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .footer-area-3 .mail-box li {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .footer-area-3 .mail-box li {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-3 .mail-box li {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .footer-area-3 .mail-box li {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .footer-area-3 .mail-box li {
    font-size: 30px
  }
}

.footer-area-3 .mail-box li a {
  position: relative
}

.footer-area-3 .mail-box li a:hover {
  color: var(--white)
}

.footer-area-3 .mail-box li a:hover::before {
  width: 100%
}

.footer-area-3 .mail-box li a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: .3s
}

.footer-area-3 .social-links {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  margin-top: 11px
}

@media only screen and (max-width:1199px) {
  .footer-area-3 .social-links {
    gap: 20px
  }
}

@media only screen and (max-width:991px) {
  .footer-area-3 .social-links {
    justify-content: flex-start
  }
}

.footer-area-3 .social-links a {
  font-size: 22px;
  color: var(--white);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px
}

.footer-area-3 .social-links a:hover {
  color: var(--action)
}

.footer-area-3 .copyright-area-inner {
  display: grid;
  gap: 10px 45px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

@media only screen and (max-width:1199px) {
  .footer-area-3 .copyright-area-inner {
    padding-top: 23px;
    padding-bottom: 17px
  }
}

@media only screen and (max-width:991px) {
  .footer-area-3 .copyright-area-inner {
    grid-template-columns: 1fr
  }
}

.footer-area-3 .copyright-text .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  opacity: .7
}

.footer-area-3 .copyright-text .text a {
  color: var(--white)
}

.footer-area-3 .copyright-nav-list {
  display: flex;
  gap: 10px 35px;
  align-items: center;
  flex-wrap: wrap
}

.footer-area-3 .copyright-nav-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  position: relative
}

.footer-area-3 .copyright-nav-list li a:hover {
  color: var(--action)
}

.footer-area-3 .copyright-nav-list li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, .1);
  left: -24px;
  top: 50%;
  transform: translateY(-50%)
}

.footer-area-4 {
  background-color: var(--black);
  position: relative;
  z-index: 1
}

.footer-area-4 .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.footer-area-4 .area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 17, .84);
  top: 0;
  left: 0
}

.footer-area-4 .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.footer-area-4 .footer-widget-wrapper-box {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 90px;
  padding-bottom: 90px
}

@media only screen and (max-width:1919px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

@media only screen and (max-width:1199px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.footer-area-4 .info-box {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center
}

@media only screen and (max-width:767px) {
  .footer-area-4 .info-box {
    grid-template-columns: 1fr
  }
}

.footer-area-4 .footer-logo img {
  width: 117px
}

.footer-area-4 .footer-nav-list {
  display: flex;
  gap: 10px 30px;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .footer-area-4 .footer-nav-list {
    justify-content: flex-start
  }
}

.footer-area-4 .footer-nav-list a {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 0 14px;
  display: inline-flex
}

@media only screen and (max-width:991px) {
  .footer-area-4 .footer-nav-list a {
    border: none;
    padding: 0 0
  }
}

.footer-area-4 .footer-nav-list a:hover {
  border-color: var(--white)
}

.footer-area-4 .social-links {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 11px
}

@media only screen and (max-width:1199px) {
  .footer-area-4 .social-links {
    gap: 15px
  }
}

@media only screen and (max-width:991px) {
  .footer-area-4 .social-links {
    justify-content: flex-start
  }
}

.footer-area-4 .social-links a {
  font-size: 24px;
  color: var(--white)
}

@media only screen and (max-width:1199px) {
  .footer-area-4 .social-links a {
    font-size: 20px
  }
}

.footer-area-4 .social-links a:hover {
  color: var(--action)
}

.footer-area-4 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.footer-area-4 .copyright-area-inner {
  display: grid;
  gap: 5px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 20px
}

@media only screen and (max-width:767px) {
  .footer-area-4 .copyright-area-inner {
    grid-template-columns: 1fr
  }
}

.footer-area-4 .copyright-text .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: var(--white)
}

.footer-area-4 .copyright-text .text a {
  color: var(--white)
}

.footer-area-4 .copyright-nav-list {
  display: flex;
  gap: 5px 40px;
  align-items: center;
  flex-wrap: wrap
}

@media only screen and (max-width:991px) {
  .footer-area-4 .copyright-nav-list {
    gap: 5px 30px
  }
}

.footer-area-4 .copyright-nav-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: var(--white)
}

.footer-area-4 .copyright-nav-list li a:hover {
  color: var(--action)
}

.hero-area .section-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: .2em;
  display: inline-block
}

@media only screen and (max-width:1919px) {
  .hero-area .section-subtitle {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .section-subtitle {
    font-size: 18px
  }
}

@media only screen and (max-width:767px) {
  .hero-area .section-subtitle {
    font-size: 16px
  }
}

.hero-area .section-subtitle:before {
  display: none
}

.hero-area .title-wrapper {
  margin-top: 22px
}

.hero-area .section-title {
  font-size: 180px;
  font-weight: 600;
  line-height: .83;
  letter-spacing: -.01em;
  text-transform: uppercase
}

@media only screen and (max-width:1919px) {
  .hero-area .section-title {
    font-size: 150px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area .section-title {
    font-size: 130px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .section-title {
    font-size: 110px
  }
}

@media only screen and (max-width:991px) {
  .hero-area .section-title {
    font-size: 80px
  }
}

@media only screen and (max-width:767px) {
  .hero-area .section-title {
    font-size: 50px
  }
}

@media (max-width:575px) {
  .hero-area .section-title {
    font-size: 46px
  }
}

.hero-area .section-title-wrapper {
  position: relative
}

.hero-area .section-title-wrapper .shape-1 {
  position: absolute;
  top: 0;
  right: -50px;
  transform: rotate(30deg);
  width: 140px
}

@media only screen and (max-width:1919px) {
  .hero-area .section-title-wrapper .shape-1 {
    width: 110px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .section-title-wrapper .shape-1 {
    width: 90px
  }
}

@media only screen and (max-width:991px) {
  .hero-area .section-title-wrapper .shape-1 {
    width: 70px
  }
}

@media only screen and (max-width:767px) {
  .hero-area .section-title-wrapper .shape-1 {
    width: 50px
  }
}

@media (max-width:575px) {
  .hero-area .section-title-wrapper .shape-1 {
    display: none
  }
}

.hero-area .section-title-wrapper .shape-1 img {
  animation: spinner 9s linear infinite
}

.hero-area .section-header {
  margin-top: 150px
}

@media only screen and (max-width:767px) {
  .hero-area .section-header {
    margin-top: 80px
  }
}

.hero-area .section-content-wrapper {
  margin-top: 34px;
  border-top: 1px solid rgba(14, 15, 17, .08)
}

.hero-area .section-content {
  position: relative;
  padding-top: 44px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 740px 435px;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .hero-area .section-content {
    grid-template-columns: 620px 435px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area .section-content {
    grid-template-columns: 620px 375px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .section-content {
    padding-top: 24px;
    grid-template-columns: 490px 375px
  }
}

@media only screen and (max-width:991px) {
  .hero-area .section-content {
    gap: 40px 40px;
    grid-template-columns: 1fr 333px
  }
}

@media only screen and (max-width:767px) {
  .hero-area .section-content {
    grid-template-columns: 1fr
  }
}

.hero-area .section-content .line-1 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .08);
  top: 0;
  left: -220px
}

.hero-area .section-content .line-2 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .08);
  top: 0;
  left: -120px
}

.hero-area .section-content .line-3 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .08);
  top: 0;
  right: -120px
}

.hero-area .section-content .line-4 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .08);
  top: 0;
  right: -220px
}

.hero-area .hero-content {
  margin-top: 160px
}

@media only screen and (max-width:1919px) {
  .hero-area .hero-content {
    margin-top: 80px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .hero-content {
    margin-top: 80px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area .hero-content {
    margin-top: 50px
  }
}

@media only screen and (max-width:991px) {
  .hero-area .hero-content {
    margin-top: 0
  }
}

.hero-area .hero-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.41
}

@media only screen and (max-width:1919px) {
  .hero-area .hero-content .text {
    font-size: 20px
  }
}

@media only screen and (max-width:991px) {
  .hero-area .hero-content .text {
    font-size: 18px
  }
}

.hero-area .hero-content .btn-wrapper {
  margin-top: 62px
}

@media only screen and (max-width:1919px) {
  .hero-area .hero-content .btn-wrapper {
    margin-top: 32px
  }
}

.hero-area .content-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.hero-area .hero-thumb {
  border-radius: 210px;
  overflow: hidden;
  aspect-ratio: 100/54;
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  .hero-area .hero-thumb {
    margin-bottom: 0
  }
}

.hero-area .hero-thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero-area-2 .section-title {
  font-size: 342px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  display: inline-block;
  height: 342px
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .section-title {
    font-size: 232px;
    height: 232px
  }
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .section-title {
    font-size: 182px;
    height: 182px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .section-title {
    font-size: 142px;
    height: 142px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .section-title {
    font-size: 122px;
    height: 122px
  }
}

@media (max-width:575px) {
  .hero-area-2 .section-title {
    font-size: 72px;
    height: 72px
  }
}

.hero-area-2 .typewriter-text {
  padding-right: 10px;
  border-right: solid var(--primary) 10px;
  animation: cursor 1s ease-in-out infinite;
  overflow: hidden
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .typewriter-text {
    border-width: 8px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .typewriter-text {
    border-width: 4px
  }
}

@keyframes cursor {
  from {
    border-color: var(--primary)
  }

  to {
    border-color: transparent
  }
}

.hero-area-2 .section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 3px 14px;
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  display: inline-block
}

@media only screen and (max-width:991px) {
  .hero-area-2 .section-subtitle {
    font-size: 16px;
    line-height: 24px
  }
}

.hero-area-2 .section-subtitle:before {
  display: none
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.hero-area-2 .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 238px
}

.hero-area-2 .marquee span {
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  padding-right: 5px
}

.hero-area-2 .section-content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 150px 1fr 515px;
  align-items: flex-end
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .section-content {
    grid-template-columns: 100px 1fr 455px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .section-content {
    grid-template-columns: 100px 1fr 365px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .section-content {
    grid-template-columns: 70px 1fr 305px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .section-content {
    grid-template-columns: 1fr 275px;
    margin-top: 40px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .section-content {
    grid-template-columns: 1fr
  }
}

.hero-area-2 .section-content .text {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.22;
  max-width: 684px;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .section-content .text {
    font-size: 40px;
    max-width: 504px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .section-content .text {
    font-size: 30px;
    max-width: 384px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .section-content .text {
    font-size: 24px;
    max-width: 304px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .section-content .text {
    max-width: 100%
  }
}

.hero-area-2 .hero-thumb {
  border-radius: 8px;
  position: relative
}

.hero-area-2 .hero-thumb img {
  border-radius: 8px
}

.hero-area-2 .hero-thumb .circle-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 172px;
  height: 172px;
  padding: 0;
  background: #f5f0ea
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .hero-thumb .circle-text {
    width: 142px;
    height: 142px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .hero-thumb .circle-text {
    width: 122px;
    height: 122px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .hero-thumb .circle-text {
    top: 70%;
    bottom: 0;
    left: 50%
  }
}

.hero-area-2 .hero-thumb .circle-text:before {
  border-color: #f5f0ea
}

.hero-area-2 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 150px 1fr;
  margin-top: 52px
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .section-header {
    grid-template-columns: 100px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .section-header {
    grid-template-columns: 70px 1fr
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .section-header {
    grid-template-columns: 40px 1fr
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .section-header {
    grid-template-columns: 1fr
  }
}

.hero-area-2 .social-links {
  display: inline-flex;
  flex-direction: column;
  gap: 32px 32px;
  margin-top: 109px;
  max-width: -moz-fit-content;
  max-width: fit-content
}

@media only screen and (max-width:1919px) {
  .hero-area-2 .social-links {
    margin-top: 49px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .social-links {
    margin-top: 29px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .social-links {
    margin-top: 49px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .social-links {
    margin-top: 0;
    flex-direction: row
  }
}

.hero-area-2 .social-links a {
  position: relative;
  display: inline-flex
}

.hero-area-2 .social-links a.active img,
.hero-area-2 .social-links a:hover img {
  opacity: 1
}

.hero-area-2 .social-links a img {
  opacity: .3;
  transition: all .5s
}

.hero-area-2 .social-links a:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 50%;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: .1
}

@media only screen and (max-width:767px) {
  .hero-area-2 .social-links a:not(:first-child):before {
    top: 50%;
    left: -18px;
    transform: translate(0, -50%)
  }
}

.hero-area-2 .subtitle-wrapper {
  margin-top: 42px
}

@media only screen and (max-width:1399px) {
  .hero-area-2 .subtitle-wrapper {
    margin-top: 32px
  }
}

.hero-area-2 .text-wrapper {
  margin-bottom: 21px
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .text-wrapper {
    margin-bottom: 0
  }
}

.hero-area-2 .hero-shape {
  margin-bottom: 64px
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .hero-shape {
    margin-bottom: 24px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-2 .hero-shape {
    display: none
  }
}

.hero-area-2 .hero-shape svg path {
  stroke: var(--action);
  animation: movePath 5s infinite ease-in-out
}

@keyframes movePath {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(18px)
  }

  100% {
    transform: translateY(0)
  }
}

.hero-area-2 .section-content-wrapper {
  background-image: linear-gradient(180deg, #fffaf4 88px, #f5f0ea 88px, #f5f0ea 100%)
}

@media only screen and (max-width:1199px) {
  .hero-area-2 .section-content-wrapper {
    background-image: linear-gradient(180deg, #fffaf4 48px, #f5f0ea 48px, #f5f0ea 100%)
  }
}

@media only screen and (max-width:767px) {
  .hero-area-2 .section-content-wrapper {
    background-image: linear-gradient(180deg, #fffaf4 148px, #f5f0ea 148px, #f5f0ea 100%)
  }
}

.hero-area-3 {
  position: relative
}

.hero-area-3-inner {
  position: relative;
  z-index: 1
}

.hero-area-3 .area-shape-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1
}

.hero-area-3 .area-shape-1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f0f0f0 -20.42%, rgba(240, 240, 240, 0) 46.23%, #f0f0f0 124.47%);
  top: 0;
  left: 0;
  z-index: 1
}

.hero-area-3 .area-shape-1 img {
  opacity: .5
}

.hero-area-3 .section-header {
  margin-top: 141px
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-header {
    margin-top: 91px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-3 .section-header {
    margin-top: 71px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .section-header {
    margin-top: 51px
  }
}

.hero-area-3 .section-content {
  margin-top: 86px;
  margin-left: 558px
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-content {
    margin-top: 46px;
    margin-left: 508px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .section-content {
    margin-top: 36px;
    margin-left: 408px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-3 .section-content {
    margin-left: 208px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-3 .section-content {
    margin-top: 26px;
    margin-left: 0
  }
}

.hero-area-3 .section-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  max-width: 548px
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .section-content .text {
    font-size: 22px
  }
}

.hero-area-3 .section-content .btn-wrapper {
  margin-top: 42px
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-content .btn-wrapper {
    margin-top: 32px
  }
}

.hero-area-3 .section-content-wrapper {
  position: relative;
  z-index: 1
}

.hero-area-3 .section-content-wrapper .content-shape-1 {
  position: absolute;
  bottom: 35px;
  right: calc(100% + 50px);
  width: 168px
}

.hero-area-3 .section-content-wrapper .content-shape-1:hover img {
  opacity: 1
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 {
    left: 0;
    right: auto;
    bottom: 0
  }
}

@media only screen and (max-width:767px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 {
    display: none
  }
}

.hero-area-3 .section-content-wrapper .content-shape-1 img {
  width: 186px;
  opacity: .1;
  transition: all .5s
}

@media only screen and (max-width:991px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 img {
    width: 106px
  }
}

.hero-area-3 .section-title {
  font-size: 100px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.01em
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-title {
    font-size: 90px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-3 .section-title {
    font-size: 80px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .section-title {
    font-size: 70px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-3 .section-title {
    font-size: 50px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-3 .section-title {
    font-size: 40px
  }
}

.hero-area-3 .section-title span {
  font-weight: 500
}

.hero-area-3 .section-title .title-shape-1 {
  display: inline-block;
  margin-left: 40px;
  animation: spinner 9s linear infinite
}

@media only screen and (max-width:991px) {
  .hero-area-3 .section-title .title-shape-1 {
    margin-left: 20px
  }
}

@media (max-width:575px) {
  .hero-area-3 .section-title .title-shape-1 {
    display: none
  }
}

.hero-area-3 .section-title .title-shape-1 img {
  width: 90px;
  margin-top: -20px
}

@media only screen and (max-width:1919px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 80px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 70px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 60px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 40px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 35px
  }
}

.hero-area-3 .image-wrapper {
  border-radius: 40px;
  overflow: hidden
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .image-wrapper {
    border-radius: 20px
  }
}

.hero-area-3 .image-wrapper img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px
}

@media only screen and (max-width:1199px) {
  .hero-area-3 .image-wrapper img {
    border-radius: 20px
  }
}

.hero-area-4-inner {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.hero-area-4 .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.hero-area-4 .area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .08;
  top: 0;
  left: 0
}

.hero-area-4 .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero-area-4 .area-shape-1 {
  position: absolute;
  top: 110px;
  right: 89%;
  z-index: -1;
  rotate: 45deg;
  width: -moz-max-content;
  width: max-content
}

.hero-area-4 .area-shape-1 img {
  width: 420px;
  animation: moveOne 15s infinite ease-in-out
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .area-shape-1 img {
    width: 320px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-4 .area-shape-1 img {
    width: 220px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-4 .area-shape-1 img {
    width: 170px
  }
}

@media (max-width:575px) {
  .hero-area-4 .area-shape-1 img {
    display: none
  }
}

@keyframes moveOne {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-100px)
  }

  100% {
    transform: translateX(0)
  }
}

.hero-area-4 .area-shape-2 {
  position: absolute;
  bottom: -90px;
  left: 88%;
  z-index: -1;
  rotate: 25deg;
  width: -moz-max-content;
  width: max-content
}

.hero-area-4 .area-shape-2 img {
  width: 450px;
  animation: moveTwo 15s infinite ease-in-out
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .area-shape-2 img {
    width: 350px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-4 .area-shape-2 img {
    width: 250px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-4 .area-shape-2 img {
    width: 200px
  }
}

@media (max-width:575px) {
  .hero-area-4 .area-shape-2 img {
    display: none
  }
}

@keyframes moveTwo {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-50px, 50px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.hero-area-4 .section-content {
  margin-top: 55px;
  margin-bottom: 47px;
  text-align: center
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .section-content {
    margin-top: 24px;
    margin-bottom: 27px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-4 .section-content {
    margin-bottom: 17px
  }
}

.hero-area-4 .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  max-width: 465px;
  margin-inline: auto
}

.hero-area-4 .section-content .text-wrapper {
  margin-top: 12px
}

.hero-area-4 .section-content .btn-wrapper {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 20px
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .section-content .btn-wrapper {
    margin-top: 42px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-4 .section-content .btn-wrapper {
    margin-top: 32px
  }
}

.hero-area-4 .section-content .t-btn-primary:hover {
  color: var(--white);
  background-color: var(--black);
  border-color: transparent
}

.hero-area-4 .section-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.01em;
  max-width: 1070px;
  margin-inline: auto
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .section-title {
    font-size: 80px;
    max-width: 870px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-4 .section-title {
    font-size: 70px;
    max-width: 770px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-4 .section-title {
    font-size: 60px;
    max-width: 670px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-4 .section-title {
    font-size: 50px;
    max-width: 570px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-4 .section-title {
    font-size: 40px;
    max-width: 470px
  }
}

.hero-area-4 .section-title span {
  font-weight: 600
}

.hero-area-5 {
  background-color: #010001;
  position: relative;
  z-index: 3
}

.hero-area-5 .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.hero-area-5 .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero-area-5 .area-bg .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .06
}

.hero-area-5 .area-bg .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .74
}

.hero-area-5 .area-bg .dots img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .1
}

.hero-area-5 .section-subtitle {
  font-size: 44px;
  font-style: italic;
  font-weight: 250;
  line-height: 1.18;
  color: var(--white);
  display: inline-block
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .section-subtitle {
    font-size: 34px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .section-subtitle {
    font-size: 26px
  }
}

@media (max-width:575px) {
  .hero-area-5 .section-subtitle {
    font-size: 22px
  }
}

.hero-area-5 .section-subtitle:before {
  display: none
}

.hero-area-5 .section-title {
  font-size: 180px;
  font-weight: 250;
  line-height: 1.07;
  letter-spacing: 0;
  color: var(--white);
  letter-spacing: .01em
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .section-title {
    font-size: 140px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .section-title {
    font-size: 120px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-5 .section-title {
    font-size: 100px
  }
}

@media (max-width:575px) {
  .hero-area-5 .section-title {
    font-size: 60px
  }
}

.hero-area-5 .section-title span {
  font-weight: 500;
  background-image: linear-gradient(235.28deg, #ffd7d7 -1.14%, #ff9292 40.74%, #ff48e7 68.06%, #ba1ef5 94.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

.hero-area-5 .section-content {
  position: relative;
  z-index: 1
}

.hero-area-5 .section-content .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  color: var(--white);
  opacity: .7
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .section-content .text {
    font-size: 20px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .section-content .text {
    font-size: 18px
  }
}

.hero-area-5 .section-content .title-wrapper {
  margin-top: 4px
}

.hero-area-5 .section-content .text-wrapper {
  margin-top: 3px
}

.hero-area-5 .section-content .btn-wrapper {
  margin-top: 61px
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .section-content .btn-wrapper {
    margin-top: 41px
  }
}

.hero-area-5 .section-content .t-btn-primary {
  padding: 19px 23px;
  background-color: transparent;
  border-color: var(--white);
  color: var(--white)
}

.hero-area-5 .section-content .t-btn-primary:hover {
  background-color: var(--white);
  color: var(--black)
}

.hero-area-5 .section-content-wrapper {
  margin-top: 68px;
  margin-bottom: 32px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 155px 1fr 385px;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .section-content-wrapper {
    grid-template-columns: 55px 1fr auto;
    margin-top: 28px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .section-content-wrapper {
    margin-top: 8px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-5 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.hero-area-5 .area-shape-image .shape-1 {
  position: absolute;
  top: -36px;
  right: 127px;
  transform: rotate(185deg);
  width: 600px;
  max-width: 600px;
  z-index: -1
}

@media only screen and (max-width:1919px) {
  .hero-area-5 .area-shape-image .shape-1 {
    width: 500px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .area-shape-image .shape-1 {
    width: 400px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-5 .area-shape-image .shape-1 {
    width: 300px;
    top: 0;
    right: 77px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-5 .area-shape-image .shape-1 {
    top: auto;
    right: 77px;
    bottom: 0
  }
}

@media only screen and (max-width:767px) {
  .hero-area-5 .area-shape-image .shape-1 {
    width: 200px;
    top: 0;
    right: 0
  }
}

@media (max-width:575px) {
  .hero-area-5 .area-shape-image .shape-1 {
    width: 150px;
    top: 0;
    right: 70px
  }
}

.hero-area-5 .area-shape-image .shape-1 img {
  animation: moveOne 15s infinite ease-in-out
}

@keyframes moveOne {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-100px)
  }

  100% {
    transform: translateX(0)
  }
}

.hero-area-5 .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  margin-top: 171px
}

@media only screen and (max-width:1399px) {
  .hero-area-5 .social-links {
    margin-top: 121px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-5 .social-links {
    flex-direction: row;
    margin-top: 0
  }
}

.hero-area-5 .social-links a {
  color: var(--white);
  font-size: 18px;
  opacity: .5;
  position: relative;
  transition: all .5s
}

.hero-area-5 .social-links a.active,
.hero-area-5 .social-links a:hover {
  opacity: 1
}

.hero-area-5 .social-links a.active:before,
.hero-area-5 .social-links a:hover:before {
  opacity: .4
}

.hero-area-5 .social-links a:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 50%;
  opacity: .4;
  left: 50%;
  top: -19px;
  transform: translate(-50%, 0)
}

@media only screen and (max-width:991px) {
  .hero-area-5 .social-links a:not(:first-child):before {
    left: -19px;
    top: 50%;
    transform: translate(0, -50%)
  }
}

.brand-area {
  background-color: #231d49;
  position: relative
}

.brand-area-inner {
  padding-top: 81px;
  padding-bottom: 90px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 885px
}

@media only screen and (max-width:1919px) {
  .brand-area-inner {
    padding-top: 61px;
    padding-bottom: 70px
  }
}

@media only screen and (max-width:1399px) {
  .brand-area-inner {
    grid-template-columns: 1fr 685px;
    padding-top: 41px;
    padding-bottom: 50px
  }
}

@media only screen and (max-width:1199px) {
  .brand-area-inner {
    grid-template-columns: 1fr 585px
  }
}

@media only screen and (max-width:991px) {
  .brand-area-inner {
    grid-template-columns: 1fr 455px
  }
}

@media only screen and (max-width:767px) {
  .brand-area-inner {
    grid-template-columns: 100%;
    padding-top: 61px;
    padding-bottom: 60px
  }
}

.brand-area .section-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--white);
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .brand-area .section-title {
    font-size: 24px
  }
}

@media only screen and (max-width:991px) {
  .brand-area .section-title {
    font-size: 20px
  }
}

.brand-area .counter-text {
  margin-top: -15px
}

.brand-area .counter-text .brand-counter {
  font-size: 180px;
  font-weight: 600;
  line-height: .7;
  color: #5f6062;
  opacity: .6
}

@media only screen and (max-width:1919px) {
  .brand-area .counter-text .brand-counter {
    font-size: 150px
  }
}

@media only screen and (max-width:1199px) {
  .brand-area .counter-text .brand-counter {
    font-size: 130px
  }
}

@media only screen and (max-width:991px) {
  .brand-area .counter-text .brand-counter {
    font-size: 100px
  }
}

.brand-area .brands-wrapper-box {
  border-top: 1px solid #5f6062;
  padding-top: 80px;
  margin-top: 20px
}

@media only screen and (max-width:1919px) {
  .brand-area .brands-wrapper-box {
    padding-top: 60px
  }
}

@media only screen and (max-width:1199px) {
  .brand-area .brands-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:767px) {
  .brand-area .brands-wrapper-box {
    padding-top: 30px;
    margin-top: 0
  }
}

.brand-area .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  align-items: flex-start;
  gap: 20px 100px
}

.brand-area .brand-slider-active .swiper-slide {
  width: auto
}

.brand-area-2 .section-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 20px;
  display: inline-block;
  background-color: #fffaf4
}

.brand-area-2 .title-wrapper {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1
}

.brand-area-2 .title-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  opacity: .08;
  top: 14px;
  left: 0;
  z-index: -1
}

.brand-area-2 .section-header {
  margin-top: 13px
}

.brand-area-2 .brands-wrapper-box {
  margin-top: 52px
}

@media only screen and (max-width:1919px) {
  .brand-area-2 .brands-wrapper-box {
    margin-top: 42px
  }
}

@media only screen and (max-width:1199px) {
  .brand-area-2 .brands-wrapper-box {
    margin-top: 32px
  }
}

.brand-area-2 .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  gap: 20px 135px;
  align-items: center
}

@media only screen and (max-width:1199px) {
  .brand-area-2 .brand-slider-active .swiper-wrapper {
    gap: 20px 85px
  }
}

.brand-area-2 .brand-slider-active .swiper-slide {
  width: auto
}

.brand-item-2:hover img {
  opacity: 1
}

.brand-item-2 img {
  opacity: .3;
  transition: all .5s
}

.brand-area-3 .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important
}

.brand-area-3 .brand-slider-active .swiper-slide {
  width: auto
}

.brand-item-3 {
  border-right: 1px solid rgba(14, 15, 17, .08);
  border-bottom: 1px solid rgba(14, 15, 17, .08);
  border-top: 1px solid rgba(14, 15, 17, .08);
  width: 320px;
  aspect-ratio: 100/100;
  padding: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .brand-item-3 {
    width: 240px
  }
}

@media only screen and (max-width:1399px) {
  .brand-item-3 {
    width: 230px
  }
}

@media only screen and (max-width:1199px) {
  .brand-item-3 {
    width: 180px;
    padding: 30px;
    aspect-ratio: 100/80
  }
}

.brand-item-3:hover img {
  opacity: 1
}

.brand-item-3 img {
  opacity: .3;
  transition: all .5s
}

.brand-area-4 .section-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center
}

.brand-area-4 .brands-wrapper-box {
  margin-top: 46px;
  margin-bottom: -10px
}

@media only screen and (max-width:1919px) {
  .brand-area-4 .brands-wrapper-box {
    margin-top: 36px
  }
}

.brand-area-4 .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  gap: 20px 80px;
  align-items: center
}

@media only screen and (max-width:1199px) {
  .brand-area-4 .brand-slider-active .swiper-wrapper {
    gap: 20px 50px
  }
}

.brand-area-4 .brand-slider-active .swiper-slide {
  width: auto
}

.brand-item-4:hover img {
  opacity: 1
}

.brand-item-4 img {
  opacity: .3;
  transition: all .5s
}

.brand-area-5 .section-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 50px;
  display: inline-block;
  background-color: #f0f2f4
}

.brand-area-5 .title-wrapper {
  text-align: center;
  position: relative;
  z-index: 1
}

.brand-area-5 .title-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(14, 15, 17, .1);
  top: 14px;
  left: 0;
  z-index: -1
}

.brand-area-5 .section-header {
  margin-top: 12px
}

.brand-area-5 .brands-wrapper-box {
  margin-top: 61px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .brand-area-5 .brands-wrapper-box {
    margin-top: 41px
  }
}

.brand-area-5 .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  gap: 20px 80px;
  align-items: center
}

.brand-area-5 .brand-slider-active .swiper-slide {
  width: auto
}

.brand-item-5:hover img {
  filter: grayscale(0)
}

.brand-item-5 img {
  transition: all .5s;
  filter: grayscale(1)
}

.brand-area-6 .section-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 20px;
  display: inline-block;
  background-color: var(--white)
}

.brand-area-6 .title-wrapper {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 1
}

.brand-area-6 .title-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  opacity: .08;
  top: 14px;
  left: 0;
  z-index: -1
}

.brand-area-6 .section-header {
  margin-top: 13px
}

.brand-area-6 .brands-wrapper-box {
  margin-top: 52px
}

.brand-area-6 .brand-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  gap: 20px 135px;
  align-items: center
}

.brand-area-6 .brand-slider-active .swiper-slide {
  width: auto
}

.brand-item-6:hover img {
  opacity: 1
}

.brand-item-6 img {
  opacity: .3;
  transition: all .5s
}

.about-area {
  background-color: #f2f2f2;
  position: relative
}

.about-area .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 630px 520px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

@media only screen and (max-width:1919px) {
  .about-area .section-content-wrapper {
    grid-template-columns: 530px 500px
  }
}

@media only screen and (max-width:1199px) {
  .about-area .section-content-wrapper {
    grid-template-columns: 430px 400px
  }
}

@media only screen and (max-width:991px) {
  .about-area .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area .section-content .text {
  max-width: 530px
}

.about-area .section-content .title-wrapper {
  margin-top: 7px
}

.about-area .section-content .text-wrapper {
  margin-top: 23px
}

.about-area .section-content .btn-wrapper {
  margin-top: 64px
}

@media only screen and (max-width:1199px) {
  .about-area .section-content .btn-wrapper {
    margin-top: 44px
  }
}

.about-area .about-thumb {
  position: relative
}

.about-area .about-thumb .image {
  border-radius: 8px;
  overflow: hidden
}

.about-area .about-thumb .image img {
  border-radius: 8px
}

.about-area .about-thumb .btn-wrapper {
  position: absolute;
  left: -80px;
  bottom: -65px;
  z-index: 1
}

@media only screen and (max-width:1399px) {
  .about-area .about-thumb .btn-wrapper {
    left: -65px;
    bottom: -50px
  }
}

@media only screen and (max-width:991px) {
  .about-area .about-thumb .btn-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 30px
  }
}

.about-area .about-thumb .circle-text {
  background: 0 0;
  width: 180px;
  height: 180px;
  padding: 0
}

@media only screen and (max-width:1399px) {
  .about-area .about-thumb .circle-text {
    width: 150px;
    height: 150px
  }
}

.about-area .about-thumb .circle-text:before {
  border-color: transparent
}

.about-area .counter-item {
  position: relative
}

.about-area .counter-item:hover .number {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px
}

.about-area .counter-item .number {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.15;
  display: inline-block;
  transition: all 5s;
  color: var(--primary)
}

@media only screen and (max-width:1399px) {
  .about-area .counter-item .number {
    font-size: 56px
  }
}

@media only screen and (max-width:1199px) {
  .about-area .counter-item .number {
    font-size: 46px
  }
}

.about-area .counter-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px
}

@media only screen and (max-width:1399px) {
  .about-area .counter-item .text {
    margin-top: 5px
  }
}

.about-area .counter-item:not(:first-child):before {
  content: "";
  height: 105px;
  width: 22px;
  background-image: url(imgs/shape/shape-4.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% + 92px);
  top: 50%;
  transform: translateY(-50%);
  opacity: .08
}

@media only screen and (max-width:1399px) {
  .about-area .counter-item:not(:first-child):before {
    right: calc(100% + 62px);
    height: 75px
  }
}

@media only screen and (max-width:1199px) {
  .about-area .counter-item:not(:first-child):before {
    right: calc(100% + 42px)
  }
}

@media only screen and (max-width:991px) {
  .about-area .counter-item:not(:first-child):before {
    display: none
  }
}

.about-area .counter-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between
}

@media only screen and (max-width:991px) {
  .about-area .counter-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:575px) {
  .about-area .counter-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area .counter-wrapper-box {
  padding-top: 28px;
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 105px
}

@media only screen and (max-width:991px) {
  .about-area .counter-wrapper-box {
    margin-top: 60px
  }
}

.about-area.page-about {
  background-color: var(--white)
}

.about-area.page-about .counter-wrapper-box {
  margin-bottom: 14px
}

.about-area-2 .section-header {
  margin-top: 18px
}

.about-area-2 .section-content-wrapper {
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 22px;
  padding-top: 70px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 550px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .about-area-2 .section-content-wrapper {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-2 .section-content-wrapper {
    padding-top: 40px;
    grid-template-columns: 1fr 480px
  }
}

@media only screen and (max-width:991px) {
  .about-area-2 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area-2 .thumb {
  max-width: 630px;
  border-radius: 6px;
  overflow: hidden
}

.about-area-2 .thumb img {
  width: 100%
}

.about-area-2 .section-content {
  margin-top: 9px
}

.about-area-2 .text-wrapper {
  margin-top: 23px
}

.about-area-2 .feature-list {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 37px
}

@media only screen and (max-width:767px) {
  .about-area-2 .feature-list {
    grid-template-columns: 270px;
    justify-content: center
  }

  .awards.about-area-2 .feature-list {
    grid-template-columns: 270px;
    justify-content: start;
  }
}

.about-area-2 .feature-list-item {
  display: flex;
  gap: 20px
}

/* 
.about-area-2 .feature-list-item .icon {
  width: 64px;
  min-width: 64px
} */
.about-area-2 .feature-list-item .icon svg {
  width: 45px !important;
  height: 45px !important;
}

.about-area-2 .feature-list-item .icon {
  width: 64px;
  height: 67px;
  min-width: 67px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.about-area-2 .feature-list-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 4px;
  color: var(--primary)
}

.about-area-2 .btn-wrapper {
  margin-top: 50px
}

.about-area-3 .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 380px 1fr
}

@media only screen and (max-width:1399px) {
  .about-area-3 .section-title-wrapper {
    grid-template-columns: 320px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .about-area-3 .section-title-wrapper {
    grid-template-columns: 240px 1fr
  }
}

@media only screen and (max-width:991px) {
  .about-area-3 .section-title-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area-3 .subtitle-wrapper {
  margin-top: 5px
}

.about-area-3 .section-header {
  margin-top: 9px
}

.about-area-3 .counter-item {
  position: relative
}

.about-area-3 .counter-item:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 68px;
  background-color: rgba(14, 15, 17, .1);
  left: -60px;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:1399px) {
  .about-area-3 .counter-item:not(:first-child):before {
    left: -40px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-3 .counter-item:not(:first-child):before {
    left: -30px
  }
}

@media only screen and (max-width:767px) {
  .about-area-3 .counter-item:not(:first-child):before {
    display: none
  }
}

.about-area-3 .counter-item .number {
  font-size: 100px;
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.01em;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .about-area-3 .counter-item .number {
    font-size: 80px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-3 .counter-item .number {
    font-size: 70px
  }
}

.about-area-3 .counter-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 3px
}

.about-area-3 .section-content-wrapper {
  margin-top: 68px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 380px 1fr;
  align-items: flex-end
}

@media only screen and (max-width:1919px) {
  .about-area-3 .section-content-wrapper {
    margin-top: 48px
  }
}

@media only screen and (max-width:1399px) {
  .about-area-3 .section-content-wrapper {
    grid-template-columns: 320px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .about-area-3 .section-content-wrapper {
    margin-top: 38px;
    grid-template-columns: 240px 1fr
  }
}

@media only screen and (max-width:991px) {
  .about-area-3 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area-3 .section-content-wrapper .btn-wrapper {
  margin-bottom: 8px
}

.about-area-3 .counter-wrapper {
  display: grid;
  gap: 25px 0;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .about-area-3 .counter-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575px) {
  .about-area-3 .counter-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.about-area-4 .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 360px 1fr;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .about-area-4 .section-content-wrapper {
    grid-template-columns: 460px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .about-area-4 .section-content-wrapper {
    grid-template-columns: 380px 1fr
  }
}

@media only screen and (max-width:991px) {
  .about-area-4 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area-4 .thumb {
  opacity: .5;
  margin-bottom: 38px
}

@media only screen and (max-width:991px) {
  .about-area-4 .thumb {
    text-align: center
  }
}

.about-area-4 .section-content .title-wrapper {
  margin-top: 17px
}

.about-area-4 .section-content .btn-wrapper {
  margin-top: 42px;
  max-width: 664px;
  margin-left: auto
}

@media only screen and (max-width:991px) {
  .about-area-4 .section-content .btn-wrapper {
    margin-left: 0
  }
}

.about-area-4 .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.about-area-4 .section-content .text:not(:first-child) {
  margin-top: 19px
}

.about-area-4 .section-content .text-wrapper {
  margin-top: 24px;
  max-width: 664px;
  margin-left: auto
}

@media only screen and (max-width:991px) {
  .about-area-4 .section-content .text-wrapper {
    margin-left: 0
  }
}

.about-area-5 .section-content-wrapper {
  margin-top: 18px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 760px;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .about-area-5 .section-content-wrapper {
    grid-template-columns: 1fr 720px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-5 .section-content-wrapper {
    grid-template-columns: 1fr 590px
  }
}

@media only screen and (max-width:991px) {
  .about-area-5 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.about-area-5 .content-shape-1 {
  margin-top: 138px
}

@media only screen and (max-width:1919px) {
  .about-area-5 .content-shape-1 {
    margin-top: 128px
  }
}

@media only screen and (max-width:1399px) {
  .about-area-5 .content-shape-1 {
    margin-top: 108px
  }
}

@media only screen and (max-width:991px) {
  .about-area-5 .content-shape-1 {
    display: none
  }
}

.about-area-5 .content-shape-1 img {
  opacity: .1;
  width: 170px
}

@media only screen and (max-width:1399px) {
  .about-area-5 .content-shape-1 img {
    width: 120px
  }
}

.about-area-5 .content-first {
  margin-top: 8px
}

.about-area-5 .section-content .btn-wrapper {
  margin-top: 49px
}

@media only screen and (max-width:991px) {
  .about-area-5 .section-content .btn-wrapper {
    margin-top: 29px
  }
}

.about-area-5 .counter-wrapper-box {
  margin-top: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 760px;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .about-area-5 .counter-wrapper-box {
    grid-template-columns: 1fr 720px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-5 .counter-wrapper-box {
    grid-template-columns: 1fr 590px
  }
}

@media only screen and (max-width:991px) {
  .about-area-5 .counter-wrapper-box {
    grid-template-columns: 1fr
  }
}

.about-area-5 .counter-wrapper {
  margin-top: 25px
}

@media only screen and (max-width:1199px) {
  .about-area-5 .counter-wrapper {
    margin-top: 0
  }
}

.about-area-5 .counter-thumb {
  border-radius: 10px;
  overflow: hidden
}

.about-area-5 .counter-thumb img {
  width: 100%;
  border-radius: 10px
}

.counter-item-5:not(:first-child) {
  margin-top: 64px
}

@media only screen and (max-width:991px) {
  .counter-item-5:not(:first-child) {
    margin-top: 34px
  }
}

.counter-item-5 .number {
  font-size: 80px;
  font-weight: 400;
  line-height: .7;
  letter-spacing: -.01em;
  display: inline-block;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .counter-item-5 .number {
    font-size: 70px
  }
}

@media only screen and (max-width:1199px) {
  .counter-item-5 .number {
    font-size: 50px
  }
}

.counter-item-5 .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  margin-top: 17px
}

@media only screen and (max-width:1399px) {
  .counter-item-5 .text {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .counter-item-5 .text {
    margin-top: 7px
  }
}

.about-area-6-inner {
  padding: 40px 40px 0
}

@media only screen and (max-width:1199px) {
  .about-area-6-inner {
    padding: 20px 20px 0
  }
}

@media only screen and (max-width:991px) {
  .about-area-6-inner {
    padding: 10px 10px 0
  }
}

.about-area-6 .section-content {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1.43fr 1fr;
  align-items: flex-start
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content {
    gap: 20px
  }
}

@media only screen and (max-width:991px) {
  .about-area-6 .section-content {
    gap: 10px
  }
}

@media (max-width:575px) {
  .about-area-6 .section-content {
    grid-template-columns: 1fr
  }
}

.about-area-6 .section-content .thumb {
  position: relative;
  z-index: 1
}

.about-area-6 .section-content .thumb .image {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.about-area-6 .section-content .thumb .image img {
  width: 100%
}

.about-area-6 .section-content .thumb .video {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%
}

.about-area-6 .section-content .thumb .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.about-area-6 .section-content .thumb-1:hover .shape-1 img {
  animation: spinner 4s linear infinite
}

.about-area-6 .section-content .thumb-1 .shape-1 {
  position: absolute;
  top: 36px;
  right: 34px;
  z-index: 2
}

.about-area-6 .section-content .thumb-1 .shape-1 img {
  width: 92px
}

@media only screen and (max-width:1919px) {
  .about-area-6 .section-content .thumb-1 .shape-1 img {
    width: 72px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-1 .shape-1 img {
    width: 52px
  }
}

@media only screen and (max-width:991px) {
  .about-area-6 .section-content .thumb-1 .shape-1 img {
    width: 42px
  }
}

.about-area-6 .section-content .thumb-2 {
  margin-bottom: 45px;
  aspect-ratio: 100/81
}

@media only screen and (max-width:1919px) {
  .about-area-6 .section-content .thumb-2 {
    margin-bottom: 35px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-2 {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:767px) {
  .about-area-6 .section-content .thumb-2 {
    margin-bottom: 0
  }
}

.about-area-6 .section-content .thumb-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
  opacity: .24;
  z-index: 2;
  border-radius: 14px
}

.about-area-6 .section-content .thumb-2 .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.about-area-6 .section-content .thumb-2 .shape-1 img {
  width: 190px
}

@media only screen and (max-width:1919px) {
  .about-area-6 .section-content .thumb-2 .shape-1 img {
    width: 160px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-2 .shape-1 img {
    width: 130px
  }
}

@media only screen and (max-width:991px) {
  .about-area-6 .section-content .thumb-2 .shape-1 img {
    width: 110px
  }
}

.about-area-6 .section-content .thumb-2 .video-button {
  height: 90px;
  background-color: var(--white);
  border-radius: 90px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 465px;
  position: absolute;
  right: 0;
  bottom: -45px;
  z-index: 2
}

@media only screen and (max-width:1919px) {
  .about-area-6 .section-content .thumb-2 .video-button {
    width: 345px;
    height: 70px;
    bottom: -35px;
    padding: 0 20px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-2 .video-button {
    width: 210px;
    height: 60px;
    bottom: -30px;
    padding: 0 15px;
    left: 0;
    margin: 0 auto
  }
}

@media only screen and (max-width:767px) {
  .about-area-6 .section-content .thumb-2 .video-button {
    width: 190px;
    height: 50px;
    bottom: 5px;
    padding: 0 5px
  }
}

.about-area-6 .section-content .thumb-2 .video-button a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px
}

.about-area-6 .section-content .thumb-2 .video-button a:hover .text::before {
  width: 100%
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-2 .video-button a {
    font-size: 16px
  }
}

.about-area-6 .section-content .thumb-2 .video-button a .text {
  position: relative
}

.about-area-6 .section-content .thumb-2 .video-button a .text::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  transition: .3s
}

.about-area-6 .section-content .thumb-3 .brand-text {
  font-size: 90px;
  font-weight: 500;
  line-height: 1.16;
  display: inline-block;
  -webkit-text-stroke: 1.2px;
  -webkit-text-stroke-color: var(--white);
  color: var(--white);
  position: absolute;
  right: 11px;
  bottom: 34px;
  writing-mode: vertical-lr;
  z-index: 2
}

@media only screen and (max-width:1919px) {
  .about-area-6 .section-content .thumb-3 .brand-text {
    font-size: 60px
  }
}

@media only screen and (max-width:1199px) {
  .about-area-6 .section-content .thumb-3 .brand-text {
    font-size: 40px
  }
}

@media only screen and (max-width:991px) {
  .about-area-6 .section-content .thumb-3 .brand-text {
    font-size: 30px
  }
}

.process-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 7px
}

@media only screen and (max-width:767px) {
  .process-area .section-header {
    grid-template-columns: 1fr
  }
}

.process-area .section-header .title-wrapper {
  margin-top: 7px
}

.process-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.process-area .process-wrapper-box {
  padding-top: 70px;
  margin-top: 25px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .process-area .process-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .process-area .process-wrapper-box {
    padding-top: 40px
  }
}

.process-area .process-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .process-area .process-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .process-area .process-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }

  .process-area .process-wrapper {
    display: grid;
    gap: 0 10px
  }
}

.process-box-1 {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 10px;
  margin-top: 22px;
  position: relative;
  padding: 44px 30px 37px;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .process-box-1 {
    padding: 44px 20px 27px
  }
}

.process-box-1:hover {
  border-color: var(--primary)
}

.process-box-1:hover .number {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--theme)
}

.process-box-1 .number {
  font-size: 18px;
  color: var(--primary);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -22px;
  right: 40px;
  background-color: #f2f2f2;
  transition: all .5s
}

.process-box-1 .thumb {
  width: 90px;
  height: 90px;
  padding: 15px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1919px) {
  .process-box-1 .thumb {
    width: 70px;
    height: 70px
  }
}

.process-box-1 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3
}

@media only screen and (max-width:1199px) {
  .process-box-1 .title {
    font-size: 22px
  }
}

.process-box-1 .text {
  margin-top: 21px
}

.process-box-1 .content {
  margin-top: 36px
}

.process-area.page-services .section-header {
  margin-top: 13px
}

.process-area.page-services .process-box-1:hover .number {
  background-color: var(--theme)
}

.process-area.page-services .process-box-1 .number {
  background-color: var(--white)
}

.process-area-2 {
  background-color: var(--black)
}

.process-area-2 .section-header {
  margin-top: 20px;
  text-align: center
}

.process-area-2 .section-header .title-wrapper {
  margin-top: 11px
}

.process-area-2 .section-subtitle {
  flex-direction: column;
  color: var(--white)
}

.process-area-2 .section-subtitle:before {
  margin-bottom: 7px;
  margin-inline-end: 0
}

.process-area-2 .section-title {
  color: var(--white)
}

.process-area-2 .process-wrapper-box {
  margin-top: 59px
}

@media only screen and (max-width:1199px) {
  .process-area-2 .process-wrapper-box {
    margin-top: 49px
  }
}

.process-area-2 .process-wrapper {
  display: grid;
  gap: 40px 45px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1199px) {
  .process-area-2 .process-wrapper {
    gap: 40px 35px
  }
}

@media only screen and (max-width:991px) {
  .process-area-2 .process-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .process-area-2 .process-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.process-box-2 {
  position: relative;
  padding: 41px 30px;
  border-left: 1px dashed rgba(255, 255, 255, .2);
  border-right: 1px dashed rgba(255, 255, 255, .2);
  min-height: 405px;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .process-box-2 {
    padding: 21px 20px;
    min-height: 335px
  }
}

.process-box-2.active,
.process-box-2:hover {
  background-color: var(--action);
  border-color: transparent;
  border-radius: 8px;
  transform: scale(1.03)
}

.process-box-2.active .number,
.process-box-2:hover .number {
  border-color: var(--white)
}

.process-box-2.active .process-list,
.process-box-2:hover .process-list {
  opacity: 1
}

.process-box-2.active .process-list li,
.process-box-2:hover .process-list li {
  border-color: var(--white)
}

.process-box-2 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.31;
  color: var(--white)
}

@media only screen and (max-width:1399px) {
  .process-box-2 .title {
    font-size: 24px
  }
}

.process-box-2 .number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: inline-block;
  padding: 2px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  position: absolute;
  top: 44px;
  right: 30px;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .process-box-2 .number {
    top: 21px;
    right: 20px
  }
}

@media only screen and (max-width:1199px) {
  .process-box-2 .number {
    position: static;
    margin-bottom: 10px;
    border: 0;
    padding: 0
  }
}

.process-box-2 .process-list {
  margin-top: 61px;
  opacity: .7;
  transition: all .5s
}

.process-box-2 .process-list ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start
}

.process-box-2 .process-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  padding: 8px 18px;
  display: inline-block;
  transition: all .5s
}

.process-box-2 .process-list li:not(:first-child) {
  margin-top: 20px
}

.process-area-3 .section-header {
  margin-top: 5px
}

.process-area-3 .title-wrapper {
  margin-top: 11px
}

.process-area-3 .process-wrapper-box {
  margin-top: 58px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .process-area-3 .process-wrapper-box {
    margin-top: 38px
  }
}

@media only screen and (max-width:1199px) {
  .process-area-3 .process-wrapper-box {
    margin-top: 28px
  }
}

.process-area-3 .process-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .process-area-3 .process-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .process-area-3 .process-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.process-box-3 {
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 31px 30px 38px;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .process-box-3 {
    padding: 21px 20px 28px
  }
}

.process-box-3:hover {
  border-color: var(--primary);
  background-color: transparent
}

.process-box-3:hover .number {
  color: #d0d0d0
}

.process-box-3 .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42
}

@media only screen and (max-width:1199px) {
  .process-box-3 .title {
    font-size: 20px
  }
}

.process-box-3 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 29px
}

.process-box-3 .number {
  font-size: 124px;
  font-weight: 400;
  line-height: .76;
  letter-spacing: -.01em;
  margin-top: 90px;
  display: inline-block;
  color: transparent;
  background: var(--gra);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .process-box-3 .number {
    font-size: 94px;
    margin-top: 70px
  }
}

@media only screen and (max-width:1399px) {
  .process-box-3 .number {
    font-size: 74px;
    margin-top: 60px
  }
}

.process-area-4 {
  background-color: var(--bg-blu)
}

.process-area-4-inner {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: 740px 1fr
}

@media only screen and (max-width:1399px) {
  .process-area-4-inner {
    grid-template-columns: 640px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .process-area-4-inner {
    grid-template-columns: 540px 1fr
  }
}

@media only screen and (max-width:991px) {
  .process-area-4-inner {
    grid-template-columns: 1fr
  }
}

.process-area-4 .section-content {
  margin-top: 20px;
  margin-bottom: 20px
}

.process-area-4 .section-content .title-wrapper {
  margin-top: 17px
}

.process-area-4 .section-subtitle {
  color: var(--white);
  border-color: rgba(255, 255, 255, .1)
}

.process-area-4 .section-title {
  color: var(--white)
}

.process-area-4 .section-thumb {
  margin-right: calc((100vw - var(--container-max-widths))/ -2 - 14px)
}

@media only screen and (max-width:991px) {
  .process-area-4 .section-thumb {
    display: none;
    padding-bottom: 34px
  }
}

.process-area-4 .section-thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.accordion-wrapper-4 {
  margin-top: 67px
}

@media only screen and (max-width:1919px) {
  .accordion-wrapper-4 {
    margin-top: 47px
  }
}

@media only screen and (max-width:1199px) {
  .accordion-wrapper-4 {
    margin-top: 37px
  }
}

.accordion-wrapper-4 .accordion {
  --bs-accordion-border-radius: 45px;
  --bs-accordion-inner-border-radius: 45px;
  counter-reset: accordion
}

.accordion-wrapper-4 .accordion-item:not(:first-child) {
  margin-top: 24px
}

.accordion-wrapper-4 .accordion-item {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 45px !important;
  background-color: var(--bg-blu);
  padding-left: 90px;
  position: relative
}

.off-page-seo .accordion-wrapper-4 .accordion-item {
  background-color: var(--white)
}

.off-page-seo .accordion-wrapper-4 .accordion-button {
  color: var(--primary)
}

.off-page-seo .accordion-wrapper-4 .accordion-body {
  color: #77838f
}

.off-page-seo .accordion-wrapper-4 .accordion-item {
  border: 1px solid var(--primary)
}

.off-page-seo .accordion-wrapper-4 .accordion-item:before {
  color: var(--primary);
  border: 1px solid var(--primary)
}

@media (max-width:575px) {
  .accordion-wrapper-4 .accordion-item {
    padding-left: 0;
    border-radius: 15px !important
  }
}

.section-title.h-title {
  color: var(--primary);
  font-weight: 600 !important
}

.accordion-wrapper-4 .accordion-item {
  counter-increment: accordion;
  position: relative
}

.accordion-wrapper-4 .accordion-item button:before {
  content: counter(accordion, decimal-leading-zero);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -.01em;
  color: var(--white);
  width: 90px;
  height: calc(100% + 2px);
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 45px;
  justify-content: center;
  padding: 27px 0;
  position: absolute;
  left: -90px;
  top: -1px;
  opacity: 0
}

.accordion-wrapper-4 .accordion-item:before {
  content: counter(accordion, decimal-leading-zero);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -.01em;
  color: var(--white);
  width: 90px;
  height: calc(100% + 2px);
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 45px;
  justify-content: center;
  padding: 27px 0;
  position: absolute;
  left: -1px;
  top: -1px
}

@media (max-width:575px) {
  .accordion-wrapper-4 .accordion-item:before {
    display: none
  }
}

.accordion-wrapper-4 .accordion-item.active {
  border-color: var(--action)
}

.accordion-wrapper-4 .accordion-item.active:before {
  background: linear-gradient(90deg, #ffaf17, #e7337e);
  color: var(--black)
}

.accordion-wrapper-4 .accordion-button {
  background-color: transparent;
  color: var(--white);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -.01em;
  padding: 24px 39px 24px 24px;
  border: none;
  box-shadow: none
}

@media only screen and (max-width:1199px) {
  .accordion-wrapper-4 .accordion-button {
    font-size: 28px
  }
}

@media (max-width:575px) {
  .accordion-wrapper-4 .accordion-button {
    font-size: 19px
  }
}

.accordion-wrapper-4 .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: auto;
  height: auto
}

.accordion-wrapper-4 .accordion-button:not(.collapsed) {
  pointer-events: none
}

.accordion-wrapper-4 .accordion-button:not(.collapsed)::after {
  transform: rotate(135deg)
}

.accordion-wrapper-4 .accordion-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  padding: 1px 39px 36px 24px;
  border: none
}

.process-area-6 {
  background-color: #f4f4f4
}

.process-area-6 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .process-area-6 .section-header {
    grid-template-columns: 1fr
  }
}

.process-area-6 .section-header .title-wrapper {
  margin-top: 7px
}

.process-area-6 .section-header .btn-wrapper {
  margin-bottom: 5px
}

.process-area-6 .section-header .t-btn-primary {
  background-color: #f4f4f4
}

.process-area-6 .section-header .t-btn-circle {
  background-color: #f4f4f4
}

.process-area-6 .process-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .1);
  padding-top: 70px;
  margin-top: 25px;
  margin-bottom: 20px
}

.j-order {
  background: var(--gra2)
}

.captcha-form.captcha-area input {
  padding-left: 12px;
  height: 40px;
  background: 0 0;
  border: 1px solid #cccccc9e;
  border-radius: .375rem
}

.captcha-form.captcha-area img {
  height: 43px;
  border-radius: .375rem;
  margin-right: 4px
}

@media only screen and (max-width:1919px) {
  .process-area-6 .process-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .process-area-6 .process-wrapper-box {
    padding-top: 40px
  }
}

.process-area-6 .process-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .process-area-6 .process-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact-area {
    padding-bottom: 0 !important;
    text-align: center
  }

  .contact-area .image-container {
    margin-top: 20px
  }

  .contact-area .contact-formfield .title {
    text-align: left
  }

  .contact-area {
    padding-top: 0
  }
}

.page-title-area .area-lines {
  display: none
}

@media only screen and (max-width:375px) {
  .captcha-form.captcha-area input {
    width: 40% !important
  }

  .captcha-form.captcha-area input:focus {
    box-shadow: 0 0 10px rgba(55, 125, 255, .1) !important;
    border-color: rgba(55, 125, 255, .5) !important
  }
}

@media only screen and (max-width:767px) {
  .process-area-6 .process-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.process-box-6 {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 10px;
  margin-top: 22px;
  position: relative;
  padding: 44px 30px 37px;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .process-box-6 {
    padding: 44px 20px 27px
  }
}

.process-box-6:hover {
  border-color: var(--primary)
}

.process-box-6:hover .number {
  border-color: var(--primary);
  background-color: var(--theme)
}

.process-box-6 .number {
  font-size: 18px;
  color: var(--primary);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -22px;
  right: 40px;
  background-color: #f2f2f2;
  transition: all .5s
}

.process-box-6 .thumb {
  width: 90px;
  height: 90px;
  padding: 15px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1919px) {
  .process-box-6 .thumb {
    width: 70px;
    height: 70px
  }
}

.process-box-6 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3
}

@media only screen and (max-width:1199px) {
  .process-box-6 .title {
    font-size: 22px
  }
}

.process-box-6 .text {
  margin-top: 21px
}

.process-box-6 .content {
  margin-top: 36px
}

.service-area {
  background-color: #231d49
}

.service-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .service-area .section-header {
    grid-template-columns: 1fr
  }
}

.service-area .section-header .title-wrapper {
  margin-top: 7px
}

.service-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.service-area .section-header .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area .section-header .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area .section-subtitle {
  color: var(--white)
}

.service-area .section-title {
  color: var(--white)
}

.service-area .services-wrapper-box {
  margin-top: 39px
}

@media only screen and (max-width:991px) {
  .service-area .services-wrapper {
    display: grid;
    gap: 40px
  }
}

.service-box-1 {
  border-top: 1px solid rgba(95, 96, 98, .3);
  background-color: #231d49;
  height: 100vh
}

@media only screen and (max-width:991px) {
  .service-box-1 {
    height: auto
  }
}

.service-box-1:hover .title span img {
  animation: spinner 4s linear infinite
}

.service-box-1 .header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 850px;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 36px
}

@media only screen and (max-width:1919px) {
  .service-box-1 .header {
    padding-top: 30px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-1 .header {
    grid-template-columns: 1fr 750px;
    padding-top: 25px;
    padding-bottom: 26px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-1 .header {
    grid-template-columns: 1fr 700px
  }
}

@media only screen and (max-width:991px) {
  .service-box-1 .header {
    grid-template-columns: 1fr 500px
  }
}

@media only screen and (max-width:767px) {
  .service-box-1 .header {
    grid-template-columns: 1fr
  }
}

.service-box-1 .service-box-inner {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 850px;
  align-items: flex-end
}

@media only screen and (max-width:1399px) {
  .service-box-1 .service-box-inner {
    grid-template-columns: 1fr 750px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-1 .service-box-inner {
    grid-template-columns: 1fr 700px
  }
}

@media only screen and (max-width:991px) {
  .service-box-1 .service-box-inner {
    grid-template-columns: 1fr 500px
  }
}

@media only screen and (max-width:767px) {
  .service-box-1 .service-box-inner {
    grid-template-columns: 1fr
  }
}

.service-box-1 .number {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.25;
  color: rgba(255, 255, 255, .7)
}

@media only screen and (max-width:1399px) {
  .service-box-1 .number {
    font-size: 20px
  }
}

.service-box-1 .title {
  font-size: 90px;
  font-weight: 600;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .service-box-1 .title {
    font-size: 80px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-1 .title {
    font-size: 60px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-1 .title {
    font-size: 50px
  }
}

@media only screen and (max-width:991px) {
  .service-box-1 .title {
    font-size: 44px
  }
}

@media (max-width:575px) {
  .service-box-1 .title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-1 .title img {
    scale: .8
  }
}

@media only screen and (max-width:991px) {
  .service-box-1 .title img {
    scale: .7
  }
}

@media (max-width:575px) {
  .service-box-1 .title img {
    scale: .6
  }
}

.service-box-1 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  max-width: 478px
}

.service-box-1 .service-list {
  margin-top: 26px
}

@media (max-width:575px) {
  .service-box-1 .service-list {
    margin-right: 0
  }
}

.service-box-1 .service-list li {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  border-bottom: 1px solid #5f6062;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .service-box-1 .service-list li {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-1 .service-list li {
    font-size: 20px
  }
}

.service-box-1 .service-list li:hover {
  border-color: var(--action)
}

.service-box-1 .service-list li a:hover {
  color: var(--white)
}

.service-box-1 .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .service-box-1 .btn-wrapper {
    order: 2
  }
}

.service-box-1 .btn-wrapper .t-btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .07em;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: flex-start
}

@media only screen and (max-width:1199px) {
  .service-box-1 .btn-wrapper .t-btn {
    font-size: 16px;
    gap: 7px
  }
}

.service-box-1 .btn-wrapper .t-btn:hover span {
  opacity: .7
}

.service-box-1 .btn-wrapper .t-btn:hover svg * {
  fill: var(--action)
}

.service-box-1 .btn-wrapper .t-btn span {
  color: var(--white);
  opacity: .2
}

.service-box-1 .btn-wrapper .t-btn svg {
  width: 123px
}

@media only screen and (max-width:1199px) {
  .service-box-1 .btn-wrapper .t-btn svg {
    width: 93px
  }
}

@media (max-width:575px) {
  .service-box-1 .btn-wrapper .t-btn svg {
    width: 73px
  }
}

.service-box-1 .btn-wrapper .t-btn svg>* {
  transition: all .5s
}

.service-area-2 {
  background-color: var(--primary)
}

.service-area-2 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 17px
}

@media only screen and (max-width:767px) {
  .service-area-2 .section-header {
    grid-template-columns: 1fr
  }
}

.service-area-2 .section-header .title-wrapper {
  margin-top: 17px
}

.service-area-2 .section-header .btn-wrapper {
  margin-bottom: 5px
}

.service-area-2 .section-header .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area-2 .section-header .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area-2 .section-subtitle {
  color: var(--white)
}

.service-area-2 .section-title {
  color: var(--white)
}

.service-area-2 .services-wrapper-box {
  margin-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 86px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .service-area-2 .services-wrapper-box {
    padding-top: 56px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-2 .services-wrapper-box {
    padding-top: 36px
  }
}

.service-area-2 .services-wrapper {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .service-area-2 .services-wrapper {
    gap: 50px
  }
}

.service-box-2 {
  display: grid;
  gap: 20px 85px;
  grid-template-columns: 1fr 465px;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .service-box-2 {
    grid-template-columns: 1fr 440px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-2 {
    grid-template-columns: 1fr 380px
  }
}

@media only screen and (max-width:991px) {
  .service-box-2 {
    grid-template-columns: 1fr
  }
}

.service-box-2.active .service-box-2-inner,
.service-box-2:hover .service-box-2-inner {
  opacity: 1;
  visibility: visible;
  transform: rotate(0) translate(0, 0)
}

.service-box-2.active .header:before,
.service-box-2:hover .header:before {
  width: 100%
}

.service-box-2.active .title,
.service-box-2:hover .title {
  color: var(--white)
}

.service-box-2-inner {
  padding-top: 4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all .5s;
  transform-origin: bottom left;
  opacity: 0;
  visibility: hidden;
  transform: rotate(10deg) translate(20px, 20px);
  width: 465px
}

@media only screen and (max-width:1919px) {
  .service-box-2-inner {
    width: 440px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-2-inner {
    width: 380px
  }
}

@media only screen and (max-width:991px) {
  .service-box-2-inner {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%
  }
}

.service-box-2 .title {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.1;
  color: #5f6062;
  display: flex;
  align-items: flex-start;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .service-box-2 .title {
    font-size: 66px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-2 .title {
    font-size: 46px
  }
}

@media only screen and (max-width:991px) {
  .service-box-2 .title {
    color: var(--white)
  }
}

@media only screen and (max-width:767px) {
  .service-box-2 .title {
    font-size: 36px
  }
}

.service-box-2 .title a:hover {
  color: var(--white)
}

.service-box-2 .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: #5f6062;
  margin-left: 3px;
  margin-top: 12px
}

@media only screen and (max-width:1399px) {
  .service-box-2 .number {
    margin-top: 7px
  }
}

.service-box-2 .header {
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(95, 96, 98, .3);
  transition: all .5s;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:991px) {
  .service-box-2 .header {
    padding-bottom: 17px
  }
}

.service-box-2 .header:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: var(--gra);
  right: 0;
  bottom: -1px;
  transition: all .5s
}

.service-box-2 .thumb {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 100/50;
}

@media only screen and (max-width:991px) {
  .service-box-2 .thumb {
    aspect-ratio: 100/60;
    max-width: 600px
  }
}

.service-box-2 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.service-box-2 .thumb-2 {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 100/104
}

.service-box-2 .thumb-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.service-box-2 .content {
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 180px 1fr;
  align-items: flex-end;
  margin-top: 40px
}

@media only screen and (max-width:1919px) {
  .service-box-2 .content {
    gap: 20px 40px;
    grid-template-columns: 120px 1fr
  }
}

@media only screen and (max-width:1399px) {
  .service-box-2 .content {
    grid-template-columns: 100px 1fr
  }
}

.service-box-2 .content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  max-width: 235px;
  margin-bottom: 7px;
  opacity: .7
}

@media only screen and (max-width:767px) {
  .service-box-2 .content .text {
    margin-bottom: 0
  }
}

.service-box-2 .shape-1 {
  position: absolute;
  width: 180px;
  top: 53%;
  right: 0;
  transform: translate(50%, 0);
  z-index: -1
}

@media only screen and (max-width:1919px) {
  .service-box-2 .shape-1 {
    width: 120px;
    top: 62%
  }
}

@media only screen and (max-width:1199px) {
  .service-box-2 .shape-1 {
    width: 100px
  }
}

@media only screen and (max-width:767px) {
  .service-box-2 .shape-1 {
    display: none
  }
}

.service-box-2 .shape-1 img {
  animation: spinner 9s linear infinite
}

.services-area-3 {
  background-color: #181a1e;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1199px) {
  .services-area-3 {
    border-radius: 20px 20px 0 0
  }
}

.services-area-3 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .services-area-3 .section-header {
    grid-template-columns: 1fr
  }
}

.services-area-3 .section-header .btn-wrapper {
  margin-bottom: 12px
}

.services-area-3 .section-header .t-btn-primary {
  background-color: #181a1e;
  border-color: var(--white);
  color: var(--white)
}

.services-area-3 .section-header .t-btn-circle {
  background-color: #181a1e;
  border-color: var(--white);
  color: var(--white)
}

.services-area-3 .section-header .title-wrapper {
  margin-top: 11px
}

.services-area-3 .section-subtitle {
  color: var(--white)
}

.services-area-3 .section-title {
  color: var(--white)
}

.services-area-3 .services-wrapper-box {
  border-top: 1px solid rgba(95, 96, 98, .3);
  margin-top: 28px
}

.service-box-3 {
  border-bottom: 1px solid rgba(95, 96, 98, .3);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1
}

.service-box-3:hover .number {
  color: var(--white)
}

.service-box-3:hover .title {
  color: var(--white)
}

.service-box-3:hover .t-btn-primary {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary)
}

.service-box-3:hover .video {
  opacity: 1
}

.service-box-3-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 50px 1fr 300px;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .service-box-3-inner {
    grid-template-columns: 50px 1fr 200px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-3-inner {
    grid-template-columns: 50px 1fr 180px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-3-inner {
    grid-template-columns: 50px 1fr 150px
  }
}

@media only screen and (max-width:991px) {
  .service-box-3-inner {
    grid-template-columns: 50px 1fr 130px
  }
}

@media only screen and (max-width:767px) {
  .service-box-3-inner {
    grid-template-columns: 1fr 130px
  }
}

@media (max-width:575px) {
  .service-box-3-inner {
    grid-template-columns: 1fr
  }
}

.service-box-3 .number {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  color: #5f6062;
  margin-top: 24px;
  transition: all .5s
}

@media only screen and (max-width:767px) {
  .service-box-3 .number {
    grid-column: span 2
  }
}

@media only screen and (max-width:1199px) {
  .service-box-3 .number {
    color: var(--white)
  }
}

@media (max-width:575px) {
  .service-box-3 .number {
    grid-column: auto
  }
}

.service-box-3 .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #5f6062;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .service-box-3 .title {
    font-size: 90px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-3 .title {
    font-size: 80px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-3 .title {
    font-size: 60px;
    color: var(--white)
  }
}

@media only screen and (max-width:991px) {
  .service-box-3 .title {
    font-size: 45px
  }
}

@media only screen and (max-width:767px) {
  .service-box-3 .title {
    font-size: 36px
  }
}

.service-box-3 .video {
  border-radius: 8px;
  overflow: hidden;
  opacity: .3;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .service-box-3 .video {
    opacity: 1
  }
}

@media (max-width:575px) {
  .service-box-3 .video {
    max-width: 200px
  }
}

.service-box-3 .video video {
  width: 100%
}

.service-box-3 .t-btn-primary {
  color: #5f6062;
  border-color: #5f6062;
  background-color: transparent;
  margin-top: 29px;
  transition: all .5s
}

.service-box-3 .t-btn-primary:hover {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white)
}

.service-area-4 {
  background-color: var(--bg-blu)
}

.service-area-4 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .service-area-4 .section-header {
    grid-template-columns: 1fr
  }
}

.service-area-4 .section-header .title-wrapper {
  margin-top: 17px
}

.service-area-4 .section-header .btn-wrapper {
  margin-bottom: 13px
}

.service-area-4 .section-header .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area-4 .section-header .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.service-area-4 .section-subtitle {
  color: var(--white);
  border-color: rgba(255, 255, 255, .1)
}

.service-area-4 .section-title {
  color: var(--white)
}

.service-area-4 .services-wrapper {
  display: grid;
  gap: 40px 110px;
  grid-template-columns: 520px 1fr;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .service-area-4 .services-wrapper {
    gap: 40px 60px;
    grid-template-columns: 480px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .service-area-4 .services-wrapper {
    grid-template-columns: 380px 1fr
  }
}

@media only screen and (max-width:991px) {
  .service-area-4 .services-wrapper {
    grid-template-columns: 1fr
  }
}

.service-area-4 .service-name {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 100px;
  padding: 30px 50px;
  transition: all .5s;
  cursor: pointer
}

@media only screen and (max-width:991px) {
  .service-area-4 .service-name {
    border-radius: 100px;
    padding: 10px 30px
  }
}

.service-area-4 .service-name .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--white);
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .service-area-4 .service-name .title {
    font-size: 28px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-4 .service-name .title {
    font-size: 22px
  }
}

.service-area-4 .service-name .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  opacity: .7;
  margin-top: 5px;
  transition: all .5s
}

.service-area-4 .nav-item {
  width: 100%
}

.service-area-4 .nav-link {
  padding: 0;
  background-color: transparent
}

.service-area-4 .nav-link.active,
.service-area-4 .nav-link:hover {
  border-color: transparent;
  background-color: transparent
}

.service-area-4 .nav-link.active .service-name,
.service-area-4 .nav-link:hover .service-name {
  border-color: var(--action);
  background-color: var(--action);
  transform: rotate(-4deg)
}

@media only screen and (max-width:991px) {

  .service-area-4 .nav-link.active .service-name,
  .service-area-4 .nav-link:hover .service-name {
    transform: none
  }
}

.service-area-4 .nav-link.active .service-name .title,
.service-area-4 .nav-link:hover .service-name .title {
  color: var(--black)
}

.service-area-4 .nav-link.active .service-name .text,
.service-area-4 .nav-link:hover .service-name .text {
  color: var(--black);
  opacity: 1
}

.service-area-4 .nav {
  margin-top: 15px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr
}

@media only screen and (max-width:991px) {
  .service-area-4 .nav {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0
  }
}

@media only screen and (max-width:767px) {
  .service-area-4 .nav {
    grid-template-columns: 1fr
  }
}

.service-area-4 .services-wrapper-box {
  margin-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 70px
}

@media only screen and (max-width:1919px) {
  .service-area-4 .services-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-4 .services-wrapper-box {
    padding-top: 40px
  }
}

.service-box-4 {
  background-color: rgba(255, 255, 255, .08);
  padding: 30px 30px 35px;
  border-radius: 8px
}

@media (max-width:575px) {
  .service-box-4 {
    padding: 20px 20px 25px
  }
}

.service-box-4:hover .thumb img {
  transform: scale(1.1)
}

.service-box-4 .thumb {
  border-radius: 8px;
  overflow: hidden;
  position: relative
}

.service-box-4 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s
}

.service-box-4 .meta {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  background-color: rgba(14, 15, 17, .5);
  border: 1px solid rgba(255, 255, 255, .14);
  display: inline-block;
  padding: 2px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px
}

.service-box-4 .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -.01em;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .service-box-4 .title {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .service-box-4 .title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-4 .title {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .service-box-4 .title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .service-box-4 .title {
    font-size: 30px
  }
}

.service-box-4 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  margin-top: 16px
}

.service-box-4 .content {
  margin-top: 23px
}

.service-box-4 .t-btn-group {
  margin-top: 32px
}

.service-box-4 .t-btn-primary {
  background-color: #212224;
  border-color: var(--white);
  color: var(--white)
}

.service-box-4 .t-btn-circle {
  background-color: #212224;
  border-color: var(--white);
  color: var(--white)
}

.service-area-5 {
  border-top: 1px solid rgba(14, 15, 17, .1)
}

.service-area-5 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:767px) {
  .service-area-5 .section-header {
    grid-template-columns: 1fr
  }
}

.service-area-5 .services-wrapper-box {
  margin-top: 70px
}

@media only screen and (max-width:1919px) {
  .service-area-5 .services-wrapper-box {
    margin-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-5 .services-wrapper-box {
    margin-top: 40px
  }
}

.service-area-5 .services-wrapper {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 50px 50px 60px;
  display: grid;
  gap: 40px 80px;
  grid-template-columns: 1fr 580px;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .service-area-5 .services-wrapper {
    grid-template-columns: 1fr 490px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-5 .services-wrapper {
    padding: 30px 30px 30px 30px;
    grid-template-columns: 1fr 440px;
    gap: 40px 60px
  }
}

@media only screen and (max-width:991px) {
  .service-area-5 .services-wrapper {
    grid-template-columns: 1fr
  }
}

@media (max-width:575px) {
  .service-area-5 .services-wrapper {
    padding: 20px 15px 10px 15px
  }
}

.service-area-5 .services-wrapper .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.service-area-5 .services-wrapper .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.service-area-5 .nav {
  margin-top: 60px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr
}

@media only screen and (max-width:1919px) {
  .service-area-5 .nav {
    margin-top: 40px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-5 .nav {
    margin-top: 20px
  }
}

@media only screen and (max-width:991px) {
  .service-area-5 .nav {
    margin-top: 0;
    gap: 20px
  }
}

.service-area-5 .nav-item {
  width: 100%
}

.service-area-5 .service-name {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 23px;
  transition: all .5s;
  cursor: pointer
}

@media only screen and (max-width:991px) {
  .service-area-5 .service-name {
    padding-bottom: 6px
  }
}

.service-area-5 .service-name .title {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.18;
  color: var(--white);
  display: flex;
  align-items: flex-start;
  opacity: .7;
  transition: all .5s
}

.service-area-5.core-seo .service-name .title {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.18;
  color: var(--primary);
  display: flex;
  align-items: flex-start;
  opacity: .7;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .service-area-5 .service-name .title {
    font-size: 40px
  }
}

@media only screen and (max-width:1399px) {
  .service-area-5 .service-name .title {
    font-size: 32px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-5 .service-name .title {
    font-size: 22px
  }
}

.service-area-5 .service-name .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  padding-left: 10px;
  padding-top: 3px
}

@media only screen and (max-width:1199px) {
  .service-area-5 .service-name .number {
    padding-top: 0
  }
}

.service-area-5 .nav-pills .nav-link {
  padding: 0;
  border-radius: 0;
  background-color: transparent
}

.service-area-5 .nav-pills .nav-link .service-name {
  border-bottom: 2px solid #fff
}

.service-area-5 .nav-pills .nav-link.active .service-name,
.service-area-5 .nav-pills .nav-link:hover .service-name {
  border-color: #e7337e;
  border-width: 2px
}

.service-area-5 .nav-pills .nav-link.active .service-name .title,
.service-area-5 .nav-pills .nav-link:hover .service-name .title {
  opacity: 1
}

.service-box-5 {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 59px 60px;
  position: relative;
  z-index: 1
}

.core-seo .service-box-5 {
  background-color: #f1d5f1
}

@media only screen and (max-width:1919px) {
  .service-box-5 {
    padding: 40px 40px 40px
  }
}

@media only screen and (max-width:1199px) {
  .service-box-5 {
    padding: 30px 30px 30px
  }
}

@media only screen and (max-width:767px) {
  .service-box-5 {
    padding: 20px 20px 20px
  }
}

.service-box-5 .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.service-box-5 .area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .14
}

.service-box-5 .thumb {
  width: 109px;
  height: 98px;
  background-color: #f38177;
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1399px) {
  .service-box-5 .thumb {
    width: 89px;
    height: 78px;
    margin-bottom: 10px
  }
}

.service-box-5 .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 35px
}

.service-box-5 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 14px
}

.service-box-5 .feature-list {
  margin-top: 38px
}

.service-box-5 .feature-list li {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  position: relative;
  color: var(--primary)
}

@media only screen and (max-width:1399px) {
  .service-box-5 .feature-list li {
    font-size: 20px
  }
}

.service-box-5 .feature-list li:not(:first-child) {
  margin-top: 8px
}

.service-box-5 .t-btn-primary {
  margin-top: 56px
}

@media only screen and (max-width:1399px) {
  .service-box-5 .t-btn-primary {
    margin-top: 36px
  }
}

.service-box-5 .t-btn-primary:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.service-area-6 .section-content-wrapper {
  margin-top: 13px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 510px
}

@media only screen and (max-width:1199px) {
  .service-area-6 .section-content-wrapper {
    grid-template-columns: 1fr 460px
  }
}

@media only screen and (max-width:991px) {
  .service-area-6 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.service-area-6 .section-content .title-wrapper {
  margin-top: 7px
}

.service-area-6 .section-content .btn-wrapper {
  margin-top: 143px
}

@media only screen and (max-width:991px) {
  .service-area-6 .section-content .btn-wrapper {
    margin-top: 33px
  }
}

.service-area-6 .services-wrapper-box {
  margin-top: 45px
}

@media only screen and (max-width:991px) {
  .service-area-6 .services-wrapper-box {
    margin-top: 0
  }
}

.service-area-6 .services-wrapper-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px
}

.service-area-6 .section-title {
  max-width: 500px
}

.service-area-6 .services-wrapper {
  border-top: 1px solid rgba(14, 15, 17, .1);
  margin-top: 36px;
  padding-top: 27px
}

.service-area-6 .services-wrapper ul {
  display: grid;
  gap: 9px 100px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between
}

@media only screen and (max-width:1199px) {
  .service-area-6 .services-wrapper ul {
    gap: 9px 40px
  }
}

@media (max-width:575px) {
  .service-area-6 .services-wrapper ul {
    grid-template-columns: 1fr
  }
}

.service-area-6 .services-wrapper li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--primary)
}

.service-area-6 .services-wrapper li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--theme);
  border-radius: 50%;
  margin-right: 12px
}

.service-area-6 .gallery-wrapper {
  margin-top: 82px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:1199px) {
  .service-area-6 .gallery-wrapper {
    margin-top: 42px;
    gap: 20px
  }
}

@media (max-width:575px) {
  .service-area-6 .gallery-wrapper {
    grid-template-columns: 1fr
  }
}

.service-area-6 .gallery-wrapper img {
  border-radius: 14px;
  width: 100%
}

.service-details-area .section-header {
  margin-top: -11px
}

.service-details-area .section-header .subtitle-wrapper {
  order: 2;
  margin-top: 10px
}

@media only screen and (max-width:767px) {
  .service-details-area .section-header .subtitle-wrapper {
    order: unset
  }
}

.service-details-area .section-title {
  max-width: 500px
}

.service-details-area .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr auto
}

@media only screen and (max-width:767px) {
  .service-details-area .section-title-wrapper {
    grid-template-columns: 1fr
  }
}

.service-details-area .video-box {
  margin-top: 59px
}

@media only screen and (max-width:1199px) {
  .service-details-area .video-box {
    margin-top: 29px
  }
}

.service-details-area .video-box video {
  width: 100%
}

.service-details-area .section-content {
  margin-top: 64px;
  display: grid;
  gap: 15px 130px;
  grid-template-columns: 1fr 350px 350px;
  margin-bottom: 13px
}

@media only screen and (max-width:1399px) {
  .service-details-area .section-content {
    gap: 15px 60px
  }
}

@media only screen and (max-width:1199px) {
  .service-details-area .section-content {
    grid-template-columns: 1fr 290px 290px;
    margin-top: 34px
  }
}

@media only screen and (max-width:991px) {
  .service-details-area .section-content {
    grid-template-columns: 1fr
  }
}

.service-details-area .section-content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px
}

.work-area {
  background-color: #4a1c57;
  position: relative
}

.work-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .work-area .section-header {
    grid-template-columns: 1fr
  }
}

.work-area .section-header .title-wrapper {
  margin-top: 7px
}

.work-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.work-area .section-header .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-area .section-header .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-area .section-subtitle {
  color: var(--white)
}

.work-area .section-title {
  color: var(--white)
}

.work-area .works-wrapper-box {
  border-top: 1px solid #5f6062;
  padding-top: 70px;
  margin-top: 25px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area .works-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-area .works-wrapper-box {
    padding-top: 40px
  }
}

.work-area .works-wrapper {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr
}

@media only screen and (max-width:1919px) {
  .work-area .works-wrapper {
    gap: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-area .works-wrapper {
    gap: 40px
  }
}

.work-area .works-wrapper>:nth-child(2n) {
  grid-template-columns: 1fr 740px
}

@media only screen and (max-width:1399px) {
  .work-area .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr 620px
  }
}

@media only screen and (max-width:1199px) {
  .work-area .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr 500px
  }
}

@media only screen and (max-width:991px) {
  .work-area .works-wrapper>:nth-child(2n) {
    grid-template-columns: 370px 1fr
  }
}

@media only screen and (max-width:767px) {
  .work-area .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr
  }
}

.work-area .works-wrapper>:nth-child(2n) .thumb {
  order: 2
}

@media only screen and (max-width:991px) {
  .work-area .works-wrapper>:nth-child(2n) .thumb {
    order: unset
  }
}

.work-box-1 {
  display: grid;
  gap: 30px 80px;
  grid-template-columns: 740px 1fr;
  align-items: center
}

@media only screen and (max-width:1399px) {
  .work-box-1 {
    grid-template-columns: 620px 1fr;
    gap: 30px 60px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-1 {
    grid-template-columns: 500px 1fr;
    gap: 30px 40px
  }
}

@media only screen and (max-width:991px) {
  .work-box-1 {
    grid-template-columns: 370px 1fr;
    gap: 30px 30px
  }
}

@media only screen and (max-width:767px) {
  .work-box-1 {
    grid-template-columns: 1fr
  }
}

.work-box-1:hover .thumb:after {
  opacity: .2
}

.work-box-1:hover .meta {
  bottom: 25px;
  opacity: 1
}

.work-box-1:hover .t-btn-primary {
  background-color: var(--action);
  border-color: var(--action);
  color: var(--primary)
}

.work-box-1:hover .t-btn-circle {
  background-color: var(--action);
  border-color: var(--action);
  color: var(--primary)
}

.work-box-1 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.work-box-1 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  pointer-events: none
}

.work-box-1 .thumb img {
  width: 100%
}

.work-box-1 .meta {
  position: absolute;
  bottom: 5px;
  left: 30px;
  display: flex;
  gap: 8px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-box-1 .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
  padding: 1px 14px;
  border-radius: 30px
}

.work-box-1 .t-btn-group {
  margin-top: 110px
}

@media only screen and (max-width:1399px) {
  .work-box-1 .t-btn-group {
    margin-top: 60px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-1 .t-btn-group {
    margin-top: 40px
  }
}

@media only screen and (max-width:991px) {
  .work-box-1 .t-btn-group {
    margin-top: 25px
  }
}

.work-box-1 .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-box-1 .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-box-1 .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
  color: var(--white);
  margin-top: 42px
}

@media only screen and (max-width:1399px) {
  .work-box-1 .title {
    font-size: 40px;
    margin-top: 36px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-1 .title {
    font-size: 34px;
    margin-top: 32px
  }
}

@media only screen and (max-width:991px) {
  .work-box-1 .title {
    font-size: 26px;
    margin-top: 22px
  }
}

.work-box-1 .title a:hover {
  color: var(--white)
}

.work-box-1 .number {
  font-size: 76px;
  font-weight: 600;
  line-height: .76;
  display: inline-block;
  color: #5f6062
}

@media only screen and (max-width:1399px) {
  .work-box-1 .number {
    font-size: 66px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-1 .number {
    font-size: 50px
  }
}

@media only screen and (max-width:991px) {
  .work-box-1 .number {
    font-size: 40px
  }
}

.work-box-1 .number .shape {
  font-size: 28px;
  font-weight: 600;
  margin-left: 4px
}

@media only screen and (max-width:1199px) {
  .work-box-1 .number .shape {
    font-size: 20px
  }
}

.work-area-2 .section-header {
  margin-top: 17px
}

.work-area-2 .section-header .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

.work-area-2 .section-header .title-wrapper {
  margin-bottom: 3px
}

.work-area-2 .section-title-wrapper {
  border-top: 1px solid rgba(14, 15, 17, .08);
  padding-top: 29px;
  margin-top: 22px;
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 416px;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:991px) {
  .work-area-2 .section-title-wrapper {
    grid-template-columns: 1fr
  }
}

.work-area-2 .works-wrapper-box {
  margin-top: 63px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area-2 .works-wrapper-box {
    margin-top: 53px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-2 .works-wrapper-box {
    margin-top: 33px
  }
}

.work-area-2 .swiper-pagination-progressbar {
  position: relative;
  background: rgba(14, 15, 17, .08);
  height: 1px;
  margin-top: 60px
}

@media only screen and (max-width:1919px) {
  .work-area-2 .swiper-pagination-progressbar {
    margin-top: 40px
  }
}

.work-area-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary)
}

.work-area-2 .slide-nav-wrapper {
  margin-top: 24px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: auto auto;
  justify-content: space-between
}

.work-area-2 .slide-nav-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.work-area-2 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.work-area-2 .slide-nav-button.swiper-button-disabled {
  opacity: .3;
  pointer-events: none
}

.work-area-2 .slide-nav {
  display: flex;
  align-items: center;
  gap: 20px
}

@media only screen and (max-width:1199px) {
  .work-area-2 .slide-nav {
    gap: 10px
  }
}

.work-area-2 .swiper {
  margin-right: calc((100vw - (var(--container-max-widths) - 30px))/ -2)
}

@media only screen and (max-width:1199px) {
  .work-area-2 .swiper {
    margin-right: 0
  }
}

.work-box-2:hover .thumb:after {
  opacity: .5
}

.work-box-2:hover .thumb img {
  transform: scale(1.1)
}

.work-box-2:hover .meta {
  top: 30px;
  opacity: 1
}

.work-box-2:hover .content {
  bottom: 36px;
  opacity: 1
}

.work-box-2 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.work-box-2 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  pointer-events: none
}

.work-box-2 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 100/92;
  transition: all .5s
}

.work-box-2 .meta {
  position: absolute;
  top: 40px;
  left: 34px;
  display: flex;
  gap: 10px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-box-2 .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, .1);
  display: inline-block;
  padding: 1px 14px;
  border-radius: 30px
}

.work-box-2 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white)
}

.work-box-2 .title a:hover {
  color: var(--white)
}

.work-box-2 .content {
  position: absolute;
  left: 0;
  padding: 0 34px;
  bottom: 46px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-area-2.page-portfolio-3 .works-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .14);
  padding-top: 70px;
  margin-top: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area-2.page-portfolio-3 .works-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-2.page-portfolio-3 .works-wrapper-box {
    padding-top: 40px
  }
}

.work-area-3 {
  background-color: #181a1e;
  border-radius: 0 0 40px 40px
}

@media only screen and (max-width:1199px) {
  .work-area-3 {
    border-radius: 0 0 20px 20px
  }
}

.work-area-3 .section-title {
  font-size: 180px;
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: -.01em;
  text-align: center;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .work-area-3 .section-title {
    font-size: 160px
  }
}

@media only screen and (max-width:1399px) {
  .work-area-3 .section-title {
    font-size: 130px
  }
}

@media only screen and (max-width:991px) {
  .work-area-3 .section-title {
    font-size: 90px
  }
}

@media only screen and (max-width:767px) {
  .work-area-3 .section-title {
    font-size: 60px
  }
}

@media (max-width:575px) {
  .work-area-3 .section-title {
    font-size: 40px
  }
}

.work-area-3 .section-header {
  margin-top: -17px
}

@media only screen and (max-width:767px) {
  .work-area-3 .section-header {
    margin-top: 0
  }
}

.work-area-3 .works-wrapper-box {
  position: relative;
  margin-bottom: 12px;
  margin-top: 30px
}

@media only screen and (max-width:991px) {
  .work-area-3 .works-wrapper-box {
    margin-top: 20px
  }
}

.work-area-3 .works-wrapper-box .wrapper-title {
  font-size: 44px;
  font-weight: 500;
  line-height: .77;
  color: var(--white);
  position: absolute;
  bottom: 54px;
  right: -240px;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .work-area-3 .works-wrapper-box .wrapper-title {
    font-size: 40px;
    right: 0
  }
}

@media only screen and (max-width:1399px) {
  .work-area-3 .works-wrapper-box .wrapper-title {
    font-size: 36px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-3 .works-wrapper-box .wrapper-title {
    bottom: 0
  }
}

@media only screen and (max-width:991px) {
  .work-area-3 .works-wrapper-box .wrapper-title {
    position: static;
    text-align: center;
    margin-top: 50px;
    font-size: 32px
  }
}

.work-area-3 .works-wrapper-box .wrapper-title .icon {
  margin-left: 20px;
  width: 34px;
  transition: all .3s
}

@media only screen and (max-width:1399px) {
  .work-area-3 .works-wrapper-box .wrapper-title .icon {
    width: 29px
  }
}

@media only screen and (max-width:991px) {
  .work-area-3 .works-wrapper-box .wrapper-title .icon {
    width: 24px
  }
}

.work-area-3 .works-wrapper-box .wrapper-title a:hover {
  color: var(--white)
}

.work-area-3 .works-wrapper-box .wrapper-title a:hover .icon {
  fill: var(--white)
}

.work-area-3 .works-wrapper {
  display: grid;
  gap: 100px
}

@media only screen and (max-width:991px) {
  .work-area-3 .works-wrapper {
    gap: 60px
  }
}

.work-box-3 {
  padding: 0 110px;
  position: relative;
  background-image: linear-gradient(180deg, transparent 10%, #181a1e 50%)
}

@media only screen and (max-width:1919px) {
  .work-box-3 {
    padding: 0 150px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-3 {
    padding: 0 80px
  }
}

@media only screen and (max-width:991px) {
  .work-box-3 {
    padding: 0 0
  }
}

.work-box-3 .tag {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  color: var(--white);
  text-transform: uppercase
}

@media only screen and (max-width:1919px) {
  .work-box-3 .tag {
    font-size: 20px
  }
}

@media only screen and (max-width:1399px) {
  .work-box-3 .tag {
    font-size: 18px
  }
}

@media only screen and (max-width:991px) {
  .work-box-3 .tag {
    font-size: 16px
  }
}

.work-box-3 .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.23;
  color: var(--white);
  max-width: 480px;
  margin-top: 11px
}

@media only screen and (max-width:1919px) {
  .work-box-3 .title {
    font-size: 40px;
    max-width: 430px
  }
}

@media only screen and (max-width:1399px) {
  .work-box-3 .title {
    font-size: 36px;
    max-width: 400px
  }
}

@media only screen and (max-width:991px) {
  .work-box-3 .title {
    font-size: 30px;
    max-width: 100%
  }
}

@media (max-width:575px) {
  .work-box-3 .title {
    font-size: 26px
  }
}

.work-box-3 .title a:hover {
  color: var(--white)
}

.work-box-3 .content {
  position: absolute;
  bottom: 73px;
  left: 0
}

@media only screen and (max-width:1919px) {
  .work-box-3 .content {
    left: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-3 .content {
    left: 0
  }
}

@media only screen and (max-width:991px) {
  .work-box-3 .content {
    position: static;
    margin-top: 20px
  }
}

.work-box-3 .year {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white)
}

@media only screen and (max-width:991px) {
  .work-box-3 .year {
    font-size: 16px
  }
}

.work-box-3 .category {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white)
}

@media only screen and (max-width:991px) {
  .work-box-3 .category {
    font-size: 16px
  }
}

.work-box-3 .meta {
  margin-top: 17px;
  display: flex;
  gap: 10px 30px;
  justify-content: space-between
}

@media only screen and (max-width:767px) {
  .work-box-3 .meta {
    flex-direction: column
  }
}

.work-box-3 .thumb img {
  border-radius: 14px;
  width: 100%
}

.work-area-4 .section-header .title-wrapper {
  margin-top: 17px
}

.work-area-4 .section-header .btn-wrapper {
  margin-top: 21px;
  margin-bottom: 6px
}

.work-area-4 .completed-projects .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 18px;
  color: var(--primary)
}

@media only screen and (max-width:1199px) {
  .work-area-4 .completed-projects .text {
    margin-top: 8px
  }
}

@media only screen and (max-width:767px) {
  .work-area-4 .completed-projects .text {
    text-align: left
  }
}

.work-area-4 .completed-projects .number {
  font-size: 180px;
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.01em;
  display: inline-block;
  background-image: linear-gradient(94.64deg, #e6543b 1.78%, #44124c 50.66%, #9e4296 89.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff
}

@media only screen and (max-width:1919px) {
  .work-area-4 .completed-projects .number {
    font-size: 140px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-4 .completed-projects .number {
    font-size: 120px
  }
}

@media only screen and (max-width:991px) {
  .work-area-4 .completed-projects .number {
    font-size: 95px
  }
}

.work-area-4 .section-header-wrapper {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .work-area-4 .section-header-wrapper {
    grid-template-columns: 1fr
  }
}

.work-area-4 .works-wrapper-box {
  margin-top: 62px
}

@media only screen and (max-width:1919px) {
  .work-area-4 .works-wrapper-box {
    margin-top: 42px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-4 .works-wrapper-box {
    margin-top: 32px
  }
}

.work-area-4 .works-wrapper {
  display: grid;
  gap: 30px
}

.work-box-4 {
  background-color: var(--primary);
  border-radius: 14px;
  padding: 30px 30px 32px;
  outline: 10px solid var(--white)
}

@media only screen and (max-width:767px) {
  .work-box-4 {
    padding: 20px 20px 22px
  }
}

.work-box-4 .tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  background-color: rgba(14, 15, 17, .5);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 2px 17px;
  display: inline-block;
  border-radius: 30px
}

.work-box-4 .meta {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 30px;
  left: 30px
}

@media only screen and (max-width:767px) {
  .work-box-4 .meta {
    top: 20px;
    left: 20px
  }
}

.work-box-4 .thumb {
  position: relative;
  border-radius: 8px;
  outline: 2px solid rgba(255, 255, 255, .1);
  overflow: hidden
}

@media only screen and (max-width:767px) {
  .work-box-4 .thumb img {
    aspect-ratio: 100/50;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.work-box-4 .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  opacity: .7
}

.work-box-4 .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--white);
  margin-top: 4px
}

@media only screen and (max-width:1199px) {
  .work-box-4 .title {
    font-size: 28px
  }
}

@media only screen and (max-width:767px) {
  .work-box-4 .title {
    font-size: 24px
  }
}

.work-box-4 .content-wrapper {
  margin-top: 18px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:767px) {
  .work-box-4 .content-wrapper {
    grid-template-columns: 1fr
  }
}

.work-box-4 .t-btn-group {
  margin-top: 7px
}

.work-box-4 .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-box-4 .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.work-area-5 {
  background-color: var(--primary)
}

.work-area-5 .section-header {
  margin-top: 14px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .work-area-5 .section-header {
    grid-template-columns: 1fr
  }
}

.work-area-5 .section-header .btn-wrapper {
  margin-bottom: 11px
}

.work-area-5 .section-header .title-wrapper {
  margin-top: 14px
}

.work-area-5 .section-header .t-btn-primary {
  border-color: var(--white);
  color: var(--white)
}

.work-area-5 .section-header .t-btn-circle {
  border-color: var(--white);
  color: var(--white)
}

.work-area-5 .section-subtitle {
  color: var(--white)
}

.work-area-5 .section-title {
  color: var(--white)
}

.work-area-5 .works-wrapper-box {
  margin-top: 59px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area-5 .works-wrapper-box {
    margin-top: 39px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-5 .works-wrapper-box {
    margin-top: 29px
  }
}

.work-area-5 .swiper-pagination-bullets {
  margin-top: 60px;
  display: flex;
  gap: 14px;
  justify-content: center
}

@media only screen and (max-width:1919px) {
  .work-area-5 .swiper-pagination-bullets {
    margin-top: 40px
  }
}

.work-area-5 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid var(--pink);
  opacity: 1;
  margin: 0;
  background: transparent;
}

@media only screen and (max-width:1199px) {
  .work-area-5 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px
  }
}

.work-area-5 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--pink)
}

.work-box-5 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block
}

.work-box-5:hover:after {
  opacity: .4
}

.work-box-5:hover .meta {
  opacity: 1
}

.work-box-5:hover .t-btn-circle {
  opacity: 1
}

.work-box-5:hover .content {
  opacity: 1
}

.work-box-5:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  opacity: 0;
  z-index: 0;
  transition: all .5s;
  pointer-events: none
}

.work-box-5 .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  color: var(--white);
  padding: 2px 20px;
  border: 1px solid var(--white);
  border-radius: 30px
}

.work-box-5 .meta {
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 1;
  transition: all .5s;
  opacity: 0
}

@media only screen and (max-width:991px) {
  .work-box-5 .meta {
    top: 15px;
    left: 20px
  }
}

.work-box-5 .t-btn-circle {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
  transition: all .5s;
  opacity: 0;
  background-color: transparent;
  border-color: var(--white);
  color: var(--white)
}

@media only screen and (max-width:991px) {
  .work-box-5 .t-btn-circle {
    top: 15px;
    right: 20px
  }
}

.work-box-5 .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: var(--white)
}

.work-box-5 .title a:hover {
  color: var(--white)
}

.work-box-5 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  margin-top: 4px
}

.work-box-5 .content {
  position: absolute;
  left: 40px;
  bottom: 32px;
  z-index: 1;
  transition: all .5s;
  opacity: 0
}

@media only screen and (max-width:991px) {
  .work-box-5 .content {
    left: 20px;
    bottom: 22px
  }
}

.work-area-6 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .work-area-6 .section-header {
    grid-template-columns: 1fr
  }
}

.work-area-6 .section-header .total-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary)
}

.work-area-6 .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  position: relative;
  z-index: 1
}

.work-area-6 .nice-select {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 30px;
  padding: 1px 35px;
  padding-right: 70px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  min-width: 185px
}

@media only screen and (max-width:1399px) {
  .work-area-6 .nice-select {
    height: 40px;
    line-height: 38px
  }
}

.work-area-6 .nice-select:after {
  content: url(imgs/icon/icon-16.webp);
  border: none;
  right: 35px;
  top: 0;
  transform-origin: center;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: rotate(0)
}

.work-area-6 .nice-select.open::after {
  transform: rotate(-180deg)
}

.work-area-6 .works-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .14);
  padding-top: 70px;
  margin-top: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area-6 .works-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-6 .works-wrapper-box {
    padding-top: 40px
  }
}

.work-area-6 .works-wrapper>:not(:first-child) {
  margin-top: 60px
}

@media only screen and (max-width:1199px) {
  .work-area-6 .works-wrapper>:not(:first-child) {
    margin-top: 50px
  }
}

@media only screen and (max-width:991px) {
  .work-area-6 .works-wrapper>:not(:first-child) {
    margin-top: 40px
  }
}

.work-area-6 .works-wrapper>:nth-child(2n) {
  grid-template-columns: 1fr 740px
}

@media only screen and (max-width:1399px) {
  .work-area-6 .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr 620px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-6 .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr 500px
  }
}

@media only screen and (max-width:991px) {
  .work-area-6 .works-wrapper>:nth-child(2n) {
    grid-template-columns: 370px 1fr
  }
}

@media only screen and (max-width:767px) {
  .work-area-6 .works-wrapper>:nth-child(2n) {
    grid-template-columns: 1fr
  }
}

.work-area-6 .works-wrapper>:nth-child(2n) .thumb {
  order: 2
}

@media only screen and (max-width:991px) {
  .work-area-6 .works-wrapper>:nth-child(2n) .thumb {
    order: unset
  }
}

.work-box-6 {
  display: grid;
  gap: 30px 80px;
  grid-template-columns: 740px 1fr;
  align-items: center
}

@media only screen and (max-width:1399px) {
  .work-box-6 {
    grid-template-columns: 620px 1fr;
    gap: 30px 60px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-6 {
    grid-template-columns: 500px 1fr;
    gap: 30px 40px
  }
}

@media only screen and (max-width:991px) {
  .work-box-6 {
    grid-template-columns: 370px 1fr;
    gap: 30px 30px
  }
}

@media only screen and (max-width:767px) {
  .work-box-6 {
    grid-template-columns: 1fr
  }
}

.work-box-6:hover .thumb:after {
  opacity: .5
}

.work-box-6:hover .meta {
  bottom: 25px;
  opacity: 1
}

.work-box-6 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.work-box-6 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  pointer-events: none
}

.work-box-6 .thumb img {
  width: 100%;
  aspect-ratio: 80/65
}

.work-box-6 .meta {
  position: absolute;
  bottom: 5px;
  left: 30px;
  display: flex;
  gap: 8px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-box-6 .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
  padding: 1px 14px;
  border-radius: 30px
}

.work-box-6 .t-btn-group {
  margin-top: 100px
}

@media only screen and (max-width:1399px) {
  .work-box-6 .t-btn-group {
    margin-top: 60px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-6 .t-btn-group {
    margin-top: 40px
  }
}

@media only screen and (max-width:991px) {
  .work-box-6 .t-btn-group {
    margin-top: 25px
  }
}

.work-box-6 .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
  color: var(--primary);
  margin-top: 42px
}

@media only screen and (max-width:1399px) {
  .work-box-6 .title {
    font-size: 40px;
    margin-top: 36px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-6 .title {
    font-size: 34px;
    margin-top: 32px
  }
}

@media only screen and (max-width:991px) {
  .work-box-6 .title {
    font-size: 26px;
    margin-top: 22px
  }
}

.work-box-6 .number {
  font-size: 76px;
  font-weight: 600;
  line-height: .76;
  display: inline-block;
  color: #5f6062;
  opacity: .1
}

@media only screen and (max-width:1399px) {
  .work-box-6 .number {
    font-size: 66px
  }
}

@media only screen and (max-width:1199px) {
  .work-box-6 .number {
    font-size: 50px
  }
}

@media only screen and (max-width:991px) {
  .work-box-6 .number {
    font-size: 40px
  }
}

.work-box-6 .number .shape {
  font-size: 28px;
  font-weight: 600;
  margin-left: 4px
}

@media only screen and (max-width:1199px) {
  .work-box-6 .number .shape {
    font-size: 20px
  }
}

.work-area-7 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .work-area-7 .section-header {
    grid-template-columns: 1fr
  }
}

.work-area-7 .section-header .total-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary)
}

.work-area-7 .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  position: relative;
  z-index: 1
}

.work-area-7 .nice-select {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 30px;
  padding: 1px 35px;
  padding-right: 70px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  min-width: 185px
}

@media only screen and (max-width:1399px) {
  .work-area-7 .nice-select {
    height: 40px;
    line-height: 38px
  }
}

.work-area-7 .nice-select:after {
  content: url(imgs/icon/icon-16.webp);
  border: none;
  right: 35px;
  top: 0;
  transform-origin: center;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: rotate(0)
}

.work-area-7 .nice-select.open::after {
  transform: rotate(-180deg)
}

.work-area-7 .works-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .14);
  padding-top: 70px;
  margin-top: 30px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .work-area-7 .works-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-7 .works-wrapper-box {
    padding-top: 40px
  }
}

.work-area-7 .works-wrapper {
  display: grid;
  gap: 62px 30px;
  grid-template-columns: 740px 520px
}

@media only screen and (max-width:1399px) {
  .work-area-7 .works-wrapper {
    grid-template-columns: 635px 445px
  }
}

@media only screen and (max-width:1199px) {
  .work-area-7 .works-wrapper {
    grid-template-columns: 530px 370px;
    gap: 42px 20px
  }
}

@media only screen and (max-width:991px) {
  .work-area-7 .works-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media only screen and (max-width:767px) {
  .work-area-7 .works-wrapper {
    grid-template-columns: 1fr
  }
}

.work-area-7 .works-wrapper>:nth-child(2n) .thumb img {
  aspect-ratio: 100/93
}

@media only screen and (max-width:991px) {
  .work-area-7 .works-wrapper>:nth-child(2n) .thumb img {
    aspect-ratio: 100/65
  }
}

.work-box-7:hover .thumb:after {
  opacity: .2
}

.work-box-7:hover .meta {
  bottom: 25px;
  opacity: 1
}

.work-box-7 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.work-box-7 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  pointer-events: none
}

.work-box-7 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 100/65
}

.work-box-7 .meta {
  position: absolute;
  bottom: 5px;
  left: 30px;
  display: flex;
  gap: 8px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-box-7 .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
  padding: 1px 14px;
  border-radius: 30px
}

.work-box-7 .content {
  margin-top: 23px
}

@media only screen and (max-width:1199px) {
  .work-box-7 .content {
    margin-top: 13px
  }
}

.work-box-7 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .work-box-7 .title {
    font-size: 24px
  }
}

@media only screen and (max-width:1919px) {
  .work-box-7 .title {
    font-size: 20px
  }
}

.work-area-8 .section-header {
  display: grid;
  gap: 20px 60px;
  /* grid-template-columns: 1fr auto; */
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .work-area-8 .section-header {
    grid-template-columns: 1fr
  }
}

.work-area-8 .section-header .total-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary)
}

.work-area-8 .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  position: relative;
  z-index: 1
}

.work-area-8 .nice-select {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 30px;
  padding: 1px 35px;
  padding-right: 70px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  min-width: 185px
}

@media only screen and (max-width:1399px) {
  .work-area-8 .nice-select {
    height: 40px;
    line-height: 38px
  }
}

.work-area-8 .nice-select:after {
  content: url(imgs/icon/icon-16.webp);
  border: none;
  right: 35px;
  top: 0;
  transform-origin: center;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: rotate(0)
}

.work-area-8 .nice-select.open::after {
  transform: rotate(-180deg)
}

.work-area-9 .section-header {
  margin-top: 62px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center
}

@media (max-width:575px) {
  .work-area-9 .section-header {
    grid-template-columns: 1fr
  }
}

.work-area-9 .works-wrapper-box {
  margin-top: 34px;
  margin-bottom: 20px
}

.work-area-9 .slide-nav-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.work-area-9 .slide-nav-button i{
  position: relative;
  top: 12px;
  left: 12px;
}
.work-area-9 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.work-area-9 .slide-nav-button.swiper-button-disabled {
  opacity: .3;
  pointer-events: none
}

.work-area-9 .slide-nav {
  display: flex;
  align-items: center;
  gap: 20px
}

@media only screen and (max-width:1199px) {
  .work-area-9 .slide-nav {
    gap: 10px
  }
}

.work-box-9:hover .thumb:after {
  opacity: .5
}

.work-box-9:hover .thumb img {
  transform: scale(1.1)
}

.work-box-9:hover .meta {
  top: 30px;
  opacity: 1
}

.work-box-9:hover .content {
  bottom: 36px;
  opacity: 1
}

.work-box-9 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative
}

.work-box-9 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: all .5s;
  pointer-events: none
}

.work-box-9 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 100/92;
  transition: all .5s
}

.work-box-9 .meta {
  position: absolute;
  top: 40px;
  left: 34px;
  display: flex;
  gap: 10px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.work-box-9 .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, .1);
  display: inline-block;
  padding: 1px 14px;
  border-radius: 30px
}

.work-box-9 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white)
}

.work-box-9 .title a:hover {
  color: var(--white)
}

.work-box-9 .content {
  position: absolute;
  left: 0;
  padding: 0 34px;
  bottom: 46px;
  z-index: 1;
  opacity: 0;
  transition: all .5s
}

.team-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .team-area .section-header {
    grid-template-columns: 1fr
  }
}

.team-area .section-header .title-wrapper {
  margin-top: 7px
}

.team-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.team-area .team-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .1);
  padding-top: 70px;
  margin-top: 25px;
  margin-bottom: 13px
}

@media only screen and (max-width:1919px) {
  .team-area .team-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .team-area .team-wrapper-box {
    padding-top: 40px
  }
}

.team-area .team-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.team-box-1 {
  transition: all .5s
}

.team-box-1.active,
.team-box-1:hover {
  transform: scale(1.05)
}

.team-box-1.active .thumb:after,
.team-box-1:hover .thumb:after {
  opacity: 0
}

.team-box-1.active .thumb img,
.team-box-1:hover .thumb img {
  transform: scale(1)
}

.team-box-1.active .number,
.team-box-1:hover .number {
  color: var(--white)
}

.team-box-1.active .icon img,
.team-box-1:hover .icon img {
  filter: grayscale(1) brightness(10);
  transform: rotate(-45deg)
}

.team-box-1.active .post,
.team-box-1:hover .post {
  color: var(--white)
}

.team-box-1 .thumb {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden
}

.team-box-1 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  top: 0;
  left: 0;
  transition: all .5s
}

@media only screen and (max-width:991px) {
  .team-box-1 .thumb:after {
    opacity: 0
  }
}

.team-box-1 .thumb img {
  transform: scale(1.05);
  transition: all .5s;
  width: 100%
}

.team-box-1 .number {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  transition: all .5s;
  position: absolute;
  top: 35px;
  left: 34px;
  z-index: 2
}

@media only screen and (max-width:1399px) {
  .team-box-1 .number {
    font-size: 22px
  }
}

@media only screen and (max-width:1199px) {
  .team-box-1 .number {
    font-size: 20px;
    top: 20px
  }
}

@media only screen and (max-width:991px) {
  .team-box-1 .number {
    color: var(--white)
  }
}

.team-box-1 .icon {
  width: 43px;
  position: absolute;
  top: 30px;
  right: 34px;
  z-index: 2
}

@media only screen and (max-width:1199px) {
  .team-box-1 .icon {
    width: 33px;
    top: 15px;
    right: 24px
  }
}

.team-box-1 .icon img {
  width: 100%;
  transition: all .5s;
  transform: none
}

@media only screen and (max-width:991px) {
  .team-box-1 .icon img {
    filter: grayscale(1) brightness(10);
    transform: rotate(-45deg)
  }
}

.team-box-1 .post {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.41;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 44px;
  z-index: 2;
  writing-mode: vertical-lr;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .team-box-1 .post {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .team-box-1 .post {
    font-size: 18px;
    bottom: 24px
  }
}

@media only screen and (max-width:991px) {
  .team-box-1 .post {
    color: var(--white)
  }
}

.team-box-1 .name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3
}

@media only screen and (max-width:1399px) {
  .team-box-1 .name {
    font-size: 22px
  }
}

.team-box-1 .content {
  margin-top: 23px
}

@media only screen and (max-width:1199px) {
  .team-box-1 .content {
    margin-top: 13px
  }
}

.team-area-2 .title-wrapper {
  margin-top: 17px
}

.team-area-2 .section-header {
  margin-top: 17px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .team-area-2 .section-header {
    grid-template-columns: 1fr
  }
}

.team-area-2 .section-header .btn-wrapper {
  margin-bottom: 5px
}

.team-area-2 .team-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 19px;
  padding-top: 70px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .team-area-2 .team-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .team-area-2 .team-wrapper-box {
    padding-top: 40px
  }
}

.team-area-2 .team-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width:991px) {
  .team-area-2 .team-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .team-area-2 .team-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.team-box-2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.team-box-2:hover .social-links {
  right: 0
}

.team-box-2:hover .thumb:before {
  left: -100%
}

.team-box-2:hover .thumb:after {
  top: 0
}

.team-box-2 .name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.31;
  color: var(--white)
}

@media only screen and (max-width:1399px) {
  .team-box-2 .name {
    font-size: 24px
  }
}

.team-box-2 .name a {
  color: var(--white)
}

.team-box-2 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  color: var(--white);
  margin-top: 4px
}

@media only screen and (max-width:1399px) {
  .team-box-2 .post {
    font-size: 16px
  }
}

@media only screen and (max-width:1399px) {
  .team-box-2 .post {
    margin-top: 0
  }
}

.team-box-2 .content {
  position: absolute;
  left: 34px;
  bottom: 31px;
  z-index: 1
}

@media only screen and (max-width:1399px) {
  .team-box-2 .content {
    left: 24px;
    bottom: 21px
  }
}

.team-box-2 .thumb {
  position: relative;
  overflow: hidden
}

.team-box-2 .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(14, 15, 17, 0) 0, rgba(14, 15, 17, .7) 90.13%);

  transition: all .5s
}

.team-box-2 .thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-image: linear-gradient(180deg, rgba(253, 93, 57, 0) 13.99%, rgba(253, 93, 57, .8) 84%);
  opacity: .6;
  transition: all .5s
}

.team-box-2 .thumb img {
  width: 100%
}

.team-box-2 .social-links {
  background-color: var(--action);
  padding: 20px 23px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  border-radius: 0 8px 0 8px;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .team-box-2 .social-links {
    padding: 12px 12px;
    right: 0;
    gap: 10px
  }
}

.team-box-2 .social-links a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #fffaf4;
  color: #fffaf4;
  border-radius: 50%
}

.team-box-2 .social-links a:hover {
  color: var(--action);
  border-color: #fffaf4;
  background-color: #fffaf4
}

.team-area-3 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .team-area-3 .section-header {
    grid-template-columns: 1fr
  }
}

.team-area-3 .section-header .btn-wrapper {
  margin-bottom: 12px
}

.team-area-3 .section-header .title-wrapper {
  margin-top: 11px
}

.team-area-3 .team-wrapper-box {
  margin-top: 58px;
  margin-bottom: 12px
}

@media only screen and (max-width:1919px) {
  .team-area-3 .team-wrapper-box {
    margin-top: 38px
  }
}

@media only screen and (max-width:1199px) {
  .team-area-3 .team-wrapper-box {
    margin-top: 28px
  }
}

.team-area-3 .team-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .team-area-3 .team-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .team-area-3 .team-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.team-box-3:hover .post-on-thumb {
  opacity: .08
}

.team-box-3:hover .thumb img {
  transform: scale(1.1)
}

.team-box-3 .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px
}

.team-box-3 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-top: 1px
}

.team-box-3 .post-on-thumb {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.22;
  display: inline-block;
  writing-mode: vertical-lr;
  color: var(--white);
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  transition: all .5s;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .team-box-3 .post-on-thumb {
    font-size: 40px
  }
}

@media only screen and (max-width:1199px) {
  .team-box-3 .post-on-thumb {
    font-size: 30px
  }
}

@media only screen and (max-width:991px) {
  .team-box-3 .post-on-thumb {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .team-box-3 .post-on-thumb {
    font-size: 30px
  }
}

.team-box-3 .thumb {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.team-box-3 .thumb img {
  transition: all .5s;
  width: 100%
}

.team-box-3 .content {
  margin-top: 15px
}

.team-box-3 .links-holder {
  width: 44px;
  height: 44px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 50px 50px;
  font-size: 18px
}

.team-box-3 .social-links-wrapper {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1
}

.team-box-3 .social-links-wrapper:hover .social-links {
  opacity: 1;
  visibility: visible
}

.team-box-3 .social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  transition: all .5s;
  opacity: 0;
  visibility: hidden
}

.team-box-3 .social-links a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all .5s
}

.team-box-3 .social-links a:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black)
}

.team-area-4-inner {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 630px;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .team-area-4-inner {
    grid-template-columns: 1fr 560px
  }
}

@media only screen and (max-width:1199px) {
  .team-area-4-inner {
    grid-template-columns: 1fr 480px
  }
}

@media only screen and (max-width:991px) {
  .team-area-4-inner {
    grid-template-columns: 1fr
  }
}

.team-area-4 .section-content {
  margin-top: 24px
}

.team-area-4 .section-content .title-wrapper {
  margin-top: 17px
}

.team-area-4 .section-content .btn-wrapper {
  margin-top: 52px
}

@media only screen and (max-width:991px) {
  .team-area-4 .section-content .btn-wrapper {
    margin-top: 32px
  }
}

.team-area-4 .section-content .team-members {
  margin-top: 26px;
  margin-bottom: 22px;
}

@media only screen and (max-width:991px) {
  .team-area-4 .section-content .team-members {
    margin-top: 32px
  }
}

.team-area-4 .section-content .team-members .number {
  font-size: 180px;
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.01em;
  display: inline-block;
  background-image: linear-gradient(94.64deg, #e6543b 1.78%, #44124c 50.66%, #9e4296 89.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff
}

@media only screen and (max-width:1919px) {
  .team-area-4 .section-content .team-members .number {
    font-size: 140px
  }
}

@media only screen and (max-width:1199px) {
  .team-area-4 .section-content .team-members .number {
    font-size: 120px
  }
}

@media only screen and (max-width:991px) {
  .team-area-4 .section-content .team-members .number {
    font-size: 95px
  }
}

.team-area-4 .section-content .team-members .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 13px;
  color: var(--primary)
}

@media only screen and (max-width:991px) {
  .team-area-4 .section-content .team-members .text {
    margin-top: 17px
  }
}

.team-area-4 .team-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:575px) {
  .team-area-4 .team-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.team-box-4 {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 14px
}

.team-box-4:hover .thumb img {
  transform: scale(1.1)
}

.team-box-4 .thumb {
  border-radius: 14px;
  border-radius: 14px;
  margin: -1px -1px 0;
  overflow: hidden
}

.team-box-4 .thumb img {
  width: 100%;
  transition: all .5s
}

.team-box-4 .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -.01em
}

@media only screen and (max-width:1199px) {
  .team-box-4 .name {
    font-size: 22px
  }
}

.team-box-4 .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.team-box-4 .content {
  margin: 8px 23px 0
}

@media only screen and (max-width:1199px) {
  .team-box-4 .content {
    margin: 8px 14px 0
  }
}

.team-box-4 .social-links-wrapper {
  margin: 17px 23px 19px;
  overflow: hidden;
  border-radius: 30px
}

@media only screen and (max-width:1199px) {
  .team-box-4 .social-links-wrapper {
    margin: 12px 14px 14px
  }
}

.team-box-4 .links-holder {
  width: 34px;
  height: 34px;
  background-color: var(--primary);
  border-radius: 50%;
  color: var(--white);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  position: relative
}

.team-box-4 .links-holder:hover .social-links {
  transform: translateX(0);
  opacity: 1;
  visibility: visible
}

.team-box-4 .social-links {
  height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% + 34px));
  opacity: 0;
  visibility: hidden;
  transition: all .5s
}

.team-box-4 .social-links a {
  color: var(--white);
  font-size: 14px
}

.team-box-4 .social-links a:hover {
  color: var(--action)
}

.team-area-5 {
  background-color: var(--white)
}

.team-area-5 .section-header {
  margin-top: 14px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .team-area-5 .section-header {
    grid-template-columns: 1fr
  }
}

.team-area-5 .section-header .btn-wrapper {
  margin-bottom: 11px
}

.team-area-5 .section-header .title-wrapper {
  margin-top: 14px
}

.team-area-5 .section-header .t-btn-primary {
  background-color: #fff
}

.team-area-5 .section-header .t-btn-circle {
  background-color: #fff
}

.team-area-5 .team-wrapper-box {
  margin-top: 69px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .team-area-5 .team-wrapper-box {
    margin-top: 49px
  }
}

@media only screen and (max-width:1199px) {
  .team-area-5 .team-wrapper-box {
    margin-top: 39px
  }
}

.team-wrapper-5 {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width:1399px) {
  .team-wrapper-5 {
    grid-template-columns: 420px 1fr
  }
}

@media only screen and (max-width:991px) {
  .team-wrapper-5 {
    grid-template-columns: 1fr
  }
}

.team-wrapper-5 .author {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 1fr 290px 44px;
  align-items: center;
  padding: 18px 20px;
  padding-left: 40px;
  border-radius: 50px;
  border: 1px solid rgba(14, 15, 17, .1);
  transition: all .5s;
  cursor: pointer
}

@media only screen and (max-width:1399px) {
  .team-wrapper-5 .author {
    grid-template-columns: 1fr 200px 44px
  }
}

@media only screen and (max-width:1199px) {
  .team-wrapper-5 .author {
    grid-template-columns: 1fr auto
  }
}

@media only screen and (max-width:991px) {
  .team-wrapper-5 .author {
    grid-template-columns: 1fr 250px 44px
  }
}

@media only screen and (max-width:767px) {
  .team-wrapper-5 .author {
    grid-template-columns: 1fr auto
  }
}

@media (max-width:575px) {
  .team-wrapper-5 .author {
    grid-template-columns: 1fr
  }
}

.team-wrapper-5 .author .name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
  color: var(--primary);
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .team-wrapper-5 .author .name {
    font-size: 26px
  }
}

.team-wrapper-5 .author .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--secondary);
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .team-wrapper-5 .author .post {
    order: 3
  }
}

@media only screen and (max-width:991px) {
  .team-wrapper-5 .author .post {
    order: unset
  }
}

@media only screen and (max-width:767px) {
  .team-wrapper-5 .author .post {
    order: 3
  }
}

@media (max-width:575px) {
  .team-wrapper-5 .author .post {
    order: unset
  }
}

.team-wrapper-5 .author .post:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 6px;
  opacity: .1;
  transition: all .5s
}

.team-wrapper-5 .author .t-btn-circle {
  border-color: rgba(14, 15, 17, .1);
  background-color: transparent;
  color: rgba(14, 15, 17, .1);
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .team-wrapper-5 .author .t-btn-circle {
    grid-row: span 2
  }
}

@media only screen and (max-width:991px) {
  .team-wrapper-5 .author .t-btn-circle {
    grid-row: auto
  }
}

@media only screen and (max-width:767px) {
  .team-wrapper-5 .author .t-btn-circle {
    grid-row: span 2
  }
}

@media (max-width:575px) {
  .team-wrapper-5 .author .t-btn-circle {
    grid-row: auto
  }
}

.team-wrapper-5 .team-box {
  border: 1px solid rgba(14, 15, 17, .1);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1
}

@media (max-width:575px) {
  .team-wrapper-5 .team-box {
    width: 100%;
    aspect-ratio: 100/100;
    height: auto
  }
}

.team-wrapper-5 .team-box .thumb img {
  width: 100%
}

.team-wrapper-5 .social-links {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 34px
}

.team-wrapper-5 .social-links a {
  color: var(--black);
  position: relative;
  font-size: 20px
}

.team-wrapper-5 .social-links a:hover i {
  color: var(--action);
  opacity: 1
}

.team-wrapper-5 .social-links a:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary);
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  opacity: .5;
  pointer-events: none
}

.team-wrapper-5 .social-links a i {
  opacity: .5
}

.team-wrapper-5 .nav-link {
  padding: 0
}

.team-wrapper-5 .nav-link.active,
.team-wrapper-5 .nav-link:hover {
  background-color: transparent
}

.team-wrapper-5 .nav-link.active .author,
.team-wrapper-5 .nav-link:hover .author {
  background-color: var(--action);
  border-color: transparent
}

.team-wrapper-5 .nav-link.active .author .name,
.team-wrapper-5 .nav-link:hover .author .name {
  color: var(--white)
}

.team-wrapper-5 .nav-link.active .author .post,
.team-wrapper-5 .nav-link:hover .author .post {
  color: var(--white)
}

.team-wrapper-5 .nav-link.active .author .post:before,
.team-wrapper-5 .nav-link:hover .author .post:before {
  background-color: var(--white);
  opacity: 1
}

.team-wrapper-5 .nav-link.active .author .t-btn-circle,
.team-wrapper-5 .nav-link:hover .author .t-btn-circle {
  border-color: var(--white);
  color: var(--white)
}

.team-wrapper-5 .nav {
  order: 2;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr
}

@media only screen and (max-width:991px) {
  .team-wrapper-5 .nav {
    order: unset;
    gap: 18px
  }
}

.team-wrapper-5 .nav .nav-item {
  width: 100%
}

.text-slider-area .text-slider-active .swiper-slide {
  width: auto
}

.text-slider-area .text-slider {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--primary);
  transform: rotate(-1.5deg)
}

.text-slider-area .text-slider .swiper-wrapper {
  transition-timing-function: linear !important
}

.text-slider-area .text-slider-box {
  padding-top: 25px;
  padding-bottom: 25px
}

@media only screen and (max-width:1399px) {
  .text-slider-area .text-slider-box {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

@media only screen and (max-width:991px) {
  .text-slider-area .text-slider-box {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.text-slider-area .text-slider-item .title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 90px;
  font-weight: 600;
  line-height: 2.11;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .text-slider-area .text-slider-item .title {
    font-size: 70px
  }
}

@media only screen and (max-width:1399px) {
  .text-slider-area .text-slider-item .title {
    font-size: 60px
  }
}

@media only screen and (max-width:1199px) {
  .text-slider-area .text-slider-item .title {
    font-size: 50px
  }
}

@media only screen and (max-width:991px) {
  .text-slider-area .text-slider-item .title {
    font-size: 40px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-area .text-slider-item .title {
    font-size: 30px
  }
}

.text-slider-area .text-slider-item .title a:hover {
  color: var(--white)
}

.text-slider-area .text-slider-item .title img {
  margin-left: 80px;
  margin-right: 80px;
  width: 92px
}

@media only screen and (max-width:1919px) {
  .text-slider-area .text-slider-item .title img {
    width: 70px;
    margin-left: 60px;
    margin-right: 60px
  }
}

@media only screen and (max-width:1399px) {
  .text-slider-area .text-slider-item .title img {
    width: 60px;
    margin-left: 50px;
    margin-right: 50px
  }
}

@media only screen and (max-width:991px) {
  .text-slider-area .text-slider-item .title img {
    width: 50px;
    margin-left: 40px;
    margin-right: 40px
  }
}

@media only screen and (max-width:991px) {
  .text-slider-area .text-slider-item .title img {
    width: 40px;
    margin-left: 40px;
    margin-right: 40px
  }
}

.text-slider-area-2 .text-slider-active-2 .swiper-slide {
  width: auto
}

.text-slider-area-2 .text-slider {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--primary)
}

.text-slider-area-2 .text-slider .swiper-wrapper {
  transition-timing-function: linear !important
}

.text-slider-area-2 .text-slider-item .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 2.36;
  letter-spacing: -.01em;
  color: var(--white);
  white-space: nowrap
}

@media only screen and (max-width:1919px) {
  .text-slider-area-2 .text-slider-item .title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .text-slider-area-2 .text-slider-item .title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-area-2 .text-slider-item .title {
    font-size: 28px
  }
}

.text-slider-area-2 .text-slider-item .title .icon {
  margin-left: 15px;
  margin-right: 15px
}

.text-slider-area-3 .text-slider-active .swiper-slide {
  width: auto
}

.text-slider-area-3 .text-slider {
  padding-top: 8px;
  padding-bottom: 8px
}

.text-slider-area-3 .text-slider .swiper-wrapper {
  transition-timing-function: linear !important
}

.text-slider-area-3 .text-slider-box {
  padding-top: 80px;
  padding-bottom: 20px
}

.text-slider-item-3 {
  margin-left: 114px
}

@media only screen and (max-width:1199px) {
  .text-slider-item-3 {
    margin-left: 94px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-item-3 {
    margin-left: 74px
  }
}

.text-slider-item-3:hover .icon {
  border-color: var(--action);
  background-color: var(--action)
}

.text-slider-item-3:hover .text::before {
  width: 0
}

.text-slider-item-3 .title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: -.01em;
  display: flex;
  gap: 50px;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .text-slider-item-3 .title {
    font-size: 60px
  }
}

@media only screen and (max-width:1199px) {
  .text-slider-item-3 .title {
    font-size: 50px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-item-3 .title {
    font-size: 30px
  }
}

.text-slider-item-3 .text {
  position: relative;
  display: inline-block
}

.text-slider-item-3 .text::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 8px;
  width: 100%;
  height: 4px;
  background-color: currentColor;
  transition: .3s
}

@media only screen and (max-width:1199px) {
  .text-slider-item-3 .text::before {
    bottom: 2;
    height: 3px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-item-3 .text::before {
    bottom: 0;
    height: 2px
  }
}

.text-slider-item-3 .icon {
  width: 100px;
  height: 100px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .text-slider-item-3 .icon {
    width: 80px;
    height: 80px
  }
}

@media only screen and (max-width:767px) {
  .text-slider-item-3 .icon {
    width: 60px;
    height: 60px
  }
}

.text-slider-item-3 .icon img {
  width: 40px
}

@media only screen and (max-width:1919px) {
  .text-slider-item-3 .icon img {
    width: 30px
  }
}

.awards-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 426px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:991px) {
  .awards-area .section-header {
    grid-template-columns: 1fr 286px
  }
}

@media only screen and (max-width:767px) {
  .awards-area .section-header {
    grid-template-columns: 1fr
  }
}

.awards-area .section-header .title-wrapper {
  margin-top: 7px
}

.awards-area .section-header .text-wrapper {
  margin-bottom: 5px
}

.awards-area .awards-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .1);
  padding-top: 70px;
  margin-top: 25px
}

@media only screen and (max-width:1919px) {
  .awards-area .awards-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .awards-area .awards-wrapper-box {
    padding-top: 40px
  }
}

@media only screen and (max-width:991px) {
  .awards-area .awards-wrapper-box {
    padding-top: 18px
  }
}

.awards-area .awards-wrapper {
  border-top: 1px solid rgba(14, 15, 17, .1)
}

@media only screen and (max-width:991px) {
  .awards-area .awards-wrapper {
    display: grid;
    gap: 30px 50px;
    grid-template-columns: 1fr 1fr;
    border-top: 0
  }
}

@media (max-width:575px) {
  .awards-area .awards-wrapper {
    grid-template-columns: 1fr
  }
}

.award-box-1 {
  display: grid;
  gap: 5px 50px;
  grid-template-columns: 1fr auto 240px 280px;
  border-bottom: 1px solid rgba(14, 15, 17, .1);
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .award-box-1 {
    padding-top: 27px;
    padding-bottom: 27px;
    grid-template-columns: 1fr auto 200px 280px
  }
}

@media only screen and (max-width:1399px) {
  .award-box-1 {
    padding-top: 22px;
    padding-bottom: 22px;
    grid-template-columns: 1fr auto 160px 280px
  }
}

@media only screen and (max-width:991px) {
  .award-box-1 {
    grid-template-columns: 1fr;
    text-align: center
  }
}

.award-box-1:hover {
  border-color: var(--theme)
}

.award-box-1:hover .thumb img {
  transform: rotate(-20deg) scale(1);
  opacity: 1
}

@media only screen and (max-width:991px) {
  .award-box-1:hover .thumb img {
    transform: none
  }
}

.award-box-1 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3
}

@media only screen and (max-width:1399px) {
  .award-box-1 .title {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-1 .title {
    font-size: 18px
  }
}

.award-box-1 .year {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block
}

@media only screen and (max-width:1399px) {
  .award-box-1 .year {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-1 .year {
    font-size: 18px
  }
}

.award-box-1 .thumb {
  position: relative
}

@media only screen and (max-width:991px) {
  .award-box-1 .thumb {
    order: -1;
    margin-bottom: 15px
  }
}

.award-box-1 .thumb img {
  position: absolute;
  max-width: 240px;
  top: -63px;
  border-radius: 6px;
  transform: rotate(-10deg) scale(.8);
  opacity: 0;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .award-box-1 .thumb img {
    max-width: 200px;
    top: -43px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-1 .thumb img {
    max-width: 160px;
    top: -23px
  }
}

@media only screen and (max-width:991px) {
  .award-box-1 .thumb img {
    opacity: 1;
    transform: none;
    position: static
  }
}

.award-box-1 .category {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  text-align: right
}

@media only screen and (max-width:1399px) {
  .award-box-1 .category {
    font-size: 20px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-1 .category {
    font-size: 18px
  }
}

@media only screen and (max-width:991px) {
  .award-box-1 .category {
    text-align: unset
  }
}

.awards-area-2 .title-wrapper {
  margin-top: 17px
}

.awards-area-2 .section-header {
  margin-top: 17px
}

.awards-area-2 .awards-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 13px;
  padding-top: 10px
}

@media only screen and (max-width:991px) {
  .awards-area-2 .group-wrapper {
    margin-left: 150px
  }
}

@media (max-width:575px) {
  .awards-area-2 .group-wrapper {
    margin-left: 120px
  }
}

.awards-area-2 .group-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.31;
  margin-top: 53px;
  border-bottom: 1px solid rgba(14, 15, 17, .08)
}

@media only screen and (max-width:1399px) {
  .awards-area-2 .group-title {
    font-size: 22px
  }
}

@media only screen and (max-width:991px) {
  .awards-area-2 .group-title {
    margin-top: 33px
  }
}

.awards-area-2 .site-group {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 410px 1fr
}

@media only screen and (max-width:1399px) {
  .awards-area-2 .site-group {
    grid-template-columns: 360px 1fr
  }
}

@media only screen and (max-width:991px) {
  .awards-area-2 .site-group {
    grid-template-columns: 1fr
  }
}

.award-box-2 {
  padding-top: 50px;
  padding-bottom: 33px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 200px;
  border-bottom: 1px solid rgba(14, 15, 17, .08);
  position: relative;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .award-box-2 {
    padding-top: 40px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-2 {
    padding-top: 20px;
    padding-bottom: 23px
  }
}

@media only screen and (max-width:767px) {
  .award-box-2 {
    grid-template-columns: 1fr
  }
}

.award-box-2:hover {
  border-color: var(--action)
}

.award-box-2:hover .thumb {
  opacity: 1;
  visibility: visible;
  scale: 1
}

.award-box-2 .title {
  font-size: 76px;
  font-weight: 500;
  line-height: 1
}

@media only screen and (max-width:1919px) {
  .award-box-2 .title {
    font-size: 66px
  }
}

@media only screen and (max-width:1399px) {
  .award-box-2 .title {
    font-size: 56px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-2 .title {
    font-size: 36px
  }
}

@media only screen and (max-width:991px) {
  .award-box-2 .title {
    font-size: 30px
  }
}

@media only screen and (max-width:767px) {
  .award-box-2 .title {
    font-size: 26px
  }
}

.award-box-2 .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin-top: 13px
}

.award-box-2 .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin-top: 4px;
  text-align: right
}

@media only screen and (max-width:767px) {
  .award-box-2 .year {
    margin-top: 0;
    text-align: left
  }
}

.award-box-2 .thumb {
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: calc(100% + 30px);
  width: 190px;
  top: 0;
  scale: .8;
  opacity: 0;
  visibility: hidden;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .award-box-2 .thumb {
    width: 160px
  }
}

@media only screen and (max-width:1199px) {
  .award-box-2 .thumb {
    opacity: 1;
    visibility: visible;
    scale: 1;
    width: 120px;
    top: 10px
  }
}

@media (max-width:575px) {
  .award-box-2 .thumb {
    width: 90px
  }
}

.blog-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .blog-area .section-header {
    grid-template-columns: 1fr
  }
}

.blog-area .section-header .title-wrapper {
  margin-top: 7px
}

.blog-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.blog-area .blogs-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .1);
  padding-top: 70px;
  margin-top: 25px;
  margin-bottom: 12px
}

@media only screen and (max-width:1919px) {
  .blog-area .blogs-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area .blogs-wrapper-box {
    padding-top: 40px
  }
}

.blog-area .blogs-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .blog-area .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575px) {
  .blog-area .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-1:hover .tag {
  opacity: 1
}

.blog-1:hover .thumb img {
  transform: scale(1.1)
}

.blog-1:hover .title a {
  background-size: 100% 100%
}

.blog-1 .thumb {
  border-radius: 8px;
  position: relative;
  overflow: hidden
}

.blog-1 .thumb img {
  width: 100%;
  transition: all .5s
}

.blog-1 .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 2px 18px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 30px;
  left: 34px;
  opacity: 0;
  transition: all .5s;
  z-index: 1
}

.blog-1 .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blog-1 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 6px
}

@media only screen and (max-width:1399px) {
  .blog-1 .title {
    font-size: 22px
  }
}

@media only screen and (max-width:1199px) {
  .blog-1 .title {
    font-size: 20px
  }
}

.blog-1 .title a {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1s;
  background-position: 0 0
}

.blog-1 .content {
  margin-top: 18px
}

.blog-area-2 .title-wrapper {
  margin-top: 17px
}

.blog-area-2 .section-header {
  margin-top: 17px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .blog-area-2 .section-header {
    grid-template-columns: 1fr
  }
}

.blog-area-2 .section-header .btn-wrapper {
  margin-bottom: 5px
}

.blog-area-2 .blog-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 19px;
  padding-top: 70px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .blog-area-2 .blog-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-2 .blog-wrapper-box {
    padding-top: 40px
  }
}

.blog-area-2 .blog-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .blog-area-2 .blog-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .blog-area-2 .blog-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-2:hover .tags {
  opacity: 1
}

.blog-2:hover .thumb:before {
  border-color: var(--action)
}

.blog-2 .thumb {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1399px) {
  .blog-2 .thumb {
    padding-left: 14px;
    padding-right: 14px
  }
}

.blog-2 .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 28px);
  top: 14px;
  left: 0;
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 8px;
  z-index: -1;
  transition: all .5s
}

.blog-2 .thumb img {
  border-radius: 8px;
  width: 100%
}

.blog-2 .tags {
  position: absolute;
  left: 54px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: all .5s
}

.blog-2 .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 0 14px;
  border-radius: 30px
}

.blog-2 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.31
}

@media only screen and (max-width:1399px) {
  .blog-2 .title {
    font-size: 22px
  }
}

.blog-2 .content {
  margin-top: 23px
}

.blog-2 .btn-wrapper {
  margin-top: 26px;
  display: flex;
  justify-content: center
}

@media only screen and (max-width:991px) {
  .blog-2 .btn-wrapper {
    margin-top: 16px;
    justify-content: flex-start
  }
}

.blog-2 .t-btn-circle {
  background-color: #fffaf4
}

.blog-2 .t-btn-circle:hover {
  background-color: var(--action);
  border-color: var(--action);
  color: var(--white)
}

.blog-area-3 {
  background-color: #f9f9f9;
  border-radius: 40px 40px 0 0
}

@media only screen and (max-width:1399px) {
  .blog-area-3 {
    border-radius: 20px 20px 0 0
  }
}

.blog-area-3 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .blog-area-3 .section-header {
    grid-template-columns: 1fr
  }
}

.blog-area-3 .section-header .btn-wrapper {
  margin-bottom: 12px
}

.blog-area-3 .section-header .t-btn-primary {
  background-color: #f9f9f9
}

.blog-area-3 .section-header .t-btn-circle {
  background-color: #f9f9f9
}

.blog-area-3 .section-header .title-wrapper {
  margin-top: 11px
}

.blog-area-3 .blogs-wrapper-box {
  margin-top: 45px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .blog-area-3 .blogs-wrapper-box {
    margin-top: 25px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-3 .blogs-wrapper-box {
    margin-top: 15px
  }
}

.blog-3 {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 270px 1fr 190px 220px;
  border-bottom: 1px solid rgba(14, 15, 17, .08);
  padding-top: 25px;
  padding-bottom: 25px
}

@media only screen and (max-width:1199px) {
  .blog-3 {
    grid-template-columns: 1fr 190px 220px
  }
}

@media only screen and (max-width:991px) {
  .blog-3 {
    grid-template-columns: 1fr 150px 220px
  }
}

@media only screen and (max-width:767px) {
  .blog-3 {
    grid-template-columns: 1fr
  }
}

.blog-3.active .thumb,
.blog-3:hover .thumb {
  height: 150px
}

@media only screen and (max-width:1919px) {

  .blog-3.active .thumb,
  .blog-3:hover .thumb {
    height: 120px
  }
}

@media only screen and (max-width:1199px) {

  .blog-3.active .thumb,
  .blog-3:hover .thumb {
    height: auto
  }
}

.blog-3 .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  opacity: .74;
  display: inline-block;
  margin-top: 1px
}

@media only screen and (max-width:1199px) {
  .blog-3 .tag {
    grid-column: span 3
  }
}

@media only screen and (max-width:767px) {
  .blog-3 .tag {
    grid-column: auto
  }
}

.blog-3 .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42
}

@media only screen and (max-width:1399px) {
  .blog-3 .title {
    font-size: 20px
  }
}

.blog-3 .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--black);
  opacity: .74;
  display: inline-block
}

.blog-3 .thumb {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
  height: 0;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .blog-3 .thumb {
    height: auto
  }
}

.blog-3 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-3 .meta {
  margin-top: 1px
}

.blog-area-4 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px
}

@media only screen and (max-width:767px) {
  .blog-area-4 .section-header {
    grid-template-columns: 1fr
  }
}

.blog-area-4 .section-header .title-wrapper {
  margin-top: 17px
}

.blog-area-4 .section-header .btn-wrapper {
  margin-bottom: 13px
}

.blog-area-4 .blogs-wrapper-box {
  margin-top: 67px
}

@media only screen and (max-width:1919px) {
  .blog-area-4 .blogs-wrapper-box {
    margin-top: 47px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-4 .blogs-wrapper-box {
    margin-top: 37px
  }
}

.blog-area-4 .blogs-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width:991px) {
  .blog-area-4 .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .blog-area-4 .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-4 {
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 14px
}

.blog-4:hover .thumb img {
  transform: scale(1.1)
}

.blog-4 .thumb {
  margin: -1px -1px 0;
  border-radius: 14px 14px 0 0;
  overflow: hidden
}

.blog-4 .thumb img {
  width: 100%;
  transition: all .5s
}

.blog-4 .content {
  padding: 20px 24px 31px
}

.blog-4 .tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  display: inline-block;
  color: var(--primary)
}

.blog-4 .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  display: inline-block;
  color: var(--primary)
}

.blog-4 .meta {
  display: grid;
  gap: 5px 20px;
  grid-template-columns: auto auto;
  justify-content: space-between
}

.blog-4 .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 18px
}

@media only screen and (max-width:1399px) {
  .blog-4 .title {
    font-size: 20px
  }
}

.blog-area-5 .section-header {
  margin-top: 14px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .blog-area-5 .section-header {
    grid-template-columns: 1fr
  }
}

.blog-area-5 .section-header .btn-wrapper {
  margin-bottom: 11px
}

.blog-area-5 .section-header .title-wrapper {
  margin-top: 14px
}

.blog-area-5 .blogs-wrapper-box {
  margin-top: 59px;
  margin-bottom: 20px
}

@media only screen and (max-width:1919px) {
  .blog-area-5 .blogs-wrapper-box {
    margin-top: 39px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-5 .blogs-wrapper-box {
    margin-top: 29px
  }
}

.blog-area-5 .blogs-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:991px) {
  .blog-area-5 .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-area-5 .blogs-wrapper>:nth-child(1) {
  grid-template-columns: 1fr;
  grid-row: span 2;
  position: relative
}

@media only screen and (max-width:1199px) {
  .blog-area-5 .blogs-wrapper>:nth-child(1) {
    grid-row: unset
  }
}

.blog-area-5 .blogs-wrapper>:nth-child(1) .content {
  position: absolute;
  background-color: var(--white);
  width: 100%;
  border-radius: 10px;
  bottom: 0;
  left: 0
}

@media only screen and (max-width:1199px) {
  .blog-area-5 .blogs-wrapper>:nth-child(1) .content {
    position: static
  }
}

.blog-5 {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 190px 1fr
}

@media only screen and (max-width:1399px) {
  .blog-5 {
    grid-template-columns: 150px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .blog-5 {
    grid-template-columns: 1fr
  }
}

.blog-5:hover .thumb img {
  transform: scale(1.1)
}

.blog-5 .thumb {
  border-radius: 10px;
  overflow: hidden
}

.blog-5 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .blog-5 .thumb img {
    aspect-ratio: 100/50
  }
}

.blog-5 .tag {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.blog-5 .time {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.blog-5 .date {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.blog-5 .meta {
  display: flex;
  gap: 10px 40px;
  align-items: center;
  margin-top: 13px
}

@media (max-width:575px) {
  .blog-5 .meta {
    flex-direction: column;
    align-items: flex-start
  }
}

.blog-5 .meta span {
  position: relative
}

.blog-5 .meta span:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  background-color: rgba(14, 15, 17, .1);
  left: -20px;
  top: 50%;
  transform: translateY(-50%)
}

@media (max-width:575px) {
  .blog-5 .meta span:not(:first-child):before {
    display: none
  }
}

.blog-5 .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 11px
}

@media only screen and (max-width:1919px) {
  .blog-5 .title {
    font-size: 28px
  }
}

@media only screen and (max-width:1399px) {
  .blog-5 .title {
    font-size: 24px
  }
}

.blog-5 .content {
  padding: 26px 24px 28px 30px
}

@media only screen and (max-width:767px) {
  .blog-5 .content {
    padding: 16px 20px 18px 20px
  }
}

.blog-area-6 .blogs-wrapper-box {
  margin-top: 20px
}

.blog-area-6 .blogs-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:991px) {
  .blog-area-6 .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:575px) {
  .blog-area-6 .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-area-6 .pagination {
  margin-top: 92px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .blog-area-6 .pagination {
    margin-top: 72px;
    gap: 10px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-6 .pagination {
    margin-top: 52px
  }
}

.blog-area-6 .pagination a {
  width: 60px;
  height: 60px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px
}

@media only screen and (max-width:1919px) {
  .blog-area-6 .pagination a {
    width: 50px;
    height: 50px
  }
}

@media only screen and (max-width:991px) {
  .blog-area-6 .pagination a {
    width: 40px;
    height: 40px
  }
}

.blog-area-6 .pagination a:hover:not(.active) {
  background-color: rgba(14, 15, 17, .1);
  border-color: transparent
}

.blog-area-6 .pagination a.active {
  background-color: var(--theme);
  border-color: transparent
}

.blog-area-6 .pagination a:first-child,
.blog-area-6 .pagination a:last-child {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent
}

.blog-area-6 .pagination a:first-child:hover,
.blog-area-6 .pagination a:last-child:hover {
  background-color: transparent
}

.blog-6:hover .tag {
  opacity: 1
}

.blog-6:hover .thumb img {
  transform: scale(1.1)
}

.blog-6:hover .title a {
  background-size: 100% 100%
}

.blog-6 .thumb {
  border-radius: 8px;
  position: relative;
  overflow: hidden
}

.blog-6 .thumb img {
  width: 100%;
  transition: all .5s
}

.blog-6 .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 2px 18px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 30px;
  left: 34px;
  opacity: 0;
  transition: all .5s;
  z-index: 1
}

.blog-6 .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blog-6 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 6px
}

@media only screen and (max-width:1399px) {
  .blog-6 .title {
    font-size: 22px
  }
}

@media only screen and (max-width:1199px) {
  .blog-6 .title {
    font-size: 20px
  }
}

.blog-6 .title a {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1s;
  background-position: 0 0
}

.blog-6 .content {
  margin-top: 18px
}

.blog-area-7 .section-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 410px;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .blog-area-7 .section-content-wrapper {
    grid-template-columns: 1fr 360px;
    gap: 40px 40px
  }
}

@media only screen and (max-width:991px) {
  .blog-area-7 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.blog-area-7 .pagination {
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .blog-area-7 .pagination {
    margin-top: 80px;
    gap: 10px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .pagination {
    margin-top: 60px
  }
}

.blog-area-7 .pagination a {
  width: 60px;
  height: 60px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px
}

@media only screen and (max-width:1919px) {
  .blog-area-7 .pagination a {
    width: 50px;
    height: 50px
  }
}

@media only screen and (max-width:991px) {
  .blog-area-7 .pagination a {
    width: 40px;
    height: 40px
  }
}

.blog-area-7 .pagination a:hover:not(.active) {
  background-color: rgba(14, 15, 17, .1);
  border-color: transparent
}

.blog-area-7 .pagination a.active {
  background-color: var(--theme);
  border-color: transparent
}

.blog-area-7 .pagination a:first-child,
.blog-area-7 .pagination a:last-child {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent
}

.blog-area-7 .pagination a:first-child:hover,
.blog-area-7 .pagination a:last-child:hover {
  background-color: transparent
}

.blog-area-7 .blog-sidebar {
  display: grid;
  gap: 50px;
  align-items: flex-start
}

.blog-area-7 .blog-details .thumb.main {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-top: 43px;
  margin-bottom: 43px
}

.blog-area-7 .blog-details .thumb.main img {
  width: 100%;
  transition: all .5s
}

.blog-area-7 .blog-details .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 2px 18px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 1
}

.blog-area-7 .blog-details .meta {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(14, 15, 17, .1)
}

.blog-area-7 .blog-details .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blog-area-7 .blog-details .comments {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  opacity: .7
}

.blog-area-7 .blog-details .title.main {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
  margin-top: -11px
}

@media only screen and (max-width:1919px) {
  .blog-area-7 .blog-details .title.main {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .blog-area-7 .blog-details .title.main {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .blog-details .title.main {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .blog-area-7 .blog-details .title.main {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .blog-area-7 .blog-details .title.main {
    font-size: 30px
  }
}

.blog-area-7 .blog-details .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 13px
}

.blog-area-7 .blog-details .text:not(:first-child) {
  margin-top: 21px
}

.blog-area-7 .blog-details .text.main {
  font-weight: 500;
  margin-top: 34px;
  color: var(--primary)
}

.blog-area-7 .blog-details .details-info:not(:first-child) {
  margin-top: 43px
}

.blog-area-7 .blog-details .details-info .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px
}

.blog-area-7 .blog-details .gallery-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 43px;
  margin-bottom: 43px
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .blog-details .gallery-wrapper {
    gap: 14px
  }
}

.blog-area-7 .blog-details .gallery-wrapper img {
  border-radius: 8px
}

.blog-area-7 .blog-details .quote-text {
  background-color: #efffd2;
  padding: 21px 30px 23px;
  border-radius: 8px;
  box-shadow: 0 -10px 0 var(--theme);
  margin-top: 53px
}

.blog-area-7 .blog-details .quote-text .text {
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  color: var(--primary)
}

.blog-area-7 .blog-details .quote-text .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  color: var(--primary);
  display: flex;
  align-items: center;
  margin-top: 18px
}

.blog-area-7 .blog-details .quote-text .name:before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: var(--primary);
  margin-right: 16px
}

.blog-area-7 .blog-details .tags-and-share {
  border-top: 1px solid rgba(14, 15, 17, .08);
  border-bottom: 1px solid rgba(14, 15, 17, .08);
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
  margin-bottom: 63px;
  padding-top: 20px;
  padding-bottom: 20px
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .blog-details .tags-and-share {
    display: grid
  }
}

.blog-area-7 .blog-details .tags-wrapper {
  display: flex;
  gap: 10px 0;
  align-items: center
}

@media (max-width:575px) {
  .blog-area-7 .blog-details .tags-wrapper {
    flex-direction: column;
    align-items: flex-start
  }
}

.blog-area-7 .blog-details .tags-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  margin-right: 20px
}

.blog-area-7 .blog-details .tags-wrapper .tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.blog-area-7 .blog-details .tags-wrapper .tags a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 30px;
  padding: 2px 17px
}

.blog-area-7 .blog-details .social-wrapper {
  display: flex;
  gap: 10px 0;
  align-items: center
}

@media (max-width:575px) {
  .blog-area-7 .blog-details .social-wrapper {
    flex-direction: column;
    align-items: flex-start
  }
}

.blog-area-7 .blog-details .social-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  margin-right: 20px
}

.blog-area-7 .blog-details .social-wrapper .social-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.blog-area-7 .blog-details .social-wrapper .social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.blog-area-7 .blog-details .comments-wrapper {
  margin-top: 34px
}

.blog-area-7 .blog-details .comment-box {
  display: grid;
  gap: 20px;
  grid-template-columns: 100px 1fr;
  align-items: flex-start
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .blog-details .comment-box {
    grid-template-columns: 80px 1fr
  }
}

.blog-area-7 .blog-details .comment-box:not(:first-child) {
  margin-top: 30px
}

.blog-area-7 .blog-details .comment-box .thumb {
  width: 100px;
  height: 100px;
  border: 8px solid #efffd2;
  border-radius: 50%;
  overflow: hidden
}

@media only screen and (max-width:1199px) {
  .blog-area-7 .blog-details .comment-box .thumb {
    width: 80px;
    height: 80px
  }
}

.blog-area-7 .blog-details .comment-box .content {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(14, 15, 17, .08)
}

.blog-area-7 .blog-details .comment-box .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 6px
}

@media (max-width:575px) {
  .blog-area-7 .blog-details .comment-box .name {
    margin-top: 0
  }
}

.blog-area-7 .blog-details .comment-box .ratings {
  display: flex;
  gap: 3px;
  margin-top: 4px
}

.blog-area-7 .blog-details .comment-box .ratings i {
  color: #fc0
}

.blog-area-7 .blog-details .comment-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 18px
}

.blog-area-7 .blog-details .comment-box .comment-action {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 13px
}

.blog-area-7 .blog-details .comment-box .comment-action button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5f6062;
  display: flex;
  gap: 8px;
  align-items: center
}

.blog-area-7 .blog-details .comment-box .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px
}

@media (max-width:575px) {
  .blog-area-7 .blog-details .comment-box .date {
    position: static
  }
}

.blog-area-7 .blog-details .comment-wrap {
  margin-top: 63px
}

.blog-area-7 .blog-details .comment-wrap .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px
}

.blog-area-7 .blog-details .comment-wrap .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px
}

.blog-area-7 .blog-details .comment-formwrap {
  margin-top: 36px;
  display: grid;
  gap: 22px 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:767px) {
  .blog-area-7 .blog-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

.blog-area-7 .blog-details .comment-formfield {
  position: relative
}

.blog-area-7 .blog-details .comment-formfield .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 11px
}

.blog-area-7 .blog-details .comment-formfield input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary);
  width: 100%;
  height: 60px;
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 8px;
  padding: 0 30px;
  outline: 0;
  background-color: transparent;
  transition: all .5s
}

.blog-area-7 .blog-details .comment-formfield input:focus {
  border-color: rgba(14, 15, 17, .7)
}

.blog-area-7 .blog-details .comment-formfield input::-moz-placeholder {
  color: #5f6062
}

.blog-area-7 .blog-details .comment-formfield input::placeholder {
  color: #5f6062
}

.blog-area-7 .blog-details .comment-formfield.message,
.blog-area-7 .blog-details .comment-formfield.website {
  grid-column: span 2
}

@media only screen and (max-width:767px) {

  .blog-area-7 .blog-details .comment-formfield.message,
  .blog-area-7 .blog-details .comment-formfield.website {
    grid-column: auto
  }
}

.blog-area-7 .blog-details .submit-btn {
  margin-top: 35px
}

.blog-area-7 .blog-details .note-text {
  margin-top: 9px;
  display: flex;
  align-items: flex-start
}

.blog-area-7 .blog-details .note-text input {
  margin-top: 5px
}

.blog-area-7 .blog-details .note-text label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 12px
}

.blogs-wrapper-main {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr
}

.blogs-wrapper-main .blog:hover .tag {
  opacity: 1
}

.blogs-wrapper-main .blog:hover .thumb img {
  transform: scale(1.1)
}

.blogs-wrapper-main .blog .thumb {
  border-radius: 8px;
  position: relative;
  overflow: hidden
}

.blogs-wrapper-main .blog .thumb img {
  width: 100%;
  transition: all .5s
}

.blogs-wrapper-main .blog .tag {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: inline-block;
  border: 1px solid var(--white);
  border-radius: 30px;
  padding: 2px 18px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 30px;
  left: 34px;
  opacity: 0;
  transition: all .5s;
  z-index: 1
}

@media only screen and (max-width:991px) {
  .blogs-wrapper-main .blog .tag {
    opacity: 1
  }
}

.blogs-wrapper-main .blog .meta {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  justify-content: space-between
}

.blogs-wrapper-main .blog .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blogs-wrapper-main .blog .comments {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blogs-wrapper-main .blog .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
  margin-top: 12px
}

@media only screen and (max-width:1919px) {
  .blogs-wrapper-main .blog .title {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .blogs-wrapper-main .blog .title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .blogs-wrapper-main .blog .title {
    font-size: 34px
  }
}

@media only screen and (max-width:991px) {
  .blogs-wrapper-main .blog .title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .blogs-wrapper-main .blog .title {
    font-size: 30px
  }
}

.blogs-wrapper-main .blog .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 13px
}

.blogs-wrapper-main .blog .t-btn-primary {
  margin-top: 23px
}

.blogs-wrapper-main .blog .content {
  margin-top: 14px
}

.blog-sidebar-box {
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 8px;
  padding: 29px 29px
}

@media (max-width:575px) {
  .blog-sidebar-box {
    padding: 19px 19px
  }
}

.blog-sidebar-box .author-info {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px
}

.blog-sidebar-box .author-info .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto
}

.blog-sidebar-box .author-info .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-sidebar-box .author-info .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px
}

.blog-sidebar-box .author-info .designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin-top: 8px
}

.blog-sidebar-box .author-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 17px
}

.blog-sidebar-box .author-info .social-links {
  display: flex;
  gap: 14px;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid rgba(14, 15, 17, .08);
  margin-top: 27px
}

.blog-sidebar-box .author-info .social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.blog-sidebar-box .author-info .social-links a:hover {
  background-color: var(--primary);
  color: var(--white)
}

.blog-sidebar-box .author-info .content {
  margin-top: 17px
}

.blog-sidebar-box .title-box {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 30px
}

.blog-sidebar-box .title-box:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--theme);
  bottom: 0;
  left: 0
}

.blog-sidebar-box .search-wrapper {
  margin-bottom: 4px
}

.blog-sidebar-box .search-form {
  border: 1px solid rgba(14, 15, 17, .08);
  padding: 16px 19px;
  border-radius: 8px
}

.blog-sidebar-box .search-form .input-field {
  display: flex;
  gap: 10px;
  margin-left: 10px
}

.blog-sidebar-box .search-form .input-field input {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary)
}

.blog-sidebar-box .search-form .input-field input::-moz-placeholder {
  color: rgba(14, 15, 17, .1)
}

.blog-sidebar-box .search-form .input-field input::placeholder {
  color: rgba(14, 15, 17, .1)
}

.blog-sidebar-box .search-form .input-field .search-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(14, 15, 17, .7);
  opacity: .7
}

.blog-sidebar-box .blogs-wrapper {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr;
  margin-bottom: 4px
}

@media only screen and (max-width:1399px) {
  .blog-sidebar-box .blogs-wrapper {
    gap: 24px
  }
}

.blog-sidebar-box .blog {
  display: grid;
  gap: 14px;
  grid-template-columns: 100px 1fr
}

@media only screen and (max-width:1399px) {
  .blog-sidebar-box .blog {
    grid-template-columns: 80px 1fr
  }
}

.blog-sidebar-box .blog:hover .title a {
  background-size: 100% 100%
}

.blog-sidebar-box .blog .thumb {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden
}

@media only screen and (max-width:1399px) {
  .blog-sidebar-box .blog .thumb {
    width: 80px;
    height: 80px
  }
}

.blog-sidebar-box .blog .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block
}

.blog-sidebar-box .blog .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 9px
}

@media only screen and (max-width:1399px) {
  .blog-sidebar-box .blog .title {
    font-size: 18px
  }
}

.blog-sidebar-box .blog .title a {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1s;
  background-position: 0 0
}

.blog-sidebar-box .blog .content {
  margin-top: 3px
}

.blog-sidebar-box .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 13px;
  margin-bottom: 4px
}

.blog-sidebar-box .tags-wrapper a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid rgba(14, 15, 17, .08);
  border-radius: 30px;
  padding: 0 13px;
  display: inline-block
}

.blog-sidebar-box .tags-wrapper a:hover {
  background-color: var(--action);
  border-color: transparent
}

.info-area {
  background-color: var(--black);
  position: relative
}

.info-area .title-wrapper {
  margin-top: 17px
}

.info-area .info-area-inner {
  display: grid;
  gap: 40px 36px;
  grid-template-columns: 1fr 515px;
  align-items: flex-start
}

@media only screen and (max-width:1199px) {
  .info-area .info-area-inner {
    grid-template-columns: 1fr 415px
  }
}

@media only screen and (max-width:991px) {
  .info-area .info-area-inner {
    grid-template-columns: 1fr
  }
}

.info-area .section-title-wrapper {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.info-area .section-subtitle {
  color: var(--white)
}

.info-area .section-title {
  color: var(--white)
}

.info-area .section-header {
  position: relative;
  margin-top: 15px
}

.info-area .section-header .text-wrapper {
  margin-top: 189px
}

@media only screen and (max-width:1919px) {
  .info-area .section-header .text-wrapper {
    margin-top: 129px
  }
}

@media only screen and (max-width:1399px) {
  .info-area .section-header .text-wrapper {
    margin-top: 99px
  }
}

@media only screen and (max-width:1199px) {
  .info-area .section-header .text-wrapper {
    margin-top: 29px
  }
}

.info-area .section-header .text {
  max-width: 307px;
  color: var(--white);
  opacity: .7
}

.info-area .section-header .btn-wrapper {
  margin-top: 43px
}

.info-area .section-header .t-btn-primary {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.info-area .section-header .t-btn-circle {
  background-color: var(--primary);
  border-color: var(--white);
  color: var(--white)
}

.info-area .section-header .area-shape-1 {
  position: absolute;
  bottom: 8px;
  right: 116px
}

@media only screen and (max-width:1399px) {
  .info-area .section-header .area-shape-1 {
    right: 46px
  }
}

.info-area .section-header .area-shape-1 img {
  animation: spinner 9s linear infinite;
  width: 183px
}

@media only screen and (max-width:1919px) {
  .info-area .section-header .area-shape-1 img {
    width: 153px
  }
}

@media only screen and (max-width:1399px) {
  .info-area .section-header .area-shape-1 img {
    width: 133px
  }
}

@media only screen and (max-width:1199px) {
  .info-area .section-header .area-shape-1 img {
    width: 103px
  }
}

@media (max-width:575px) {
  .info-area .section-header .area-shape-1 img {
    width: 63px
  }
}

.info-area .info-wrapper {
  display: grid;
  gap: 52px 50px;
  grid-template-columns: auto auto;
  justify-content: space-between
}

@media only screen and (max-width:991px) {
  .info-area .info-wrapper {
    max-width: 500px
  }
}

.info-area .info-box {
  text-align: center
}

.info-area .info-box .number {
  font-size: 180px;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .info-area .info-box .number {
    font-size: 150px
  }
}

@media only screen and (max-width:1399px) {
  .info-area .info-box .number {
    font-size: 130px
  }
}

@media only screen and (max-width:1199px) {
  .info-area .info-box .number {
    font-size: 100px
  }
}

@media (max-width:575px) {
  .info-area .info-box .number {
    font-size: 70px
  }
}

.info-area .info-box .text {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.31;
  margin-top: -5px;
  color: var(--white);
  opacity: .7
}

@media only screen and (max-width:1199px) {
  .info-area .info-box .text {
    font-size: 22px
  }
}

@media (max-width:575px) {
  .info-area .info-box .text {
    font-size: 20px
  }
}

.cta-area {
  border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.cta-area-inner {
  padding-top: 98px;
  padding-bottom: 15px
}

.cta-area .section-title {
  font-size: 76px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .cta-area .section-title {
    font-size: 66px
  }
}

@media only screen and (max-width:1399px) {
  .cta-area .section-title {
    font-size: 56px
  }
}

@media only screen and (max-width:1199px) {
  .cta-area .section-title {
    font-size: 46px
  }
}

@media only screen and (max-width:991px) {
  .cta-area .section-title {
    font-size: 38px
  }
}

.cta-area .title-wrapper {
  margin-top: 14px
}

.cta-area .section-subtitle {
  color: var(--white)
}

.cta-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .cta-area .section-header {
    grid-template-columns: 1fr
  }
}

.cta-area .section-header .btn-wrapper {
  margin-bottom: 20px
}

@media only screen and (max-width:1399px) {
  .cta-area .section-header .btn-wrapper {
    margin-bottom: 10px
  }
}

.cta-area .t-btn-primary {
  background-color: var(--black);
  border-color: var(--white);
  color: var(--white)
}

.cta-area .t-btn-circle {
  background-color: var(--black);
  border-color: var(--white);
  color: var(--white)
}

.cta-area-2-inner {
  padding-top: 97px;
  padding-bottom: 100px
}

@media only screen and (max-width:1919px) {
  .cta-area-2-inner {
    padding-top: 77px;
    padding-bottom: 0
  }
}

.cta-area-2 .section-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.01em;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .cta-area-2 .section-title {
    font-size: 80px
  }
}

@media only screen and (max-width:1399px) {
  .cta-area-2 .section-title {
    font-size: 70px
  }
}

@media only screen and (max-width:1199px) {
  .cta-area-2 .section-title {
    font-size: 60px
  }
}

@media only screen and (max-width:991px) {
  .cta-area-2 .section-title {
    font-size: 50px
  }
}

@media (max-width:575px) {
  .cta-area-2 .section-title {
    font-size: 40px
  }
}

.cta-area-2 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 19px
}

@media only screen and (max-width:767px) {
  .cta-area-2 .section-header {
    grid-template-columns: 1fr
  }
}

.cta-area-2 .section-header:hover .btn-wrapper .icon {
  fill: var(--white)
}

.cta-area-2 .section-header .btn-wrapper {
  margin-top: 27px
}

@media only screen and (max-width:1399px) {
  .cta-area-2 .section-header .btn-wrapper {
    margin-top: 17px
  }
}

.cta-area-2 .section-header .btn-wrapper .icon {
  width: 137px;
  transition: all .3s
}

@media only screen and (max-width:1919px) {
  .cta-area-2 .section-header .btn-wrapper .icon {
    width: 97px
  }
}

@media only screen and (max-width:991px) {
  .cta-area-2 .section-header .btn-wrapper .icon {
    width: 67px
  }
}

.cta-area-3-inner {
  padding-bottom: 57px
}

@media only screen and (max-width:1919px) {
  .cta-area-3-inner {
    padding-bottom: 47px
  }
}

.cta-area-3 .section-title {
  color: var(--white)
}

.cta-area-3 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 7px
}

@media only screen and (max-width:767px) {
  .cta-area-3 .section-header {
    grid-template-columns: 1fr
  }
}

.cta-area-3 .section-header .btn-wrapper {
  margin-bottom: 13px
}

.page-title-area {
  position: relative;
  padding-bottom: 20px
}

.page-title-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: var(--gra)
}

@media only screen and (max-width:1399px) {
  .page-title-area {
    border-width: 10px
  }
}

@media only screen and (max-width:991px) {
  .page-title-area {
    border-width: 8px
  }
}

.page-title-area-inner {
  position: relative;
  z-index: 1
}

.page-title-area .section-title {
  font-size: 180px;
  font-weight: 600;
  line-height: 1.08
}

@media only screen and (max-width:1919px) {
  .page-title-area .section-title {
    font-size: 150px
  }
}

@media only screen and (max-width:1399px) {
  .page-title-area .section-title {
    font-size: 130px
  }
}

@media only screen and (max-width:991px) {
  .page-title-area .section-title {
    font-size: 80px
  }
}

@media only screen and (max-width:767px) {
  .page-title-area .section-title {
    font-size: 65px
  }
}

@media (max-width:575px) {
  .page-title-area .section-title {
    font-size: 50px
  }
}

.page-title-area .section-subtitle {
  font-size: 110px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.13;
  display: inline-block
}

@media only screen and (max-width:1919px) {
  .page-title-area .section-subtitle {
    font-size: 90px
  }
}

@media only screen and (max-width:1399px) {
  .page-title-area .section-subtitle {
    font-size: 80px
  }
}

@media only screen and (max-width:991px) {
  .page-title-area .section-subtitle {
    font-size: 50px
  }
}

@media only screen and (max-width:767px) {
  .page-title-area .section-subtitle {
    font-size: 40px
  }
}

@media (max-width:575px) {
  .page-title-area .section-subtitle {
    font-size: 32px
  }
}

.page-title-area .section-subtitle:before {
  display: none
}

.page-title-area .section-content .subtitle-wrapper {
  margin-top: 9px
}

.page-title-area .breadcrumb-wrapper {
  margin-bottom: 14px
}

@media only screen and (max-width:1399px) {
  .page-title-area .breadcrumb-wrapper {
    margin-bottom: 0
  }
}

.page-title-area .breadcrumb {
  list-style: none
}

.page-title-area .breadcrumb li {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.page-title-area .breadcrumb li+li:before {
  padding: 0 18px;
  color: var(--primary);
  content: "/ "
}

.page-title-area .breadcrumb li a {
  color: rgba(14, 15, 17, .2);
  text-decoration: none
}

.page-title-area .breadcrumb li a:hover {
  color: var(--action)
}

.page-title-area .section-content-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  position: relative;
  margin-top: 82px;
  padding-bottom: 57px
}

@media only screen and (max-width:767px) {
  .page-title-area .section-content-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 37px
  }
}

.page-title-area .section-content-wrapper .content-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px
}

@media only screen and (max-width:1919px) {
  .page-title-area .section-content-wrapper .content-shape-1 {
    width: 95px
  }
}

@media only screen and (max-width:991px) {
  .page-title-area .section-content-wrapper .content-shape-1 {
    width: 65px;
    top: 10px
  }
}

@media only screen and (max-width:767px) {
  .page-title-area .section-content-wrapper .content-shape-1 {
    width: 55px
  }
}

.page-title-area .section-content-wrapper .content-shape-1 img {
  animation: spinner 9s linear infinite
}

.page-title-area .area-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

@media only screen and (max-width:767px) {
  .page-title-area .area-lines {
    display: none
  }
}

.page-title-area .area-lines .line-1 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(0% - 50px)
}

.page-title-area .area-lines .line-2 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(25% - 15px)
}

.page-title-area .area-lines .line-3 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(25% + 15px)
}

.page-title-area .area-lines .line-4 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(50% - 15px)
}

.page-title-area .area-lines .line-5 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(50% + 15px)
}

.page-title-area .area-lines .line-6 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(75% - 15px)
}

.page-title-area .area-lines .line-7 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(75% + 15px)
}

.page-title-area .area-lines .line-8 {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(14, 15, 17, .06);
  top: 0;
  left: calc(100% + 50px)
}

.video-area {
  position: relative;
  z-index: 1
}

.video-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.video-area .area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0;
  opacity: .44
}

.video-area .area-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.video-area .section-title {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.1;
  max-width: 760px;
  color: var(--white)
}

@media only screen and (max-width:1919px) {
  .video-area .section-title {
    font-size: 56px;
    max-width: 560px
  }
}

@media only screen and (max-width:1199px) {
  .video-area .section-title {
    font-size: 48px
  }
}

@media only screen and (max-width:991px) {
  .video-area .section-title {
    font-size: 42px;
    max-width: 460px
  }
}

@media only screen and (max-width:767px) {
  .video-area .section-title {
    font-size: 36px
  }
}

@media (max-width:575px) {
  .video-area .section-title {
    font-size: 28px
  }
}

.video-area .section-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  color: #aff42b;
  border: 1px solid var(--white);
  padding: 2px 20px;
  border-radius: 40px
}

@media (max-width:575px) {
  .video-area .section-subtitle {
    font-size: 20px
  }
}

.video-area .section-subtitle:before {
  display: none
}

.video-area .section-content {
  margin-top: 380px;
  margin-bottom: 5px
}

@media only screen and (max-width:1919px) {
  .video-area .section-content {
    margin-top: 280px
  }
}

@media only screen and (max-width:1399px) {
  .video-area .section-content {
    margin-top: 180px
  }
}

.video-area .section-content .title-wrapper {
  margin-top: 20px
}

.video-area .section-content .btn-wrapper {
  display: flex;
  justify-content: flex-end
}

.video-area .section-content .t-btn-circle {
  width: 190px;
  height: 190px;
  background-color: transparent;
  border-color: var(--white);
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .video-area .section-content .t-btn-circle {
    width: 130px;
    height: 130px
  }
}

@media only screen and (max-width:1199px) {
  .video-area .section-content .t-btn-circle {
    width: 90px;
    height: 90px
  }
}

.video-area .section-content .t-btn-circle:hover:before {
  opacity: .3
}

.video-area .section-content .t-btn-circle:before {
  position: absolute;
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--white);
  opacity: .1;
  z-index: -1;
  transition: all .5s
}

@media only screen and (max-width:1919px) {
  .video-area .section-content .t-btn-circle:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px)
  }
}

@media only screen and (max-width:1199px) {
  .video-area .section-content .t-btn-circle:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px)
  }
}

.video-area .section-content .t-btn-circle img {
  width: 60px
}

@media only screen and (max-width:1919px) {
  .video-area .section-content .t-btn-circle img {
    width: 40px
  }
}

@media only screen and (max-width:1199px) {
  .video-area .section-content .t-btn-circle img {
    width: 30px
  }
}

.choose-area {
  background-color: var(--white);
  position: relative
}

.choose-area .choose-thumb {
  border-radius: 10px;
  overflow: hidden;
  max-width: 520px
}

.choose-area .section-content-wrapper {
  margin-top: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 520px 680px;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:1399px) {
  .choose-area .section-content-wrapper {
    grid-template-columns: 470px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .choose-area .section-content-wrapper {
    grid-template-columns: 450px 1fr
  }
}

@media only screen and (max-width:991px) {
  .choose-area .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.choose-area .title-wrapper {
  margin-top: 7px
}

.choose-area .features-wrapper-box {
  margin-top: 59px
}

@media only screen and (max-width:1399px) {
  .choose-area .features-wrapper-box {
    margin-top: 49px
  }
}

@media only screen and (max-width:1199px) {
  .choose-area .features-wrapper-box {
    margin-top: 34px
  }
}

.choose-area .features-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.choose-area .features-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1000px;
  border-left: 1px dashed rgba(14, 15, 17, .1);
  top: 0;
  left: 40px;
  z-index: -1
}

.choose-area .feature-box {
  display: flex;
  gap: 20px 24px
}

.choose-area .feature-box:hover .thumb {
  border-color: #e93c76
}

.choose-area .feature-box:not(:first-child) {
  margin-top: 46px
}

@media only screen and (max-width:1399px) {
  .choose-area .feature-box:not(:first-child) {
    margin-top: 36px
  }
}

.choose-area .feature-box:last-child {
  background-color: var(--white)
}

.choose-area .feature-box .thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px solid rgba(95, 96, 98, .3);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  transition: all .5s
}

.choose-area .feature-box .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px
}

@media only screen and (max-width:1199px) {
  .choose-area .feature-box .title {
    font-size: 22px
  }
}

.choose-area .feature-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 9px
}

.choose-area-2 .choose-thumb {
  border-radius: 10px;
  overflow: hidden;
  max-width: 520px
}

.choose-area-2 .section-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 520px 680px;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:1399px) {
  .choose-area-2 .section-content-wrapper {
    grid-template-columns: 470px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .choose-area-2 .section-content-wrapper {
    grid-template-columns: 450px 1fr
  }
}

@media only screen and (max-width:991px) {
  .choose-area-2 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.choose-area-2 .title-wrapper {
  margin-top: 7px
}

.choose-area-2 .features-wrapper-box {
  margin-top: 59px
}

@media only screen and (max-width:1399px) {
  .choose-area-2 .features-wrapper-box {
    margin-top: 49px
  }
}

@media only screen and (max-width:1199px) {
  .choose-area-2 .features-wrapper-box {
    margin-top: 34px
  }
}

.choose-area-2 .features-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.choose-area-2 .features-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1000px;
  border-left: 1px dashed rgba(14, 15, 17, .1);
  top: 0;
  left: 40px;
  z-index: -1
}

.choose-area-2 .feature-box {
  display: flex;
  gap: 20px 24px
}

.choose-area-2 .feature-box:hover .thumb {
  border-color: var(--action)
}

.choose-area-2 .feature-box:not(:first-child) {
  margin-top: 46px
}

@media only screen and (max-width:1399px) {
  .choose-area-2 .feature-box:not(:first-child) {
    margin-top: 36px
  }
}

.choose-area-2 .feature-box:last-child {
  background-color: var(--white)
}

.choose-area-2 .feature-box .thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px solid rgba(95, 96, 98, .3);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  transition: all .5s
}

.choose-area-2 .feature-box .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px
}

@media only screen and (max-width:1199px) {
  .choose-area-2 .feature-box .title {
    font-size: 22px
  }
}

.choose-area-2 .feature-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 9px
}

.testimonial-area .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .testimonial-area .section-header {
    grid-template-columns: 1fr
  }
}

.testimonial-area .section-header .title-wrapper {
  margin-top: 7px
}

.testimonial-area .section-header .btn-wrapper {
  margin-bottom: 5px
}

.testimonial-area .testimonial-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .1);
  padding-top: 70px;
  margin-top: 25px
}

@media only screen and (max-width:1919px) {
  .testimonial-area .testimonial-wrapper-box {
    padding-top: 50px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area .testimonial-wrapper-box {
    padding-top: 40px
  }
}

.testimonial-area .testimonial-wrapper {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 18px 968px 120px;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .testimonial-area .testimonial-wrapper {
    grid-template-columns: 18px 1fr 120px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area .testimonial-wrapper {
    grid-template-columns: 18px 1fr 100px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area .testimonial-wrapper {
    grid-template-columns: 100%
  }
}

.testimonial-area .testimonial-wrapper .swiper {
  width: 100%
}

.testimonial-area .slide-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%
}

@media only screen and (max-width:767px) {
  .testimonial-area .slide-nav {
    flex-direction: row
  }
}

.testimonial-area .slide-nav:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 100px);
  background-color: var(--primary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width:767px) {
  .testimonial-area .slide-nav:before {
    height: 1px;
    width: calc(100% - 100px)
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area .slide-nav .slide-nav-button img {
    transform: rotate(-90deg)
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area .testimonial-nav-active {
    max-width: 240px
  }
}

.testimonial-area .testimonial-nav-active .swiper-wrapper {
  height: 100%;
  max-height: 300px
}

@media only screen and (max-width:1199px) {
  .testimonial-area .testimonial-nav-active .swiper-wrapper {
    max-height: 240px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area .testimonial-nav-active .swiper-wrapper {
    height: 100px;
    width: 240px;
    max-width: 240px
  }
}

.testimonial-area .testimonial-nav-active .swiper-slide {
  position: relative
}

.testimonial-area .testimonial-nav-active .swiper-slide:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 50%);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all .5s
}

@media only screen and (max-width:767px) {
  .testimonial-area .testimonial-nav-active .swiper-slide:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg)
  }
}

.testimonial-area .testimonial-nav-active .swiper-slide .avatar span {
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  left: 27%;
  bottom: 30%;
  color: #a5a5a5
}

.testimonial-area .testimonial-nav-active .swiper-slide .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  transform: scale(.8);
  transition: all .5s;
  position: relative;
  z-index: 1;
  background-color: #ddd
}

@media only screen and (max-width:1199px) {
  .testimonial-area .testimonial-nav-active .swiper-slide .avatar {
    width: 60px;
    height: 60px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area .testimonial-nav-active .swiper-slide .avatar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
  }
}

.testimonial-area .testimonial-nav-active .swiper-slide .avatar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .6;
  transition: all .5s
}

.testimonial-area .testimonial-nav-active .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1
}

.testimonial-area .testimonial-nav-active .swiper-slide.swiper-slide-thumb-active .avatar span {
  color: var(--secondary)
}

.testimonial-area .testimonial-nav-active .swiper-slide.swiper-slide-thumb-active .avatar {
  transform: scale(1)
}

.testimonial-area .testimonial-nav-active .swiper-slide.swiper-slide-thumb-active .avatar:before {
  opacity: 0
}

.testimonial-item-1 {
  background-color: rgba(0, 180, 223, .08);
  border-radius: 10px;
  border: 4px solid var(--action);
  padding: 34px 44px 35px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-1 {
    padding: 24px 34px 25px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-item-1 {
    padding: 24px 24px 25px
  }
}

.testimonial-item-1 .text {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--primary)
}

@media only screen and (max-width:1399px) {
  .testimonial-item-1 .text {
    font-size: 24px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-item-1 .text {
    font-size: 20px
  }
}

.testimonial-item-1 .name {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  padding-inline-start: 58px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-1 .name {
    font-size: 20px
  }
}

@media (max-width:575px) {
  .testimonial-item-1 .name {
    padding-inline-start: 38px
  }
}

.testimonial-item-1 .name.has-left-line:before {
  width: 44px
}

@media (max-width:575px) {
  .testimonial-item-1 .name.has-left-line:before {
    width: 24px
  }
}

.testimonial-item-1 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  padding-inline-start: 58px;
  margin-top: 4px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-1 .post {
    font-size: 16px
  }
}

@media (max-width:575px) {
  .testimonial-item-1 .post {
    padding-inline-start: 38px
  }
}

.testimonial-item-1 .author {
  margin-top: 36px
}

.testimonial-area.page-service {
  background-color: var(--white);
  position: relative
}

.testimonial-area.page-service .testimonial-wrapper-box {
  margin-bottom: 20px
}

.testimonial-area.page-portfolio-3 {
  background-color: #f4f4f4
}

.testimonial-area.page-portfolio-3 .testimonial-wrapper-box {
  margin-bottom: 20px
}

.testimonial-area.page-portfolio-3 .t-btn-primary {
  background-color: #f4f4f4
}

.testimonial-area.page-portfolio-3 .t-btn-circle {
  background-color: #f4f4f4
}

.testimonial-area-2 {
  background-color: #f5f0ea;
  position: relative
}

.testimonial-area-2 .area-shape-1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%)
}

@media only screen and (max-width:991px) {
  .testimonial-area-2 .area-shape-1 {
    display: none
  }
}

.testimonial-area-2 .section-header {
  margin-top: 17px
}

.testimonial-area-2 .section-header .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

.testimonial-area-2 .section-header .title-wrapper {
  margin-bottom: 3px
}

.testimonial-area-2 .section-title-wrapper {
  border-top: 1px solid rgba(14, 15, 17, .08);
  padding-top: 29px;
  margin-top: 22px;
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 416px;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:991px) {
  .testimonial-area-2 .section-title-wrapper {
    grid-template-columns: 1fr
  }
}

.testimonial-area-2 .testimonial-wrapper-box {
  margin-top: 53px
}

@media only screen and (max-width:1199px) {
  .testimonial-area-2 .testimonial-wrapper-box {
    margin-top: 43px
  }
}

.testimonial-area-2 .testimonial-wrapper {
  position: relative
}

.testimonial-area-2 .slide-nav-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.testimonial-area-2 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.testimonial-area-2 .slide-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 14px
}

@media only screen and (max-width:1199px) {
  .testimonial-area-2 .slide-nav {
    gap: 10px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area-2 .slide-nav {
    position: static;
    flex-direction: row;
    margin-top: 30px
  }
}

.testimonial-area-2 .swiper {
  max-width: 800px;
  margin-left: 0
}

@media only screen and (max-width:1919px) {
  .testimonial-area-2 .swiper {
    max-width: 720px
  }
}

@media only screen and (max-width:1399px) {
  .testimonial-area-2 .swiper {
    max-width: 580px
  }
}

.testimonial-area-2 .testimonial-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 6px
}

@media only screen and (max-width:767px) {
  .testimonial-area-2 .testimonial-pagination {
    padding: 9px 0
  }
}

.testimonial-area-2 .testimonial-pagination:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--primary);
  margin-right: 14px
}

.testimonial-area-2 .testimonial-pagination .swiper-pagination-current {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: var(--primary)
}

.testimonial-area-2 .testimonial-pagination .swiper-pagination-total {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: var(--primary)
}

.testimonial-item-2 .text {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .testimonial-item-2 .text {
    font-size: 30px
  }
}

@media only screen and (max-width:1399px) {
  .testimonial-item-2 .text {
    font-size: 24px
  }
}

@media (max-width:575px) {
  .testimonial-item-2 .text {
    font-size: 20px
  }
}

.testimonial-item-2 .name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.31
}

@media only screen and (max-width:1919px) {
  .testimonial-item-2 .name {
    font-size: 22px
  }
}

.testimonial-item-2 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  margin-top: 6px
}

@media only screen and (max-width:1919px) {
  .testimonial-item-2 .post {
    margin-top: 2px
  }
}

.testimonial-item-2 .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden
}

@media only screen and (max-width:1919px) {
  .testimonial-item-2 .avatar {
    width: 60px;
    height: 60px
  }
}

.testimonial-item-2 .author {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 50px
}

@media only screen and (max-width:1919px) {
  .testimonial-item-2 .author {
    margin-top: 40px
  }
}

@media (max-width:575px) {
  .testimonial-item-2 .author {
    margin-top: 25px
  }
}

.testimonial-area-3 .section-header {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  margin-top: 13px
}

@media only screen and (max-width:767px) {
  .testimonial-area-3 .section-header {
    grid-template-columns: 1fr
  }
}

.testimonial-area-3 .section-header .slide-nav {
  margin-bottom: 12px
}

.testimonial-area-3 .section-header .title-wrapper {
  margin-top: 11px
}

.testimonial-area-3 .testimonial-wrapper-box {
  border-top: 1px solid rgba(14, 15, 17, .08);
  padding-top: 56px;
  margin-top: 58px;
  margin-bottom: 12px
}

@media only screen and (max-width:1919px) {
  .testimonial-area-3 .testimonial-wrapper-box {
    margin-top: 38px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-3 .testimonial-wrapper-box {
    margin-top: 28px
  }
}

.testimonial-area-3 .testimonial-wrapper {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 960px 120px;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:1919px) {
  .testimonial-area-3 .testimonial-wrapper {
    grid-template-columns: 820px 100px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-3 .testimonial-wrapper {
    grid-template-columns: 680px 80px
  }
}

@media only screen and (max-width:991px) {
  .testimonial-area-3 .testimonial-wrapper {
    grid-template-columns: 540px 80px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area-3 .testimonial-wrapper {
    grid-template-columns: 100%
  }
}

.testimonial-area-3 .testimonial-wrapper .swiper {
  width: 100%
}

@media only screen and (max-width:767px) {
  .testimonial-area-3 .testimonial-3-nav-active {
    max-width: 240px
  }
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-wrapper {
  height: 100%;
  max-height: 340px
}

@media only screen and (max-width:1919px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-wrapper {
    max-height: 310px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-wrapper {
    height: 250px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-wrapper {
    height: 80px;
    width: 250px;
    max-width: 250px
  }
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  transform: scale(.75);
  transition: all .5s;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:1919px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar {
    width: 100px;
    height: 100px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar {
    width: 80px;
    height: 80px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar {
    margin-left: auto;
    margin-right: auto
  }
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .5;
  transition: all .5s
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide.swiper-slide-thumb-active .avatar {
  transform: scale(1)
}

.testimonial-area-3 .testimonial-3-nav-active .swiper-slide.swiper-slide-thumb-active .avatar:before {
  opacity: 0
}

.testimonial-area-3 .slide-nav-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.testimonial-area-3 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.testimonial-area-3 .slide-nav {
  display: flex;
  gap: 20px;
  align-items: center
}

.testimonial-item-3 .text-wrapper {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 30px 1fr
}

@media (max-width:575px) {
  .testimonial-item-3 .text-wrapper {
    grid-template-columns: 1fr
  }
}

.testimonial-item-3 .icon {
  margin-top: 18px
}

.testimonial-item-3 .icon img {
  opacity: .5
}

.testimonial-item-3 .text {
  font-family: var(--font_poppins);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.16;
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .testimonial-item-3 .text {
    font-size: 54px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-item-3 .text {
    font-size: 44px
  }
}

@media only screen and (max-width:991px) {
  .testimonial-item-3 .text {
    font-size: 34px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-item-3 .text {
    font-size: 30px
  }
}

.testimonial-item-3 .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  padding-inline-start: 60px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-3 .name {
    font-size: 20px
  }
}

@media (max-width:575px) {
  .testimonial-item-3 .name {
    padding-inline-start: 40px
  }
}

.testimonial-item-3 .name.has-left-line:before {
  width: 40px
}

@media (max-width:575px) {
  .testimonial-item-3 .name.has-left-line:before {
    width: 20px
  }
}

.testimonial-item-3 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  padding-inline-start: 60px;
  margin-top: 3px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-3 .post {
    font-size: 16px
  }
}

@media (max-width:575px) {
  .testimonial-item-3 .post {
    padding-inline-start: 40px
  }
}

.testimonial-item-3 .author {
  margin-top: 60px
}

@media only screen and (max-width:1919px) {
  .testimonial-item-3 .author {
    margin-top: 40px
  }
}

.testimonial-area-4 .section-content-wrapper {
  margin-top: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 630px;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .testimonial-area-4 .section-content-wrapper {
    grid-template-columns: 1fr 580px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-4 .section-content-wrapper {
    grid-template-columns: 1fr 500px
  }
}

@media only screen and (max-width:991px) {
  .testimonial-area-4 .section-content-wrapper {
    grid-template-columns: 100%
  }
}

.testimonial-area-4 .section-content .title-wrapper {
  margin-top: 17px
}

.testimonial-area-4 .section-content .testimonial-reviews {
  margin-top: 102px
}

@media only screen and (max-width:991px) {
  .testimonial-area-4 .section-content .testimonial-reviews {
    margin-top: 32px
  }
}

.testimonial-area-4 .section-content .testimonial-reviews .number {
  font-size: 180px;
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.01em;
  display: inline-block;
  background-image: linear-gradient(94.64deg, #e6543b 1.78%, #44124c 50.66%, #9e4296 89.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff
}

@media only screen and (max-width:1919px) {
  .testimonial-area-4 .section-content .testimonial-reviews .number {
    font-size: 140px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-4 .section-content .testimonial-reviews .number {
    font-size: 120px
  }
}

@media only screen and (max-width:991px) {
  .testimonial-area-4 .section-content .testimonial-reviews .number {
    font-size: 95px
  }
}

.testimonial-area-4 .section-content .testimonial-reviews .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--primary)
}

.testimonial-area-4 .section-content .testimonial-reviews .ratings {
  display: inline-flex;
  gap: 5px
}

.testimonial-area-4 .section-content .testimonial-reviews .ratings i {
  color: #ffa600;
  font-size: 16px
}

.testimonial-area-4 .testimonial-wrapper-box {
  margin-top: 62px
}

@media only screen and (max-width:1919px) {
  .testimonial-area-4 .testimonial-wrapper-box {
    margin-top: 42px
  }
}

@media only screen and (max-width:1399px) {
  .testimonial-area-4 .testimonial-wrapper-box {
    margin-top: 0
  }
}

.testimonial-area-4 .slide-nav-button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.testimonial-area-4 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.testimonial-area-4 .slide-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between
}

.testimonial-area-4 .swiper {
  margin-top: 24px
}

.testimonial-item-4 {
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 14px;
  padding: 27px 40px 30px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-4 {
    padding: 17px 20px 20px
  }
}

.testimonial-item-4 .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary)
}

.testimonial-item-4 .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px
}

.testimonial-item-4 .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-top: 0
}

.testimonial-item-4 .avatar {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden
}

@media only screen and (max-width:1199px) {
  .testimonial-item-4 .avatar {
    width: 70px;
    min-width: 70px;
    height: 70px
  }
}

.testimonial-item-4 .author {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 53px
}

@media only screen and (max-width:1199px) {
  .testimonial-item-4 .author {
    margin-top: 33px
  }
}

.testimonial-area-5 .section-header {
  margin-top: 14px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .testimonial-area-5 .section-header {
    grid-template-columns: 1fr
  }
}

.testimonial-area-5 .section-header .slide-nav {
  margin-bottom: 11px
}

.testimonial-area-5 .section-header .title-wrapper {
  margin-top: 14px
}

.testimonial-area-5 .testimonial-wrapper-box {
  margin-top: 68px
}

@media only screen and (max-width:1919px) {
  .testimonial-area-5 .testimonial-wrapper-box {
    margin-top: 48px
  }
}

@media only screen and (max-width:1199px) {
  .testimonial-area-5 .testimonial-wrapper-box {
    margin-top: 38px
  }
}

@media only screen and (max-width:767px) {
  .testimonial-area-5 .testimonial-wrapper-box {
    margin-top: 18px
  }
}

.testimonial-area-5 .slide-nav-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .5s
}

.testimonial-area-5 .slide-nav-button:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white)
}

.testimonial-area-5 .slide-nav {
  display: flex;
  gap: 14px;
  align-items: center
}

.testimonial-area-5 .swiper-slide {
  margin-top: 30px;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .testimonial-area-5 .swiper-slide {
    margin-top: 0
  }
}

.testimonial-area-5 .swiper-slide.swiper-slide-active {
  transform: translateY(-30px)
}

@media only screen and (max-width:1199px) {
  .testimonial-area-5 .swiper-slide.swiper-slide-active {
    transform: translateY(0)
  }
}

.testimonial-area-5 .swiper-slide.swiper-slide-active .avatar img {
  opacity: 1
}

.testimonial-item-5 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 26px 30px 26px;
  position: relative;
  z-index: 1
}

.testimonial-item-5 .text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  /* font-style: italic; */
  color: var(--primary)
}

@media only screen and (max-width:1919px) {
  .testimonial-item-5 .text {
    font-size: 22px
  }
}

@media only screen and (max-width:991px) {
  .testimonial-item-5 .text {
    font-size: 20px
  }
}

.testimonial-item-5 .ratings {
  display: inline-flex;
  gap: 5px;
  margin-top: 94px
}

@media only screen and (max-width:1919px) {
  .testimonial-item-5 .ratings {
    margin-top: 54px
  }
}

.testimonial-item-5 .ratings i {
  color: #ffa600;
  font-size: 16px
}

.testimonial-item-5 .author {
  margin-top: 13px
}

.testimonial-item-5 .name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33
}

@media only screen and (max-width:1919px) {
  .testimonial-item-5 .name {
    font-size: 26px
  }
}

.testimonial-item-5 .post {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-top: 3px
}

.testimonial-item-5 .avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #f0f2f4;
  position: absolute;
  right: 26px;
  bottom: 20px;
  z-index: -1
}

@media only screen and (max-width:1399px) {
  .testimonial-item-5 .avatar {
    width: 80px;
    height: 80px;
    border-width: 5px
  }
}

.testimonial-item-5 .avatar img {
  opacity: 0;
  transition: all .5s
}

@media only screen and (max-width:1199px) {
  .testimonial-item-5 .avatar img {
    opacity: 1
  }
}

.faq-area ul li {
  list-style: disc
}

.faq-area .faq-thumb {
  border-radius: 14px;
  overflow: hidden;
  max-width: 520px
}

.faq-area .section-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px 60px;
  grid-template-columns: 520px 660px;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .faq-area .section-content-wrapper {
    grid-template-columns: 470px 1fr
  }
}

@media only screen and (max-width:1199px) {
  .faq-area .section-content-wrapper {
    grid-template-columns: 450px 1fr
  }
}

@media only screen and (max-width:991px) {
  .faq-area .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.faq-area .title-wrapper {
  margin-top: 7px
}

.faq-area .section-content {
  margin-top: 12px
}

.faq-area .accordion-wrapper {
  margin-top: 39px
}

.faq-area .accordion {
  --bs-accordion-border-radius: 0px;
  --bs-accordion-inner-border-radius: 0px;
  border-top: 1px solid rgba(14, 15, 17, .1)
}

.faq-area .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(14, 15, 17, .1)
}

.faq-area .accordion-button {
  background-color: transparent;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.42;
  color: var(--primary);
  padding: 21px 0 26px 0;
  border: none;
  box-shadow: none
}

@media only screen and (max-width:1399px) {
  .faq-area .accordion-button {
    font-size: 20px
  }
}

.faq-area .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

@media only screen and (max-width:1199px) {
  .faq-area .accordion-button::after {
    width: 24px;
    height: 24px
  }
}

.faq-area .accordion-button:not(.collapsed) {
  pointer-events: none
}

.faq-area .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
  padding-bottom: 8px
}

@media only screen and (max-width:1199px) {
  .faq-area .accordion-button:not(.collapsed)::after {
    padding-bottom: 6px
  }
}

.faq-area .accordion-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 23px 0;
  border: none;
  color: var(--secondary)
}

.faq-area-2 .faq-thumb {
  border-radius: 14px;
  overflow: hidden;
  max-width: 520px
}

.faq-area-2 .section-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 660px 520px;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .faq-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 470px
  }
}

@media only screen and (max-width:1199px) {
  .faq-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 450px
  }
}

@media only screen and (max-width:991px) {
  .faq-area-2 .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.faq-area-2 .title-wrapper {
  margin-top: 7px
}

.faq-area-2 .section-content {
  margin-top: 12px
}

.accordion-wrapper-2 {
  margin-top: 39px
}

.accordion-wrapper-2 .accordion {
  --bs-accordion-border-radius: 0px;
  --bs-accordion-inner-border-radius: 0px;
  border-top: 1px solid rgba(14, 15, 17, .1)
}

.accordion-wrapper-2 .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(14, 15, 17, .1)
}

.accordion-wrapper-2 .accordion-button {
  background-color: transparent;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.42;
  color: var(--primary);
  padding: 21px 0 26px 0;
  border: none;
  box-shadow: none
}

@media only screen and (max-width:1399px) {
  .accordion-wrapper-2 .accordion-button {
    font-size: 20px
  }
}

.accordion-wrapper-2 .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

@media only screen and (max-width:1199px) {
  .accordion-wrapper-2 .accordion-button::after {
    width: 24px;
    height: 24px
  }
}

.accordion-wrapper-2 .accordion-button:not(.collapsed) {
  pointer-events: none
}

.accordion-wrapper-2 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
  padding-bottom: 8px
}

@media only screen and (max-width:1199px) {
  .accordion-wrapper-2 .accordion-button:not(.collapsed)::after {
    padding-bottom: 6px
  }
}

.accordion-wrapper-2 .accordion-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 23px 0;
  border: none;
  color: var(--secondary)
}

.contact-area {
  background: var(--gra2)
}

.contact-area .section-content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 740px;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .contact-area .section-content-wrapper {
    grid-template-columns: 1fr 590px
  }
}

@media only screen and (max-width:1199px) {
  .contact-area .section-content-wrapper {
    grid-template-columns: 1fr 480px
  }
}

@media only screen and (max-width:991px) {
  .contact-area .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

.contact-area .title-wrapper {
  margin-top: 7px
}

.contact-area .section-content {
  margin-top: 28px
}

.contact-area .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px
}

.contact-area .text-wrapper {
  margin-top: 17px
}

.contact-area .contact-list {
  margin-top: 26px
}

.contact-area .contact-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  align-items: center
}

.contact-area .contact-list li:not(:first-child) {
  margin-top: 22px
}

.contact-area .contact-list li img {
  margin-right: 9px
}

.contact-area .social-links-wrapper {
  margin-top: 29px;
  display: flex;
  align-items: center
}

.contact-area .social-links-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 14px;
  color: var(--primary)
}

.contact-area .social-links {
  display: flex;
  gap: 14px
}

.contact-area .social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px
}

.contact-area .social-links a:hover {
  border-color: var(--action);
  background-color: var(--action)
}

.contact-area .contact-wrap {
  border: 1px solid #000;
  border-radius: 14px;
  padding: 34px 60px 40px
}

.contact-area .contact-wrap .website-field .list {
  width: 100%
}

@media only screen and (max-width:1399px) {
  .contact-area .contact-wrap {
    padding: 34px 40px 40px
  }
}

@media only screen and (max-width:767px) {
  .contact-area .contact-wrap {
    padding: 24px 20px 20px
  }
}

.contact-area .contact-formwrap {
  display: grid;
  gap: 34px 0;
  grid-template-columns: repeat(1, 1fr)
}

.contact-area .contact-formfield {
  position: relative
}

.contact-area .contact-formfield .input-icon {
  position: absolute;
  bottom: 10px;
  right: 0
}

.contact-area .contact-formfield .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 17px
}

@media only screen and (max-width:1199px) {
  .contact-area .contact-formfield .title {
    margin-bottom: 7px
  }
}

.contact-area .contact-formfield input {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(14, 15, 17, .1);
  padding-right: 50px;
  outline: 0;
  background-color: transparent;
  transition: all .5s
}

.contact-area .contact-formfield input:focus {
  border-color: rgba(14, 15, 17, .7)
}

.contact-area .contact-formfield input::-moz-placeholder {
  color: rgba(14, 15, 17, .2)
}

.contact-area .contact-formfield input::placeholder {
  color: rgba(14, 15, 17, .2)
}

.contact-area .contact-formfield .nice-select {
  background: 0 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(14, 15, 17, .1);
  box-sizing: border-box;
  font-size: 18px
}

.contact-area .contact-formfield textarea.form-control {
  background: 0 0
}

.nice-select:after {
  height: 10px;
  width: 10px
}

.contact-area .submit-btn {
  margin-top: 30px
}

@media only screen and (max-width:1199px) {
  .contact-area .submit-btn {
    margin-top: 30px
  }
}

.contact-meta-area .meta-wrapper-box {
  margin-top: 20px;
  margin-bottom: 20px
}

.contact-meta-area .meta-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:1199px) {
  .contact-meta-area .meta-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:767px) {
  .contact-meta-area .meta-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media only screen and (max-width:1199px) {
  .contact-meta-area .meta-wrapper>:nth-child(3) {
    grid-column: span 2
  }
}

@media only screen and (max-width:767px) {
  .contact-meta-area .meta-wrapper>:nth-child(3) {
    grid-column: auto
  }
}

.contact-meta-box {
  position: relative;
  margin-top: 50px;
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 10px;
  padding: 100px 20px 65px;
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .contact-meta-box {
    padding: 80px 20px 45px;
    margin-top: 40px
  }
}

.contact-meta-box.active,
.contact-meta-box:hover {
  background-color: var(--white);
  border-color: var(--primary)
}

.contact-meta-box.active .thumb,
.contact-meta-box:hover .thumb {
  background-color: var(--white);
  border-color: var(--primary)
}

.contact-meta-box .thumb {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 50%;
  background-color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  transition: all .5s
}

@media only screen and (max-width:1399px) {
  .contact-meta-box .thumb {
    width: 80px;
    height: 80px
  }
}

.contact-meta-box .thumb img {
  width: 40px
}

@media only screen and (max-width:1399px) {
  .contact-meta-box .thumb img {
    width: 30px
  }
}

.contact-meta-box .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  border-bottom: 1px solid rgba(14, 15, 17, .1);
  padding-bottom: 15px;
  max-width: 200px;
  margin-inline: auto
}

.contact-meta-box .meta-list {
  margin-top: 23px
}

.contact-meta-box .meta-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center
}

.contact-meta-box .meta-list li:not(:first-child) {
  margin-top: 5px
}

.contact-meta-box .meta-list li a:hover {
  text-decoration: underline
}

.contact-meta-box .meta-list li br {
  display: block
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden
}

.img_anim_reveal img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: top
}

.work-details-area .meta-wrapper {
  border: 2px solid rgba(14, 15, 17, .07);
  padding: 30px 50px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  margin-top: 12px;
  background: var(--white);
  border-radius: 100px;
  position: relative;
  top: -60px
}

@media only screen and (max-width:991px) {
  .work-details-area .meta-wrapper {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:575px) {
  .work-details-area .meta-wrapper {
    grid-template-columns: 1fr;
    border: none;
    position: unset;
    padding-left: 15px
  }
}

.work-details-area .meta-item .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary)
}

@media only screen and (max-width:1199px) {
  .work-details-area .meta-item .title {
    font-size: 20px
  }
}

.work-details-area .meta-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px
}

.work-details-area .details-info:not(:first-child) {
  margin-top: 50px
}

.work-details-area .details-info .title {
  margin-bottom: 27px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22
}

@media only screen and (max-width:1919px) {
  .work-details-area .details-info .title {
    font-size: 42px
  }
}

@media only screen and (max-width:1399px) {
  .work-details-area .details-info .title {
    font-size: 38px
  }
}

@media only screen and (max-width:1199px) {
  .work-details-area .details-info .title {
    font-size: 34px;
    margin-bottom: 17px
  }
}

@media only screen and (max-width:991px) {
  .work-details-area .details-info .title {
    font-size: 32px
  }
}

@media only screen and (max-width:767px) {
  .work-details-area .details-info .title {
    font-size: 30px
  }
}

.work-details-area .details-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.work-details-area .details-info .text:not(:first-child) {
  margin-top: 19px
}

.work-details-area .gallery-wrapper {
  margin-top: 42px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:1199px) {
  .work-details-area .gallery-wrapper {
    gap: 14px
  }
}

.work-details-area .gallery-wrapper>:nth-child(3n+1) {
  grid-column: span 2
}

.work-details-area .gallery-wrapper img {
  border-radius: 12px
}

@media only screen and (max-width:1199px) {
  .work-details-area .gallery-wrapper img {
    border-radius: 8px
  }
}

.work-details-area .gallery-wrapper-2 {
  margin-top: 42px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width:1199px) {
  .work-details-area .gallery-wrapper-2 {
    gap: 14px
  }
}

.work-details-area .gallery-wrapper-2 img {
  border-radius: 12px
}

@media only screen and (max-width:1199px) {
  .work-details-area .gallery-wrapper-2 img {
    border-radius: 8px
  }
}

.top-navbar.style-1 {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top;
  padding: 0 15px 20px 0;
  background-color: #5e48c6
}

.gradient-text {
  background: linear-gradient(90deg, #ffaf17, #e7337e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700 !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.w-15 {
  width: 15% !important
}

.w-20 {
  width: 20% !important
}

.w-30 {
  width: 30% !important
}

.w-35 {
  width: 35% !important
}

.w-40 {
  width: 40% !important
}

.w-60 {
  width: 60% !important
}

.w-65 {
  width: 65% !important
}

.w-80 {
  width: 80% !important
}

.w-85 {
  width: 85% !important
}

.w-90 {
  width: 90% !important
}

@media (min-width:576px) {
  .w-sm-25 {
    width: 25% !important
  }

  .w-sm-50 {
    width: 50% !important
  }

  .w-sm-75 {
    width: 75% !important
  }

  .w-sm-100 {
    width: 100% !important
  }

  .w-sm-auto {
    width: auto !important
  }

  .w-sm-15 {
    width: 15% !important
  }

  .w-sm-20 {
    width: 20% !important
  }

  .w-sm-30 {
    width: 30% !important
  }

  .w-sm-35 {
    width: 35% !important
  }

  .w-sm-40 {
    width: 40% !important
  }

  .w-sm-60 {
    width: 60% !important
  }

  .w-sm-65 {
    width: 65% !important
  }

  .w-sm-80 {
    width: 80% !important
  }

  .w-sm-85 {
    width: 85% !important
  }

  .w-sm-90 {
    width: 90% !important
  }
}

@media (min-width:768px) {
  .w-md-25 {
    width: 25% !important
  }

  .w-md-50 {
    width: 50% !important
  }

  .w-md-75 {
    width: 75% !important
  }

  .w-md-100 {
    width: 100% !important
  }

  .w-md-auto {
    width: auto !important
  }

  .w-md-15 {
    width: 15% !important
  }

  .w-md-20 {
    width: 20% !important
  }

  .w-md-30 {
    width: 30% !important
  }

  .w-md-35 {
    width: 35% !important
  }

  .w-md-40 {
    width: 40% !important
  }

  .w-md-60 {
    width: 60% !important
  }

  .w-md-65 {
    width: 65% !important
  }

  .w-md-80 {
    width: 80% !important
  }

  .w-md-85 {
    width: 85% !important
  }

  .w-md-90 {
    width: 90% !important
  }
}

@media (min-width:992px) {
  .w-lg-25 {
    width: 25% !important
  }

  .w-lg-50 {
    width: 50% !important
  }

  .w-lg-75 {
    width: 75% !important
  }

  .w-lg-100 {
    width: 100% !important
  }

  .w-lg-auto {
    width: auto !important
  }

  .w-lg-15 {
    width: 15% !important
  }

  .w-lg-20 {
    width: 20% !important
  }

  .w-lg-30 {
    width: 30% !important
  }

  .w-lg-35 {
    width: 35% !important
  }

  .w-lg-40 {
    width: 40% !important
  }

  .w-lg-60 {
    width: 60% !important
  }

  .w-lg-65 {
    width: 65% !important
  }

  .w-lg-80 {
    width: 80% !important
  }

  .w-lg-85 {
    width: 85% !important
  }

  .w-lg-90 {
    width: 90% !important
  }
}

@media (min-width:1200px) {
  .w-xl-25 {
    width: 25% !important
  }

  .w-xl-50 {
    width: 50% !important
  }

  .w-xl-75 {
    width: 75% !important
  }

  .w-xl-100 {
    width: 100% !important
  }

  .w-xl-auto {
    width: auto !important
  }

  .w-xl-15 {
    width: 15% !important
  }

  .w-xl-20 {
    width: 20% !important
  }

  .w-xl-30 {
    width: 30% !important
  }

  .w-xl-35 {
    width: 35% !important
  }

  .w-xl-40 {
    width: 40% !important
  }

  .w-xl-60 {
    width: 60% !important
  }

  .w-xl-65 {
    width: 65% !important
  }

  .w-xl-80 {
    width: 80% !important
  }

  .w-xl-85 {
    width: 85% !important
  }

  .w-xl-90 {
    width: 90% !important
  }
}

.space-0,
.space-top-0 {
  padding-top: 0 !important
}

.space-0,
.space-bottom-0 {
  padding-bottom: 0 !important
}

.space-1,
.space-top-1 {
  padding-top: 2rem !important
}

.space-1,
.space-bottom-1 {
  padding-bottom: 2rem !important
}

.space-2,
.space-top-2 {
  padding-top: 4rem !important
}

.space-2,
.space-bottom-2 {
  padding-bottom: 4rem !important
}

.space-3,
.space-top-3 {
  padding-top: 8rem !important
}

.space-3,
.space-bottom-3 {
  padding-bottom: 8rem !important
}

.space-4,
.space-top-4 {
  padding-top: 12.5rem !important
}

.space-4,
.space-bottom-4 {
  padding-bottom: 12.5rem !important
}

.space-5,
.space-top-5 {
  padding-top: 15rem !important
}

.space-5,
.space-bottom-5 {
  padding-bottom: 15rem !important
}

@media (min-width:576px) {

  .space-sm-0,
  .space-top-sm-0 {
    padding-top: 0 !important
  }

  .space-bottom-sm-0,
  .space-sm-0 {
    padding-bottom: 0 !important
  }

  .space-sm-1,
  .space-top-sm-1 {
    padding-top: 2rem !important
  }

  .space-bottom-sm-1,
  .space-sm-1 {
    padding-bottom: 2rem !important
  }

  .space-sm-2,
  .space-top-sm-2 {
    padding-top: 4rem !important
  }

  .space-bottom-sm-2,
  .space-sm-2 {
    padding-bottom: 4rem !important
  }

  .space-sm-3,
  .space-top-sm-3 {
    padding-top: 8rem !important
  }

  .space-bottom-sm-3,
  .space-sm-3 {
    padding-bottom: 8rem !important
  }

  .space-sm-4,
  .space-top-sm-4 {
    padding-top: 12.5rem !important
  }

  .space-bottom-sm-4,
  .space-sm-4 {
    padding-bottom: 12.5rem !important
  }

  .space-sm-5,
  .space-top-sm-5 {
    padding-top: 15rem !important
  }

  .space-bottom-sm-5,
  .space-sm-5 {
    padding-bottom: 15rem !important
  }
}

@media (min-width:768px) {

  .space-md-0,
  .space-top-md-0 {
    padding-top: 0 !important
  }

  .space-bottom-md-0,
  .space-md-0 {
    padding-bottom: 0 !important
  }

  .space-md-1,
  .space-top-md-1 {
    padding-top: 2rem !important
  }

  .space-bottom-md-1,
  .space-md-1 {
    padding-bottom: 2rem !important
  }

  .space-md-2,
  .space-top-md-2 {
    padding-top: 4rem !important
  }

  .space-bottom-md-2,
  .space-md-2 {
    padding-bottom: 4rem !important
  }

  .space-md-3,
  .space-top-md-3 {
    padding-top: 8rem !important
  }

  .space-bottom-md-3,
  .space-md-3 {
    padding-bottom: 8rem !important
  }

  .space-md-4,
  .space-top-md-4 {
    padding-top: 12.5rem !important
  }

  .space-bottom-md-4,
  .space-md-4 {
    padding-bottom: 12.5rem !important
  }

  .space-md-5,
  .space-top-md-5 {
    padding-top: 15rem !important
  }

  .space-bottom-md-5,
  .space-md-5 {
    padding-bottom: 15rem !important
  }
}

@media (min-width:992px) {

  .space-lg-0,
  .space-top-lg-0 {
    padding-top: 0 !important
  }

  .space-bottom-lg-0,
  .space-lg-0 {
    padding-bottom: 0 !important
  }

  .space-lg-1,
  .space-top-lg-1 {
    padding-top: 2rem !important
  }

  .space-bottom-lg-1,
  .space-lg-1 {
    padding-bottom: 2rem !important
  }

  .space-lg-2,
  .space-top-lg-2 {
    padding-top: 4rem !important
  }

  .space-bottom-lg-2,
  .space-lg-2 {
    padding-bottom: 4rem !important
  }

  .space-lg-3,
  .space-top-lg-3 {
    padding-top: 8rem !important
  }

  .space-bottom-lg-3,
  .space-lg-3 {
    padding-bottom: 8rem !important
  }

  .space-lg-4,
  .space-top-lg-4 {
    padding-top: 12.5rem !important
  }

  .space-bottom-lg-4,
  .space-lg-4 {
    padding-bottom: 12.5rem !important
  }

  .space-lg-5,
  .space-top-lg-5 {
    padding-top: 15rem !important
  }

  .space-bottom-lg-5,
  .space-lg-5 {
    padding-bottom: 15rem !important
  }
}

@media (min-width:1200px) {

  .space-top-xl-0,
  .space-xl-0 {
    padding-top: 0 !important
  }

  .space-bottom-xl-0,
  .space-xl-0 {
    padding-bottom: 0 !important
  }

  .space-top-xl-1,
  .space-xl-1 {
    padding-top: 2rem !important
  }

  .space-bottom-xl-1,
  .space-xl-1 {
    padding-bottom: 2rem !important
  }

  .space-top-xl-2,
  .space-xl-2 {
    padding-top: 4rem !important
  }

  .space-bottom-xl-2,
  .space-xl-2 {
    padding-bottom: 4rem !important
  }

  .space-top-xl-3,
  .space-xl-3 {
    padding-top: 8rem !important
  }

  .space-bottom-xl-3,
  .space-xl-3 {
    padding-bottom: 8rem !important
  }

  .space-top-xl-4,
  .space-xl-4 {
    padding-top: 12.5rem !important
  }

  .space-bottom-xl-4,
  .space-xl-4 {
    padding-bottom: 12.5rem !important
  }

  .space-top-xl-5,
  .space-xl-5 {
    padding-top: 15rem !important
  }

  .space-bottom-xl-5,
  .space-xl-5 {
    padding-bottom: 15rem !important
  }
}

main {
  position: relative
}

p {
  color: #77838f;
  line-height: 1.7
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 500
}

.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover,
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
  color: #0052ea
}

.h1.text-white>a,
.h2.text-white>a,
.h3.text-white>a,
.h4.text-white>a,
.h5.text-white>a,
.h6.text-white>a,
h1.text-white>a,
h2.text-white>a,
h3.text-white>a,
h4.text-white>a,
h5.text-white>a,
h6.text-white>a {
  color: #fff
}

figure {
  margin-bottom: 0
}

strong {
  font-weight: 600
}

svg {
  margin-bottom: -.4375rem;
  vertical-align: baseline
}

table th {
  font-weight: 600
}

.fa,
.fas {
  font-weight: 900
}

::-moz-selection {
  color: #fff;
  background-color: #377dff
}

::selection {
  color: #fff;
  background-color: #377dff
}

.bg-primary ::-moz-selection {
  color: #377dff;
  background-color: #fff
}

.bg-primary ::selection {
  color: #377dff;
  background-color: #fff
}

:focus,
a:focus,
button:focus {
  outline: 0
}

.form-control:focus {
  box-shadow: 0 0 0 0 transparent
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
  box-shadow: 0 0 0 0 transparent
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent
}

.custom-select:focus,
.page-link:focus {
  box-shadow: 0 0 0 0 transparent
}

.custom-control-input:active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 transparent
}

.custom-file-input:focus~.custom-file-label {
  box-shadow: 0 0 0 0 transparent
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important
}

@media print {

  .btn,
  footer,
  header {
    display: none
  }
}

.u-skippy {
  display: none
}

.list-group {
  list-style: none
}

.list-group .list-group {
  margin-left: 1rem
}

.list-group .list-group-item {
  font-size: .875rem
}

.list-group .list-group-icon {
  min-width: 1rem;
  max-width: 1rem;
  color: #77838f;
  text-align: center;
  margin-right: .5rem
}

.list-group .active>.list-group-item {
  color: #377dff
}

.list-group .active>.list-group-text {
  color: #fff
}

.list-group .disabled .u-icon {
  color: #77838f;
  background-color: rgba(119, 131, 143, .1)
}

.list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.list-group-rounded-0 .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.list-group-transparent .list-group-item {
  border-color: transparent;
  background-color: transparent
}

.list-group-white .list-group-item,
.list-group-white .list-group-item-action {
  color: #fff
}

.list-group-white .list-group-item-action[href],
.list-group-white .list-group-item[href] {
  color: rgba(255, 255, 255, .7)
}

.list-group-white .list-group-item-action[href]:hover,
.list-group-white .list-group-item[href]:hover {
  color: #fff
}

.list-group-white.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, .1)
}

.list-group-white .active>.list-group-item {
  color: #fff
}

.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0
}

.list-group-flush .list-group-item.active {
  color: #377dff;
  background-color: transparent;
  border-color: transparent
}

.list-group-borderless .list-group-item {
  border: none
}

.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f8fafd
}

.link {
  display: inline-block
}

.link__icon {
  position: relative;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #377dff;
  background-color: rgba(55, 125, 255, .1);
  border-radius: 50%;
  transition: .3s
}

.link__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.link:hover .link__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.link-collapse[aria-expanded=false] .link-collapse__default {
  display: inline-block
}

.link-collapse[aria-expanded=false] .link-collapse__active {
  display: none
}

.link-collapse[aria-expanded=true] .link-collapse__default {
  display: none
}

.link-collapse[aria-expanded=true] .link-collapse__active {
  display: inline-block
}

.link-light {
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px dashed rgba(255, 255, 255, .7)
}

.link-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .7)
}

.link-muted {
  color: #8c98a4;
  border-bottom: 1px dashed #97a4af
}

.link-muted:hover {
  border-color: #0052ea
}

.link-muted__toggle-default {
  display: inline-block
}

.link-muted__toggle-toggled {
  display: none
}

.link-muted.toggled .link-muted__toggle-default {
  display: none
}

.link-muted.toggled .link-muted__toggle-toggled {
  display: inline-block
}

.link-white {
  color: #fff;
  border-bottom: 1px dashed #fff
}

.link-white:hover {
  color: #fff
}

.u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001
}

.u-header__section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1)
}

.u-header__section-divider {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.u-header__shadow-on-show-hide {
  box-shadow: none
}

.js-header-fix-moment .u-header__shadow-on-show-hide {
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1)
}

.u-header__navbar {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
  padding-right: 0
}

@media (max-width:991.98px) {
  .u-header .u-header__navbar.u-header__navbar--top-space {
    padding-top: .25rem
  }
}

.u-header__navbar-brand,
.u-header__navbar-brand>img {
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem
}

.u-header__navbar-brand-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.u-header__navbar-brand-vertical {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem
}

.u-header__navbar-brand-vertical .u-header__navbar-brand-text {
  display: block;
  margin-left: 0
}

.u-header__navbar-brand-text {
  font-size: 2.25rem;
  font-weight: 700;
  margin-left: .5rem
}

.u-header__navbar-brand-text,
.u-header__navbar-brand-text:focus,
.u-header__navbar-brand-text:hover {
  color: #377dff
}

.u-header__navbar-brand-text-white .u-header__navbar-brand-text,
.u-header__navbar-brand-text-white .u-header__navbar-brand-text:focus,
.u-header__navbar-brand-text-white .u-header__navbar-brand-text:hover {
  color: #fff
}

.u-header__navbar-collapse {
  padding-top: 0;
  padding-bottom: 0
}

.u-header__navbar-link {
  color: #77838f;
  font-size: .875rem;
  font-weight: 300;
  padding-left: .5rem;
  padding-right: .5rem
}

.u-header .u-header__nav-item:first-child .u-header__nav-link {
  padding-left: 0
}

.u-header__nav-item:focus .u-header__nav-link,
.u-header__nav-item:hover .u-header__nav-link {
  color: #377dff
}

.u-header .active>.u-header__nav-link {
  color: #377dff
}

.u-header__nav-link {
  color: #77838f
}

.u-header__nav-link-toggle {
  position: relative
}

.u-header__nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\f107";
  margin-left: .5rem;
  transition: .3s ease
}

.u-header__sub-menu {
  width: 100%;
  padding-left: 0;
  list-style: none
}

.u-header__sub-menu-nav-group {
  padding-left: 0;
  list-style: none
}

.u-header__sub-menu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  color: #77838f
}

.u-header__sub-menu-nav-link-toggle {
  position: relative
}

.u-header__sub-menu-nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f105";
  margin-left: auto;
  margin-right: .04rem;
  transition: .3s ease
}

.u-header__sub-menu .active>.u-header__sub-menu-nav-link {
  color: #377dff
}

.u-header__sub-menu-title {
  display: block;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .5rem
}

.u-header__promo {
  background-color: #f8fafd
}

.u-header__promo-inner {
  padding: 2rem
}

.u-header__promo-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.u-header__promo-item~.u-header__promo-item {
  border-top: 1px solid #e7eaf3
}

.u-header__promo-link {
  display: block;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-top: .75rem;
  margin-bottom: .75rem
}

.u-header__promo-link:hover .u-header__promo-title {
  color: #377dff
}

.u-header__promo-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box
}

.u-header__promo-card-deck {
  display: block
}

.u-header__promo-card-deck:not(:last-child) .u-header__promo-item {
  border-bottom: 1px solid #e7eaf3
}

.u-header__promo-card-deck .u-header__promo-item {
  border-top: none
}

.u-header__promo-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.u-header__promo-icon {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem
}

.u-header__promo-icon--sm {
  max-width: 1.75rem
}

.u-header__promo-title {
  display: block;
  color: #1e2022;
  font-size: 1rem;
  font-weight: 500
}

.u-header__promo-text {
  display: block;
  color: #77838f
}

.u-header__promo-footer {
  background-color: #f8fafd;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.u-header__promo-footer-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.u-header__promo-footer-ver-divider {
  position: relative
}

.u-header__promo-footer-ver-divider::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #bdc5d1;
  content: ""
}

.u-header__banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom-left-radius: .3125rem
}

.u-header__banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 32, 34, .5);
  border-bottom-left-radius: .3125rem;
  content: ""
}

.u-header__banner-content {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.u-header__banner-title {
  display: block;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: .5rem
}

.u-header__banner-text {
  display: block;
  color: #fff;
  margin-bottom: 0
}

.u-header__product-banner {
  background-color: #f8fafd;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  padding-right: 1.5rem
}

.u-header__product-banner-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.u-header__product-banner-title {
  display: block;
  color: #377dff;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: .5rem
}

.u-header__product-banner-text {
  color: #1e2022;
  margin-bottom: 0
}

.u-header.js-header-fix-moment .u-header__hide-content {
  display: none
}

.u-header.u-header--moved-up.u-header--hide-topbar {
  -webkit-transform: translate3d(0, -33px, 0);
  transform: translate3d(0, -33px, 0)
}

.u-header--invisible {
  display: none
}

.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.u-header--faded {
  opacity: 0;
  visibility: hidden
}

.u-header__section--hidden {
  position: relative
}

.u-header[data-header-fix-effect] {
  transition: .3s ease
}

.u-header.u-header--untransitioned {
  transition: none
}

.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto
}

.u-header--fix-top {
  position: fixed
}

.u-header.u-header--fix-top[data-effect-compensation] {
  transition: none
}

@media (min-width:992px) {

  .u-header__navbar-body,
  .u-header__navbar-nav {
    margin: auto
  }

  .u-header-left-aligned-nav .u-header__navbar-body,
  .u-header-left-aligned-nav .u-header__navbar-nav {
    margin-left: 0;
    margin-right: auto
  }

  .u-header-left-aligned-nav .u-header__navbar-nav {
    width: 100%
  }

  .u-header-left-aligned-nav .u-header__navbar-brand {
    margin-left: 0;
    margin-right: 3rem
  }

  .u-header-left-aligned-nav .u-header__nav-last-item {
    margin-left: auto
  }

  .u-header-center-aligned-nav__col {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .u-header-center-aligned-nav__col-last-item {
    text-align: right
  }

  .u-header-center-aligned-nav .u-header__navbar-body,
  .u-header-center-aligned-nav .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:1199.98px) {
  .u-header-center-aligned-nav__col:not(.u-header-center-aligned-nav__col-last-item) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .u-header-center-aligned-nav__col-last-item {
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

@media (min-width:768px) {

  .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-body,
  .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto
  }
}

.u-header__navbar-nav-scroll {
  max-width: 100%;
  height: 4.25rem;
  overflow: hidden
}

.u-header__navbar-nav-scroll .u-header__navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.u-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden
}

.u-fullscreen--toggler {
  z-index: 1001
}

.u-fullscreen__container,
.u-fullscreen__overlay {
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.u-fullscreen__container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden
}

.u-fullscreen__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, .95) 0, rgba(25, 160, 255, .95) 100%);
  background-repeat: repeat-x;
  transition-delay: .5s
}

.u-fullscreen.u-fullscreen--showed {
  visibility: visible
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__container,
.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  opacity: 1;
  visibility: visible
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  transition-delay: 0s
}

.u-fullscreen.u-fullscreen--showed .u-fullscreen__container {
  transition-delay: .5s
}

.u-fullscreen__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0
}

.u-fullscreen__nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.u-fullscreen__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  padding-top: .5rem;
  padding-bottom: .5rem
}

@media (min-width:992px) {
  .u-fullscreen__nav-link {
    font-size: 1.75rem
  }
}

.u-fullscreen__nav-link:hover {
  color: rgba(255, 255, 255, .7)
}

.u-fullscreen__submenu {
  position: relative;
  transition: .3s ease-in-out
}

.u-fullscreen__submenu .u-fullscreen__nav-list {
  border-left: 2px solid rgba(255, 255, 255, .6);
  padding-left: 1rem
}

.u-fullscreen__submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.u-fullscreen__submenu-nav-link:hover {
  color: rgba(255, 255, 255, .7)
}

.u-fullscreen__submenu-list {
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, .6);
  padding-left: 1rem;
  margin-bottom: 0
}

.u-fullscreen__submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, .7)
}

.u-fullscreen__submenu-list-link:hover {
  color: #fff
}

.u-header--navbar-bg .u-header__navbar-brand-text {
  color: #fff
}

.u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: #fff
}

.u-header--navbar-bg .active>.u-header__nav-link {
  color: #fff
}

.u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, .7)
}

.u-header--navbar-bg .u-header__nav-link:hover {
  color: #fff
}

.u-header--navbar-bg .btn-text-secondary,
.u-header--navbar-bg .dropdown-nav-link,
.u-header--navbar-bg .u-header__navbar-link {
  color: rgba(255, 255, 255, .6)
}

.u-header--navbar-bg .btn-text-secondary:hover,
.u-header--navbar-bg .dropdown-nav-link:hover,
.u-header--navbar-bg .u-header__navbar-link:hover {
  color: #fff
}

.u-header--navbar-bg .btn-text-secondary[href]:hover {
  color: #fff
}

.u-header--navbar-bg .u-hamburger__inner,
.u-header--navbar-bg .u-hamburger__inner::after,
.u-header--navbar-bg .u-hamburger__inner::before {
  background-color: rgba(255, 255, 255, .5)
}

.u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner,
.u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::after,
.u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::before {
  background-color: #fff
}

.u-header--sub-menu-dark-bg .u-header__promo,
.u-header--sub-menu-dark-bg .u-header__sub-menu {
  background-color: #1e2022
}

.u-header--sub-menu-dark-bg .u-header__promo-title,
.u-header--sub-menu-dark-bg .u-header__sub-menu-title {
  color: rgba(255, 255, 255, .8)
}

.u-header--sub-menu-dark-bg .u-header__promo-footer {
  background-color: #1c1d1f
}

.u-header--sub-menu-dark-bg .u-header__promo-footer-ver-divider::before {
  border-color: rgba(255, 255, 255, .1)
}

.u-header--sub-menu-dark-bg .u-header__promo-link::after {
  border-color: rgba(255, 255, 255, .1)
}

.u-header--sub-menu-dark-bg .u-header__promo-item {
  border-color: rgba(255, 255, 255, .1)
}

.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link {
  color: #8c98a4
}

.u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link:hover {
  color: #377dff
}

.u-header--sub-menu-dark-bg .u-header__product-banner {
  background-color: #1c1d1f
}

.u-header--sub-menu-dark-bg .u-header__product-banner-text {
  color: #8c98a4
}

.u-header--sub-menu-dark-bg .dropdown-nav-link:hover {
  color: rgba(255, 255, 255, .8)
}

.u-header--sub-menu-dark-bg .dropdown-divider {
  border-color: rgba(255, 255, 255, .1)
}

@media (min-width:576px) {

  .u-header--sub-menu-dark-bg-sm .u-header__promo,
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu {
    background-color: #1e2022
  }

  .u-header--sub-menu-dark-bg-sm .u-header__promo-title,
  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-title {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-sm .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-sm .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-sm .u-header__promo-item {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link:hover {
    color: #377dff
  }

  .u-header--sub-menu-dark-bg-sm .u-header__product-banner {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-sm .u-header__product-banner-text {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-sm .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-sm .dropdown-divider {
    border-color: rgba(255, 255, 255, .1)
  }
}

@media (min-width:768px) {

  .u-header--sub-menu-dark-bg-md .u-header__promo,
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu {
    background-color: #1e2022
  }

  .u-header--sub-menu-dark-bg-md .u-header__promo-title,
  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-title {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-md .u-header__promo-footer {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-md .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-md .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-md .u-header__promo-item {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link:hover {
    color: #377dff
  }

  .u-header--sub-menu-dark-bg-md .u-header__product-banner {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-md .u-header__product-banner-text {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-md .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-md .dropdown-divider {
    border-color: rgba(255, 255, 255, .1)
  }
}

@media (min-width:992px) {

  .u-header--sub-menu-dark-bg-lg .u-header__promo,
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu {
    background-color: #1e2022
  }

  .u-header--sub-menu-dark-bg-lg .u-header__promo-title,
  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-title {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-lg .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-lg .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-lg .u-header__promo-item {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link:hover {
    color: #377dff
  }

  .u-header--sub-menu-dark-bg-lg .u-header__product-banner {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-lg .u-header__product-banner-text {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-lg .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-lg .dropdown-divider {
    border-color: rgba(255, 255, 255, .1)
  }
}

@media (min-width:1200px) {

  .u-header--sub-menu-dark-bg-xl .u-header__promo,
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu {
    background-color: #1e2022
  }

  .u-header--sub-menu-dark-bg-xl .u-header__promo-title,
  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-title {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-xl .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-xl .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-xl .u-header__promo-item {
    border-color: rgba(255, 255, 255, .1)
  }

  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link:hover {
    color: #377dff
  }

  .u-header--sub-menu-dark-bg-xl .u-header__product-banner {
    background-color: #1c1d1f
  }

  .u-header--sub-menu-dark-bg-xl .u-header__product-banner-text {
    color: #8c98a4
  }

  .u-header--sub-menu-dark-bg-xl .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, .8)
  }

  .u-header--sub-menu-dark-bg-xl .dropdown-divider {
    border-color: rgba(255, 255, 255, .1)
  }
}

.u-header--bg-transparent:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"]+.u-header__section {
  background-color: #fff
}

.u-header--bg-transparent:not(.js-header-fix-moment) .u-header__section {
  background-color: transparent;
  box-shadow: none
}

.u-header--bg-transparent .u-header__navbar-brand-collapsed,
.u-header--bg-transparent .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: none
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default,
.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
  display: none
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: -ms-flexbox;
  display: flex
}

.u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: inline-block
}

@media (min-width:576px) and (min-width:576px) {
  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"]+.u-header__section {
    background-color: #fff
  }

  .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none
  }
}

@media (min-width:576px) {

  .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex
  }

  .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block
  }
}

@media (min-width:768px) and (min-width:768px) {
  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"]+.u-header__section {
    background-color: #fff
  }

  .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none
  }
}

@media (min-width:768px) {

  .u-header--bg-transparent-md .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex
  }

  .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block
  }
}

@media (min-width:992px) and (min-width:992px) {
  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"]+.u-header__section {
    background-color: #fff
  }

  .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none
  }
}

@media (min-width:992px) {

  .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex
  }

  .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block
  }
}

@media (min-width:1200px) and (min-width:1200px) {
  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"]+.u-header__section {
    background-color: #fff
  }

  .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none
  }
}

@media (min-width:1200px) {

  .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed,
  .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default,
  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none
  }

  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -ms-flexbox;
    display: flex
  }

  .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block
  }
}

@media (max-width:575.98px) {

  .u-header--bg-transparent-sm .u-header__navbar-brand-default,
  .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll {
    display: none
  }
}

@media (max-width:767.98px) {

  .u-header--bg-transparent-md .u-header__navbar-brand-default,
  .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll {
    display: none
  }
}

@media (max-width:991.98px) {

  .u-header--bg-transparent-lg .u-header__navbar-brand-default,
  .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll {
    display: none
  }
}

@media (max-width:1199.98px) {

  .u-header--bg-transparent-xl .u-header__navbar-brand-default,
  .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll {
    display: none
  }
}

.u-header--bg-transparent .u-header__navbar-brand-default,
.u-header--bg-transparent .u-header__navbar-brand-on-scroll {
  display: none
}

.u-header--bg-transparent .u-header__navbar-brand-default {
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767.98px) {
  .u-header--bg-transparent .u-header__navbar-nav {
    background-color: #fff
  }

  .u-header--bg-transparent .u-header__navbar-nav {
    padding: .875rem 1.5rem;
    padding-top: 1rem
  }
}

.u-header--white-bg-on-scroll.u-scrolled .u-header__section {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1)
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
  color: #fff
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
  color: rgba(255, 255, 255, .7)
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
  color: #fff
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link {
  color: rgba(255, 255, 255, .6)
}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover {
  color: #fff
}

@media (min-width:576px) {
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: #fff
  }

  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, .7)
  }

  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: #fff
  }

  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link {
    color: rgba(255, 255, 255, .6)
  }

  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover {
    color: #fff
  }
}

@media (min-width:768px) {
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: #fff
  }

  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, .7)
  }

  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: #fff
  }

  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link {
    color: rgba(255, 255, 255, .6)
  }

  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover {
    color: #fff
  }
}

@media (min-width:992px) {
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: #fff
  }

  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, .7)
  }

  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: #fff
  }

  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link {
    color: rgba(255, 255, 255, .6)
  }

  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover {
    color: #fff
  }
}

@media (min-width:1200px) {
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: #fff
  }

  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, .7)
  }

  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: #fff
  }

  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link {
    color: rgba(255, 255, 255, .6)
  }

  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover {
    color: #fff
  }
}

.navbar-expand {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.navbar-expand.u-header__navbar--no-space {
  padding-top: 0;
  padding-bottom: 0
}

.navbar-expand .u-header__navbar-nav {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-expand .u-header__navbar-nav .u-header__nav-last-item {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0
}

.navbar-expand .u-header__navbar-nav .u-header__nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: .875rem;
  padding-left: .875rem
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu {
  border-top: .1875rem solid #377dff;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  box-shadow: 0 8px 20px rgba(55, 125, 255, .075)
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
  padding-left: 0
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
  padding: 0
}

.navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
  margin-top: -1.1875rem
}

.navbar-expand .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%
}

.navbar-expand .u-header__mega-menu-wrapper {
  padding: 2.5rem;
  margin-left: 0;
  margin-right: 0
}

.navbar-expand .u-header__promo {
  border-bottom-right-radius: .3125rem
}

.navbar-expand .u-header__promo-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-direction: column;
  flex-direction: column
}

.navbar-expand .u-header__promo-card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
  position: relative
}

.navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.5rem;
  border-right: 1px solid #e7eaf3;
  height: 100%;
  content: ""
}

@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .navbar-expand-sm.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-sm .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .875rem;
    padding-left: .875rem
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
    border-top: .1875rem solid #377dff;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, .075)
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0
  }

  .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem
  }

  .navbar-expand-sm .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%
  }

  .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0
  }

  .navbar-expand-sm .u-header__promo {
    border-bottom-right-radius: .3125rem
  }

  .navbar-expand-sm .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .navbar-expand-sm .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative
  }

  .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: ""
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .navbar-expand-md.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-md .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .875rem;
    padding-left: .875rem
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border-top: .1875rem solid #377dff;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, .075)
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0
  }

  .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem
  }

  .navbar-expand-md .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%
  }

  .navbar-expand-md .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0
  }

  .navbar-expand-md .u-header__promo {
    border-bottom-right-radius: .3125rem
  }

  .navbar-expand-md .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .navbar-expand-md .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative
  }

  .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: ""
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .navbar-expand-lg.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-lg .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .875rem;
    padding-left: .875rem
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
    border-top: .1875rem solid #377dff;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, .075)
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0
  }

  .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem
  }

  .navbar-expand-lg .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%
  }

  .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0
  }

  .navbar-expand-lg .u-header__promo {
    border-bottom-right-radius: .3125rem
  }

  .navbar-expand-lg .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .navbar-expand-lg .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative
  }

  .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: ""
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .navbar-expand-xl.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-xl .u-header__navbar-nav {
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .875rem;
    padding-left: .875rem
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
    border-top: .1875rem solid #377dff;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, .075)
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0
  }

  .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem
  }

  .navbar-expand-xl .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%
  }

  .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0
  }

  .navbar-expand-xl .u-header__promo {
    border-bottom-right-radius: .3125rem
  }

  .navbar-expand-xl .u-header__promo-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .navbar-expand-xl .u-header__promo-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative
  }

  .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: ""
  }
}

@media (max-width:575.98px) {
  .navbar-expand-sm .u-header__nav-last-item {
    display: none
  }

  .navbar-expand-sm .u-header__nav-link,
  .navbar-expand-sm .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-expand-sm .u-header__nav-link-toggle::after,
  .navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto
  }

  .navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  .navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .navbar-expand-sm .hs-sub-menu-opened>.u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .navbar-expand-sm .u-header__sub-menu {
    min-width: 100% !important
  }

  .navbar-expand-sm .u-header__sub-menu--spacer {
    padding-left: 1.5rem
  }

  .navbar-expand-sm .u-header__sub-menu:not(.u-header__promo) {
    border-left: .1875rem solid #377dff
  }

  .navbar-expand-sm .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem
  }

  .navbar-expand-sm .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0
  }

  .navbar-expand-sm .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem
  }

  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none
  }

  .navbar-expand-sm .u-header-center-aligned-nav__col-last-item {
    display: none
  }

  .navbar-expand-sm .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3
  }
}

@media (max-width:767.98px) {
  .navbar-expand-md .u-header__nav-last-item {
    display: none
  }

  .navbar-expand-md .u-header__nav-link,
  .navbar-expand-md .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-expand-md .u-header__nav-link-toggle::after,
  .navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto
  }

  .navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  .navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .navbar-expand-md .hs-sub-menu-opened>.u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .navbar-expand-md .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .navbar-expand-md .u-header__sub-menu {
    min-width: 100% !important
  }

  .navbar-expand-md .u-header__sub-menu--spacer {
    padding-left: 1.5rem
  }

  .navbar-expand-md .u-header__sub-menu:not(.u-header__promo) {
    border-left: .1875rem solid #377dff
  }

  .navbar-expand-md .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem
  }

  .navbar-expand-md .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0
  }

  .navbar-expand-md .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem
  }

  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none
  }

  .navbar-expand-md .u-header-center-aligned-nav__col-last-item {
    display: none
  }

  .navbar-expand-md .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3
  }
}

@media (max-width:991.98px) {
  .navbar-expand-lg .u-header__nav-last-item {
    display: none
  }

  .navbar-expand-lg .u-header__nav-link,
  .navbar-expand-lg .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-expand-lg .u-header__nav-link-toggle::after,
  .navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto
  }

  .navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  .navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .navbar-expand-lg .hs-sub-menu-opened>.u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .navbar-expand-lg .u-header__sub-menu {
    min-width: 100% !important
  }

  .navbar-expand-lg .u-header__sub-menu--spacer {
    padding-left: 1.5rem
  }

  .navbar-expand-lg .u-header__sub-menu:not(.u-header__promo) {
    border-left: .1875rem solid #377dff
  }

  .navbar-expand-lg .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem
  }

  .navbar-expand-lg .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0
  }

  .navbar-expand-lg .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem
  }

  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none
  }

  .navbar-expand-lg .u-header-center-aligned-nav__col-last-item {
    display: none
  }

  .navbar-expand-lg .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3
  }
}

@media (max-width:1199.98px) {
  .navbar-expand-xl .u-header__nav-last-item {
    display: none
  }

  .navbar-expand-xl .u-header__nav-link,
  .navbar-expand-xl .u-header__sub-menu-nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }

  .navbar-expand-xl .u-header__nav-link-toggle::after,
  .navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto
  }

  .navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  .navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .navbar-expand-xl .hs-sub-menu-opened>.u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem
  }

  .navbar-expand-xl .u-header__sub-menu {
    min-width: 100% !important
  }

  .navbar-expand-xl .u-header__sub-menu--spacer {
    padding-left: 1.5rem
  }

  .navbar-expand-xl .u-header__sub-menu:not(.u-header__promo) {
    border-left: .1875rem solid #377dff
  }

  .navbar-expand-xl .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem
  }

  .navbar-expand-xl .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0
  }

  .navbar-expand-xl .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem
  }

  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
    animation: none
  }

  .navbar-expand-xl .u-header-center-aligned-nav__col-last-item {
    display: none
  }

  .navbar-expand-xl .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3
  }
}

.navbar-expand .u-header__nav-last-item {
  display: none
}

.navbar-expand .u-header__nav-link,
.navbar-expand .u-header__sub-menu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.navbar-expand .u-header__nav-link-toggle::after,
.navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  margin-left: auto
}

.navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.navbar-expand .hs-mega-menu-opened .u-header__nav-link-toggle::after,
.navbar-expand .hs-sub-menu-opened .u-header__nav-link-toggle::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.navbar-expand .hs-sub-menu-opened>.u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.navbar-expand .u-header__mega-menu-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-expand .u-header__sub-menu {
  min-width: 100% !important
}

.navbar-expand .u-header__sub-menu--spacer {
  padding-left: 1.5rem
}

.navbar-expand .u-header__sub-menu:not(.u-header__promo) {
  border-left: .1875rem solid #377dff
}

.navbar-expand .u-header__sub-menu .u-header__sub-menu {
  padding-left: 1.5rem
}

.navbar-expand .u-header__sub-menu-title {
  padding-left: 1.5rem;
  margin-bottom: 0
}

.navbar-expand .u-header__sub-menu-nav-group {
  padding-top: .5rem;
  padding-left: 1.5rem
}

.navbar-expand .u-header__sub-menu .hs-has-sub-menu {
  padding-left: 1.5rem;
  padding-top: 0;
  padding-bottom: 0
}

.navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
  -webkit-animation: none;
  animation: none
}

.navbar-expand .u-header-center-aligned-nav__col-last-item {
  display: none
}

.navbar-expand .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
  border-bottom: 1px solid #e7eaf3
}

@media (max-width:767.98px) {
  .navbar-expand-sm .u-header__nav-last-item {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg .u-header__banner,
  .navbar-expand-lg .u-header__product-banner,
  .navbar-expand-md .u-header__banner,
  .navbar-expand-md .u-header__product-banner,
  .navbar-expand-sm .u-header__banner,
  .navbar-expand-sm .u-header__product-banner,
  .navbar-expand-xs .u-header__banner,
  .navbar-expand-xs .u-header__product-banner {
    display: none
  }
}

@media (max-width:1199.98px) {

  .navbar-expand-xl .u-header__banner,
  .navbar-expand-xl .u-header__product-banner {
    display: none
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .navbar-expand-md .u-header__navbar-brand {
    padding-top: .5rem
  }

  .u-header .u-header__mega-menu-position-right-fix--md.hs-mega-menu.hs-position-right {
    right: 20%
  }
}

@media (min-width:576px) and (max-width:991.98px) {
  .navbar-expand-sm .u-header__navbar-brand {
    padding-top: .5rem
  }
}

@media (min-width:992px) {
  .navbar-expand .u-header__nav-last-item {
    display: inline-block
  }

  [class*=navbar-expand]:not(.navbar-expand-xl) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg-collapse-block .navbar-collapse {
    display: block !important
  }
}

.u-header--floating {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem
}

.u-header--floating.js-header-fix-moment {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
  margin-top: 0
}

.u-header--floating.js-header-fix-moment .u-header--floating__inner {
  box-shadow: none
}

.u-header--floating .u-header--floating__scrollbar {
  max-height: 50vh
}

.u-header--floating .u-header--floating__scrollbar.mCS_destroyed {
  position: static !important
}

.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px
}

.u-header--floating__inner {
  border-radius: .3125rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width:576px) {
  .u-header--floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem
  }

  .u-header--floating-sm.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
    margin-top: 0
  }

  .u-header--floating-sm.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none
  }

  .u-header--floating-sm .u-header--floating__scrollbar {
    max-height: 50vh
  }

  .u-header--floating-sm .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important
  }

  .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px
  }

  .u-header--floating__inner {
    border-radius: .3125rem;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width:768px) {
  .u-header--floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem
  }

  .u-header--floating-md.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
    margin-top: 0
  }

  .u-header--floating-md.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none
  }

  .u-header--floating-md .u-header--floating__scrollbar {
    max-height: 50vh
  }

  .u-header--floating-md .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important
  }

  .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px
  }

  .u-header--floating__inner {
    border-radius: .3125rem;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width:992px) {
  .u-header--floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem
  }

  .u-header--floating-lg.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
    margin-top: 0
  }

  .u-header--floating-lg.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none
  }

  .u-header--floating-lg .u-header--floating__scrollbar {
    max-height: 50vh
  }

  .u-header--floating-lg .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important
  }

  .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px
  }

  .u-header--floating__inner {
    border-radius: .3125rem;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (min-width:1200px) {
  .u-header--floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem
  }

  .u-header--floating-xl.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(151, 164, 175, .1);
    margin-top: 0
  }

  .u-header--floating-xl.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none
  }

  .u-header--floating-xl .u-header--floating__scrollbar {
    max-height: 50vh
  }

  .u-header--floating-xl .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important
  }

  .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px
  }

  .u-header--floating__inner {
    border-radius: .3125rem;
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media (max-width:575.98px) {
  .u-header--floating-sm .u-header__section {
    box-shadow: none
  }

  .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
}

@media (max-width:767.98px) {
  .u-header--floating-md .u-header__section {
    box-shadow: none
  }

  .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
}

@media (max-width:991.98px) {
  .u-header--floating-lg .u-header__section {
    box-shadow: none
  }

  .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
}

@media (max-width:1199.98px) {
  .u-header--floating-xl .u-header__section {
    box-shadow: none
  }

  .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
}

.u-header--floating .u-header__section {
  box-shadow: none
}

.u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none
}

.u-header--abs-bottom,
.u-header--abs-top,
.u-header--abs-top-2nd-screen {
  position: absolute
}

.u-header--abs-top {
  top: 0;
  bottom: auto
}

.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
  top: 100%;
  bottom: auto
}

.u-header--abs-top-2nd-screen[data-header-fix-effect] {
  transition: none
}

.u-header--abs-bottom:not(.js-header-fix-moment) {
  top: auto;
  bottom: 0
}

.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
  top: auto;
  bottom: 100%
}

.u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto
}

.u-header--abs-bottom:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
}

.u-header--abs-bottom:not(.js-header-fix-moment) .slideInUp {
  -webkit-animation-name: absoluteSlideInUp;
  animation-name: absoluteSlideInUp
}

@media (min-width:576px) {

  .u-header--abs-bottom-sm,
  .u-header--abs-top-2nd-screen-sm,
  .u-header--abs-top-sm {
    position: absolute
  }

  .u-header--abs-top-sm {
    top: 0;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-sm[data-header-fix-effect] {
    transition: none
  }

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0
  }

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp
  }
}

@media (min-width:768px) {

  .u-header--abs-bottom-md,
  .u-header--abs-top-2nd-screen-md,
  .u-header--abs-top-md {
    position: absolute
  }

  .u-header--abs-top-md {
    top: 0;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-md[data-header-fix-effect] {
    transition: none
  }

  .u-header--abs-bottom-md:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0
  }

  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--abs-bottom-md:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--abs-bottom-md:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp
  }
}

@media (min-width:992px) {

  .u-header--abs-bottom-lg,
  .u-header--abs-top-2nd-screen-lg,
  .u-header--abs-top-lg {
    position: absolute
  }

  .u-header--abs-top-lg {
    top: 0;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-lg[data-header-fix-effect] {
    transition: none
  }

  .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0
  }

  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--abs-bottom-lg:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--abs-bottom-lg:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp
  }
}

@media (min-width:1200px) {

  .u-header--abs-bottom-xl,
  .u-header--abs-top-2nd-screen-xl,
  .u-header--abs-top-xl {
    position: absolute
  }

  .u-header--abs-top-xl {
    top: 0;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto
  }

  .u-header--abs-top-2nd-screen-xl[data-header-fix-effect] {
    transition: none
  }

  .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0
  }

  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--abs-bottom-xl:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--abs-bottom-xl:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
    animation-name: absoluteSlideInUp
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .u-header--abs-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%
  }
}

@media (min-width:576px) and (max-width:991.98px) {

  .u-header--abs-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
  .u-header--abs-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%
  }
}

.u-header--abs-bottom__inner,
.u-header--abs-top-2nd-screen__inner,
.u-header--abs-top__inner {
  max-height: 50vh
}

.u-header--abs-bottom__inner.mCS_destroyed,
.u-header--abs-top-2nd-screen__inner.mCS_destroyed,
.u-header--abs-top__inner.mCS_destroyed {
  position: static !important
}

[class*=u-header--abs] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px
}

.u-header--abs-bottom:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu,
.u-header--abs-top-2nd-screen:not(.js-header-fix-moment) [class*=navbar-expand] .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none
}

@-webkit-keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

@keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

.u-header-sidebar__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.625rem
}

.u-header-sidebar__content {
  padding: 1.5rem 3rem 3rem
}

.u-header-sidebar__navbar-brand {
  display: block;
  width: 6.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem
}

.u-header-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem
}

.u-header-sidebar__footer-link {
  color: rgba(255, 255, 255, .7);
  font-size: .75rem
}

.u-header-sidebar__footer-link:hover {
  color: #fff
}

.u-header--sticky-bottom,
.u-header--sticky-top {
  position: fixed
}

.u-header--sticky-top {
  bottom: auto;
  top: 0
}

.u-header--sticky-bottom {
  top: auto;
  bottom: 0
}

.u-header--sticky-bottom .u-header__sub-menu {
  top: auto;
  bottom: 100%
}

.u-header--sticky-bottom .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto
}

.u-header--sticky-bottom .navbar-nav .u-header__sub-menu {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
}

.u-header--sticky-bottom .slideInUp {
  -webkit-animation-name: stickySlideInUp;
  animation-name: stickySlideInUp
}

@media (min-width:576px) {

  .u-header--sticky-bottom-sm,
  .u-header--sticky-top-sm {
    position: fixed
  }

  .u-header--sticky-top-sm {
    bottom: auto;
    top: 0
  }

  .u-header--sticky-bottom-sm {
    top: auto;
    bottom: 0
  }

  .u-header--sticky-bottom-sm .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--sticky-bottom-sm .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--sticky-bottom-sm .navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--sticky-bottom-sm .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp
  }
}

@media (min-width:768px) {

  .u-header--sticky-bottom-md,
  .u-header--sticky-top-md {
    position: fixed
  }

  .u-header--sticky-top-md {
    bottom: auto;
    top: 0
  }

  .u-header--sticky-bottom-md {
    top: auto;
    bottom: 0
  }

  .u-header--sticky-bottom-md .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--sticky-bottom-md .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--sticky-bottom-md .navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--sticky-bottom-md .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp
  }
}

@media (min-width:992px) {

  .u-header--sticky-bottom-lg,
  .u-header--sticky-top-lg {
    position: fixed
  }

  .u-header--sticky-top-lg {
    bottom: auto;
    top: 0
  }

  .u-header--sticky-bottom-lg {
    top: auto;
    bottom: 0
  }

  .u-header--sticky-bottom-lg .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--sticky-bottom-lg .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--sticky-bottom-lg .navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--sticky-bottom-lg .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp
  }
}

@media (min-width:1200px) {

  .u-header--sticky-bottom-xl,
  .u-header--sticky-top-xl {
    position: fixed
  }

  .u-header--sticky-top-xl {
    bottom: auto;
    top: 0
  }

  .u-header--sticky-bottom-xl {
    top: auto;
    bottom: 0
  }

  .u-header--sticky-bottom-xl .u-header__sub-menu {
    top: auto;
    bottom: 100%
  }

  .u-header--sticky-bottom-xl .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto
  }

  .u-header--sticky-bottom-xl .navbar-nav .u-header__sub-menu {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(151, 164, 175, .1)
  }

  .u-header--sticky-bottom-xl .slideInUp {
    -webkit-animation-name: stickySlideInUp;
    animation-name: stickySlideInUp
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .u-header--sticky-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%
  }
}

@media (min-width:576px) and (max-width:991.98px) {

  .u-header--sticky-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
  .u-header--sticky-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%
  }
}

.u-header--sticky-bottom__inner,
.u-header--sticky-top__inner {
  max-height: 50vh
}

.u-header--sticky-bottom__inner.mCS_destroyed,
.u-header--sticky-top__inner.mCS_destroyed {
  position: static !important
}

.u-header--sticky-bottom__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.u-header--sticky-top__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px
}

.u-header--sticky-bottom:not(.js-header-fix-moment) [class*=navbar-expand] .navbar-nav .u-header__sub-menu {
  box-shadow: none
}

@-webkit-keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

@keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
}

.u-header--center-aligned .u-hamburger {
  display: none
}

.u-header--center-aligned .u-header--center-aligned__inner {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: .5rem
}

.u-header--center-aligned .u-header__navbar-brand {
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .u-header--center-aligned-sm .u-hamburger {
    display: none
  }

  .u-header--center-aligned-sm .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem
  }

  .u-header--center-aligned-sm .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto
  }
}

@media (min-width:768px) {
  .u-header--center-aligned-md .u-hamburger {
    display: none
  }

  .u-header--center-aligned-md .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem
  }

  .u-header--center-aligned-md .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto
  }
}

@media (min-width:992px) {
  .u-header--center-aligned-lg .u-hamburger {
    display: none
  }

  .u-header--center-aligned-lg .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem
  }

  .u-header--center-aligned-lg .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto
  }
}

@media (min-width:1200px) {
  .u-header--center-aligned-xl .u-hamburger {
    display: none
  }

  .u-header--center-aligned-xl .u-header--center-aligned__inner {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: .5rem
  }

  .u-header--center-aligned-xl .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:575.98px) {
  .u-header--center-aligned-sm .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .25rem
  }

  .u-header--center-aligned-sm .u-header__navbar {
    padding-top: 0
  }
}

@media (max-width:767.98px) {
  .u-header--center-aligned-md .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .25rem
  }

  .u-header--center-aligned-md .u-header__navbar {
    padding-top: 0
  }
}

@media (max-width:991.98px) {
  .u-header--center-aligned-lg .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .25rem
  }

  .u-header--center-aligned-lg .u-header__navbar {
    padding-top: 0
  }
}

@media (max-width:1199.98px) {
  .u-header--center-aligned-xl .u-header--center-aligned__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .25rem
  }

  .u-header--center-aligned-xl .u-header__navbar {
    padding-top: 0
  }
}

.u-header--center-aligned .u-header--center-aligned__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .25rem
}

.u-header--center-aligned .u-header__navbar {
  padding-top: 0
}

.u-header-collapse__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.u-header-collapse__nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0
}

.u-header-collapse__nav-link {
  color: #1e2022
}

.u-header-collapse__nav-pointer {
  position: relative
}

.u-header-collapse__nav-pointer::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\f107";
  margin-left: auto;
  transition: .3s ease
}

.u-header-collapse__nav-pointer.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.u-header-collapse__nav-link,
.u-header-collapse__submenu-nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem
}

.u-header-collapse__nav-link.active,
.u-header-collapse__submenu-nav-link.active {
  color: #377dff
}

.u-header-collapse__submenu {
  position: relative;
  transition: .3s ease-in-out
}

.u-header-collapse__submenu .u-header-collapse__nav-list {
  border-left: 2px solid #377dff;
  padding-left: 1rem
}

.u-header-collapse__submenu .u-header-collapse__nav-list--no-spacer {
  padding-left: 0
}

.u-header-collapse__submenu-nav-link {
  color: #77838f
}

.u-header-collapse__submenu-list {
  list-style: none;
  border-left: 2px solid #377dff;
  padding-left: 0;
  margin-bottom: 0
}

.u-header-collapse__submenu-list-link {
  display: inline-block;
  color: #77838f
}

.alert-text {
  color: inherit
}

.u-avatar {
  width: 3.125rem;
  height: 3.125rem
}

.u-xs-avatar {
  width: 1.375rem;
  height: 1.375rem
}

.u-sm-avatar {
  width: 2rem;
  height: 2rem
}

.u-lg-avatar {
  width: 5rem;
  height: 5rem
}

.u-xl-avatar {
  width: 10rem;
  height: 10rem
}

.u-sm-avatar--bordered {
  border: 2px solid #fff
}

.u-xl-avatar--bordered {
  border: 7px solid #fff
}

[class*=badge-] {
  z-index: 3
}

.badge:empty {
  display: inherit
}

.badge.badge-pos {
  position: absolute
}

.btn .badge-pos {
  top: auto
}

[class*=badge-outline] {
  border-style: solid;
  border-width: .125rem;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}

.badge-xs {
  width: .875rem;
  height: .875rem;
  line-height: 1.4;
  font-size: .5rem
}

.badge-sm {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.4;
  font-size: .625rem
}

.badge-sm[class*=badge-outline] {
  line-height: 1
}

.badge-md {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.7;
  font-size: .625rem
}

.badge-md[class*=badge-outline] {
  line-height: 1.3
}

.badge-bigger {
  padding: .625rem
}

.badge-outline-primary {
  color: #fff;
  background: #377dff;
  border-color: #fff
}

.badge-outline-secondary {
  color: #fff;
  background: #77838f;
  border-color: #fff
}

.badge-outline-success {
  color: #fff;
  background: #00c9a7;
  border-color: #fff
}

.badge-outline-info {
  color: #1e2022;
  background: #00dffc;
  border-color: #fff
}

.badge-outline-warning {
  color: #1e2022;
  background: #ffc107;
  border-color: #fff
}

.badge-outline-danger {
  color: #fff;
  background: #de4437;
  border-color: #fff
}

.badge-outline-light {
  color: #1e2022;
  background: #f8f9fa;
  border-color: #fff
}

.badge-outline-dark {
  color: #fff;
  background: #1e2022;
  border-color: #fff
}

.badge-outline-white {
  color: #1e2022;
  background: #fff;
  border-color: #fff
}

.badge-outline-indigo {
  color: #fff;
  background: #2d1582;
  border-color: #fff
}

.badge-outline-white {
  border-color: #fff
}

.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.badge-pos--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.badge-pos--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.badge-pos--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.u-avatar .rounded-circle+.badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
  transform: translate(20%, -20%)
}

.u-avatar .rounded-circle+.badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%)
}

.u-avatar .rounded-circle+.badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
  transform: translate(-20%, 20%)
}

.u-avatar .rounded-circle+.badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%)
}

.u-avatar .rounded-circle+.badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%)
}

.u-avatar .rounded-circle+.badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%)
}

.u-avatar .rounded-circle+.badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%)
}

.u-avatar .rounded-circle+.badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%)
}

.u-avatar .rounded-circle+.badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%)
}

.u-avatar .rounded-circle+.badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%)
}

.u-avatar .rounded-circle+.badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%)
}

.u-avatar .rounded-circle+.badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
  transform: translate(30%, 30%)
}

.u-sm-avatar .rounded-circle+.badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%)
}

.u-sm-avatar .rounded-circle+.badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%)
}

.u-sm-avatar .rounded-circle+.badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%)
}

.u-sm-avatar .rounded-circle+.badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%)
}

.u-sm-avatar .rounded-circle+.badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.u-sm-avatar .rounded-circle+.badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%)
}

.u-sm-avatar .rounded-circle+.badge-md.badge-pos--top-left,
.u-sm-avatar .rounded-circle+.badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%)
}

.u-sm-avatar .rounded-circle+.badge-md.badge-pos--bottom-left,
.u-sm-avatar .rounded-circle+.badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%)
}

.u-sm-avatar .rounded-circle+.badge-md.badge-pos--bottom-right,
.u-sm-avatar .rounded-circle+.badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%)
}

.u-lg-avatar .rounded-circle+.badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%)
}

.u-lg-avatar .rounded-circle+.badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%)
}

.u-lg-avatar .rounded-circle+.badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%)
}

.u-lg-avatar .rounded-circle+.badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%)
}

.u-lg-avatar .rounded-circle+.badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
  transform: translate(-15%, 15%)
}

.u-lg-avatar .rounded-circle+.badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
  transform: translate(15%, 15%)
}

.u-lg-avatar .rounded-circle+.badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
  transform: translate(15%, -15%)
}

.u-lg-avatar .rounded-circle+.badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%)
}

.u-lg-avatar .rounded-circle+.badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.u-lg-avatar .rounded-circle+.badge-md.badge-pos--top-left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.u-lg-avatar .rounded-circle+.badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.u-lg-avatar .rounded-circle+.badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.u-xl-avatar .rounded-circle+.badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%)
}

.u-xl-avatar .rounded-circle+.badge-xs.badge-pos--top-left {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%)
}

.u-xl-avatar .rounded-circle+.badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%)
}

.u-xl-avatar .rounded-circle+.badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%)
}

.u-xl-avatar .rounded-circle+.badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-65%, 65%);
  transform: translate(-65%, 65%)
}

.u-xl-avatar .rounded-circle+.badge-sm.badge-pos--top-left {
  -webkit-transform: translate(65%, 65%);
  transform: translate(65%, 65%)
}

.u-xl-avatar .rounded-circle+.badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(65%, -65%);
  transform: translate(65%, -65%)
}

.u-xl-avatar .rounded-circle+.badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-65%, -65%);
  transform: translate(-65%, -65%)
}

.u-xl-avatar .rounded-circle+.badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-45%, 45%);
  transform: translate(-45%, 45%)
}

.u-xl-avatar .rounded-circle+.badge-md.badge-pos--top-left {
  -webkit-transform: translate(45%, 45%);
  transform: translate(45%, 45%)
}

.u-xl-avatar .rounded-circle+.badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(45%, -45%);
  transform: translate(45%, -45%)
}

.u-xl-avatar .rounded-circle+.badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%)
}

.btn-icon.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
  transform: translate(20%, -20%)
}

.btn-icon.rounded-circle .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%)
}

.btn-icon.rounded-circle .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
  transform: translate(-20%, 20%)
}

.btn-icon.rounded-circle .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%)
}

.btn-icon.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%)
}

.btn-icon.rounded-circle .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%)
}

.btn-icon.rounded-circle .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%)
}

.btn-icon.rounded-circle .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%)
}

.btn-icon.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%)
}

.btn-icon.rounded-circle .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%)
}

.btn-icon.rounded-circle .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%)
}

.btn-icon.rounded-circle .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
  transform: translate(30%, 30%)
}

.btn-group-sm>.rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-sm.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%)
}

.btn-group-sm>.rounded-circle.btn .badge-xs.badge-pos--top-left,
.btn-sm.rounded-circle .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%)
}

.btn-group-sm>.rounded-circle.btn .badge-xs.badge-pos--bottom-left,
.btn-sm.rounded-circle .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%)
}

.btn-group-sm>.rounded-circle.btn .badge-xs.badge-pos--bottom-right,
.btn-sm.rounded-circle .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%)
}

.btn-group-sm>.rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-group-sm>.rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-sm.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-sm.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%)
}

.btn-group-sm>.rounded-circle.btn .badge-md.badge-pos--top-left,
.btn-group-sm>.rounded-circle.btn .badge-sm.badge-pos--top-left,
.btn-sm.rounded-circle .badge-md.badge-pos--top-left,
.btn-sm.rounded-circle .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%)
}

.btn-group-sm>.rounded-circle.btn .badge-md.badge-pos--bottom-left,
.btn-group-sm>.rounded-circle.btn .badge-sm.badge-pos--bottom-left,
.btn-sm.rounded-circle .badge-md.badge-pos--bottom-left,
.btn-sm.rounded-circle .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%)
}

.btn-group-sm>.rounded-circle.btn .badge-md.badge-pos--bottom-right,
.btn-group-sm>.rounded-circle.btn .badge-sm.badge-pos--bottom-right,
.btn-sm.rounded-circle .badge-md.badge-pos--bottom-right,
.btn-sm.rounded-circle .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%)
}

.btn-group-lg>.rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-lg.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
  transform: translate(-35%, 35%)
}

.btn-group-lg>.rounded-circle.btn .badge-xs.badge-pos--top-left,
.btn-lg.rounded-circle .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
  transform: translate(35%, 35%)
}

.btn-group-lg>.rounded-circle.btn .badge-xs.badge-pos--bottom-left,
.btn-lg.rounded-circle .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
  transform: translate(35%, -35%)
}

.btn-group-lg>.rounded-circle.btn .badge-xs.badge-pos--bottom-right,
.btn-lg.rounded-circle .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%)
}

.btn-group-lg>.rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-lg.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
  transform: translate(-15%, 15%)
}

.btn-group-lg>.rounded-circle.btn .badge-sm.badge-pos--top-left,
.btn-lg.rounded-circle .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
  transform: translate(15%, 15%)
}

.btn-group-lg>.rounded-circle.btn .badge-sm.badge-pos--bottom-left,
.btn-lg.rounded-circle .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
  transform: translate(15%, -15%)
}

.btn-group-lg>.rounded-circle.btn .badge-sm.badge-pos--bottom-right,
.btn-lg.rounded-circle .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%)
}

.btn-group-lg>.rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
.btn-lg.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn-group-lg>.rounded-circle.btn .badge-md.badge-pos--top-left,
.btn-lg.rounded-circle .badge-md.badge-pos--top-left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn-group-lg>.rounded-circle.btn .badge-md.badge-pos--bottom-left,
.btn-lg.rounded-circle .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn-group-lg>.rounded-circle.btn .badge-md.badge-pos--bottom-right,
.btn-lg.rounded-circle .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373
}

.btn-facebook.focus,
.btn-facebook:focus {
  box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(88, 114, 167, .5)
}

.btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130
}

.btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325
}

.btn-google.focus,
.btn-google:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 94, 79, .5)
}

.btn-google.disabled,
.btn-google:disabled {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130
}

.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active,
.show>.btn-google.dropdown-toggle {
  color: #fff;
  background-color: #a93325;
  border-color: #9e3023
}

.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus,
.show>.btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 94, 79, .5)
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0
}

.btn-twitter.focus,
.btn-twitter:focus {
  box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5)
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4
}

.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(63, 175, 244, .5)
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777
}

.btn-instagram.focus,
.btn-instagram:focus {
  box-shadow: 0 0 0 .2rem rgba(92, 135, 170, .5)
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-instagram:not(:disabled):not(.disabled).active,
.btn-instagram:not(:disabled):not(.disabled):active,
.show>.btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e
}

.btn-instagram:not(:disabled):not(.disabled).active:focus,
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(92, 135, 170, .5)
}

.btn-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e
}

.btn-github:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0e1011
}

.btn-github.focus,
.btn-github:focus {
  box-shadow: 0 0 0 .2rem rgba(69, 73, 77, .5)
}

.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e
}

.btn-github:not(:disabled):not(.disabled).active,
.btn-github:not(:disabled):not(.disabled):active,
.show>.btn-github.dropdown-toggle {
  color: #fff;
  background-color: #0e1011;
  border-color: #08090a
}

.btn-github:not(:disabled):not(.disabled).active:focus,
.btn-github:not(:disabled):not(.disabled):active:focus,
.show>.btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(69, 73, 77, .5)
}

.btn-gray {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd
}

.btn-gray:hover {
  color: #1e2022;
  background-color: #dae5f5;
  border-color: #d0def2
}

.btn-gray.focus,
.btn-gray:focus {
  box-shadow: 0 0 0 .2rem rgba(215, 217, 220, .5)
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
  color: #1e2022;
  background-color: #d0def2;
  border-color: #c6d7ef
}

.btn-gray:not(:disabled):not(.disabled).active:focus,
.btn-gray:not(:disabled):not(.disabled):active:focus,
.show>.btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(215, 217, 220, .5)
}

.btn-primary[href]:active,
.btn-primary[href]:focus,
.btn-primary[href]:hover,
.btn-primary[type]:active,
.btn-primary[type]:focus,
.btn-primary[type]:hover {
  box-shadow: 0 4px 11px rgba(55, 125, 255, .35)
}

.btn-primary:not([href]),
.btn-primary:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-primary:not(label.btn),
.btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #377dff;
  border-color: #377dff
}

.btn-primary:hover {
  background-color: #377dff;
  border-color: #377dff
}

.btn-secondary[href]:active,
.btn-secondary[href]:focus,
.btn-secondary[href]:hover,
.btn-secondary[type]:active,
.btn-secondary[type]:focus,
.btn-secondary[type]:hover {
  box-shadow: 0 4px 11px rgba(119, 131, 143, .35)
}

.btn-secondary:not([href]),
.btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-secondary:not(label.btn),
.btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #77838f;
  border-color: #77838f
}

.btn-secondary:hover {
  background-color: #77838f;
  border-color: #77838f
}

.btn-success[href]:active,
.btn-success[href]:focus,
.btn-success[href]:hover,
.btn-success[type]:active,
.btn-success[type]:focus,
.btn-success[type]:hover {
  box-shadow: 0 4px 11px rgba(0, 201, 167, .35)
}

.btn-success:not([href]),
.btn-success:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-success:not(label.btn),
.btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #00c9a7;
  border-color: #00c9a7
}

.btn-success:hover {
  background-color: #00c9a7;
  border-color: #00c9a7
}

.btn-info[href]:active,
.btn-info[href]:focus,
.btn-info[href]:hover,
.btn-info[type]:active,
.btn-info[type]:focus,
.btn-info[type]:hover {
  box-shadow: 0 4px 11px rgba(0, 223, 252, .35)
}

.btn-info:not([href]),
.btn-info:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-info:not(label.btn),
.btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #00dffc;
  border-color: #00dffc
}

.btn-info:hover {
  background-color: #00dffc;
  border-color: #00dffc
}

.btn-warning[href]:active,
.btn-warning[href]:focus,
.btn-warning[href]:hover,
.btn-warning[type]:active,
.btn-warning[type]:focus,
.btn-warning[type]:hover {
  box-shadow: 0 4px 11px rgba(255, 193, 7, .35)
}

.btn-warning:not([href]),
.btn-warning:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-warning:not(label.btn),
.btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-danger[href]:active,
.btn-danger[href]:focus,
.btn-danger[href]:hover,
.btn-danger[type]:active,
.btn-danger[type]:focus,
.btn-danger[type]:hover {
  box-shadow: 0 4px 11px rgba(222, 68, 55, .35)
}

.btn-danger:not([href]),
.btn-danger:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-danger:not(label.btn),
.btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #de4437;
  border-color: #de4437
}

.btn-danger:hover {
  background-color: #de4437;
  border-color: #de4437
}

.btn-light[href]:active,
.btn-light[href]:focus,
.btn-light[href]:hover,
.btn-light[type]:active,
.btn-light[type]:focus,
.btn-light[type]:hover {
  box-shadow: 0 4px 11px rgba(248, 249, 250, .35)
}

.btn-light:not([href]),
.btn-light:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-light:not(label.btn),
.btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-dark[href]:active,
.btn-dark[href]:focus,
.btn-dark[href]:hover,
.btn-dark[type]:active,
.btn-dark[type]:focus,
.btn-dark[type]:hover {
  box-shadow: 0 4px 11px rgba(30, 32, 34, .35)
}

.btn-dark:not([href]),
.btn-dark:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-dark:not(label.btn),
.btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #1e2022;
  border-color: #1e2022
}

.btn-dark:hover {
  background-color: #1e2022;
  border-color: #1e2022
}

.btn-white[href]:active,
.btn-white[href]:focus,
.btn-white[href]:hover,
.btn-white[type]:active,
.btn-white[type]:focus,
.btn-white[type]:hover {
  box-shadow: 0 4px 11px rgba(255, 255, 255, .35)
}

.btn-white:not([href]),
.btn-white:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-white:not(label.btn),
.btn-white:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  background-color: #fff;
  border-color: #fff
}

.btn-indigo[href]:active,
.btn-indigo[href]:focus,
.btn-indigo[href]:hover,
.btn-indigo[type]:active,
.btn-indigo[type]:focus,
.btn-indigo[type]:hover {
  box-shadow: 0 4px 11px rgba(45, 21, 130, .35)
}

.btn-indigo:not([href]),
.btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-indigo:not(label.btn),
.btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #2d1582;
  border-color: #2d1582
}

.btn-indigo:hover {
  background-color: #2d1582;
  border-color: #2d1582
}

.btn-facebook[href]:active,
.btn-facebook[href]:focus,
.btn-facebook[href]:hover,
.btn-facebook[type]:active,
.btn-facebook[type]:focus,
.btn-facebook[type]:hover {
  box-shadow: 0 4px 11px rgba(59, 89, 152, .35)
}

.btn-facebook:not([href]),
.btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-facebook:not(label.btn),
.btn-facebook:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998
}

.btn-google[href]:active,
.btn-google[href]:focus,
.btn-google[href]:hover,
.btn-google[type]:active,
.btn-google[type]:focus,
.btn-google[type]:hover {
  box-shadow: 0 4px 11px rgba(209, 65, 48, .35)
}

.btn-google:not([href]),
.btn-google:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-google:not(label.btn),
.btn-google:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #d14130;
  border-color: #d14130
}

.btn-google:hover {
  background-color: #d14130;
  border-color: #d14130
}

.btn-twitter[href]:active,
.btn-twitter[href]:focus,
.btn-twitter[href]:hover,
.btn-twitter[type]:active,
.btn-twitter[type]:focus,
.btn-twitter[type]:hover {
  box-shadow: 0 4px 11px rgba(29, 161, 242, .35)
}

.btn-twitter:not([href]),
.btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-twitter:not(label.btn),
.btn-twitter:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-instagram[href]:active,
.btn-instagram[href]:focus,
.btn-instagram[href]:hover,
.btn-instagram[type]:active,
.btn-instagram[type]:focus,
.btn-instagram[type]:hover {
  box-shadow: 0 4px 11px rgba(63, 114, 155, .35)
}

.btn-instagram:not([href]),
.btn-instagram:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-instagram:not(label.btn),
.btn-instagram:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b
}

.btn-github[href]:active,
.btn-github[href]:focus,
.btn-github[href]:hover,
.btn-github[type]:active,
.btn-github[type]:focus,
.btn-github[type]:hover {
  box-shadow: 0 4px 11px rgba(36, 41, 46, .35)
}

.btn-github:not([href]),
.btn-github:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-github:not(label.btn),
.btn-github:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #24292e;
  border-color: #24292e
}

.btn-github:hover {
  background-color: #24292e;
  border-color: #24292e
}

.btn-gray[href]:active,
.btn-gray[href]:focus,
.btn-gray[href]:hover,
.btn-gray[type]:active,
.btn-gray[type]:focus,
.btn-gray[type]:hover {
  box-shadow: 0 4px 11px rgba(248, 250, 253, .35)
}

.btn-gray:not([href]),
.btn-gray:not([href]):not([href]):not(:disabled):not(.disabled),
.btn-gray:not(label.btn),
.btn-gray:not(label.btn):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8fafd;
  border-color: #f8fafd
}

.btn-gray:hover {
  background-color: #f8fafd;
  border-color: #f8fafd
}

.btn-custom-toggle-primary {
  color: #8c98a4;
  border-color: #d5dae2
}

.btn-custom-toggle-primary:hover {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff
}

.btn-custom-toggle-primary:not(:disabled):not(.disabled).active,
.btn-custom-toggle-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff
}

.btn-custom-toggle-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2)
}

.btn-custom-toggle-white:not(:disabled):not(.disabled).active,
.btn-custom-toggle-white:not(:disabled):not(.disabled):active {
  color: #377dff
}

.btn-soft-primary {
  color: #377dff;
  background: rgba(55, 125, 255, .1);
  border-color: transparent
}

.btn-soft-primary[href].active,
.btn-soft-primary[href]:active,
.btn-soft-primary[href]:focus,
.btn-soft-primary[href]:hover,
.btn-soft-primary[type].active,
.btn-soft-primary[type]:active,
.btn-soft-primary[type]:focus,
.btn-soft-primary[type]:hover {
  color: #fff;
  background: #377dff;
  box-shadow: 0 4px 11px rgba(55, 125, 255, .35)
}

.btn-soft-primary[href].disabled,
.btn-soft-primary[href]:disabled,
.btn-soft-primary[type].disabled,
.btn-soft-primary[type]:disabled {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1);
  box-shadow: none
}

.btn-soft-primary[href]:not(:disabled):not(.disabled).active,
.btn-soft-primary[href]:not(:disabled):not(.disabled):active,
.btn-soft-primary[type]:not(:disabled):not(.disabled).active,
.btn-soft-primary[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-primary[href].dropdown-toggle,
.show>.btn-soft-primary[type].dropdown-toggle {
  color: #fff;
  background-color: #377dff
}

.btn.btn-soft-primary {
  color: #377dff
}

.btn-soft-secondary {
  color: #77838f;
  background: rgba(119, 131, 143, .1);
  border-color: transparent
}

.btn-soft-secondary[href].active,
.btn-soft-secondary[href]:active,
.btn-soft-secondary[href]:focus,
.btn-soft-secondary[href]:hover,
.btn-soft-secondary[type].active,
.btn-soft-secondary[type]:active,
.btn-soft-secondary[type]:focus,
.btn-soft-secondary[type]:hover {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119, 131, 143, .35)
}

.btn-soft-secondary[href].disabled,
.btn-soft-secondary[href]:disabled,
.btn-soft-secondary[type].disabled,
.btn-soft-secondary[type]:disabled {
  color: #77838f;
  background-color: rgba(119, 131, 143, .1);
  box-shadow: none
}

.btn-soft-secondary[href]:not(:disabled):not(.disabled).active,
.btn-soft-secondary[href]:not(:disabled):not(.disabled):active,
.btn-soft-secondary[type]:not(:disabled):not(.disabled).active,
.btn-soft-secondary[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-secondary[href].dropdown-toggle,
.show>.btn-soft-secondary[type].dropdown-toggle {
  color: #fff;
  background-color: #77838f
}

.btn.btn-soft-secondary {
  color: #77838f
}

.btn-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, .1);
  border-color: transparent
}

.btn-soft-success[href].active,
.btn-soft-success[href]:active,
.btn-soft-success[href]:focus,
.btn-soft-success[href]:hover,
.btn-soft-success[type].active,
.btn-soft-success[type]:active,
.btn-soft-success[type]:focus,
.btn-soft-success[type]:hover {
  color: #fff;
  background: #00c9a7;
  box-shadow: 0 4px 11px rgba(0, 201, 167, .35)
}

.btn-soft-success[href].disabled,
.btn-soft-success[href]:disabled,
.btn-soft-success[type].disabled,
.btn-soft-success[type]:disabled {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, .1);
  box-shadow: none
}

.btn-soft-success[href]:not(:disabled):not(.disabled).active,
.btn-soft-success[href]:not(:disabled):not(.disabled):active,
.btn-soft-success[type]:not(:disabled):not(.disabled).active,
.btn-soft-success[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-success[href].dropdown-toggle,
.show>.btn-soft-success[type].dropdown-toggle {
  color: #fff;
  background-color: #00c9a7
}

.btn.btn-soft-success {
  color: #00c9a7
}

.btn-soft-info {
  color: #00dffc;
  background: rgba(0, 223, 252, .1);
  border-color: transparent
}

.btn-soft-info[href].active,
.btn-soft-info[href]:active,
.btn-soft-info[href]:focus,
.btn-soft-info[href]:hover,
.btn-soft-info[type].active,
.btn-soft-info[type]:active,
.btn-soft-info[type]:focus,
.btn-soft-info[type]:hover {
  color: #1e2022;
  background: #00dffc;
  box-shadow: 0 4px 11px rgba(0, 223, 252, .35)
}

.btn-soft-info[href].disabled,
.btn-soft-info[href]:disabled,
.btn-soft-info[type].disabled,
.btn-soft-info[type]:disabled {
  color: #00dffc;
  background-color: rgba(0, 223, 252, .1);
  box-shadow: none
}

.btn-soft-info[href]:not(:disabled):not(.disabled).active,
.btn-soft-info[href]:not(:disabled):not(.disabled):active,
.btn-soft-info[type]:not(:disabled):not(.disabled).active,
.btn-soft-info[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-info[href].dropdown-toggle,
.show>.btn-soft-info[type].dropdown-toggle {
  color: #1e2022;
  background-color: #00dffc
}

.btn.btn-soft-info {
  color: #00dffc
}

.btn-soft-warning {
  color: #ffc107;
  background: rgba(255, 193, 7, .1);
  border-color: transparent
}

.btn-soft-warning[href].active,
.btn-soft-warning[href]:active,
.btn-soft-warning[href]:focus,
.btn-soft-warning[href]:hover,
.btn-soft-warning[type].active,
.btn-soft-warning[type]:active,
.btn-soft-warning[type]:focus,
.btn-soft-warning[type]:hover {
  color: #1e2022;
  background: #ffc107;
  box-shadow: 0 4px 11px rgba(255, 193, 7, .35)
}

.btn-soft-warning[href].disabled,
.btn-soft-warning[href]:disabled,
.btn-soft-warning[type].disabled,
.btn-soft-warning[type]:disabled {
  color: #ffc107;
  background-color: rgba(255, 193, 7, .1);
  box-shadow: none
}

.btn-soft-warning[href]:not(:disabled):not(.disabled).active,
.btn-soft-warning[href]:not(:disabled):not(.disabled):active,
.btn-soft-warning[type]:not(:disabled):not(.disabled).active,
.btn-soft-warning[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-warning[href].dropdown-toggle,
.show>.btn-soft-warning[type].dropdown-toggle {
  color: #1e2022;
  background-color: #ffc107
}

.btn.btn-soft-warning {
  color: #ffc107
}

.btn-soft-danger {
  color: #de4437;
  background: rgba(222, 68, 55, .1);
  border-color: transparent
}

.btn-soft-danger[href].active,
.btn-soft-danger[href]:active,
.btn-soft-danger[href]:focus,
.btn-soft-danger[href]:hover,
.btn-soft-danger[type].active,
.btn-soft-danger[type]:active,
.btn-soft-danger[type]:focus,
.btn-soft-danger[type]:hover {
  color: #fff;
  background: #de4437;
  box-shadow: 0 4px 11px rgba(222, 68, 55, .35)
}

.btn-soft-danger[href].disabled,
.btn-soft-danger[href]:disabled,
.btn-soft-danger[type].disabled,
.btn-soft-danger[type]:disabled {
  color: #de4437;
  background-color: rgba(222, 68, 55, .1);
  box-shadow: none
}

.btn-soft-danger[href]:not(:disabled):not(.disabled).active,
.btn-soft-danger[href]:not(:disabled):not(.disabled):active,
.btn-soft-danger[type]:not(:disabled):not(.disabled).active,
.btn-soft-danger[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-danger[href].dropdown-toggle,
.show>.btn-soft-danger[type].dropdown-toggle {
  color: #fff;
  background-color: #de4437
}

.btn.btn-soft-danger {
  color: #de4437
}

.btn-soft-light {
  color: #f8f9fa;
  background: rgba(248, 249, 250, .1);
  border-color: transparent
}

.btn-soft-light[href].active,
.btn-soft-light[href]:active,
.btn-soft-light[href]:focus,
.btn-soft-light[href]:hover,
.btn-soft-light[type].active,
.btn-soft-light[type]:active,
.btn-soft-light[type]:focus,
.btn-soft-light[type]:hover {
  color: #1e2022;
  background: #f8f9fa;
  box-shadow: 0 4px 11px rgba(248, 249, 250, .35)
}

.btn-soft-light[href].disabled,
.btn-soft-light[href]:disabled,
.btn-soft-light[type].disabled,
.btn-soft-light[type]:disabled {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, .1);
  box-shadow: none
}

.btn-soft-light[href]:not(:disabled):not(.disabled).active,
.btn-soft-light[href]:not(:disabled):not(.disabled):active,
.btn-soft-light[type]:not(:disabled):not(.disabled).active,
.btn-soft-light[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-light[href].dropdown-toggle,
.show>.btn-soft-light[type].dropdown-toggle {
  color: #1e2022;
  background-color: #f8f9fa
}

.btn.btn-soft-light {
  color: #f8f9fa
}

.btn-soft-dark {
  color: #1e2022;
  background: rgba(30, 32, 34, .1);
  border-color: transparent
}

.btn-soft-dark[href].active,
.btn-soft-dark[href]:active,
.btn-soft-dark[href]:focus,
.btn-soft-dark[href]:hover,
.btn-soft-dark[type].active,
.btn-soft-dark[type]:active,
.btn-soft-dark[type]:focus,
.btn-soft-dark[type]:hover {
  color: #fff;
  background: #1e2022;
  box-shadow: 0 4px 11px rgba(30, 32, 34, .35)
}

.btn-soft-dark[href].disabled,
.btn-soft-dark[href]:disabled,
.btn-soft-dark[type].disabled,
.btn-soft-dark[type]:disabled {
  color: #1e2022;
  background-color: rgba(30, 32, 34, .1);
  box-shadow: none
}

.btn-soft-dark[href]:not(:disabled):not(.disabled).active,
.btn-soft-dark[href]:not(:disabled):not(.disabled):active,
.btn-soft-dark[type]:not(:disabled):not(.disabled).active,
.btn-soft-dark[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-dark[href].dropdown-toggle,
.show>.btn-soft-dark[type].dropdown-toggle {
  color: #fff;
  background-color: #1e2022
}

.btn.btn-soft-dark {
  color: #1e2022
}

.btn-soft-white {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: transparent
}

.btn-soft-white[href].active,
.btn-soft-white[href]:active,
.btn-soft-white[href]:focus,
.btn-soft-white[href]:hover,
.btn-soft-white[type].active,
.btn-soft-white[type]:active,
.btn-soft-white[type]:focus,
.btn-soft-white[type]:hover {
  color: #1e2022;
  background: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, .35)
}

.btn-soft-white[href].disabled,
.btn-soft-white[href]:disabled,
.btn-soft-white[type].disabled,
.btn-soft-white[type]:disabled {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  box-shadow: none
}

.btn-soft-white[href]:not(:disabled):not(.disabled).active,
.btn-soft-white[href]:not(:disabled):not(.disabled):active,
.btn-soft-white[type]:not(:disabled):not(.disabled).active,
.btn-soft-white[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-white[href].dropdown-toggle,
.show>.btn-soft-white[type].dropdown-toggle {
  color: #1e2022;
  background-color: #fff
}

.btn.btn-soft-white {
  color: #fff
}

.btn-soft-indigo {
  color: #2d1582;
  background: rgba(45, 21, 130, .1);
  border-color: transparent
}

.btn-soft-indigo[href].active,
.btn-soft-indigo[href]:active,
.btn-soft-indigo[href]:focus,
.btn-soft-indigo[href]:hover,
.btn-soft-indigo[type].active,
.btn-soft-indigo[type]:active,
.btn-soft-indigo[type]:focus,
.btn-soft-indigo[type]:hover {
  color: #fff;
  background: #2d1582;
  box-shadow: 0 4px 11px rgba(45, 21, 130, .35)
}

.btn-soft-indigo[href].disabled,
.btn-soft-indigo[href]:disabled,
.btn-soft-indigo[type].disabled,
.btn-soft-indigo[type]:disabled {
  color: #2d1582;
  background-color: rgba(45, 21, 130, .1);
  box-shadow: none
}

.btn-soft-indigo[href]:not(:disabled):not(.disabled).active,
.btn-soft-indigo[href]:not(:disabled):not(.disabled):active,
.btn-soft-indigo[type]:not(:disabled):not(.disabled).active,
.btn-soft-indigo[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-indigo[href].dropdown-toggle,
.show>.btn-soft-indigo[type].dropdown-toggle {
  color: #fff;
  background-color: #2d1582
}

.btn.btn-soft-indigo {
  color: #2d1582
}

.btn-soft-facebook {
  color: #3b5998;
  background: rgba(59, 89, 152, .1);
  border-color: transparent
}

.btn-soft-facebook[href].active,
.btn-soft-facebook[href]:active,
.btn-soft-facebook[href]:focus,
.btn-soft-facebook[href]:hover,
.btn-soft-facebook[type].active,
.btn-soft-facebook[type]:active,
.btn-soft-facebook[type]:focus,
.btn-soft-facebook[type]:hover {
  color: #fff;
  background: #3b5998;
  box-shadow: 0 4px 11px rgba(59, 89, 152, .35)
}

.btn-soft-facebook[href].disabled,
.btn-soft-facebook[href]:disabled,
.btn-soft-facebook[type].disabled,
.btn-soft-facebook[type]:disabled {
  color: #3b5998;
  background-color: rgba(59, 89, 152, .1);
  box-shadow: none
}

.btn-soft-facebook[href]:not(:disabled):not(.disabled).active,
.btn-soft-facebook[href]:not(:disabled):not(.disabled):active,
.btn-soft-facebook[type]:not(:disabled):not(.disabled).active,
.btn-soft-facebook[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-facebook[href].dropdown-toggle,
.show>.btn-soft-facebook[type].dropdown-toggle {
  color: #fff;
  background-color: #3b5998
}

.btn.btn-soft-facebook {
  color: #3b5998
}

.btn-soft-google {
  color: #d14130;
  background: rgba(209, 65, 48, .1);
  border-color: transparent
}

.btn-soft-google[href].active,
.btn-soft-google[href]:active,
.btn-soft-google[href]:focus,
.btn-soft-google[href]:hover,
.btn-soft-google[type].active,
.btn-soft-google[type]:active,
.btn-soft-google[type]:focus,
.btn-soft-google[type]:hover {
  color: #fff;
  background: #d14130;
  box-shadow: 0 4px 11px rgba(209, 65, 48, .35)
}

.btn-soft-google[href].disabled,
.btn-soft-google[href]:disabled,
.btn-soft-google[type].disabled,
.btn-soft-google[type]:disabled {
  color: #d14130;
  background-color: rgba(209, 65, 48, .1);
  box-shadow: none
}

.btn-soft-google[href]:not(:disabled):not(.disabled).active,
.btn-soft-google[href]:not(:disabled):not(.disabled):active,
.btn-soft-google[type]:not(:disabled):not(.disabled).active,
.btn-soft-google[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-google[href].dropdown-toggle,
.show>.btn-soft-google[type].dropdown-toggle {
  color: #fff;
  background-color: #d14130
}

.btn.btn-soft-google {
  color: #d14130
}

.btn-soft-twitter {
  color: #1da1f2;
  background: rgba(29, 161, 242, .1);
  border-color: transparent
}

.btn-soft-twitter[href].active,
.btn-soft-twitter[href]:active,
.btn-soft-twitter[href]:focus,
.btn-soft-twitter[href]:hover,
.btn-soft-twitter[type].active,
.btn-soft-twitter[type]:active,
.btn-soft-twitter[type]:focus,
.btn-soft-twitter[type]:hover {
  color: #fff;
  background: #1da1f2;
  box-shadow: 0 4px 11px rgba(29, 161, 242, .35)
}

.btn-soft-twitter[href].disabled,
.btn-soft-twitter[href]:disabled,
.btn-soft-twitter[type].disabled,
.btn-soft-twitter[type]:disabled {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, .1);
  box-shadow: none
}

.btn-soft-twitter[href]:not(:disabled):not(.disabled).active,
.btn-soft-twitter[href]:not(:disabled):not(.disabled):active,
.btn-soft-twitter[type]:not(:disabled):not(.disabled).active,
.btn-soft-twitter[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-twitter[href].dropdown-toggle,
.show>.btn-soft-twitter[type].dropdown-toggle {
  color: #fff;
  background-color: #1da1f2
}

.btn.btn-soft-twitter {
  color: #1da1f2
}

.btn-soft-instagram {
  color: #3f729b;
  background: rgba(63, 114, 155, .1);
  border-color: transparent
}

.btn-soft-instagram[href].active,
.btn-soft-instagram[href]:active,
.btn-soft-instagram[href]:focus,
.btn-soft-instagram[href]:hover,
.btn-soft-instagram[type].active,
.btn-soft-instagram[type]:active,
.btn-soft-instagram[type]:focus,
.btn-soft-instagram[type]:hover {
  color: #fff;
  background: #3f729b;
  box-shadow: 0 4px 11px rgba(63, 114, 155, .35)
}

.btn-soft-instagram[href].disabled,
.btn-soft-instagram[href]:disabled,
.btn-soft-instagram[type].disabled,
.btn-soft-instagram[type]:disabled {
  color: #3f729b;
  background-color: rgba(63, 114, 155, .1);
  box-shadow: none
}

.btn-soft-instagram[href]:not(:disabled):not(.disabled).active,
.btn-soft-instagram[href]:not(:disabled):not(.disabled):active,
.btn-soft-instagram[type]:not(:disabled):not(.disabled).active,
.btn-soft-instagram[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-instagram[href].dropdown-toggle,
.show>.btn-soft-instagram[type].dropdown-toggle {
  color: #fff;
  background-color: #3f729b
}

.btn.btn-soft-instagram {
  color: #3f729b
}

.btn-soft-github {
  color: #24292e;
  background: rgba(36, 41, 46, .1);
  border-color: transparent
}

.btn-soft-github[href].active,
.btn-soft-github[href]:active,
.btn-soft-github[href]:focus,
.btn-soft-github[href]:hover,
.btn-soft-github[type].active,
.btn-soft-github[type]:active,
.btn-soft-github[type]:focus,
.btn-soft-github[type]:hover {
  color: #fff;
  background: #24292e;
  box-shadow: 0 4px 11px rgba(36, 41, 46, .35)
}

.btn-soft-github[href].disabled,
.btn-soft-github[href]:disabled,
.btn-soft-github[type].disabled,
.btn-soft-github[type]:disabled {
  color: #24292e;
  background-color: rgba(36, 41, 46, .1);
  box-shadow: none
}

.btn-soft-github[href]:not(:disabled):not(.disabled).active,
.btn-soft-github[href]:not(:disabled):not(.disabled):active,
.btn-soft-github[type]:not(:disabled):not(.disabled).active,
.btn-soft-github[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-github[href].dropdown-toggle,
.show>.btn-soft-github[type].dropdown-toggle {
  color: #fff;
  background-color: #24292e
}

.btn.btn-soft-github {
  color: #24292e
}

.btn-soft-gray {
  color: #f8fafd;
  background: rgba(248, 250, 253, .1);
  border-color: transparent
}

.btn-soft-gray[href].active,
.btn-soft-gray[href]:active,
.btn-soft-gray[href]:focus,
.btn-soft-gray[href]:hover,
.btn-soft-gray[type].active,
.btn-soft-gray[type]:active,
.btn-soft-gray[type]:focus,
.btn-soft-gray[type]:hover {
  color: #1e2022;
  background: #f8fafd;
  box-shadow: 0 4px 11px rgba(248, 250, 253, .35)
}

.btn-soft-gray[href].disabled,
.btn-soft-gray[href]:disabled,
.btn-soft-gray[type].disabled,
.btn-soft-gray[type]:disabled {
  color: #f8fafd;
  background-color: rgba(248, 250, 253, .1);
  box-shadow: none
}

.btn-soft-gray[href]:not(:disabled):not(.disabled).active,
.btn-soft-gray[href]:not(:disabled):not(.disabled):active,
.btn-soft-gray[type]:not(:disabled):not(.disabled).active,
.btn-soft-gray[type]:not(:disabled):not(.disabled):active,
.show>.btn-soft-gray[href].dropdown-toggle,
.show>.btn-soft-gray[type].dropdown-toggle {
  color: #1e2022;
  background-color: #f8fafd
}

.btn.btn-soft-gray {
  color: #f8fafd
}

.btn-wide {
  min-width: 9.6875rem
}

.btn-sm-wide {
  min-width: 8.4375rem
}

.btn-xs {
  font-size: .6875rem;
  font-weight: 400;
  padding: .4375rem .9375rem
}

.btn-icon.btn-xs {
  font-size: .75rem;
  width: 1.5rem;
  height: 1.5rem
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
  font-size: .8175rem;
  width: 2rem;
  height: 2rem
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
  font-size: 1.75rem;
  width: 5rem;
  height: 5rem
}

.btn-text-primary {
  color: #377dff;
  background: 0 0
}

.btn-text-primary[href]:active,
.btn-text-primary[href]:focus,
.btn-text-primary[href]:hover,
.btn-text-primary[type]:active,
.btn-text-primary[type]:focus,
.btn-text-primary[type]:hover {
  color: #1e2022
}

.btn-text-secondary {
  color: #77838f;
  background: 0 0
}

.btn-text-secondary[href]:active,
.btn-text-secondary[href]:focus,
.btn-text-secondary[href]:hover,
.btn-text-secondary[type]:active,
.btn-text-secondary[type]:focus,
.btn-text-secondary[type]:hover {
  color: #1e2022
}

.btn-text-success {
  color: #00c9a7;
  background: 0 0
}

.btn-text-success[href]:active,
.btn-text-success[href]:focus,
.btn-text-success[href]:hover,
.btn-text-success[type]:active,
.btn-text-success[type]:focus,
.btn-text-success[type]:hover {
  color: #1e2022
}

.btn-text-info {
  color: #00dffc;
  background: 0 0
}

.btn-text-info[href]:active,
.btn-text-info[href]:focus,
.btn-text-info[href]:hover,
.btn-text-info[type]:active,
.btn-text-info[type]:focus,
.btn-text-info[type]:hover {
  color: #1e2022
}

.btn-text-warning {
  color: #ffc107;
  background: 0 0
}

.btn-text-warning[href]:active,
.btn-text-warning[href]:focus,
.btn-text-warning[href]:hover,
.btn-text-warning[type]:active,
.btn-text-warning[type]:focus,
.btn-text-warning[type]:hover {
  color: #1e2022
}

.btn-text-danger {
  color: #de4437;
  background: 0 0
}

.btn-text-danger[href]:active,
.btn-text-danger[href]:focus,
.btn-text-danger[href]:hover,
.btn-text-danger[type]:active,
.btn-text-danger[type]:focus,
.btn-text-danger[type]:hover {
  color: #1e2022
}

.btn-text-light {
  color: #f8f9fa;
  background: 0 0
}

.btn-text-light[href]:active,
.btn-text-light[href]:focus,
.btn-text-light[href]:hover,
.btn-text-light[type]:active,
.btn-text-light[type]:focus,
.btn-text-light[type]:hover {
  color: #bdc5d1
}

.btn-text-dark {
  color: #1e2022;
  background: 0 0
}

.btn-text-dark[href]:active,
.btn-text-dark[href]:focus,
.btn-text-dark[href]:hover,
.btn-text-dark[type]:active,
.btn-text-dark[type]:focus,
.btn-text-dark[type]:hover {
  color: #1e2022
}

.btn-text-white {
  color: #fff;
  background: 0 0
}

.btn-text-white[href]:active,
.btn-text-white[href]:focus,
.btn-text-white[href]:hover,
.btn-text-white[type]:active,
.btn-text-white[type]:focus,
.btn-text-white[type]:hover {
  color: #1e2022
}

.btn-text-indigo {
  color: #2d1582;
  background: 0 0
}

.btn-text-indigo[href]:active,
.btn-text-indigo[href]:focus,
.btn-text-indigo[href]:hover,
.btn-text-indigo[type]:active,
.btn-text-indigo[type]:focus,
.btn-text-indigo[type]:hover {
  color: #1e2022
}

.btn[href] {
  cursor: pointer
}

.btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: default
}

a[href] .btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: pointer
}

label.btn {
  cursor: pointer !important
}

.btn-pill {
  border-radius: 6.1875rem
}

.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0
}

.btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.btn-icon__inner-bottom-minus {
  top: 80%
}

[class*=btn-soft-].btn-bg-transparent {
  background-color: transparent
}

.btn__toggle-default {
  display: inline-block
}

.btn__toggle-toggled {
  display: none
}

.btn.toggled .btn__toggle-default {
  display: none
}

.btn.toggled .btn__toggle-toggled {
  display: inline-block
}

.brand {
  font-size: 2rem;
  font-weight: 700;
  margin-left: .5rem
}

.brand-primary,
.brand-primary:focus,
.brand-primary:hover {
  color: #377dff
}

.brand-light,
.brand-light:focus,
.brand-light:hover {
  color: #fff
}

.brand-dark,
.brand-dark:focus,
.brand-dark:hover {
  color: #1e2022
}

.breadcrumb-white {
  background-color: transparent
}

.breadcrumb-white .breadcrumb-item {
  color: #fff
}

.breadcrumb-white .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .7)
}

.breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, .7)
}

.breadcrumb-no-gutter {
  padding: 0
}

.card-2-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.card-3-count {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}

.card-4-count {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4
}

.card-1-gap {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem
}

.card-2-gap {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem
}

.card-3-gap {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem
}

.card-4-gap {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem
}

.card-5-gap {
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem
}

.card-columns {
  orphans: 1;
  widows: 1
}

.card-columns .card {
  display: inline-block;
  width: 100%
}

@media (min-width:576px) {
  .card-sm-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .card-sm-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .card-sm-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .card-sm-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .card-sm-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .card-sm-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }

  .card-sm-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
  }

  .card-sm-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
  }

  .card-sm-columns {
    orphans: 1;
    widows: 1
  }

  .card-sm-columns .card {
    display: inline-block;
    width: 100%
  }
}

@media (min-width:768px) {
  .card-md-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .card-md-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .card-md-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .card-md-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .card-md-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .card-md-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }

  .card-md-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
  }

  .card-md-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
  }

  .card-md-columns {
    orphans: 1;
    widows: 1
  }

  .card-md-columns .card {
    display: inline-block;
    width: 100%
  }
}

@media (min-width:992px) {
  .card-lg-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .card-lg-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .card-lg-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .card-lg-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .card-lg-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .card-lg-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }

  .card-lg-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
  }

  .card-lg-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
  }

  .card-lg-columns {
    orphans: 1;
    widows: 1
  }

  .card-lg-columns .card {
    display: inline-block;
    width: 100%
  }
}

@media (min-width:1200px) {
  .card-xl-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .card-xl-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }

  .card-xl-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
  }

  .card-xl-1-gap {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
  }

  .card-xl-2-gap {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .card-xl-3-gap {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }

  .card-xl-4-gap {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
  }

  .card-xl-5-gap {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
  }

  .card-xl-columns {
    orphans: 1;
    widows: 1
  }

  .card-xl-columns .card {
    display: inline-block;
    width: 100%
  }
}

.card-bg-light {
  background-color: #f8fafd
}

.card-bg-light:hover {
  background-color: #f4f7fc
}

.card-frame {
  border: 1px solid #e7eaf3;
  transition: .3s
}

.card-frame-highlighted,
.card-frame:hover {
  border-color: rgba(55, 125, 255, .3);
  box-shadow: 0 0 35px rgba(55, 125, 255, .125)
}

.card-text-dark {
  color: #1e2022
}

.card-text-dark:hover {
  color: #377dff
}

.card-collapse {
  padding: 0;
  transition: .3s ease-in-out
}

.card-collapse:hover {
  background-color: #f8fafd
}

.card-collapse .card-body {
  color: #77838f
}

.card-btn {
  color: #1e2022;
  text-align: left;
  white-space: inherit
}

.card-btn-arrow {
  display: inline-block;
  color: #377dff;
  margin-left: 1rem;
  transition: .3s ease-in-out
}

.collapsed .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.card-img-bottom,
.card-img-top {
  min-height: 1px
}

@media (min-width:576px) {
  .card-sm-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem
  }

  .card-sm-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem
  }

  .card-sm-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .card-sm-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem
  }

  .card-sm-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }

  .card-sm-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}

@media (min-width:768px) {
  .card-md-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem
  }

  .card-md-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem
  }

  .card-md-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .card-md-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem
  }

  .card-md-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }

  .card-md-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}

@media (min-width:992px) {
  .card-lg-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem
  }

  .card-lg-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem
  }

  .card-lg-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .card-lg-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem
  }

  .card-lg-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }

  .card-lg-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem
  }
}

@media (max-width:767.98px) {
  .card-group-sm-break {
    display: block
  }

  .card-group-sm-break>.card:not(:last-child) {
    margin-bottom: -1px
  }

  .card-group-sm-break>.card+.card {
    border-left: 1px solid #e7eaf3
  }

  .card-group-sm-break>.card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-sm-break>.card:first-child .card-header,
  .card-group-sm-break>.card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
  }

  .card-group-sm-break>.card:first-child .card-footer,
  .card-group-sm-break>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-sm-break>.card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-sm-break>.card:last-child .card-header,
  .card-group-sm-break>.card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-sm-break>.card:last-child .card-footer,
  .card-group-sm-break>.card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
  }
}

@media (max-width:991.98px) {
  .card-group-md-break {
    display: block
  }

  .card-group-md-break>.card:not(:last-child) {
    margin-bottom: -1px
  }

  .card-group-md-break>.card+.card {
    border-left: 1px solid #e7eaf3
  }

  .card-group-md-break>.card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-md-break>.card:first-child .card-header,
  .card-group-md-break>.card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
  }

  .card-group-md-break>.card:first-child .card-footer,
  .card-group-md-break>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-md-break>.card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-md-break>.card:last-child .card-header,
  .card-group-md-break>.card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-md-break>.card:last-child .card-footer,
  .card-group-md-break>.card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
  }
}

@media (max-width:1199.98px) {
  .card-group-lg-break {
    display: block
  }

  .card-group-lg-break>.card:not(:last-child) {
    margin-bottom: -1px
  }

  .card-group-lg-break>.card+.card {
    border-left: 1px solid #e7eaf3
  }

  .card-group-lg-break>.card:first-child {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-lg-break>.card:first-child .card-header,
  .card-group-lg-break>.card:first-child .card-img-top {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
  }

  .card-group-lg-break>.card:first-child .card-footer,
  .card-group-lg-break>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group-lg-break>.card:last-child {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-lg-break>.card:last-child .card-header,
  .card-group-lg-break>.card:last-child .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .card-group-lg-break>.card:last-child .card-footer,
  .card-group-lg-break>.card:last-child .card-img-bottom {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
  }
}

.u-sidebar[aria-labelledby] {
  opacity: 0
}

.u-sidebar[aria-labelledby][role=tabpanel] {
  opacity: 1
}

.u-sidebar[aria-labelledby].u-unfold--css-animation,
.u-sidebar[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1
}

.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden
}

.u-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -13px 0 20px rgba(119, 131, 143, .08)
}

.u-sidebar__body,
.u-sidebar__content {
  height: 100%
}

.u-sidebar--left {
  right: auto;
  left: 0;
  box-shadow: 13px 0 20px rgba(119, 131, 143, .08)
}

.u-sidebar__scroller {
  height: 100%;
  overflow: hidden;
  overflow-y: auto
}

.u-sidebar__container {
  position: relative;
  height: 100%;
  min-height: 100%
}

.u-sidebar__footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0
}

.u-sidebar--account__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.3125rem
}

.u-sidebar__content--account {
  padding: 1.5rem 3rem
}

.u-sidebar--account__holder {
  background-color: #f8fafd;
  padding: 1.5rem 3rem
}

.u-sidebar--account__holder-img {
  width: 3rem;
  border-radius: .3125rem
}

.u-sidebar--account__holder-text {
  display: block;
  font-size: .75rem;
  color: #8c98a4
}

.u-sidebar--account__toggle-bg {
  position: relative;
  top: 1px;
  padding: .25rem .25rem .25rem .75rem;
  background-color: rgba(55, 125, 255, .1);
  border-radius: 6.1875rem
}

@media (max-width:767.98px) {
  .u-sidebar--account__toggle-bg {
    padding-left: .25rem
  }
}

.u-sidebar--account__toggle-bg:hover .u-sidebar--account__toggle-text {
  color: #377dff
}

.u-sidebar--account__toggle-text {
  color: #1e2022;
  font-size: .75rem;
  vertical-align: middle;
  margin-right: .3125rem
}

@media (max-width:767.98px) {
  .u-sidebar--account__toggle-text {
    display: none
  }
}

.u-sidebar--account__toggle-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%
}

.u-sidebar--account__list {
  margin-bottom: 0
}

.u-sidebar--account__list-item {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.u-sidebar--account__list-link {
  display: block;
  font-size: .875rem;
  color: #97a4af;
  border-radius: .3125rem;
  padding: .625rem;
  transition: .2s ease-in-out
}

.u-sidebar--account__list-link.active,
.u-sidebar--account__list-link:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1)
}

.u-sidebar--account__list-link.active .u-sidebar--account__list-icon,
.u-sidebar--account__list-link:hover .u-sidebar--account__list-icon {
  color: #377dff
}

.u-sidebar--account__list-icon {
  display: inline-block;
  text-align: center;
  width: 1.125rem;
  font-size: .8125rem;
  color: #8c98a4;
  transition: .2s ease-in-out
}

.u-sidebar--account__list-divider {
  border-top: 1px solid #e4ecf7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.u-sidebar__footer--account {
  padding: 0 3rem 1.5rem
}

.u-sidebar__footer--account__text {
  position: relative;
  z-index: 1;
  font-size: .875rem;
  color: rgba(255, 255, 255, .7)
}

.u-sidebar__footer--account__text:hover {
  color: #fff
}

.u-sidebar__cart-footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 13.4375rem
}

.u-clients {
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.close-light {
  color: rgba(255, 255, 255, .7)
}

.close-light:not(:disabled):not(.disabled):focus,
.close-light:not(:disabled):not(.disabled):hover {
  color: #fff
}

.u-divider {
  position: relative;
  display: inline-block;
  font-size: 1rem
}

.u-divider::after,
.u-divider::before {
  position: absolute;
  top: 50%;
  content: ""
}

.u-divider::before {
  right: 100%;
  background-image: linear-gradient(45deg, transparent 0, #bdc5d1 100%);
  background-repeat: repeat-x
}

.u-divider::after {
  left: 100%;
  background-image: linear-gradient(45deg, #bdc5d1 0, transparent 100%);
  background-repeat: repeat-x
}

.u-divider::after,
.u-divider::before {
  width: 10rem;
  height: .0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-divider::before {
  margin-right: .625rem
}

.u-divider::after {
  margin-left: .625rem
}

@media (max-width:767.98px) {

  .u-divider::after,
  .u-divider::before {
    width: 4rem
  }
}

.u-divider--xs {
  font-size: .75rem
}

.u-divider--xs::after,
.u-divider--xs::before {
  width: 2rem;
  height: .0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-divider--text {
  color: #8c98a4
}

.u-ver-divider {
  position: relative
}

.u-ver-divider::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  content: ""
}

@media (max-width:575.98px) {
  .u-ver-divider--none-sm::after {
    display: none
  }
}

@media (max-width:767.98px) {
  .u-ver-divider--none-md::after {
    display: none
  }
}

@media (max-width:991.98px) {
  .u-ver-divider--none-lg::after {
    display: none
  }
}

.u-ver-divider--xs::after {
  top: 50%;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-ver-divider--sm::after {
  top: 50%;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-ver-divider--lg::after {
  top: 50%;
  height: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-ver-divider--xl::after {
  top: 50%;
  height: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.dropdown-unfold[aria-labelledby] {
  opacity: 0
}

.dropdown-unfold[aria-labelledby][role=tabpanel] {
  display: block;
  opacity: 1
}

.dropdown-unfold[aria-labelledby].u-unfold--css-animation,
.dropdown-unfold[aria-labelledby].u-unfold--jquery-slide {
  display: block;
  opacity: 1
}

.dropdown-unfold.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden
}

.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden
}

.dropdown-unfold.show {
  display: block;
  opacity: 1
}

.dropdown-menu {
  margin-top: .5rem;
  font-size: .875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 5px 9px rgba(55, 125, 255, .075), 0 5px 9px rgba(119, 131, 143, .075)
}

.dropdown-nav-link {
  color: #77838f;
  font-weight: 300;
  font-size: .875rem
}

.dropdown-nav-link:hover {
  color: #1e2022
}

.dropdown-item {
  font-size: .875rem
}

.dropdown-item:hover {
  color: #377dff
}

.dropdown-item.active {
  color: #377dff
}

.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: .8125rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .5rem
}

.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: .5rem
}

.dropdown-toggle-collapse::after {
  transition: .3s
}

.dropdown-toggle-collapse[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.dropdown-menu-top {
  top: 0
}

.dropdown-menu-bottom {
  top: auto;
  bottom: 0
}

@media (min-width:576px) {
  .dropdown-menu-sm-top {
    top: 0
  }

  .dropdown-menu-sm-bottom {
    top: auto;
    bottom: 0
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-top {
    top: 0
  }

  .dropdown-menu-md-bottom {
    top: auto;
    bottom: 0
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-top {
    top: 0
  }

  .dropdown-menu-lg-bottom {
    top: auto;
    bottom: 0
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-top {
    top: 0
  }

  .dropdown-menu-xl-bottom {
    top: auto;
    bottom: 0
  }
}

.dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .dropdown-card {
    min-width: 25rem
  }
}

@media (min-width:576px) {
  .dropdown-menu-size-md {
    width: 440px
  }

  .dropdown-menu-size-lg {
    width: 340px
  }
}

@media (min-width:768px) {
  .dropdown-menu-size-lg {
    width: 440px
  }
}

@media (min-width:992px) {
  .dropdown-menu-size-lg {
    width: 740px
  }
}

.custom-select:focus,
.form-control:focus {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: rgba(55, 125, 255, .5)
}

.form-label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500
}

.input-group-borderless .form-control,
.input-group-borderless .input-group-text {
  border: none
}

.input-group-borderless .form-control:focus,
.input-group-borderless .input-group-text:focus {
  box-shadow: none
}

.input-group-pill {
  border-radius: 6.1875rem
}

.input-group-pill>.form-control:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem
}

.input-group-pill>.form-control:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem
}

.input-group-pill .input-group-prepend>.btn,
.input-group-pill .input-group-prepend>.input-group-text {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem
}

.input-group-pill .input-group-append>.btn,
.input-group-pill .input-group-append>.input-group-text {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem
}

.input-group.input-group-pill>.form-control:first-child {
  padding-left: 1.5rem
}

.input-group.input-group-pill .input-group-prepend>.btn,
.input-group.input-group-pill .input-group-prepend>.input-group-text {
  padding-left: 1.25rem
}

.input-group.input-group-pill .input-group-append>.btn,
.input-group.input-group-pill .input-group-append>.input-group-text {
  padding-right: 1.25rem
}

.input-group .input-group-append>.input-group-text,
.input-group .input-group-prepend>.input-group-text {
  font-size: .875rem
}

.input-group-xs.input-group-pill>.form-control:first-child {
  padding-left: 1.375rem
}

.input-group-xs.input-group-pill .input-group-prepend>.btn,
.input-group-xs.input-group-pill .input-group-prepend>.input-group-text {
  padding-left: 1.25rem
}

.input-group-xs.input-group-pill .input-group-append>.btn,
.input-group-xs.input-group-pill .input-group-append>.input-group-text {
  padding-right: 1.25rem
}

.input-group-xs .input-group-append>.input-group-text,
.input-group-xs .input-group-prepend>.input-group-text {
  font-size: .625rem
}

.form-control-xs {
  height: calc(1.925rem + 1px);
  padding: .4375rem .9375rem;
  font-size: .75rem;
  line-height: 1.4
}

.input-group-sm.input-group-pill>.form-control:first-child {
  padding-left: 1rem
}

.input-group-sm.input-group-pill .input-group-prepend>.btn,
.input-group-sm.input-group-pill .input-group-prepend>.input-group-text {
  padding-left: 1rem
}

.input-group-sm.input-group-pill .input-group-append>.btn,
.input-group-sm.input-group-pill .input-group-append>.input-group-text {
  padding-right: 1rem
}

.input-group-sm .input-group-append>.input-group-text,
.input-group-sm .input-group-prepend>.input-group-text {
  font-size: .75rem
}

.input-group-lg.input-group-pill>.form-control:first-child {
  padding-left: 2rem
}

.input-group-lg.input-group-pill .input-group-prepend>.btn,
.input-group-lg.input-group-pill .input-group-prepend>.input-group-text {
  padding-left: 1.375rem
}

.input-group-lg.input-group-pill .input-group-append>.btn,
.input-group-lg.input-group-pill .input-group-append>.input-group-text {
  padding-right: 1.5rem
}

.input-group-lg .input-group-append>.input-group-text,
.input-group-lg .input-group-prepend>.input-group-text {
  font-size: 1rem
}

.u-focus-state .custom-select,
.u-focus-state .form-control:first-child:last-child,
.u-focus-state .form-label+.form-control,
.u-focus-state .input-group {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1)
}

.u-focus-state .input-group-text {
  color: #377dff
}

.u-focus-state .form-control,
.u-focus-state .input-group-text,
.u-focus-state :focus,
.u-focus-state:focus {
  border-color: rgba(55, 125, 255, .5)
}

.u-focus-state .form-control {
  box-shadow: none
}

.u-has-success .custom-select,
.u-has-success .form-control:first-child:last-child,
.u-has-success .form-label+.form-control,
.u-has-success .input-group {
  box-shadow: 0 0 10px rgba(0, 201, 167, .1)
}

.u-has-success .input-group-text {
  color: #00c9a7
}

.u-has-success .form-control,
.u-has-success .input-group-text,
.u-has-success :focus,
.u-has-success:focus {
  border-color: rgba(0, 201, 167, .5)
}

.u-has-error .custom-select,
.u-has-error .form-control:first-child:last-child,
.u-has-error .form-label+.form-control,
.u-has-error .input-group {
  box-shadow: 0 0 10px rgba(222, 68, 55, .1)
}

.u-has-error .input-group-text {
  color: #de4437
}

.u-has-error .form-control,
.u-has-error .input-group-text,
.u-has-error :focus,
.u-has-error:focus {
  border-color: rgba(222, 68, 55, .5)
}

.bookmark-checkbox {
  position: relative;
  display: block;
  line-height: 0
}

.bookmark-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.bookmark-checkbox-label {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: .8175rem;
  color: #77838f;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  transition: .3s
}

.bookmark-checkbox-label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Free"
}

.bookmark-checkbox-input:checked~.bookmark-checkbox-label {
  color: #fff;
  background-color: #377dff;
  box-shadow: 0 3px 6px 0 rgba(55, 125, 255, .25);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.checkbox-outline {
  padding-left: 0;
  margin-right: 0
}

.checkbox-outline__label {
  border: 1px solid #e7eaf3;
  cursor: pointer
}

.checkbox-outline__input:checked~.checkbox-outline__label {
  border-color: #377dff
}

.checkbox-icon__label::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: none;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #377dff;
  font-size: 1.5rem
}

.checkbox-icon__input:checked~.checkbox-icon__label::after {
  display: block;
  border-color: #377dff
}

.custom-switch {
  padding-left: 3.25rem
}

.custom-switch .custom-control-label::before {
  left: -3.25rem;
  height: 1.5rem;
  border: none;
  background-color: #e7eaf3;
  border-radius: 6.1875rem
}

.custom-switch .custom-control-label::after {
  top: calc(.625rem);
  left: calc(-2.875rem);
  background-color: #fff
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  border-color: rgba(55, 125, 255, 0)
}

.file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0
}

.file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: .3125rem;
  padding: 4rem;
  margin-bottom: 0
}

.file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0
}

.file-attachment-input:hover {
  background-color: #f5f8fc
}

.file-attachment-link {
  position: relative;
  top: .4375rem;
  overflow: hidden
}

.file-attachment-link input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0
}

.file-attachment-link__label {
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px dashed rgba(255, 255, 255, .7);
  margin-bottom: 0
}

.file-attachment-link:hover .u-file-attachment-link__label {
  color: #fff;
  border-color: rgba(255, 255, 255, .7)
}

.u-gmap-interactive {
  height: 15.625rem;
  border: 4px solid #fff;
  border-radius: .3125rem;
  box-shadow: 0 0 45px rgba(140, 152, 164, .125)
}

.u-gmap-interactive .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div:first-child {
  display: none
}

.u-gmap-interactive .gm-style-iw {
  min-width: 11.0625rem;
  background-color: #fff;
  text-align: center;
  overflow: inherit;
  box-shadow: 0 0 45px rgba(140, 152, 164, .4);
  border-radius: .3125rem;
  padding-top: 1.5rem;
  padding-bottom: .5rem
}

.u-gmap-interactive .gm-style-iw::before {
  position: absolute;
  bottom: -.75rem;
  left: 50%;
  width: 1rem;
  height: .875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.1 14.5'%3E %3Cpath fill='#fff' d='M9.8,13.5L15.9,3c0.8-1.3-0.2-3-1.7-3H2C0.5,0-0.5,1.7,0.3,3l6.1,10.5C7.1,14.8,9,14.8,9.8,13.5z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.u-gmap-interactive .gm-style-iw img {
  max-width: 100%
}

.u-gmap-interactive__info {
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem
}

.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #377dff;
  color: #fff;
  font-size: .75rem;
  border-radius: .3125rem;
  opacity: .5;
  transition: .3s ease-out
}

.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-go-to:focus:hover,
.u-go-to:hover {
  color: #fff;
  opacity: 1
}

.u-go-to-ver-arrow {
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, .1);
  padding: 2rem 1rem;
  border-radius: 6.1875rem
}

.u-go-to-ver-arrow:hover .u-go-to-ver-arrow__inner {
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}

.u-go-to-ver-arrow__inner {
  transition: .2s ease-in-out
}

.u-go-to-modern {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.125rem;
  color: #377dff;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(140, 152, 164, .2)
}

.u-go-to-modern .u-go-to-modern__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-go-to-wave {
  width: 13.125rem;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:575.98px) {
  .u-go-to-wave {
    width: 10rem
  }
}

.u-go-to-wave__icon {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: .25rem
}

.u-hamburger:hover .u-hamburger__inner,
.u-hamburger:hover .u-hamburger__inner::after,
.u-hamburger:hover .u-hamburger__inner::before {
  background-color: #377dff
}

.u-hamburger__box {
  width: 1.5625rem;
  height: .875rem;
  display: inline-block;
  position: relative
}

.u-hamburger__inner {
  display: block;
  top: .0625rem;
  margin: top, -.0625rem
}

.u-hamburger__inner,
.u-hamburger__inner::after,
.u-hamburger__inner::before {
  width: 1.5625rem;
  height: .125rem;
  background-color: #8c98a4;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease
}

.u-hamburger__inner::after,
.u-hamburger__inner::before {
  content: "";
  display: block
}

.u-hamburger__inner::before {
  top: .375rem;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: .3s;
  transition-timing-function: ease
}

.u-hamburger__inner::after {
  top: .75rem
}

.u-hamburger .is-active .u-hamburger__inner,
.u-hamburger[aria-expanded=true] .u-hamburger__inner {
  -webkit-transform: translate3d(0, .375rem, 0) rotate(45deg);
  transform: translate3d(0, .375rem, 0) rotate(45deg)
}

.u-hamburger .is-active .u-hamburger__inner::before,
.u-hamburger[aria-expanded=true] .u-hamburger__inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-.22321rem, -.25rem, 0);
  transform: rotate(-45deg) translate3d(-.22321rem, -.25rem, 0);
  opacity: 0
}

.u-hamburger .is-active .u-hamburger__inner::after,
.u-hamburger[aria-expanded=true] .u-hamburger__inner::after {
  -webkit-transform: translate3d(0, -.75rem, 0) rotate(-90deg);
  transform: translate3d(0, -.75rem, 0) rotate(-90deg)
}

.u-hamburger--white .u-hamburger__inner,
.u-hamburger--white .u-hamburger__inner::after,
.u-hamburger--white .u-hamburger__inner::before {
  background-color: rgba(255, 255, 255, .8)
}

.u-hamburger--white:hover .u-hamburger__inner,
.u-hamburger--white:hover .u-hamburger__inner::after,
.u-hamburger--white:hover .u-hamburger__inner::before {
  background-color: #fff
}

.js-header-fix-moment .u-hamburger--white .u-hamburger__inner,
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after,
.js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before {
  background-color: #8c98a4
}

.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner,
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after,
.js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before {
  background-color: #377dff
}

.u-hero-v1 {
  position: relative
}

.u-hero-v1__main {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

@media (min-width:992px) {
  .u-hero-v1__main {
    height: 70vh
  }
}

.u-hero-v1__main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(38, 60, 100, .3);
  content: ""
}

.u-hero-v1__secondary {
  position: relative
}

@media (min-width:992px) {
  .u-hero-v1__secondary {
    height: 30vh
  }
}

.u-hero-v1__last {
  position: absolute;
  bottom: 0;
  left: 58.333333%
}

.u-hero-v1__last-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30%;
  padding-left: 3rem;
  padding-right: 3rem
}

.u-hero-v1__last-next {
  color: #0049d0
}

.u-hero-v1__last-prev {
  color: #962319
}

.u-indicator-dots {
  position: relative
}

@media (min-width:768px) {
  .u-indicator-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: .75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -.375rem
  }
}

.u-indicator-vertical-dashed-item:not(:last-child) {
  position: relative;
  margin-bottom: 1rem
}

.u-indicator-vertical-dashed-item:not(:last-child)::after {
  position: absolute;
  top: 1.625rem;
  bottom: -.8125rem;
  left: .625rem;
  border-left: 2px dashed #e7eaf3;
  content: ""
}

.u-indicator-vertical-line {
  position: relative
}

@media (min-width:768px) {
  .u-indicator-vertical-line::after {
    position: absolute;
    right: -.9375rem;
    top: 50%;
    height: 4rem;
    border-left: 1px solid rgba(30, 32, 34, .2);
    content: "";
    margin-top: -2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
}

.u-indicator-steps {
  position: relative;
  padding-left: 2.5rem
}

.u-indicator-steps::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.25rem;
  width: 2rem;
  height: .0625rem;
  border-top: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: ""
}

.u-indicator-steps::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.3125rem;
  width: .0625rem;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: ""
}

.u-indicator-steps:first-child::after {
  height: 50%;
  top: auto
}

.u-indicator-steps:last-child::after {
  height: 50%;
  bottom: auto
}

.u-indicator-steps__inner {
  min-width: 3rem
}

.u-media-player {
  color: #1e2022;
  transition: all .2s ease-in-out
}

.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: .8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all .3s ease-in-out
}

.u-media-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: .125rem
}

.u-media-player__icon--box-shadow {
  box-shadow: 0 0 2.5rem rgba(140, 152, 164, .3)
}

.u-media-player:focus .u-media-player__icon,
.u-media-player:hover .u-media-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.u-media-player:focus .u-media-player__icon--primary,
.u-media-player:hover .u-media-player__icon--primary {
  background-color: #377dff
}

.u-media-player:focus .u-media-player__icon--success,
.u-media-player:hover .u-media-player__icon--success {
  background-color: #00c9a7
}

.u-media-player:focus .u-media-player__icon--primary,
.u-media-player:focus .u-media-player__icon--success,
.u-media-player:hover .u-media-player__icon--primary,
.u-media-player:hover .u-media-player__icon--success {
  color: #fff
}

.u-media-player__icon--primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1)
}

.u-media-player__icon--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, .1)
}

.u-media-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem
}

.u-media-player__icon--xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 1rem
}

.u-media-player--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width:992px) {
  .u-media-player--left-minus-50x-top-50x-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.u-media-viewer {
  position: relative;
  display: block
}

.u-media-viewer:hover .u-media-viewer__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.u-media-viewer__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-media-viewer__icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .75rem;
  color: #fff;
  background-color: #377dff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  transition: .3s ease-in-out
}

.u-media-viewer__icon:focus,
.u-media-viewer__icon:hover {
  color: #fff
}

.u-media-viewer__icon--active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.u-media-viewer__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-video-player {
  position: relative;
  background-color: #000
}

.u-video-player__preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity .3s ease-in-out
}

.u-video-player__played .u-video-player__preview {
  opacity: 0;
  pointer-events: none
}

.u-video-player__btn {
  z-index: 3;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.u-video-player__played .u-video-player__btn {
  -webkit-animation: videoPlayerButton .4s ease-in-out forwards;
  animation: videoPlayerButton .4s ease-in-out forwards;
  pointer-events: none
}

.u-video-player__btn:focus .u-video-player__icon,
.u-video-player__btn:hover .u-video-player__icon {
  color: #377dff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.u-video-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: .8125rem;
  border-radius: 50%;
  color: #1e2022;
  background-color: #fff;
  transition: all .3s ease-in-out
}

.u-video-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: .125rem
}

.u-video-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem
}

.u-video-player__centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@-webkit-keyframes videoPlayerButton {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
  }
}

@keyframes videoPlayerButton {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3)
  }
}

.u-browser-v1 {
  position: relative;
  max-width: 53.125rem
}

.u-browser-v1__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  border-radius: .5rem;
  box-shadow: 0 .625rem 2.5rem .625rem rgba(140, 152, 164, .175)
}

.u-devices-v1 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 40.625rem;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.u-devices-v1__phone-svg,
.u-devices-v1__tablet-svg {
  border-radius: 2.125rem;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, .05)
}

.u-devices-v1__tablet {
  width: 26.875rem;
  height: 34.3125rem
}

.u-devices-v1__phone {
  width: 13.75rem;
  height: 27.5rem;
  margin-right: 1.25rem
}

.u-devices-v2 {
  position: relative;
  overflow: hidden
}

.u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%
}

@media (max-width:991.98px) {
  .u-devices-v2__tablet {
    -webkit-transform-origin: 100% -40%;
    transform-origin: 100% -40%
  }
}

.u-devices-v2__tablet-svg {
  border-radius: 1.85rem;
  box-shadow: 0 0 .75rem .5rem rgba(30, 32, 34, .1)
}

.u-devices-v2__phone {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 1;
  width: 19.8125rem;
  height: 41.5625rem;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.u-devices-v2__phone--left-position {
  position: absolute;
  right: auto;
  left: 0;
  -webkit-transform-origin: 100% 40%;
  transform-origin: 100% 40%
}

@media (max-width:1199.98px) {
  .u-devices-v2__phone--left-position {
    -webkit-transform-origin: 100% 65%;
    transform-origin: 100% 65%
  }
}

.u-devices-v2__phone-svg {
  border-radius: 3rem;
  box-shadow: 0 0 .75rem .5rem rgba(30, 32, 34, .1)
}

.u-devices-v3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 40%;
  border-radius: 4.0625rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, .1)
}

.u-devices-v4 {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg)
}

.u-devices-v4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-devices-v4__laptop {
  width: 35.9375rem;
  height: 20.75rem
}

.u-devices-v4__tablet-svg,
.u-devices-v4__tablet-ver-svg {
  border-radius: 1.375rem;
  box-shadow: 0 0 .625rem .375rem rgba(30, 32, 34, .05)
}

.u-devices-v4__tablet {
  width: 17.1875rem;
  height: 25.4375rem;
  margin-left: 1.5625rem
}

.u-devices-v4__tablet-ver {
  width: 25rem;
  height: 16.875rem
}

.u-devices-v4__phone {
  width: 6.25rem;
  height: 13.0625rem;
  margin-left: 1.5625rem
}

.u-devices-v4__phone-svg {
  border-radius: 1rem;
  box-shadow: 0 0 .625rem .375rem rgba(30, 32, 34, .05)
}

.u-modal-window {
  display: none;
  max-height: 85vh
}

.u-modal--facebook {
  width: 31.25rem;
  border-radius: .3125rem
}

.u-modal--facebook__body {
  position: relative;
  background-color: #3b5998;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem
}

.u-modal--facebook__body::after {
  position: absolute;
  left: 5rem;
  top: 100%;
  display: block;
  border-style: solid;
  border-width: 1.125rem 1.375rem 0 0;
  border-color: #3b5998 transparent transparent transparent;
  content: ""
}

.u-modal--facebook__space {
  padding: 2rem
}

.u-modal--facebook__content {
  background-color: #fff;
  padding: 2rem
}

.u-modal--facebook__navbar {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.u-modal--facebook__navbar-logo {
  width: 7.5rem
}

.u-modal--facebook__text {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0
}

.page-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background-color: #fff
}

.page-preloader__content-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.page-link {
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem
}

.page-item {
  margin-left: .25rem;
  margin-right: .25rem
}

.page-item .page-link {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem
}

.page-item .page-link {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem
}

.nav-classic {
  border-bottom: 1px solid #e7eaf3
}

.nav-classic .nav-link {
  color: #77838f;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: -.125rem;
  transition: .3s
}

.nav-classic .nav-link:hover {
  color: #377dff
}

.nav-classic .nav-link.active {
  color: #377dff;
  border-bottom-color: #377dff
}

.nav-borderless {
  border-color: transparent
}

.nav-rounded {
  border-radius: .3125rem
}

.nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: .3125rem
}

.nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: .3125rem
}

.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}

.nav .nav-item:not(:first-child) {
  margin-left: .25rem
}

.nav .nav-item:not(:last-child) {
  margin-right: .25rem
}

.nav-white .nav-link {
  color: rgba(255, 255, 255, .7)
}

.nav-white .nav-link.active {
  color: #377dff;
  background-color: #fff
}

.nav-white .nav-link:not(.active):hover {
  color: #fff
}

.nav-border-white .nav-link {
  color: rgba(255, 255, 255, .7);
  border-bottom: 2px solid transparent
}

.nav-border-white .nav-link.active {
  color: #fff;
  border-bottom-color: #fff
}

.nav-border-white .nav-link:not(.active):hover {
  color: #fff
}

.nav-box .nav-link {
  color: #1e2022;
  border: 1px solid transparent;
  border-radius: .3125rem
}

.nav-box .nav-link.active {
  color: #377dff;
  background-color: #fff;
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, .125)
}

.nav-box .nav-link:hover {
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, .125)
}

.nav-icon .nav-item {
  color: #77838f
}

.nav-icon .nav-item.active {
  color: #377dff
}

.nav-icon .nav-item.active .nav-icon-action {
  color: #fff;
  background-color: #377dff;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.nav-icon-action {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  line-height: .7;
  width: 4rem;
  height: 4rem;
  font-size: 1.375rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, .1);
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
  transition: .3s ease-in-out;
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.nav-icon-action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-blog-thumb-minimal {
  padding: .5rem;
  transition: .3s ease-in-out
}

.u-blog-thumb-minimal,
.u-blog-thumb-minimal__img {
  border-radius: .3125rem
}

.u-blog-thumb-minimal:hover {
  background-color: #196eff
}

.u-blog-thumb-minimal__img-wrapper {
  width: 5rem
}

.progress-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem
}

.u-paging-modern .u-paging-modern__arrow-icon-next,
.u-paging-modern .u-paging-modern__arrow-icon-prev {
  transition: .3s
}

.u-paging-modern .u-paging-modern__arrow-icon-prev {
  margin-right: 1rem
}

.u-paging-modern .u-paging-modern__arrow-icon-next {
  margin-left: 1rem
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-prev {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}

.u-paging-modern:hover .u-paging-modern__arrow-icon-next {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.u-paging-modern-view-all {
  color: #fff;
  text-align: center;
  background-color: #ffc107
}

.u-paging-modern-view-all__icon {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
  transition: .3s
}

.u-paging-modern-view-all:hover {
  color: #fff
}

.u-paging-modern-view-all:hover .u-paging-modern-view-all__icon {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.popover-header {
  font-weight: 500
}

.u-quantity {
  width: 4rem
}

.u-quantity>.u-quantity__input {
  padding-right: 1.875rem
}

.u-quantity>.u-quantity__input:not(:last-child) {
  border-radius: .3125rem
}

.u-quantity__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: .75rem;
  z-index: 3
}

.u-quantity__arrows-inner {
  display: block;
  color: #77838f;
  cursor: pointer
}

.u-quantity__arrows-inner:hover {
  color: #377dff
}

.u-search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, .05)
}

.u-search-push-top__content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto
}

.u-search-push-top__close-btn {
  position: absolute;
  top: -1.5625rem;
  right: .4375rem
}

@media (max-width:575.98px) {
  .u-search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

.u-search-push-top__banner {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(151, 164, 175, .05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden
}

.u-search-push-top__banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem
}

.u-search-push-top__banner-img {
  position: absolute;
  bottom: -.625rem;
  left: -.625rem;
  transition: all .3s ease-in-out
}

.u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
  bottom: 0;
  left: 0
}

.u-search-slide-down {
  position: absolute;
  z-index: 1003;
  top: 5rem;
  left: calc(50% - 18rem) !important;
  width: 36rem
}

.u-search-slide-down-trigger.active .u-search-slide-down-trigger__icon::before {
  content: "\f00d"
}

.u-search-slide-down-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: none;
  width: 100%;
  height: 100%
}

.u-search-slide-down .u-search-slide-down__input {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  transition: opacity .2s, -webkit-transform .3s cubic-bezier(.37, .41, .55, .98);
  transition: transform .3s cubic-bezier(.37, .41, .55, .98), opacity .2s;
  transition: transform .3s cubic-bezier(.37, .41, .55, .98), opacity .2s, -webkit-transform .3s cubic-bezier(.37, .41, .55, .98)
}

.u-search-slide-down .u-search-slide-down__suggestions {
  opacity: 0;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  transition: opacity .2s, -webkit-transform .4s cubic-bezier(.37, .41, .55, .98);
  transition: transform .4s cubic-bezier(.37, .41, .55, .98), opacity .2s;
  transition: transform .4s cubic-bezier(.37, .41, .55, .98), opacity .2s, -webkit-transform .4s cubic-bezier(.37, .41, .55, .98)
}

.u-search-slide-down.active .u-search-slide-down__input,
.u-search-slide-down.active .u-search-slide-down__suggestions {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.u-search-slide-down.active .u-search-slide-down__suggestions {
  transition-delay: .2s
}

.u-slick {
  position: relative
}

.u-slick--transform-off.slick-transform-off .slick-track {
  -webkit-transform: none !important;
  transform: none !important
}

.u-slick-thumb-progress {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-slick--equal-height .slick-list {
  height: 100%
}

.u-slick--equal-height .slick-track {
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.u-slick--equal-height .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto
}

.u-slick--gutters-1 {
  margin-left: -.25rem;
  margin-right: -.25rem
}

.u-slick--gutters-1 .slick-slide {
  margin-left: .25rem;
  margin-right: .25rem
}

.u-slick--gutters-2 {
  margin-left: -.5rem;
  margin-right: -.5rem
}

.u-slick--gutters-2 .slick-slide {
  margin-left: .5rem;
  margin-right: .5rem
}

.u-slick--gutters-3 {
  margin-left: -.9375rem;
  margin-right: -.9375rem
}

.u-slick--gutters-3 .slick-slide {
  margin-left: .9375rem;
  margin-right: .9375rem
}

.u-slick-zoom .slick-slide .u-slick-zoom__slide {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  transition: all .5s ease-in-out
}

.u-slick-zoom .slick-center .u-slick-zoom__slide {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.u-slick__arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #377dff;
  background-color: rgba(55, 125, 255, .1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  cursor: pointer;
  transition: .3s
}

.u-slick__arrow:hover {
  color: #fff;
  background-color: #377dff
}

.u-slick__arrow-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-slick__arrow-inner--left {
  left: 0
}

.u-slick__arrow-inner--right {
  right: 0
}

.u-slick__arrow--flat {
  color: #fff;
  background-color: rgba(55, 125, 255, .8)
}

.u-slick__arrow--flat-white {
  color: #1e2022;
  background-color: #fff
}

.u-slick__arrow--flat-white:hover {
  color: #377dff;
  background-color: #fff
}

@media (min-width:992px) {
  .u-slick__arrow--offset.u-slick__arrow-inner--left {
    left: -2.5rem
  }

  .u-slick__arrow--offset.u-slick__arrow-inner--right {
    right: -2.5rem
  }
}

.u-slick__arrow-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.u-slick__arrow-classic {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  cursor: pointer;
  transition: .3s
}

.u-slick__arrow-classic:hover {
  color: #fff;
  background-color: #377dff
}

.u-slick__arrow-classic-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.u-slick__arrow-classic-inner--left {
  left: 0
}

.u-slick__arrow-classic-inner--right {
  right: 0
}

.u-slick__paging {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding-left: .9375rem;
  padding-right: .9375rem
}

.u-slick__paging .u-paging__current {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1
}

.u-slick__paging .u-paging__divider {
  position: relative;
  margin-right: .5rem;
  margin-left: .25rem
}

.u-slick__paging .u-paging__divider::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .875rem;
  content: "\002f"
}

.u-slick__paging .u-paging__total {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, .7)
}

.u-slick__pagination {
  padding-left: 0
}

.u-slick__pagination:not(.u-slick__pagination--block) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none
}

.u-slick__pagination li {
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer
}

.u-slick__pagination li span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  background-color: #377dff;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(.6);
  transform: scale(.6);
  transition: .3s
}

.u-slick__pagination li.slick-active span {
  background-color: transparent;
  border-color: #377dff;
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.u-slick__pagination--white li span {
  background-color: #fff
}

.u-slick__pagination--white li.slick-active span {
  border-color: #fff
}

.u-slick__pagination--block li {
  display: block
}

.u-slick__pagination-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media (min-width:992px) {
  .u-slick__pagination--vertical-lg li {
    display: block;
    margin: .25rem 0
  }

  .u-slick__pagination--vertical-pos-v1-lg {
    position: absolute;
    top: 50%;
    left: -15.7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.u-slick--pagination-modern {
  width: 100%;
  max-width: 12.5rem
}

.u-slick--pagination-modern .slick-slide {
  cursor: pointer;
  opacity: .7;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: .3s
}

.u-slick--pagination-modern .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.u-slick--pagination-interactive__text {
  color: rgba(255, 255, 255, .7)
}

.u-slick--pagination-interactive .slick-slide {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  transition: .3s
}

.u-slick--pagination-interactive .slick-slide:hover {
  background: rgba(255, 255, 255, .15)
}

.u-slick--pagination-interactive .slick-slide:hover.slick-center {
  background: #fff
}

.u-slick--pagination-interactive .slick-center {
  background: #fff
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
  color: #377dff
}

.u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
  color: #77838f
}

.spinner-border,
.spinner-grow {
  vertical-align: middle
}

.u-stats-progress {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
  margin-left: auto;
  margin-right: auto
}

.u-stats-progress__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 2rem;
  text-align: center
}

.svg-preloader {
  z-index: -1;
  background: transparent url(svg/preloaders/circle-preloader.svg) center no-repeat !important;
  overflow: hidden;
  transition: all .4s ease-in
}

.svg-preloader :not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {
  opacity: 0;
  transition: opacity .4s ease-in
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .u-header__promo-icon {
    height: 48px
  }

  .ie-height-24 {
    height: 24px
  }

  .ie-height-40 {
    height: 40px
  }

  .ie-height-48 {
    height: 48px
  }

  .ie-height-56 {
    height: 56px
  }

  .ie-height-72 {
    height: 72px
  }

  .ie-height-90 {
    height: 90px
  }

  .ie-height-111 {
    height: 111px
  }

  .ie-main-hero {
    height: 686px
  }

  .ie-soft-triangle-shape {
    height: 610px
  }

  .ie-browser {
    height: 565px
  }

  .ie-wave-1-bottom {
    height: 100px
  }

  .ie-easy-payment,
  .ie-responsive,
  .ie-vault {
    height: 210px
  }

  .ie-devices-v1-tablet {
    height: 38.5rem
  }

  .ie-devices-v1-phone {
    height: 27.5rem
  }

  .ie-devices-v2-tablet {
    height: 37.875rem
  }

  .ie-devices-v2-iphone {
    height: 31rem
  }

  .ie-devices-v3-iphone {
    height: 633px
  }

  .ie-devices-v4-tablet-horizontal {
    height: 16.875rem
  }

  .ie-devices-v4-tablet {
    height: 25.4375rem
  }

  .ie-devices-v4-laptop {
    height: 20.75rem
  }

  .ie-devices-v4-iphone {
    height: 13.0625rem
  }

  .ie-wave-6-top-left {
    height: 379px
  }

  .ie-double-ellipse-top-right {
    height: 431px
  }

  .ie-double-ellipse-top-left {
    height: 788px
  }

  .ie-double-ellipse-bottom-right {
    height: 252px
  }

  .ie-ellipse-mockup {
    height: 656px
  }

  .ie-irregular-shape-2-right {
    height: 660px
  }

  .ie-irregular-shape-3-bottom {
    height: 255px
  }

  .ie-circle-chart {
    height: 219px
  }

  .ie-curved-shape {
    height: 55.8px
  }

  .ie-subscribe-illustration {
    height: 329px
  }

  .ie-subscribe-1 {
    height: 315px
  }

  .ie-subscribe-2 {
    height: 295px
  }

  .ie-subscribe-2-flat-icons {
    height: 200px
  }

  .ie-color-gradient {
    height: 566px
  }

  .ie-buyer,
  .ie-for-sale {
    height: 208px
  }

  .ie-data-report,
  .ie-events,
  .ie-image-upload {
    height: 219px
  }

  .ie-analysis,
  .ie-in-the-office,
  .ie-make-it-rain {
    height: 200px
  }

  .ie-house-agency {
    height: 381px
  }

  .ie-laptop-and-iphone {
    height: 421px
  }

  .ie-get-answered {
    height: 386px
  }

  .ie-bg-elements-1 {
    height: 420px
  }

  .ie-bg-elements-2 {
    height: 374px
  }

  .ie-bg-elements-3 {
    height: 583px
  }

  .ie-bg-elements-4 {
    height: 850px
  }

  .ie-circle-1 {
    height: 379px
  }

  .ie-go-to-wave {
    height: 46px
  }

  .ie-graphic-illustration-1 {
    height: 270px
  }

  .ie-app-development {
    height: 328px
  }

  .ie-we-have-an-idea {
    height: 335px
  }

  .ie-chatting-boy,
  .ie-chatting-girl {
    height: 328px
  }

  .ie-virtual-reality {
    height: 320px
  }

  .ie-maintenance-mode {
    height: 200px
  }

  .ie-non-standard-hero-shape {
    height: 556px
  }

  .ie-enterprise-2 {
    height: 267px
  }

  .ie-abstract-shapes-1 {
    height: 554px
  }

  .ie-abstract-shapes-2,
  .ie-abstract-shapes-3,
  .ie-abstract-shapes-4 {
    height: 532px
  }

  .ie-abstract-shapes-6 {
    height: 187px
  }

  .ie-abstract-shapes-7 {
    height: 624px
  }

  .ie-abstract-shapes-9 {
    height: 182px
  }

  .ie-abstract-shapes-10 {
    height: 573px
  }

  .ie-abstract-shapes-11 {
    height: 192px
  }

  .ie-abstract-shapes-12 {
    height: 597px
  }

  .ie-abstract-shapes-13,
  .ie-abstract-shapes-14 {
    height: 615px
  }

  .ie-showcase-mockup-1 {
    height: 384px
  }

  .ie-showcase-mockup-2 {
    height: 371px
  }

  .ie-showcase-mockup-3 {
    height: 535px
  }

  .ie-knowledgebase-community {
    height: 447px
  }

  .ie-knowledgebase-community-2 {
    height: 542px
  }

  .ie-files {
    height: 293px
  }

  .ie-half-circle-1-1 {
    height: 1136px
  }

  .ie-half-circle-2-1 {
    height: 835px
  }

  .ie-half-circle-2-2 {
    height: 660px
  }

  .ie-iphone-x-1 {
    height: 601px
  }

  .ie-half-iphone-x-1-iphone {
    height: 372px
  }

  .ie-circles-cta,
  .ie-circles-hero {
    display: none
  }

  .ie-communicating-men {
    height: 531px
  }

  .ie-devices-1 {
    height: 637px
  }

  .ie-list-app,
  .ie-support-man {
    height: 215px
  }

  .ie-mobile-article {
    height: 268px
  }

  .ie-working-men {
    height: 325px
  }

  .ie-server-woman {
    height: 432px
  }

  .ie-drawing-woman {
    height: 415px
  }

  .ie-subscribe-3 {
    height: 338px
  }

  .ie-hiker-man {
    height: 405px
  }

  .ie-chatting-man {
    height: 268px
  }
}

.table-heighlighted thead th {
  border-bottom-color: #1e2022;
  border-top: none
}

.table-heighlighted tfoot td {
  border-top: 2px solid #1e2022
}

.table-light-bordered {
  border-color: rgba(255, 255, 255, .3)
}

.table-light-bordered td,
.table-light-bordered th,
.table-light-bordered thead th {
  border-color: rgba(255, 255, 255, .3)
}

.u-timeline {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0
}

.u-timeline__item {
  position: relative;
  padding-right: .9375rem;
  padding-left: 2rem
}

.u-timeline__item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem
}

.u-timeline__item::before {
  position: absolute;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  height: auto;
  border-left: .1875rem solid #e7eaf3;
  content: ""
}

.u-timeline__icon {
  position: absolute;
  left: -.875rem
}

.u-timeline__heading {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: .75rem;
  margin-bottom: 1rem
}

.u-timeline__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: .1rem solid #e7eaf3;
  content: ""
}

[class*=sticky-block] {
  max-width: 100%
}

.gradient-half-primary-body-v1 {
  background-image: linear-gradient(150deg, #2d1582 0, #19a0ff 100%);
  background-repeat: repeat-x;
  background-attachment: fixed
}

.gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #2d1582 0, #19a0ff 100%);
  background-repeat: repeat-x
}

.gradient-half-primary-v2 {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, .05) 0, transparent 100%);
  background-repeat: repeat-x
}

.gradient-half-primary-v3 {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, .1) 0, transparent 100%);
  background-repeat: repeat-x
}

.gradient-half-primary-v4 {
  background-image: linear-gradient(150deg, #2d1582 0, #19a0ff 85%);
  background-repeat: repeat-x
}

.gradient-half-primary-v5 {
  background-image: linear-gradient(150deg, #377dff 0, #2d1582 100%);
  background-repeat: repeat-x
}

.gradient-half-info-v1 {
  background-image: linear-gradient(0deg, #377dff 0, #00dffc 100%);
  background-repeat: repeat-x
}

.gradient-half-warning-v1 {
  background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
  background-repeat: repeat-x
}

.gradient-half-warning-v2 {
  background-image: linear-gradient(150deg, #ffc107 0, #efa02e 100%);
  background-repeat: repeat-x
}

.gradient-half-warning-v3 {
  background-image: linear-gradient(150deg, #ffc107 0, #de4437 100%);
  background-repeat: repeat-x
}

[class*=gradient-overlay-half] {
  position: relative;
  z-index: 1
}

[class*=gradient-overlay-half]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: ""
}

.gradient-overlay-half-primary-video-v1::before {
  z-index: 2;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, .9) 0, rgba(25, 160, 255, .85) 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-primary-v1::before {
  background-image: linear-gradient(150deg, rgba(45, 21, 130, .9) 0, rgba(25, 160, 255, .85) 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-primary-v2::before {
  background-image: linear-gradient(30deg, rgba(25, 160, 255, .85) 0, rgba(45, 21, 130, .9) 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-primary-v3::before {
  background-image: linear-gradient(90deg, #377dff 0, #0055e5 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-primary-v4::before {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, .025) 0, #fff 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-indigo-v1::before {
  background-image: linear-gradient(45deg, transparent 50%, rgba(45, 21, 130, .1) 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-info-v1::before {
  background-image: linear-gradient(0deg, rgba(55, 125, 255, .92) 0, rgba(0, 223, 252, .92) 100%);
  background-repeat: repeat-x
}

.gradient-overlay-half-dark-v1::before {
  background-image: linear-gradient(0deg, #1e2022 0, transparent 75%);
  background-repeat: repeat-x
}

.gradient-overlay-half-dark-v2::before {
  background-image: linear-gradient(150deg, rgba(34, 48, 73, .675) 0, rgba(119, 131, 143, .3) 100%);
  background-repeat: repeat-x
}

.fill-none {
  fill: none !important
}

.fill-white {
  fill: #fff !important
}

.fill-dark {
  fill: #1e2022 !important
}

.fill-primary {
  fill: #377dff !important
}

.fill-primary-lighter {
  fill: #19a0ff !important
}

.fill-primary-darker {
  fill: #196eff !important
}

.fill-success {
  fill: #00c9a7 !important
}

.fill-success-lighter {
  fill: #13d7b6 !important
}

.fill-info {
  fill: #00dffc !important
}

.fill-danger {
  fill: #de4437 !important
}

.fill-danger-lighter {
  fill: #ec5245 !important
}

.fill-warning {
  fill: #ffc107 !important
}

.fill-warning-lighter {
  fill: #fdd14e !important
}

.fill-warning-darker {
  fill: #efa02e !important
}

.fill-gray-100 {
  fill: #f8f9fa !important
}

.fill-gray-200 {
  fill: #f8fafd !important
}

.fill-gray-300 {
  fill: #e7eaf3 !important
}

.fill-gray-400 {
  fill: #bdc5d1 !important
}

.fill-gray-500 {
  fill: #97a4af !important
}

.fill-gray-600 {
  fill: #8c98a4 !important
}

.stop-color-white {
  stop-color: #fff !important
}

.stop-color-primary {
  stop-color: #377dff !important
}

.stop-color-primary-darker {
  stop-color: #196eff !important
}

.stop-color-primary-lighter {
  stop-color: #19a0ff !important
}

.stop-color-warning {
  stop-color: #ffc107 !important
}

.stop-color-danger {
  stop-color: #de4437 !important
}

.stop-color-info {
  stop-color: #00dffc !important
}

.stop-color-indigo {
  stop-color: #2d1582 !important
}

.stroke-white {
  stroke: #fff !important
}

.stroke-primary {
  stroke: #377dff !important
}

.stroke-primary-lighter {
  stroke: #19a0ff !important
}

.stroke-primary-darker {
  stroke: #196eff !important
}

.stroke-success {
  stroke: #00c9a7 !important
}

.stroke-danger {
  stroke: #de4437 !important
}

.stroke-warning {
  stroke: #ffc107 !important
}

.stroke-info {
  stroke: #00dffc !important
}

.stroke-gray-200 {
  stroke: #f8fafd !important
}

.stroke-gray-300 {
  stroke: #e7eaf3 !important
}

.stroke-gray-400 {
  stroke: #bdc5d1 !important
}

.stroke-gray-500 {
  stroke: #97a4af !important
}

.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}

.bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}

.bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed
}

.bg-soft-primary {
  background-color: rgba(55, 125, 255, .1)
}

.bg-soft-secondary {
  background-color: rgba(119, 131, 143, .1)
}

.bg-soft-success {
  background-color: rgba(0, 201, 167, .1)
}

.bg-soft-info {
  background-color: rgba(0, 223, 252, .1)
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, .1)
}

.bg-soft-danger {
  background-color: rgba(222, 68, 55, .1)
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, .1)
}

.bg-soft-dark {
  background-color: rgba(30, 32, 34, .1)
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, .1)
}

.bg-soft-indigo {
  background-color: rgba(45, 21, 130, .1)
}

.bg-soft-facebook {
  background-color: rgba(59, 89, 152, .1)
}

.bg-soft-google {
  background-color: rgba(209, 65, 48, .1)
}

.bg-soft-twitter {
  background-color: rgba(29, 161, 242, .1)
}

.bg-soft-instagram {
  background-color: rgba(63, 114, 155, .1)
}

.bg-soft-github {
  background-color: rgba(36, 41, 46, .1)
}

.bg-soft-gray {
  background-color: rgba(248, 250, 253, .1)
}

.bg-soft-light {
  background-color: #f8f9fa
}

.rounded-pill {
  border-radius: 6.1875rem
}

.rounded-top-pill {
  border-top-left-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem
}

.rounded-right-pill {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem
}

.rounded-bottom-pill {
  border-bottom-right-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem
}

.rounded-left-pill {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem
}

.rounded-top-left-pill {
  border-top-left-radius: 6.1875rem
}

.rounded-bottom-left-pill {
  border-bottom-left-radius: 6.1875rem
}

.rounded-pseudo {
  border-radius: .3125rem
}

.rounded-pseudo::after,
.rounded-pseudo::before {
  border-radius: .3125rem
}

.rounded-top-pseudo {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem
}

.rounded-top-pseudo::after,
.rounded-top-pseudo::before {
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem
}

.border-dashed {
  border: 1px dashed #e7eaf3
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

@media (min-width:576px) {
  .position-sm-absolute {
    position: absolute
  }
}

@media (min-width:768px) {
  .top-md-0 {
    top: 0
  }

  .right-md-0 {
    right: 0
  }

  .bottom-md-0 {
    bottom: 0
  }

  .left-md-0 {
    left: 0
  }

  .position-md-absolute {
    position: absolute
  }
}

@media (min-width:992px) {
  .top-lg-0 {
    top: 0
  }

  .right-lg-0 {
    right: 0
  }

  .bottom-lg-0 {
    bottom: 0
  }

  .left-lg-0 {
    left: 0
  }

  .position-lg-absolute {
    position: absolute
  }
}

.content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media (min-width:768px) {
  .content-centered-y--md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}

@media (min-width:992px) {
  .content-centered-y--lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
}

.ml-n2 {
  margin-left: -.5rem
}

.ml-n3 {
  margin-left: -1rem
}

.mr-n2 {
  margin-right: -.5rem
}

.mt-n1 {
  margin-top: -.25rem
}

.mt-n5 {
  margin-top: -2rem
}

.mt-n6 {
  margin-top: -2.5rem
}

.mt-n9 {
  margin-top: -4rem
}

.mt-n23 {
  margin-top: -10rem
}

.mb-n3 {
  margin-bottom: -1rem
}

.mb-n9 {
  margin-bottom: -4rem
}

.mx-gutters-1 {
  margin-right: -.25rem;
  margin-left: -.25rem
}

.mx-gutters-1>.col,
.mx-gutters-1>[class*=col-] {
  padding-right: .25rem;
  padding-left: .25rem
}

.mx-gutters-2 {
  margin-right: -.5rem;
  margin-left: -.5rem
}

.mx-gutters-2>.col,
.mx-gutters-2>[class*=col-] {
  padding-right: .5rem;
  padding-left: .5rem
}

.opacity-md {
  opacity: .2
}

.shadow-primary-lg {
  box-shadow: 0 0 50px rgba(55, 125, 255, .4) !important
}

.shadow-soft {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25) !important
}

.min-width-3 {
  min-width: 1rem !important
}

.min-width-4 {
  min-width: 1.5rem !important
}

.min-width-15 {
  min-width: 7rem !important
}

.min-width-21 {
  min-width: 10rem !important
}

.max-width-3 {
  max-width: 1rem !important
}

.max-width-4 {
  max-width: 1.5rem !important
}

.max-width-5 {
  max-width: 2rem !important
}

.max-width-6 {
  max-width: 2.5rem !important
}

.max-width-8 {
  max-width: 3.5rem
}

.max-width-9 {
  max-width: 4rem
}

.max-width-10 {
  max-width: 4.5rem
}

.max-width-11 {
  max-width: 5rem
}

.max-width-15 {
  max-width: 7rem
}

.max-width-19 {
  max-width: 9rem
}

.max-width-23 {
  max-width: 11rem
}

.max-width-27 {
  max-width: 13rem
}

.max-width-35 {
  max-width: 17rem
}

.max-width-40 {
  max-width: 19.5rem
}

.max-width-50 {
  max-width: 24.5rem
}

.max-width-60 {
  max-width: 29.5rem
}

.height-40vh {
  height: 40vh
}

.height-60vh {
  height: 60vh
}

.height-100vh {
  height: 100vh
}

.height-4 {
  height: .25rem
}

.height-250 {
  height: 15.625rem
}

.height-380 {
  height: 23.75rem
}

.height-400 {
  height: 25rem
}

.height-450 {
  height: 28.125rem
}

.min-height-100vh {
  min-height: 100vh
}

.min-height-155 {
  min-height: 9.6875rem
}

.min-height-300 {
  min-height: 18.75rem
}

.min-height-380 {
  min-height: 23.75rem
}

.min-height-450 {
  min-height: 28.125rem
}

.min-height-550 {
  min-height: 34.375rem
}

.min-height-600 {
  min-height: 37.5rem
}

.min-height-620 {
  min-height: 38.75rem
}

@media (min-width:576px) {
  .height-sm-100vh {
    height: 100vh
  }
}

@media (min-width:768px) {
  .height-md-60vh {
    height: 60vh
  }

  .height-md-100vh {
    height: 100vh
  }

  .min-height-md-100vh {
    min-height: 100vh
  }
}

@media (min-width:992px) {
  .height-lg-100vh {
    height: 100vh
  }

  .min-height-lg-auto {
    min-height: auto
  }

  .min-height-lg-100vh {
    min-height: 100vh
  }
}

@media (min-width:1200px) {
  .min-height-xl-100vh {
    min-height: 100vh
  }
}

.svg-divider-polygon {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 95%)
}

.font-size-1 {
  font-size: .875rem
}

.font-size-2 {
  font-size: 1.5rem
}

.font-size-3 {
  font-size: 2rem
}

.font-size-4 {
  font-size: 2.5rem
}

.font-size-5 {
  font-size: 3rem
}

@media (max-width:991.98px) {
  .font-size-md-down-3 {
    font-size: 2rem
  }

  .font-size-md-down-5 {
    font-size: 3rem
  }
}

.font-weight-medium {
  font-weight: 500 !important
}

.font-weight-semi-bold {
  font-weight: 600 !important
}

.text-lh-sm {
  line-height: 1.2
}

.text-lh-md {
  line-height: 1.8
}

.text-white-70 {
  color: rgba(255, 255, 255, .7)
}

.text-white-70[href]:hover {
  color: #fff
}

.transform-rotate-1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 30% 20%;
  transform-origin: 30% 20%
}

.transition-3d-hover {
  transition: all .2s ease-in-out
}

.transition-3d-hover:focus,
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.z-index-n1 {
  z-index: -1
}

.z-index-2 {
  z-index: 2
}

.z-index-4 {
  z-index: 4
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

.u-area-chart {
  position: relative;
  line-height: 0
}

.u-area-chart .ct-point {
  stroke-width: .375rem
}

.u-area-chart__tooltip {
  color: #77838f;
  background-color: #fff;
  border-radius: .3125rem;
  box-shadow: 0 .375rem .9375rem .0625rem rgba(140, 152, 164, .2);
  padding: 1rem;
  font-size: .75rem;
  font-weight: 400;
  font-family: Poppins, Helvetica, Arial, sans-serif
}

.u-area-chart__tooltip::before {
  border: 8px #fff;
  margin-left: -.5rem
}

.u-area-chart__tooltip .chartist-tooltip-value {
  font-weight: 600
}

.u-cubeportfolio .u-cubeportfolio__item {
  font-size: .875rem;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-left: .75rem;
  padding-right: .75rem
}

.u-cubeportfolio .u-cubeportfolio__item:first-child {
  padding-left: 0
}

.u-cubeportfolio .u-cubeportfolio__item:last-child {
  padding-right: 0
}

.u-cubeportfolio .u-cubeportfolio__item:hover {
  color: #1e2022
}

.u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
  color: #377dff;
  background-color: transparent;
  border: transparent
}

.u-cubeportfolio .cbp-l-loadMore-stop {
  pointer-events: none;
  color: #77838f
}

.u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(55, 125, 255, .9)
}

.u-cubeportfolio--reveal-v1 .cbp-l-caption-body {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .4s ease-in-out
}

.u-cubeportfolio--reveal-v1 .cbp-caption:hover .cbp-l-caption-body {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.custombox-lock {
  overflow: auto
}

.u-custombox-no-scroll.custombox-lock {
  margin-right: 1.0625rem;
  overflow: hidden
}

.u-datatable .dataTables_filter,
.u-datatable .dataTables_info,
.u-datatable .dataTables_length,
.u-datatable .dataTables_paginate {
  display: none
}

.u-datatable__striped .odd {
  background-color: #f8fafd
}

.u-datatable .u-datatable__trigger {
  cursor: pointer
}

.u-datatable .u-datatable__trigger-icon::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-right: .75rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.u-datatable__content td[colspan] {
  padding-left: 0;
  padding-right: 0
}

.u-datatable .opened .u-datatable__trigger-icon::before {
  content: "\f106"
}

.u-datatable__thead-icon {
  display: block;
  line-height: .7;
  cursor: pointer;
  color: #bdc5d1
}

.u-datatable__thead-icon:hover {
  color: #377dff
}

.u-dropzone {
  width: 100%;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  border-radius: .3125rem;
  cursor: pointer;
  padding: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.u-dropzone .dz-message {
  width: 100%;
  text-align: center
}

.u-dropzone .dz-details {
  margin-bottom: 1rem
}

.u-dropzone .dz-file-preview {
  background-color: #fff;
  border-radius: .3125rem;
  padding: 1rem;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}

.u-dropzone .dz-file-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.u-dropzone .dz-filename {
  margin-bottom: .25rem
}

.u-dropzone .dz-img {
  max-width: 4rem;
  border: 1px solid #e7eaf3;
  border-radius: .3125rem;
  padding: .25rem;
  margin-right: .75rem
}

.u-dropzone .dz-close-icon,
.u-dropzone .dz-size {
  color: #77838f
}

.u-dropzone .dz-title {
  font-size: .75rem;
  font-weight: 600
}

.u-dropzone .dz-size {
  font-size: 80%
}

.u-dropzone .dz-file-abbr {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4;
  font-weight: 600;
  font-size: 1rem;
  color: #377dff;
  text-align: center;
  background-color: rgba(55, 125, 255, .1);
  border-radius: .3125rem;
  margin-right: .75rem
}

.u-dropzone [data-dz-thumbnail]:not([src]) {
  display: none;
  margin-bottom: 0
}

.u-dropzone .dz-progress {
  margin-bottom: 1rem
}

.u-dropzone .dz-processing .dz-error-mark,
.u-dropzone .dz-processing .dz-success-mark,
.u-dropzone.dz-started .u-dropzone__message {
  display: none
}

.u-dropzone .dz-processing.dz-error .dz-error-mark,
.u-dropzone .dz-processing.dz-success .dz-success-mark {
  display: block
}

.u-dropzone .dz-processing .dz-error-mark {
  color: #de4437
}

.u-dropzone .dz-processing .dz-success-mark {
  color: #00c9a7
}

.u-datepicker {
  position: relative
}

.u-datepicker .flatpickr-calendar {
  top: 3.75rem !important;
  left: 0 !important;
  box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125)
}

.u-datepicker .flatpickr-calendar::after,
.u-datepicker .flatpickr-calendar::before {
  display: none
}

.u-datepicker .flatpickr-months {
  position: relative;
  background-color: #377dff;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  padding: .75rem
}

.u-datepicker .flatpickr-months .cur-month,
.u-datepicker .flatpickr-months .cur-year {
  color: #fff
}

.u-datepicker .flatpickr-current-month,
.u-datepicker .flatpickr-next-month,
.u-datepicker .flatpickr-prev-month {
  padding: 0
}

.u-datepicker .flatpickr-next-month,
.u-datepicker .flatpickr-prev-month {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.u-datepicker .flatpickr-next-month.flatpickr-prev-month,
.u-datepicker .flatpickr-prev-month.flatpickr-prev-month {
  left: .75rem
}

.u-datepicker .flatpickr-next-month.flatpickr-next-month,
.u-datepicker .flatpickr-prev-month.flatpickr-next-month {
  right: .75rem
}

.u-datepicker .flatpickr-next-month svg,
.u-datepicker .flatpickr-prev-month svg {
  fill: rgba(255, 255, 255, .7)
}

.u-datepicker .flatpickr-next-month:hover svg,
.u-datepicker .flatpickr-prev-month:hover svg {
  fill: #fff
}

.u-datepicker .flatpickr-weekday {
  color: #1e2022;
  text-transform: uppercase;
  font-weight: 500
}

.u-datepicker .flatpickr-day {
  color: #1e2022;
  border-color: transparent
}

.u-datepicker .flatpickr-day:focus,
.u-datepicker .flatpickr-day:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, .1)
}

.u-datepicker .flatpickr-day.inRange {
  background-color: #e7eaf3;
  box-shadow: -.3125rem 0 0 #e7eaf3, .3125rem 0 0 #e7eaf3
}

.u-datepicker .flatpickr-day.today {
  color: #fff;
  background-color: #377dff
}

.u-datepicker .flatpickr-day.nextMonthDay,
.u-datepicker .flatpickr-day.prevMonthDay {
  color: #e7eaf3
}

.u-datepicker .flatpickr-day.nextMonthDay:focus,
.u-datepicker .flatpickr-day.nextMonthDay:hover,
.u-datepicker .flatpickr-day.prevMonthDay:focus,
.u-datepicker .flatpickr-day.prevMonthDay:hover {
  color: #97a4af;
  background-color: #e7eaf3
}

.u-datepicker .flatpickr-day.disabled {
  color: #e7eaf3
}

.u-datepicker .flatpickr-day.disabled:hover {
  color: #97a4af;
  background-color: #e7eaf3
}

.u-datepicker .flatpickr-day.selected {
  color: #377dff;
  background-color: transparent;
  border-color: #377dff
}

.u-datepicker .flatpickr-day.selected:focus.nextMonthDay,
.u-datepicker .flatpickr-day.selected:focus.prevMonthDay,
.u-datepicker .flatpickr-day.selected:hover.nextMonthDay,
.u-datepicker .flatpickr-day.selected:hover.prevMonthDay {
  color: #377dff;
  background-color: transparent
}

.u-datepicker .flatpickr-day.selected.endRange,
.u-datepicker .flatpickr-day.selected.startRange {
  color: #fff;
  background-color: #377dff
}

.u-datepicker .numInputWrapper span.arrowDown,
.u-datepicker .numInputWrapper span.arrowUp {
  display: none
}

.u-datepicker .numInputWrapper:hover {
  background-color: transparent
}

.u-datepicker--top .flatpickr-calendar {
  top: auto !important;
  bottom: 3.5rem !important
}

.dzsparallaxer {
  color: inherit
}

.u-fancybox-theme .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
  position: static
}

.u-fancybox-theme .fancybox-bg {
  background-color: #1e2022
}

.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit
}

.fancybox-slide.has-animation {
  display: block
}

.fancybox-is-sliding .fancybox-slide.has-animation,
.fancybox-slide--current.has-animation,
.fancybox-slide--next.has-animation,
.fancybox-slide--previous.has-animation {
  display: none
}

.fancybox-is-sliding .fancybox-slide.has-animation.animated,
.fancybox-slide--current.has-animation.animated,
.fancybox-slide--next.has-animation.animated,
.fancybox-slide--previous.has-animation.animated {
  display: block
}

.u-blur-30 {
  -webkit-filter: blur(30px);
  filter: blur(30px)
}

.fileuploader {
  margin-top: 0
}

.u-fileuploader-input {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px dashed #e7eaf3;
  border-radius: .3125rem;
  padding: 2rem 0;
  text-align: center
}

.u-fileuploader-input__icon {
  display: block;
  color: #377dff;
  font-size: 2.5rem
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon,
.u-fileuploader-input__inner {
  transition: all .3s ease-in-out
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__inner {
  opacity: .6
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  -webkit-transform: translateY(18px);
  transform: translateY(18px)
}

.u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__btn {
  -webkit-transform: none;
  transform: none;
  opacity: 1
}

[data-animation]:not(.u-in-viewport) {
  visibility: hidden
}

[data-animation].js-carousel {
  visibility: visible
}

.u-in-viewport {
  visibility: visible
}

.u-range-slider {
  height: 1.25rem
}

.u-range-slider .irs {
  height: 1.25rem
}

.u-range-slider .irs-line {
  top: .5rem;
  height: .25rem
}

.u-range-slider .irs-line-left {
  left: 0;
  height: .25rem;
  background-color: #e7eaf3;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem
}

.u-range-slider .irs-line-mid {
  height: .25rem;
  background-color: #e7eaf3
}

.u-range-slider .irs-line-right {
  right: 0;
  height: .25rem;
  background-color: #e7eaf3;
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem
}

.u-range-slider .irs-bar {
  top: .5rem;
  height: .25rem;
  background-color: #377dff
}

.u-range-slider .irs-bar-edge {
  top: .5rem;
  left: .0625rem;
  height: .25rem;
  width: .6875rem;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
  background-color: #377dff
}

.u-range-slider .irs-slider {
  top: -.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 .1875rem .75rem rgba(140, 152, 164, .3125)
}

.u-range-slider .irs-slider.state_hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.u-range-slider .irs-from,
.u-range-slider .irs-single,
.u-range-slider .irs-to {
  display: inline-block;
  min-width: 2.5rem;
  background-color: #fff;
  color: #1e2022;
  font-size: .875rem;
  text-shadow: none;
  text-align: center;
  border-radius: .3125rem;
  box-shadow: 0 0 35px rgba(140, 152, 164, .125);
  padding: .5rem
}

.u-range-slider-indicator {
  height: 5rem
}

.u-range-slider-indicator .irs {
  height: 5rem
}

.u-range-slider-indicator.u-range-slider-grid {
  height: 8rem
}

.u-range-slider-indicator.u-range-slider-grid .irs {
  height: 8rem
}

.u-range-slider-indicator .irs-line {
  top: 3.875rem
}

.u-range-slider-indicator .irs-bar {
  top: 3.875rem
}

.u-range-slider-indicator .irs-bar-edge {
  top: 3.875rem
}

.u-range-slider-indicator .irs-slider {
  top: 3.1875rem
}

.u-range-slider-grid {
  height: 4.5rem
}

.u-range-slider-grid .irs {
  height: 4.5rem
}

.u-range-slider-grid .irs-grid {
  height: 2.5rem
}

.u-range-slider-grid .irs-grid-text {
  display: inline-block;
  min-width: 2.5rem;
  line-height: 1;
  font-size: .875rem;
  color: #77838f;
  border-radius: 6.1875rem;
  padding: .25rem
}

.u-range-slider-grid .irs-grid-text.current {
  background: rgba(55, 125, 255, .1);
  color: #377dff
}

.u-range-slider-grid .irs-grid-pol {
  height: .75rem;
  background-color: #e7eaf3
}

.u-range-slider-grid .irs-grid-pol.small {
  display: none
}

.dropdown-select.bootstrap-select li .dropdown-item.opt {
  padding-left: 1.5rem
}

.dropdown-select.bootstrap-select .bs-searchbox {
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

.dropdown-select.bootstrap-select .dropdown-header .text {
  font-size: 80%;
  font-weight: 500;
  color: #1e2022;
  text-transform: uppercase
}

.dropdown-select .form-control {
  margin-bottom: .5rem
}

[data-lazy] {
  opacity: 0;
  transition: opacity .3s ease-in-out
}

.slick-cloned [data-scs-animation-in] {
  opacity: 0
}

.u-slick {
  background: url(svg/preloaders/circle-preloader.svg) no-repeat 50% 50%
}

.u-slick .js-next,
.u-slick .js-prev {
  opacity: 0
}

.u-slick.slick-initialized {
  background: 0 0
}

.hs-mega-menu,
.hs-sub-menu {
  visibility: visible
}

.u-slick.slick-initialized .js-slide,
.u-slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible
}

.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
  opacity: 1
}

.u-slick .js-slide,
.u-slick .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden
}

.u-slick .js-slide:first-child,
.u-slick .js-thumb:first-child {
  height: auto
}

.note-modal-footer {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 30px
}

.note-modal-footer .note-btn {
  float: inherit
}

.u-summernote-editor .note-editor.note-frame {
  border-color: #e7eaf3
}

.u-summernote-editor .note-editor.note-frame .note-statusbar {
  background-color: #f8fafd;
  border-top-color: #e7eaf3
}

.u-summernote-editor .note-toolbar {
  background-color: #f8fafd
}

.u-summernote-editor .note-toolbar>.note-btn-group {
  border: 1px solid #e7eaf3;
  border-radius: .3125rem
}

.u-summernote-editor .note-toolbar .note-dropdown-menu {
  min-width: 12.5rem;
  border-color: #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 164, .125);
  padding: .5rem
}

.u-summernote-editor .note-toolbar .note-color .note-dropdown-menu {
  min-width: 21.5rem
}

.u-summernote-editor .note-btn:focus,
.u-summernote-editor .note-btn:hover {
  color: #377dff;
  background-color: transparent
}

.u-summernote-editor .note-dropdown-item:hover {
  background-color: #f8fafd
}

.u-summernote-editor .dropdown-toggle::after {
  display: none
}

.u-tagsinput .bootstrap-tagsinput {
  width: 100%;
  border-color: #e7eaf3;
  border-radius: .3125rem;
  box-shadow: none;
  padding: .25rem;
  padding-bottom: 0
}

.u-tagsinput .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 1px;
  line-height: 1;
  font-size: .625rem;
  opacity: 0;
  padding: .75rem 0
}

.u-tagsinput .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, .1);
  border-radius: .3125rem;
  padding: .25rem 1.875rem .25rem .75rem;
  margin-bottom: .25rem;
  margin-right: 0
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove] {
  position: absolute;
  right: .5rem;
  top: 50%;
  color: #77838f;
  font-size: 1.25rem;
  outline: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove]::after {
  content: "\00d7"
}

.u-tagsinput .bootstrap-tagsinput .tag [data-role=remove]:hover {
  color: #1e2022;
  box-shadow: none
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink .7s infinite;
  animation: blink .7s infinite
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.section-title.banner {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px
}

.comparision table tr td {
  padding: 25px 15px
}

.comparision table tr th {
  padding: 25px 15px;
  text-align: center;
  vertical-align: top;
  line-height: 20px
}

.comparision table thead {
  background: var(--gra)
}

.comparision .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .1)
}

.service-area-5.core-seo .services-wrapper-box {
  background: var(--gra2);
  border-radius: 20px
}

.service-area-5.core-seo .service-name .title {
  font-size: 26px !important
}

.service-area-5.core-seo .accordion .service-name .title {
  font-size: 20px !important;
  font-weight: 500
}

.service-area-5.core-seo .service-name {
  padding-bottom: 10px
}

.service-area-5.core-seo .service-box-5 .feature-list li {
  font-size: 17px !important;
  list-style: disc
}

.service-area-5.core-seo .service-box-5 .text {
  color: #000 !important;
  margin-top: 30px
}

.keyword-search .custom-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .3s;
  height: 100%
}

.keyword-search .custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2)
}

.ad-services .tabs-container {
  display: flex;
  align-items: center;
  gap: 30px
}

.ad-services .vertical-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.ad-services .tab-button {
  width: 50px;
  height: 50px;
  border: 2px solid #231d49;
  border-radius: 50%;
  background: #fff;
  color: #231d49;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  transition: .3s
}

.ad-services .tab-button.active {
  background: #231d49;
  color: #fff
}

.ad-services .content-box {
  width: 100%;
  background: #efefef;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  min-height: 300px
}

.seo-adv-ser .container {
  align-items: center;
  padding: 50px 20px;

  gap: 20px;
  width: 100%
}

.seo-adv-ser .image-container {
  flex: 1;
  display: flex;
  justify-content: center
}

.seo-adv-ser .image-container img {
  max-width: 100%;
  height: auto
}

.seo-adv-ser .content {
  flex: 1;
  text-align: left
}

.seo-adv-ser .heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px
}

.seo-adv-ser .accordion {
  width: 100%
}

.seo-adv-ser .accordion-item {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.seo-adv-ser .accordion-title {
  background: var(--bg-blu);
  color: #fff;
  padding: 15px;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.seo-adv-ser .accordion-title i {
  transition: transform .3s ease
}

.seo-adv-ser .accordion-content {
  display: none;
  padding: 15px;
  color: #77838f;
  font-size: 20px
}

.seo-adv-ser .accordion-item.active .accordion-content {
  display: block
}

.seo-adv-ser .accordion-item.active .accordion-title i {
  transform: rotate(180deg)
}

.about-area.tailored .section-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 470px 740px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

.process-area.ad-tools .process-wrapper {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.process-area-3.adv-tool .process-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr)
}

.service-box-1.why-choose .text {
  max-width: 100%
}

.service-box-1.why-choose .title.sub {
  font-size: 30px
}

.process-area-4.off-page-seo {
  background-color: #fff
}

.process-area-4 .off-page .section-content {
  margin-right: calc((80vw - var(--container-max-widths))/ -2 - 14px)
}

.gradient-tabs {
  background: var(--bg-blu);
  padding: 2rem;
  border-radius: 1rem
}

.gradient-tabs .nav-tabs {
  margin: 0 40px;
  border: none;
  gap: 2rem;
  margin-bottom: 1.5rem
}

.gradient-tabs .nav-link {
  background: linear-gradient(90deg, #ffe5a8, #f5a3c1);
  border: none;
  font-size: 22px;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
  font-weight: 600;
  color: var(--black);
  transition: all .3s ease
}

.gradient-tabs .nav-link:hover {
  background: linear-gradient(90deg, #ffaf17, #e7337e);
  color: #fff
}

.gradient-tabs .nav-link.active {
  background: #fff;
  background: var(--gra);
  color: #fff
}

.gradient-tabs .tab-content {
  background: #fff;
  padding: 3.5rem;
  border-radius: .5rem
}

.tab-pane.fade {
  transition: all .2s ease-out
}

.tab-pane.fade.show {
  animation: fadeIn .5s ease-out
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:992px) {
  .gradient-tabs .row {
    flex-direction: column;
    text-align: center
  }

  .gradient-tabs .col-md-6 {
    width: 100%
  }

  .gradient-tabs .nav-tabs {
    flex-direction: column;
    align-items: center
  }

  .gradient-tabs .nav-link {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .gradient-tabs .nav-tabs {
    margin: 0 40px;
    border: none;
    gap: 1rem;
    margin-bottom: 1.5rem
  }
}

@media (max-width:768px) {
  .section-title {
    font-size: 1.8rem
  }

  .ad-services .tabs-container {
    display: inline
  }

  .ad-services .vertical-tabs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 30px
  }

  .gradient-tabs .nav-link {
    font-size: 20px;
    padding: 8px 10px
  }
}

@media (max-width:576px) {
  .section-title {
    font-size: 1.6rem
  }

  .gradient-tabs .nav-tabs {
    gap: 5px
  }

  .gradient-tabs .nav-link {
    font-size: 13px;
    padding: 7px
  }

  .seo-process .section-title {
    margin-bottom: 10px
  }
}

.types-seo a:hover {
  color: var(--action)
}

.process-area-4.off-page-seo .section-title {
  color: var(--primary) !important
}

.pricing-section .pricing-section {
  margin: auto;
  padding: 40px 20px
}

.pricing-section .pricing-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px
}

.pricing-section .pricing-card {
  background: #e1dfdf;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  text-align: center;
  width: 350px
}

.pricing-section .premium {
  background: #12182c;
  color: #fff;
  position: relative;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2)
}

.pricing-section .premium-title {
  color: var(--gra);
  font-weight: 400
}

.pricing-section .price {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
  color: var(--primary)
}

.pricing-section .per-month {
  font-size: 14px;
  color: gray
}

.pricing-section .btn {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  font-size: 16px;
  background: var(--gra);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer
}

.pricing-section .premium-btn {
  background: var(--gra);
  color: #000;
  font-weight: 700
}

.pricing-section .btn:hover {
  opacity: .8
}

.pricing-section ul {
  list-style: none;
  padding: 0;
  margin: 10px 0
}

.pricing-section ul li {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
  font-size: 19px
}

@media (max-width:900px) {
  .pricing-section .pricing-container {
    flex-direction: column;
    align-items: center
  }

  .pricing-section .pricing-card {
    width: 90%;
    margin-bottom: 20px
  }

  .pricing-section .premium {
    transform: scale(1)
  }
}

.process-box-3.client-succ {
  background-color: #fff !important
}

.footer-area-2.cta .cta-area .section-title {
  font-size: 50px;
  color: var(--primary)
}

.footer-area.seo {
  margin-top: -3px
}

.choose-area.rev .section-content-wrapper {
  grid-template-columns: 520px 620px
}

.footer-area-2.cta {
  background: 0 0
}

.choose-area.rev .content {
  text-align: left
}

.footer-area-2.cta .cta-area .section-header {
  display: flex;
  flex-direction: column;
  gap: 20px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: flex-start
}

.footer-area-2.cta .cta-area .section-subtitle {
  color: var(--primary)
}

.footer-area-2.cta .cta-area .t-btn-primary {
  background-color: var(--bg-blu);
  border-color: var(--white);
  color: var(--white)
}

.footer-area-2.cta .cta-area .t-btn-circle {
  background-color: var(--bg-blu);
  border-color: var(--white);
  color: var(--white)
}

.ad-seo .sidebar {
  background: #fff
}

.ad-seo .sidebar-content {
  padding: 20px;
  display: flex;
  gap: 20px
}

.ad-seo .image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px
}

.ad-seo .content {
  flex: 2;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}

.ad-seo .content::-webkit-scrollbar {
  display: none
}

.ad-seo .box {
  background-color: #f0f0f0;
  padding: 20px;
  width: 95%;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  transition: background-color .3s
}

.ad-seo .box:hover {
  background-color: #e9ecef
}

.ad-seo .gradient-icon {
  font-size: 24px;
  background: linear-gradient(45deg, orange, pink);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -10px;
  vertical-align: middle
}

.ad-seo.sidebar .head {
  margin-left: 13px
}

.ad-seo.sidebar p {
  margin-top: 10px;
  margin-left: 15px
}

.ad-seo.sidebar .sub-head {
  font-size: 29px
}

.seo-adv-ser.steps {
  background-color: #1a1522
}

.seo-adv-ser.steps .container {
  background-color: #1a1522
}

.seo-adv-ser .accordion-title {
  background: linear-gradient(90deg, #ffaf17, #e7337e)
}

@keyframes floatImage {
  0% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(-10px) scale(1.05)
  }

  100% {
    transform: translateY(0) scale(1)
  }
}

.section-thumb img {
  animation: floatImage 3s ease-in-out infinite
}

.strategy-slider-container.case-study {
  position: relative;
  padding: 60px 0
}

.strategy-slider-container.case-study .strategy-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto
}

.strategy-slider-container.case-study .strategy-slider {
  display: flex;
  transition: transform .5s ease-in-out;
  gap: 20px;
  margin: 0 50px
}

.strategy-slider-container.case-study .strategy-slider__item {
  min-width: calc(50% - 10px);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: var(--shadow);
  padding-left: 0 !important
}

.strategy-slider-container.case-study .strategy-slider__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.strategy-slider-container.case-study .heading-badge {
  position: absolute;
  top: 20px;
  background-color: var(--bg-blu);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px
}

.strategy-slider-container.case-study .strategy-slider__card__stat__value {
  font-size: 30px;
  font-weight: 700;
  color: #28a745
}

.strategy-slider-container.case-study .strategy-slider__card__stat__label {
  font-size: 16px;
  font-weight: 700;
  color: #555
}

.strategy-slider-container.case-study .strategy-slider-wrapper {
  padding: 20px 0
}

.strategy-slider__card__content {
  padding: 80px 0;
  padding-left: 30px !important
}

.strategy-slider-container.case-study .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #b0b0b0;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  transition: .3s;
  z-index: 10
}

.strategy-slider-container.case-study #prev-btn {
  left: 10px
}

.strategy-slider-container.case-study #next-btn {
  right: 10px
}

.strategy-slider-container.case-study .slider-arrow:hover {
  background: #666
}

@media (max-width:768px) {
  .strategy-slider-container.case-study .strategy-slider__item {
    min-width: 100%
  }

  .strategy-slider-container.case-study .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px
  }
}

.adv-ai {
  background-color: #efefef
}

.adv-ai h3 {
  font-size: 31px
}

strong {
  color: var(--black);
  line-height: 24px;
}

.footer-area-2.cta .container {
  background: #fff0e0;
  border-radius: 20px;
  padding: 30px
}

.cta-area-inner {
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 0 !important
}

.footer-area-2.cta .cta-content {
  display: flex;
  align-items: center;
  justify-content: center
}

.footer-area-2.cta .t-btn-primary {
  padding: 20px 25px;
  font-size: 20px
}

.footer-area-2.cta .t-btn-circle {
  width: 55px;
  height: 55px;
  font-size: 20px
}

.ad-services.pro .tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}

.ad-services.pro .vertical-tabs {
  display: flex;
  flex-direction: row;
  gap: 10px
}

.ad-seo .gradient-icon {
  font-size: 24px;
  background: var(--gra);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -10px;
  vertical-align: middle
}

.service-area-4.enterpr .services-wrapper {
  display: grid;
  gap: 40px 110px;
  grid-template-columns: 640px 1fr;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .service-area-4.enterpr .services-wrapper {
    gap: 40px 60px;
    grid-template-columns: 480px 1fr;
  }
}



@media only screen and (max-width:991px) {
  .service-area-4.enterpr .services-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (min-width:1400px) {
  .choose-area.pr .section-content-wrapper {
    grid-template-columns: 520px 580px
  }
}

.cta-area {
  margin: 0 15px
}

.seo-adv-ser {
  margin: 0 20px
}

@media (max-width:991px) {
  .seo-adv-ser .accordion-title {
    font-size: 20px
  }

  .hero-f .section-title-wrapper {
    text-align: center !important
  }

  .service-area .section-header {
    display: block;
    gap: 20px 60px;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    margin-top: 13px
  }

  .footer-area-2.cta .cta-area .section-title {
    font-size: 2rem
  }

  .btn-wrapper {
    justify-content: start;
    margin-top: 15px;
    margin-bottom: 10px
  }

  .team-area-f .section-content .section-title-wrapper {
    text-align: center
  }

  .team-area-f .section-content .btn-wrapper {
    display: flex !important;
    text-align: center
  }

  .team-area-f .pros .team-members {
    display: flex
  }

  .team-area-f .section-content .team-members .number {
    font-size: 60px
  }

  .footer-area-2.cta .t-btn-primary {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px
  }

  .cta-area-inner {
    padding-left: 0
  }

  .footer-area-2.cta img {
    display: none
  }
}

@media (min-width:567px) and (max-width:991px) {
  .page-title-area .section-content-wrapper {
    display: block !important
  }
}

.service-area-5.core-seo.ppc .service-name .title {
  font-size: 23px !important
}

@media only screen and (min-width:1400px) {
  .choose-area.pr.pr1 .section-content-wrapper {
    grid-template-columns: 520px 700px
  }
}

.footer-area-2.cta.cta2 .cta-area .section-title {
  font-size: 48px;
  color: var(--primary)
}

.keyword-search.cards2 .row {
  gap: 25px 0
}

.keyword-search.cards2 .custom-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: left;
  transition: transform .3s;
  display: flex;
  flex-direction: column;
  height: 100%
}

.keyword-search.cards2 .custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2)
}

.footer-area-2.cta.cta2 .cta-area .section-title {
  font-size: 42px !important;
  color: var(--primary)
}

.keyword-search.cards2 .custom-card {
  padding: 25px !important;
  text-align: center
}

.keyword-search.cards .custom-card {
  padding: 25px !important
}

.core-adv {
  background-color: var(--bg-blu)
}

.about-area-2.cutting-edge .feature-list {
  display: block !important;
  justify-content: center
}

.about-area-2.cutting-edge .feature-list .feature-list-item {
  margin-bottom: 20px;
  align-items: center
}

.service-box-1.key-benefit {
  height: 70vh !important;
  border: none !important
}

.service-box-1.key-benefit .service-box-inner {
  align-items: center !important
}

.service-box-1 .service-list {
  margin-top: 26px
}

@media (max-width:575px) {
  .service-box-1 .service-list {
    margin-right: 0
  }
}

.service-box-1 .service-list {
  list-style: none;
  overflow: hidden
}

.service-box-1 .service-item {
  position: relative;
  cursor: pointer;
  transition: background .3s ease
}

.service-box-1 .service-item:last-child {
  border-bottom: none
}

.service-box-1 .service-item:hover {
  color: #fff
}

.service-box-1 .service-item a {
  text-decoration: none;
  transition: color .3s ease
}

.service-box-1 .service-item p {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  padding-left: 28px;
  margin-top: 5px;
  color: #fff;
  transition: opacity .4s ease-in-out, max-height .4s ease-in-out
}

.service-box-1 .service-item:hover p {
  opacity: 1;
  max-height: 150px
}

.about-area-2.indus .feature-list-item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 4px
}

.about-area-2.indus .section-content-wrapper {
  grid-template-columns: 1fr 700px
}

@media only screen and (max-width:991px) {
  .about-area-2.indus .section-content-wrapper {
    grid-template-columns: 1fr
  }
}

@media only screen and (max-width:1199px) {
  .about-area-2.indus .section-content-wrapper {
    padding-top: 40px;
    grid-template-columns: 1fr
  }
}

@media only screen and (max-width:1919px) {
  .about-area-2.indus .section-content-wrapper {
    padding-top: 50px
  }
}

.ullist {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 23px 0;
  border: none;
  /* color: #77838f */
  color: #626569;
}

.ullist ul li {
  list-style: disc;
  padding-bottom: 5px;
  text-align: start
}

.process-area-4 .off-page .section-thumb {
  margin-right: 0;
  margin-left: calc((75vw - var(--container-max-widths))/ -2 - 14px)
}

.process-area-4.wrk-proc {
  background-color: var(--primary)
}

.process-area-4.wrk-proc .accordion-wrapper-4 .accordion-item {
  background-color: var(--primary)
}

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
  left: auto;
  right: auto
}

.cta-ban {
  font-size: 25px !important;
  font-weight: 400;
  border-bottom: 3px solid var(--bg-blu);
  margin: .8rem 1rem;
  color: var(--bg-blu)
}

.cta-ban:hover {
  font-size: 20px !important;
  font-weight: 400;
  background: var(--gra);
  color: #fff;
  padding: .8rem 1.2rem;
  border: none;
  border-radius: 50px
}

@media only screen and (max-width:991px) {
  .contact-area .cta-info {
    text-align: center
  }
}

.accordion.seo-adv .accordion-button {
  font-size: 23px;
  font-weight: 600;
  background: var(--gra);
  color: #fff
}

.accordion.seo-adv .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion.seo-adv .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: var(--bs-accordion-btn-icon-transform);
  color: #fff
}

.service-area-5 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media only screen and (max-width:778px) {
  .section-title.banner {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px
  }
}

.page-title-area .section-content-wrapper .content-shape-1.ban {
  position: absolute;
  right: 0;
  top: -70px;
  width: 400px
}

.faq-list ul li {
  margin-top: 5px;
  margin-left: 20px
}

.text-divert {
  color: var(--pink);
  font-weight: 700;
  border: none !important
}

a.text-divert {
  color: var(--pink)
}

.faq-list {
  margin-bottom: 20px
}

.hero-area .section-title.dynamic-text {
  font-size: 65px;
  font-weight: 600;
  line-height: .83;
  letter-spacing: -.01em;
  text-transform: uppercase
}

.hero-area-6 .section-title {
  font-size: 70px;
  line-height: 80px
}

@media only screen and (max-width:991px) {
  .hero-area-6 .section-title {
    font-size: 40px;
    line-height: 55px
  }
}

.typed-out {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block
}

.cursor {
  display: inline-block;
  width: 2px;
  background-color: var(--primary, #000);
  animation: blink .7s infinite
}

@keyframes blink {
  50% {
    opacity: 0
  }
}

.hero-area.hero-area-6 .section-title-wrapper .shape-1 {
  position: absolute;
  top: 0;
  right: -150px;
  transform: rotate(30deg);
  width: 140px
}

.body-digital-agency .t-btn-primary:hover {
  background: var(--gra)
}

.body-digital-agency .t-btn-circle:hover {
  background: var(--gra);
  color: var(--white) !important;
}

.service-area .section-header .t-btn-primary {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary)
}

.service-area .section-header .t-btn-circle {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary)
}

.section-subtitle:before {
  background: 0 0 !important
}

.body-digital-agency .section-subtitle:before {
  background: 0 0 !important
}

.service-3 .service-box-1 .title {
  font-size: 55px;
  font-weight: 600;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (max-width:1919px) {
  .service-3 .service-box-1 .title {
    font-size: 60px
  }
}

@media only screen and (max-width:1399px) {
  .service-3 .service-box-1 .title {
    font-size: 34px
  }
}

@media only screen and (max-width:1199px) {
  .service-3 .service-box-1 .title {
    font-size: 32px
  }
}

@media only screen and (max-width:991px) {
  .service-3 .service-box-1 .title {
    font-size: 30px
  }

  .hero-area .section-title.dynamic-text {
    font-size: 40px
  }
}

@media (max-width:575px) {
  .service-3 .service-box-1 .title {
    font-size: 30px
  }
}

.service-3 .service-box-1 .service-list li {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  border-bottom: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
  position: relative
}

.service-3 .service-box-1 .service-list li a {
  display: block;
  width: 100%
}

.work-area-3.service-4 .section-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -.01em;
  text-align: center;
  color: var(--white)
}

.work-area {
  background-color: var(--primary) !important;
  position: relative
}

.work-area .section-header .t-btn-primary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary)
}

.work-area .section-header .t-btn-circle {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary)
}

.work-box-1 .t-btn-primary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary)
}

.work-box-1 .t-btn-circle:hover {
  color: var(--white) !important;
  text-decoration: none
}

.work-box-1 .t-btn-primary:hover {
  background: var(--gra) !important;
  border-color: var(--white);
  color: var(--white) !important;
  text-decoration: none
}

.work-box-1:hover .t-btn-primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary)
}

.work-box-1:hover .t-btn-circle {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary)
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.captcha-form input {
  height: 40px
}

.service-box-1 .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7;
  max-width: 800px !important
}

.hero-f .t-btn-primary.bg-active {
  background: var(--gra);
  color: var(--white);
  border-color: var(--white)
}

.hero-f .t-btn-primary.bg-active:hover {
  color: var(--white) !important;
  background-color: var(--action) !important;
  border-color: transparent;
  text-decoration: none
}

.hero-area-4 .section-content .t-btn-primary:hover {
  color: var(--white);
  background: var(--gra);
  border-color: #fff;
  text-decoration: none
}

.hero-f .t-btn-primary {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 13px 24px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  transition: .3s;
  overflow: hidden;
  gap: 10px;
  white-space: nowrap
}

.hero-area-2 .section-title {
  height: 85px
}

.hero-area-4 .section-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.01em;
  max-width: 1070px;
  margin-inline: auto
}

@media only screen and (max-width:1919px) {
  .hero-area-4 .section-title {
    font-size: 80px;
    max-width: 870px
  }
}

@media only screen and (max-width:1399px) {
  .hero-area-4 .section-title {
    font-size: 70px;
    max-width: 770px
  }
}

@media only screen and (max-width:1199px) {
  .hero-area-4 .section-title {
    font-size: 60px;
    max-width: 670px
  }
}

@media only screen and (max-width:991px) {
  .hero-area-4 .section-title {
    font-size: 50px;
    max-width: 570px
  }
}

@media only screen and (max-width:767px) {
  .hero-area-4 .section-title {
    font-size: 40px;
    max-width: 470px
  }
}

.why-choose-f .accordion-wrapper-4 .accordion-item {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 45px !important;
  background-color: var(--primary);
  padding-left: 90px;
  position: relative
}

.hero-area-4 .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  max-width: 570px;
  margin-inline: auto
}

a:hover {
  text-decoration: none
}

@media (max-width:992px) {
  .service-f .row {
    flex-direction: column;
    text-align: left
  }
}

.footer-area-3 .mail-box li {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.22;
  color: var(--white)
}
  .footer-area-3 .mail-box   .aadrs li{
     font-size: 20px;
     display: flex;
     align-items: start;
     }
@media only screen and (max-width:1919px) {
  .footer-area-3 .mail-box li {
    font-size: 32px
    /* font-size: 20px; */
  }
}

@media only screen and (max-width:1399px) {
  .footer-area-3 .mail-box li {
    font-size: 29px
    /* font-size: 20px; */
  }
}
 @media  (min-width:768px) and (max-width:992px){
  .address1{
     /* align-items: center; */
     justify-content: center;
  }
 }
@media (max-width:992px) {
  .service-f .row {
    flex-direction: column;
    text-align: left
  }

  .footer-area-3 .mail-box li {
    font-size: 28px
    /* font-size: 20px; */
  }
}

.cta-area-2 .section-header:hover .btn-wrapper .icon {
  fill: #f7853a
}

.footer-area .social-links a:hover {
  background-color: #f7853a;
  color: var(--white);
  border: none
}

.footer-area-3 .social-links {
  gap: 14px
}

.footer-area-3 .social-links {
  gap: 40px
}

.hero-area-2 .section-title {
  text-transform: unset
}

@media only screen and (max-width:991px) {
  .footer-area-2.cta img {
    display: block;
    margin-bottom: 0;
    margin-top: 20px
  }
}

@media (max-width:575px) {
  .accordion-wrapper-4 .accordion-item:before {
    display: block
  }

  .accordion-wrapper-4 .accordion-item:before {
    content: counter(accordion, decimal-leading-zero);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -.01em;
    color: var(--white);
    width: 90px;
    height: 90px;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 45px;
    justify-content: center;
    padding: 27px 0;
    position: absolute;
    left: 2px;
    top: 2px
  }
}

@media only screen and (max-width:1919px) {
  .work-area-3.service-4 .section-title {
    font-size: 160px
  }
}

@media only screen and (max-width:1399px) {
  .work-area-3.service-4 .section-title {
    font-size: 130px
  }
}

@media only screen and (max-width:991px) {
  .work-area-3.service-4 .section-title {
    font-size: 90px
  }
}

@media only screen and (max-width:767px) {
  .work-area-3.service-4 .section-title {
    font-size: 60px
  }
}

@media (max-width:575px) {
  .work-area-3.service-4 .section-title {
    font-size: 30px
  }
}

.work-details-area.platforms .service-card {
  padding: 50px !important
}

.service-card:hover {
  transform: translateY(-5px);
  transition: all .3s ease;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2) !important
}

.service-area .section-header .t-btn-primary:hover {
  background: var(--gra);
  color: var(--white)
}

.body-digital-agency .t-btn-primary:hover {
  background: var(--gra);
  color: var(--white);
}

.service-3 .service-box-1 .service-list li a:hover {
  color: orange
}

@media only screen and (max-width:991px) {
  .service-box-1 .service-list.sec {
    margin-top: 0
  }
}

#id_news-captcha_1 {
  width: 150px !important
}

.dev-platforms ol li {
  padding: 25px 10px
}

.dev-platforms ol li img {
  width: 30%;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 10%
}

.dev-platforms2 .service-card {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  height: 100%;
  transition: box-shadow .2s
}

.dev-platforms2 .service-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.dev-platforms2 .service-logo {
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px
}

.dev-platforms2 .card-title {
  font-size: 1rem;
  font-weight: 500
}

.brands-wrapper-box .brands-wrapper .swiper .swiper-slide img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1)
}

@media only screen and (max-width:991px) {
  .team-area-4 .team-area-4-inner {
    padding: 30px 0 !important
  }

  .hero-f .hero-area-2 .hero-area-2-inner {
    margin-top: 20px !important
  }

  .team-area-4 .pros {
    text-align: center
  }

  .hero-area-3 .image-wrapper {
    margin-bottom: 50px !important
  }

  .dev-platforms2 {
    padding: 20px 0
  }
}

.hero-area-3 .image-wrapper {
  border-radius: 140px 200px 150px 0;
  overflow: hidden;
  margin-bottom: 150px !important;
  margin-top: 70px !important;
}

@media only screen and (max-width:1300px) {
  .hero-area-3 .image-wrapper {
    margin-bottom: 100px !important;
    margin-top: 50px !important;
  }
}

@media only screen and (max-width:991px) {
  .team-area-4 .pros {
    text-align: center
  }

  .hero-area-3 .image-wrapper {
    margin-bottom: 50px !important;
    margin-top: 30px !important;
  }

    .cta-ban {
 font-size: 20px !important;
    }
}

@media only screen and (max-width:576px) {
  .accordion-wrapper-4 .accordion-button {
    line-height: 1 !important;
    padding-top: 15px
  }

  .accordion-wrapper-4 .accordion-item:before {
    font-size: 18px;
    line-height: 5px;
    width: 55px;
    height: 55px
  }

  .accordion-wrapper-4 .accordion-item {
    padding-left: 40px !important
  }

  .hero-area-3 .image-wrapper {
    margin-bottom: 30px !important;
    margin-top: 25px !important;
  }

     .cta-ban {
 font-size: 18px !important;
    }
}

.brands-wrapper-box .brands-wrapper .swiper .swiper-slide:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}

.body-digital-agency .section-subtitle:before {
  content: none
}

.body-inner-page .section-subtitle:before {
  content: none
}

.accordion-wrapper-4 .accordion-button::after {
  content: none
}

.testimonial-item-1 {
  border: 4px solid var(--theme)
}

.header-area-2 .sticky .header-logo {
  width: 150px
}

.process-box-1 .content {
  margin-top: 5px
}

.process-box-1 .thumb {
  width: 70px;
  height: 70px;
  border: none
}

p {
  color: #626569
}

@media (max-width:992px) {
  .gradient-tabs .row {
    flex-direction: column;
    text-align: center
  }

  .gradient-tabs .col-md-6 {
    width: 100%
  }

  .gradient-tabs .nav-tabs {
    flex-direction: column;
    align-items: center
  }

  .gradient-tabs .nav-link {
    width: 100%
  }

  .service-area .service-box-1 svg {
    width: 50px
  }

  .srv-l-btn {
    margin-bottom: 20px
  }

  @media (max-width:991px) {
    .hero-f .btn-wrapper {
      display: inline-block !important
    }
  }
}

.cta2 .cta-area .section-thum {
  position: relative !important;
  bottom: -30px !important
}

@media (max-width:576px) {
  .cta2 .cta-area .section-thum {
    position: relative !important
  }
}

.cta2 .ullist li {
  list-style: none !important
}

.sam {
  line-height: 38px;
  font-size: 33px
}

.keyword-search .custom-card img {
  width: 80px !important
}

@media (max-width:575px) {
  .work-area-3.service-4 .section-title {
    font-size: 30px;
    text-align: left
  }
}

@media only screen and (max-width:576px) {
  .sam {
    line-height: 20px;
    font-size: 18px;
    text-align: left !important
  }
}

@media only screen and (max-width:991px) {
  .sam {
    line-height: 28px;
    font-size: 30px
  }

  .work-area-3.service-4 .section-title {
    font-size: 70px
  }

  .page-title-area .area-lines {
    display: none
  }

  .work-area-3.service-4 .section-title {
    font-size: 40px;
    transform: none !important
  }
}

.process-box-1 .thumb {
  width: 90px;
  height: 90px;
  border: none
}

@media only screen and (max-width:1919px) {
  .work-area-3.service-4 .section-title {
    font-size: 70px
  }
}

@media only screen and (max-width:1399px) {
  .work-area-3.service-4 .section-title {
    font-size: 40px
  }
}

@media only screen and (max-width:767px) {
  .work-area-3.service-4 .section-title {
    font-size: 40px
  }
}

@media (max-width:575px) {
  .work-area-3.service-4 .section-title {
    font-size: 30px
  }
}

@media only screen and (max-width:576px) {
  .sam {
    line-height: 20px;
    font-size: 18px
  }
}

h1.error-text {
  font-size: 200px;
  font-weight: 800
}

.definition-sec {
  background: var(--gra2)
}

.hero-f .team-area-4 .section-content .team-members .number {
  font-size: 80px;
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.01em;
  display: inline-block;
  background-image: linear-gradient(94.64deg, #e6543b 1.78%, #44124c 50.66%, #9e4296 89.07%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: #fff
}

@media only screen and (max-width:1919px) {
  .hero-f .team-area-4 .section-content .team-members .number {
    font-size: 50px
  }
}

@media only screen and (max-width:1199px) {
  .hero-f .team-area-4 .section-content .team-members .number {
    font-size: 40px
  }
}

.service-area-5.hub .services-wrapper {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 50px 50px 50px 60px;
  display: grid;
  gap: 40px 80px;
  grid-template-columns: 1fr 900px;
  align-items: flex-start
}

@media only screen and (max-width:1399px) {
  .service-area-5.hub .services-wrapper {
    grid-template-columns: 1fr 700px
  }
}

@media only screen and (max-width:1199px) {
  .service-area-5.hub .services-wrapper {
    padding: 30px 30px 30px 30px;
    grid-template-columns: 1fr 600px;
    gap: 40px 60px
  }

  .hero-f .brand-area-4 h3 {
    margin: 0 !important;
    font-size: 26px !important
  }
}

.service-area-5.hub .services-wrapper .accordion.inner .accordion-item {
  font-size: 23px;
  font-weight: 600;
  background: 0 0;
  color: #fff;
  border: none
}

@media only screen and (max-width:991px) {
  .service-area-5.hub .services-wrapper {
    grid-template-columns: 1fr
  }
}

@media (max-width:575px) {
  .service-area-5.hub .services-wrapper {
    padding: 20px 15px 10px 15px
  }
}

.service-area-5.hub .services-wrapper .accordion-wrapper-2 .accordion-button::after {
  content: "+";
  font-family: var(--font_awesome);
  background-image: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.service-area-5.hub .services-wrapper .accordion-wrapper-2 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(180deg);
  padding-bottom: 8px
}

.header-area-4 .t-btn.t-btn-primary {
  padding: 10px 25px
}

.custom-card .title {
  font-size: 26px
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(2, 21, 78, .09);
  padding: 0 0
}

@media only screen and (max-width:576px) {
  .hero-f .hero-area-2-inner {
    margin: 0 !important;
    padding: 0 !important
  }

  .hero-f .section-title-wrapper {
    margin: 0 !important
  }

  .hero-f .section-content {
    padding-bottom: 20px !important
  }

  .hero-f .brand-area-4 h3 {
    margin: 0 !important;
    margin-left: 5px !important
  }
}

.service-f .service-box-1 .sub {
  font-size: 20px
}

.ebook-img {
  height: 400px
}

.choose-area.ebooks .title-wrapper {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 30px 20px
}

.contact-area.joborder-form {
  background: 0 0
}

.contact-area .contact-formfield.upload-res input {
  border: 1px solid rgba(14, 15, 17, .1)
}

.contact-area.ebooks-popup {
  background: 0 0
}

.service-area-5.hub a:hover {
  color: var(--black)
}

.service-area-5.hub .faq-area-2 a {
  background: var(--gra)
}

.service-area-5.hub .faq-area-2 a:hover {
  background: var(--bg-blu);
  color: var(--white)
}

.info-img img {
  width: 95%
}

.accordion-item .accordion-body strong.title {
  font-size: 19px
}

.footer-area-3 .copyright-text .text.cp-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  opacity: .7
}

.header-btn .t-btn-primary {
  background: var(--gra)
}

.header-btn .t-btn-primary:hover {
  background: var(--bg-blu)
}

.header-btn .t-btn-circle {
  background: var(--gra)
}

.header-btn .t-btn-circle:hover {
  background: var(--bg-blu)
}

.amazon-ser {
  border-top: none
}

.contact-area .contact-formwrap span.error {
  display: block;
  text-align: start;
  color: red !important;
}

.keybnf-amazon li div {
  line-height: 22px
}

.keybnf-shopify li div {
  line-height: 22px
}

.work-area-6.portfolio-pro h3 a:hover {
  color: var(--primary) !important
}

.work-area-6.portfolio-pro .work-box-6 .number {
  opacity: 1 !important
}

@media only screen and (max-width:991px){
.work-area-6.portfolio-pro .work-box-6 .meta{
  display: none !important;
}
}

.list-group-flush .list-group-item {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  font-size: 16px !important
}

.port-ban-btn .t-btn-primary {
  background: var(--gra)
}

.port-ban-btn .t-btn-circle {
  background: var(--gra)
}

.port-ban-btn .t-btn-primary:hover {
  background: var(--bg-blu)
}

.port-ban-btn .t-btn-circle:hover {
  background: var(--bg-blu)
}

.portfolio-process h2 {
  text-align: center;
  /* font-size: 2rem; */
  font-weight: 700;
  margin-bottom: 60px
}

.portfolio-process .timeline-item {
  position: relative;
  padding-left: 40px;
  padding-bottom: 60px
}

.portfolio-process .timeline-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--gra);
  border-radius: 50%
}

.portfolio-process .timeline-item::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 18px;
  width: 2px;
  height: calc(100% - 18px);
  background: linear-gradient(to bottom, #ffaf17, #e7337e)
}

.portfolio-process .timeline-item:last-child::after {
  display: none
}

.portfolio-process h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111
}

.portfolio-process p {
  margin-bottom: 16px;
  color: #555;
  line-height: 1.5
}

.portfolio-process .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.portfolio-process .tag {
  background-color: #f1f5f9;
  color: #444;
  font-size: .875rem;
  padding: 13px 17px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px
}

.portfolio-process .tag:hover {
  transform: translateY(-5px);
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.portfolio-process .tag i {
  color: var(--pink);
  font-size: 1rem
}

.portfolio-process .container {
  width: 80%
}

@media only screen and (max-width:991px) {
  .portfolio-process .container {
    width: 100% !important
  }
}

.work-box-9.portfolio-caro .meta {
  opacity: 1 !important
}

.work-box-9.portfolio-caro .content {
  opacity: 1 !important
}

.about-area.portfolio-counter .counter-item:not(:first-child):before {
  background-image: none
}

.about-area.portfolio-counter .counter-wrapper {
  justify-content: space-around
}

.about-area.portfolio-counter .counter-wrapper {
  display: grid;
  gap: 20px
}

.about-area.portfolio-counter .counter-wrapper .counter-item {
  padding: 30px 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px
}

@media (min-width:992px) and (max-width:1024px) {
  .about-area.portfolio-counter .counter-wrapper .counter-item {
    padding: 30px 50px
  }
}

.portfolio-counter .testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 35px;
  margin-top: 30px;
  width: 70%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center
}

@media only screen and (max-width:991px) {
  .portfolio-counter .testimonial-card {
    width: 100% !important
  }
}

@media only screen and (max-width:576px) {
  .portfolio-counter .testimonial-card {
    flex-direction: column !important
  }
}

.portfolio-counter .testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  margin-right: 30px
}

.portfolio-counter .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.portfolio-counter .stars {
  color: var(--action);
  font-size: 18px;
  margin-bottom: 12px
}

.portfolio-counter .testimonial-text {
  font-style: italic;
  color: #333;
  margin-bottom: 16px
}

.portfolio-counter .testimonial-author {
  font-weight: 700;
  color: #111;
  font-size: 25px
}

.portfolio-counter .testimonial-role {
  color: #666;
  font-size: 14px;
  margin-top: 10px
}

@media (max-width:600px) {
  .portfolio-counter .testimonial-card {
    padding: 20px
  }

  .portfolio-counter .testimonial-text {
    font-size: 15px
  }
}

.about-area.portfolio-counter .counter-item {
  /* text-align: center; */
  display: flex
}

.about-area.portfolio-counter .counter-item .number {
  font-size: 40px
}

.about-area.portfolio-counter .counter-item .icon {
  background: #ffaf17;
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%
}

.about-area.portfolio-counter .counter-item .icon i {
  color: var(--color-default);
  font-size: 30px
}

input[type=checkbox] {
  position: relative;
  width: 40px;
  height: 18px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: 0;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, .2);
  transition: .7s
}

@media only screen and (max-width:576px) {
  input[type=checkbox] {
    width: 59px;
    height: 18px;
  }
}

@media only screen and (max-width:375px) {
  input[type=checkbox] {
    width: 70px;
    height: 18px
  }
}

input:checked[type=checkbox] {
  background: #03a9f4
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 17px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: .5s
}

input:checked[type=checkbox]:before {
  left: 25px
}

.contact-area.portfolio-contact {
  background: var(--gra3)
}

.contact-area.portfolio-contact .contact-formfield input {
  border: 1px solid rgba(14, 15, 17, .1);
  border-radius: 10px;
  padding: 25px 0;
  padding-left: 10px;
  background-color: rgb(255 255 255 / .05)
}

.contact-area.portfolio-contact .contact-wrap {
  border: none !important;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.contact-area.portfolio-contact .submit-btn .t-btn-primary {
  background: var(--gra)
}

.contact-area.portfolio-contact .submit-btn .t-btn-primary:hover {
  background: var(--bg-blu)
}

.contact-area.portfolio-contact .submit-btn .t-btn-circle {
  background: var(--gra)
}

.contact-area.portfolio-contact .submit-btn .t-btn-circle:hover {
  background: var(--bg-blu)
}

.choose-area.protfolio-overview .feature-box .thumb {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #ffaf17;
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%)
}

.choose-area.protfolio-overview .feature-box .thumb i {
  color: var(--color-default);
  font-size: 25px
}

.img-magnifier-container {
  position: relative
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: zoom-in;
  width: 234px;
  background-color: #fff;
  height: 234px
}

@media only screen and (max-width:991px) {
  .stats-footer {
    display: block !important
  }
}

.stats-footer span {
  font-size: 14px;
  display: inline-block;
  transition: transform .3s ease
}

.stats-footer span:hover {
  transform: translateY(-5px)
}

.stats-footer .case-hub-btn {
  border: 1px solid var(--white);
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 8px;
  display: inline-block;
  transition: transform .3s ease;
  color: var(--white);
}

.stats-footer .case-hub-btn:hover {
  transform: translateY(-5px);
  
}



.stats-footer .case-hub-btn:hover a{
color: var(--white);
 transform: none !important;
}

.stats-footer a{
display: inline-block;
transition: transform .3s ease;

}

.stats-footer a:hover {
  transform: translateY(-5px) !important;
}
.about-area.case-study-details .counter-wrapper {
  grid-template-columns: auto auto auto auto auto;
  
}
.about-area.case-study-details.Results-sec .counter-wrapper {
grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width:1024px) {
  .about-area.case-study-details .counter-wrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
  .about-area.case-study-details.Results-sec .counter-wrapper {
grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width:991px) {
  .about-area.case-study-details .counter-wrapper {
    grid-template-columns: 1fr 1fr
  }
  .about-area.case-study-details.Results-sec .counter-wrapper {
grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width:576px) {
  .about-area.case-study-details .counter-wrapper {
    grid-template-columns: 1fr
  }
    .about-area.case-study-details.Results-sec .counter-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}

.about-area.case-study-details .counter-wrapper .counter-item {
  padding: 30px 35px
}

.case-study-client .c-icon {
  width: 56px;
  height: 56px;
  background: #ffaf17;
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%)
}
.case-study-client  .client-info{
  border-radius: 10px !important;
}
    .case-study-client  .client-info:hover{
      transform: translateY(-5px);
    transition: all .3s ease;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2) !important;
      }

.case-study-client .c-icon i {
  font-size: 25px;
  color: var(--color-default)
}

.case-challange .challages {
  background-color: #fff5f5
}

.case-challange .challages .icon div {
  width: 48px;
  height: 48px;
  background-color: #ffe3e3
}

.case-challange .challages ul li .text-icon {
  width: 30px;
  height: 30px;
  background-color: #ffe3e3
}

.case-challange .goals {
  background-color: #f0fff4
}

.case-challange .goals .icon div {
  width: 48px;
  height: 48px;
  background-color: #d3f9d8
}

.case-challange .goals ul li .text-icon {
  width: 30px;
  height: 30px;
  background-color: #d3f9d8
}

.about-area.case-study-details2 .counter-wrapper .counter-item {
  padding: 27px !important
}

.about-area.case-study-details2 .counter-wrapper .counter-item .number {
  font-weight: 700 !important
}

@media only screen and (max-width:991px) {

  #bar,
  #line {
    width: 100% !important
  }
}

#bar,
#line {
  height: 400px !important
}

@media only screen and (max-width:991px) {

  #bar,
  #line {
    height: 300px !important
  }
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1)) !important
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important
}

.case-study-client {
  background-color: #f2f2f2
}

.s-locations .s-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-top: 15px
}

.s-locations .s-heading::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%
}

.other-locations .ot-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-top: 15px
}

.other-locations .ot-heading::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%
}

.info-box-loc {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px
}

.info-box-loc h3 {
  font-weight: 700
}

.info-box-loc .direction {
  color: var(--theme);
  border-bottom: 1px solid var(--theme);
  font-size: 25px;
  font-weight: 500
}

.info-box-loc .direction:hover {
  color: var(--bg-blu);
  border-bottom: 1px solid var(--bg-blu)
}

.info-box-loc a.phone {
  color: #00bfff;
  font-weight: 600;
  text-decoration: none
}

.s-locations .phone:hover img {
  transform: translateX(5px);
  transition: transform .3s ease
}

.s-locations .info-box-loc .btn-outline-gradient {
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  border: 2px solid;
  border-image: var(--gra) 1;
  border-radius: 5px;
  padding: 15px 25px;
  margin: 5px;
  text-decoration: none;
  color: #333;
  transition: all .3s ease
}

.s-locations .info-box-loc .btn-outline-gradient:hover {
  background: var(--gra);
  color: #fff
}

.s-locations .info-box-loc iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
  border-radius: 10px
}

@media (min-width:578px) and (max-width:992px) {
  .s-locations .info-box-loc {
    text-align: center
  }

  .s-locations .s-btn {
    justify-content: center !important
  }
}

@media (max-width:576px) {
  .s-locations .info-box-loc .btn-outline-gradient {
    font-size: 16px
  }
}

.other-locations .location-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
  border: 1px solid #00b4df;
  position: relative;
  overflow: visible
}

.other-locations .location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  background-color: #f9f9ff
}

.other-locations .location-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  inset: 4px 4px auto auto;
  background: var(--gra);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1
}

.other-locations .location-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 250px
}

.other-locations .location-card .gradient-btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color .3s ease;
  margin-right: 15px;
  margin-bottom: 15px
}

.other-locations .location-card .gradient-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  fill: currentColor
}

.other-locations .location-card .gradient-btn:hover svg {
  transform: translateX(5px);
  transition: transform .3s ease
}

.other-locations .location-card .gradient-btn:hover {
  text-decoration: underline
}

.state-services .object-fit-cover {
  object-fit: cover
}

.state-services .service-card1 {
  transition: transform .3s ease-in-out
}

.state-services .service-card1:hover {
  transform: translateY(-5px)
}

.state-services ul.benefits {
  margin-top: 20px
}

.state-services ul.benefits li {
  font-size: 18px;
  margin-bottom: 10px
}

.state-services ul.benefits li i {
  margin-right: 10px;
  color: var(--theme)
}

.state-cost .service-item {
  margin-bottom: 1rem;
  position: relative
}

.state-cost .service-title {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  color: var(--theme)
}

.state-cost .service-title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
  transition: width .3s ease
}

.state-cost .service-item.active .service-title::after {
  width: 100%
}

.state-cost .service-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease, padding .5s ease;
  padding: 0 15px
}

.state-cost .service-item.active .service-content {
  max-height: 500px;
  padding: 15px
}

.state-cost .service-items-wrapper {
  min-height: 600px;
  transition: min-height .3s ease
}

.info-area.state-cta .section-header .text {
  max-width: 100% !important
}

.info-area.state-cta .section-header .t-btn-primary {
  background: var(--white);
  color: var(--primary)
}

.info-area.state-cta .section-header .t-btn-primary:hover {
  background: var(--gra);
  color: var(--white)
}

.info-area.state-cta .section-header .t-btn-circle {
  background: var(--white);
  color: var(--primar)
}

.info-area.state-cta .section-header .t-btn-circle:hover {
  background: var(--gra);
  color: var(--white)
}

.city-card {
  transition: box-shadow .3s ease, transform .2s ease;
  border: 1px solid #000
}

.city-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  transform: translateY(-5px);
  background: var(--gra);
  border: none;
  
}

.city-card:hover h5{
color: var(--white) !important;
}

.holderCircle {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20
}

.dotCircle .itemDot {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #fff;
  color: var(--color-default);
  border-radius: 20px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  border: 2px solid #e6e6e6
}

.dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid var(--pink);
  bottom: -31px;
  left: -14px;
  filter: blur(1px);
  position: absolute;
  border-radius: 100%
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 6px;
  height: 6px;
  filter: blur(5px);
  top: -15px;
  position: absolute;
  transform: rotate(-45deg);
  border: 6px solid var(--pink);
  right: -39px
}

.dotCircle .itemDot.active .forActive {
  display: block
}

.round {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 510px;
  height: 510px;
  border: 2px dotted var(--color-default);
  border-radius: 100%;
  -webkit-animation: rotation 100s infinite linear
}

.dotCircle .itemDot.active,
.dotCircle .itemDot:hover {
  transition: .5s;
  background: #ffaf17;
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13)
}

.dotCircle .itemDot {
  font-size: 40px
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222;
  position: relative;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%)
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: .5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 250px
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: .5s
}

.contentCircle .CirItem i {
  font-size: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  color: #000;
  opacity: .1
}

@media only screen and (min-width:300px) and (max-width:599px) {
  .holderCircle {
    margin: 110px auto
  }

  .holderCircle::after {
    width: 100%;
    height: 100%
  }

  .dotCircle {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }
}

.CirItem.title-box .title {
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: -1
}

.CirItem.title-box span {
  text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
  font-weight: 800;
  color: #640178
}

.CirItem.title-box p {
  font-size: 17px;
  line-height: 2em
}

.state-related-mar .industry-card {
  position: relative;
  background: var(--gra3);
  height: 270px;
  overflow: visible;
  padding: 1.5rem;
  transition: background-color .3s ease-in-out;
  border-radius: 10px
}

.state-related-mar .industry-card:hover {
  background: #f2f2f2
}

.state-related-mar .industry-card:hover p {
  color: var(--primary)
}

.state-related-mar .circle-img {
  position: absolute;
  width: 512px;
  height: 512px;
  z-index: 0
}

.state-related-mar .circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.state-related-mar .content {
  position: relative;
  z-index: 1;
  max-width: 350px
}

.state-related-mar .top-left .circle-img {
  bottom: 0;
  right: 0;
  clip-path: circle(50% at 100% 100%)
}

.state-related-mar .top-right .circle-img {
  bottom: 0;
  left: 0;
  clip-path: circle(50% at 0 100%)
}

.state-related-mar .bottom-left .circle-img {
  top: 0;
  right: 0;
  clip-path: circle(50% at 100% 0)
}

.state-related-mar .bottom-right .circle-img {
  top: 0;
  left: 0;
  clip-path: circle(50% at 0 0)
}

@media (min-width:992px) and (max-width:1024px) {
  .state-related-mar .content {
    max-width: 200px
  }
}

@media (max-width:991px) {
  .state-related-mar .industry-card {
    height: auto;
    padding: 2rem;
    justify-content: left !important
  }

  .state-related-mar .content {
    max-width: 100%
  }

  .state-related-mar .circle-img {
    display: none
  }
}

.state-cost {
  background: #f2f2f2
}

.state-cost .card {
  max-width: 960px
}

.state-cost .card .card-body .icon {
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%
}

.state-cost .card .card-body .icon {
  color: var(--color-default);
  height: 50px;
  width: 50px
}

.s-locations .s-btn {
  display: flex;
  justify-content: start
}

@media only screen and (max-width:320px) {
  .state-cost .card .card-body .icon {
    width: 135px
  }
}

@media only screen and (max-width:320px) {
  .state-cost .card .card-body .icon {
    width: 110px
  }
}

.state-other-loc .title {
  word-wrap: break-word
}

.step-box .number {
  font-size: 76px;
  font-weight: 600;
  line-height: .76;
  display: inline-block;
  color: #5f6062
}

.step-box.process-bottom {
  padding-top: 120px
}

.step-section .why-step {
  z-index: -1;
  position: absolute;
  left: 30%;
  opacity: 1;
  transform: translate(-5px)
}

.step-section .why-step1 {
  z-index: -1;
  position: absolute;
  left: 30%;
  opacity: 1;
  transform: translate(-5px);
  top: 17%
}

.step-section .why-step2 {
  z-index: -4;
  position: absolute;
  left: 27%;
  opacity: 1;
  transform: translate(-5px)
}

.step-section .why-step3 {
  z-index: -4;
  position: absolute;
  left: 27%;
  opacity: 1;
  transform: translate(-5px)
}

@media only screen and (max-width:1399px) {
  .step-box .number {
    font-size: 66px
  }
}

@media only screen and (max-width:1199px) {
  .step-box .number {
    font-size: 50px
  }
}

@media only screen and (max-width:991px) {
  .step-box .number {
    font-size: 40px
  }

  .step-section .why-step {
    display: none
  }

  .step-box.process-bottom {
    padding-top: 10px
  }
}

#featureTabsContent .step-box.process-bottom {
  padding-top: 0
}

.state-servce2 .directional-hover-box {

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #fff;
  height: auto;
  border: 1px solid #000;
}

.directional-hover-box h3.title {
  font-size: 25px;
}

.state-servce2 .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--theme);
  opacity: .3;
  transform: scale(0);
  transition: all .3s ease-out;
  z-index: 1
}

.state-servce2 .content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%
}

.state-servce2 .icon-large {
  font-size: 3rem;
  stroke-width: 1.5
}

.state-servce2 .slide-in-left {
  transform-origin: left center;
  animation: slideInLeft .3s ease-out forwards
}

.state-servce2 .slide-in-right {
  transform-origin: right center;
  animation: slideInRight .3s ease-out forwards
}

.state-servce2 .slide-in-top {
  transform-origin: center top;
  animation: slideInTop .3s ease-out forwards
}

.state-servce2 .slide-in-bottom {
  transform-origin: center bottom;
  animation: slideInBottom .3s ease-out forwards
}

.state-servce2 .slide-out-left {
  transform-origin: left center;
  animation: slideOutLeft .3s ease-out forwards
}

.state-servce2 .slide-out-right {
  transform-origin: right center;
  animation: slideOutRight .3s ease-out forwards
}

.state-servce2 .slide-out-top {
  transform-origin: center top;
  animation: slideOutTop .3s ease-out forwards
}

.state-servce2 .slide-out-bottom {
  transform-origin: center bottom;
  animation: slideOutBottom .3s ease-out forwards
}

@keyframes slideInLeft {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes slideInRight {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@keyframes slideInTop {
  from {
    transform: scaleY(0)
  }

  to {
    transform: scaleY(1)
  }
}

@keyframes slideInBottom {
  from {
    transform: scaleY(0)
  }

  to {
    transform: scaleY(1)
  }
}

@keyframes slideOutLeft {
  from {
    transform: scaleX(1)
  }

  to {
    transform: scaleX(0)
  }
}

@keyframes slideOutRight {
  from {
    transform: scaleX(1)
  }

  to {
    transform: scaleX(0)
  }
}

@keyframes slideOutTop {
  from {
    transform: scaleY(1)
  }

  to {
    transform: scaleY(0)
  }
}

@keyframes slideOutBottom {
  from {
    transform: scaleY(1)
  }

  to {
    transform: scaleY(0)
  }
}

@media (max-width:768px) {
  .state-servce2 .d-flex {
    flex-direction: column
  }

  .state-servce2 .border-end {
    border-right: none !important;
    border-bottom: 1px solid #6c757d !important
  }

  .state-servce2 .icon-large {
    font-size: 2.5rem
  }
}

@media (max-width:576px) {
  .state-servce2 .directional-hover-box {
    height: auto;
    padding: 10px !important
  }

  .state-servce2 .icon-large {
    font-size: 2rem
  }
}

@media (min-width:1536px) {
  .about-area.case-study-details.why-choose-state .container {
    max-width: 1536px
  }
}

.about-area.case-study-details.why-choose-state .counter-wrapper .counter-item {
  padding: 25px
}

.state-trends .process-box-1 {
  padding: 20px
}

.state-trends .process-box-1 .thumb {
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%)
}

.state-trends .process-box-1 .thumb {
  width: 70px;
  height: 70px
}

.ai-tools .process-box-1 .thumb {
  width: 70px;
  height: 70px;
}

.ai-tools .process-box-1 .thumb {
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
}

.state-brand .container {
  max-width: 700px
}

.state-brand .badge {
  color: var(--color-default)
}

#serviceTabs {
  padding: 1.2rem 1.2rem;
  border-radius: 30px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between !important
}

#serviceTabs .nav-link {
  cursor: pointer;
  color: #333;
  transition: all .3s ease;
  font-size: 21px;
  font-size: 400;
  background-color: var(--bg-blu);
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px
}

#serviceTabs .nav-link.active,
#serviceTabs .nav-link:hover {
  background: var(--gra);
  color: #fff;
  opacity: 1
}

@media (min-width:576px) and (max-width:991px) {
  #serviceTabs .nav-link {
    font-size: 14px
  }
}

@media (min-width:992px) and (max-width:1024px) {
  #serviceTabs .nav-link {
    font-size: 18px
  }
}



#featureTabs.nav-pills .nav-link {
  background: #F2F2F2;
  color: #000;
  width: 180px;
  border-radius: 10px;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 18px;
  transition: all .3s ease;
  margin-bottom: 10px;
}

@media only screen and (max-width:992px) {
  .products-service-img {
    margin-left: 0px !important;
    margin-top: 30px;
  }
}

@media only screen and (max-width:576px) {
  #featureTabs.nav-pills .nav-link {
    width: 180px;
  }
}

@media only screen and (max-width:375px) {
  #featureTabs.nav-pills .nav-link {
    width: 160px;
  }
}

@media only screen and (max-width:320px) {
  #featureTabs.nav-pills .nav-link {
    width: 125px;
  }
}

.products-service-img {
  padding: 48px 0px 0px 48px;
  background: var(--gra3);
  border-radius: 5px;
  margin-left: 40px;
}

.products-service-img img {
  border-radius: 5px;
}

#featureTabs.nav-pills .nav-link.active {
  background: var(--gra);
  color: #fff
}

#featureTabs1 .nav-item {
  margin: 0 !important
}

#featureTabs1 .nav-link {
  color: var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 450;
  margin-bottom: 10px;
  line-height: normal;
  background: var(--white);
}

.step-section .tab-pane {
  /* border: 1px solid #ced4da; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px;
  background: #ffffff;

}

.step-section.Website-Design-Services .tab-pane img {
  border-radius: 20px;

}

#featureTabs1 .nav-link:hover {
  background: var(--gra);
  color: var(--white);
  box-shadow: 0 2px 24px 0 rgba(110, 123, 129, .2)
}

#featureTabs1 .nav-link.active {
  background: var(--gra);
  color: var(--white);
  box-shadow: 0 2px 24px 0 rgba(110, 123, 129, .2)
}

.why-choose-state .counter-item {
  max-width: 350px
}



.state-brand .badge img {
  opacity: 0.8;
}

.about-area.case-study-details.why-choose-state .counter-wrapper .counter-item:hover {
  transform: translateY(-5px);
  transition: all .3s ease;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2) !important;
}

.state-trends .process-wrapper-box .process-box-1:hover {
  transform: translateY(-5px) !important;
  transition: all .3s ease !important;

}

.s-locations .info-box-loc .s-btn .s-btn-active {
  background: var(--gra);
}

.s-locations .info-box-loc .s-btn .s-btn-active:hover {
  background: var(--bg-blu);
}

.state-contact .contact-wrap {
  border: 1px solid #e5deed !important;
  background: none !important;
  box-shadow: none !important;
}

.contact-area.portfolio-contact.state-contact .contact-wrap {
  border: 1px solid #000 !important;
}

.why-choose-webdesign {
  background-color: #F2F2F2;
}

.Website-Design-Services #serviceTabs .nav-link {
  font-size: 17px;
}

@media (min-width:992px) and (max-width:1024px) {
  .Website-Design-Services #serviceTabs {
    justify-content: start !important;
  }
}

.step-section .service-area-5.core-seo .service-box-5 .ullist {
  color: #000 !important;

}

/* .business-trust{
  background-color: #F2F2F2;
}
.business-trust .process-wrapper{
  gap: 0;
}
.business-trust .process-box-1{
  border: none;
  padding: 0px;
}

@media only screen and (max-width:576px){
  .business-trust .process-box-1{
 margin-top: 0px;
  }

  .business-trust .process-area-inner{
    padding-top: 0px;
    padding-bottom: 20px;
  }

} */




.bg-gray {
  background-color: #F2F2F2;
}


/* .fixed-section {
    position: sticky;
    top:100px;
    left: 0;
    right: 0;
    z-index:1000;
    background-color: #fff; 
    padding: 10px 15px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     
} */

/* .step-section,
.container {
    overflow: visible !important;
} */


/* .sticky-nav {
  transition: all 0.3s ease;
  z-index: 999;
}

.sticky-nav.fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


#second-nav{
  position: absolute;
  top: 250px !important;
} */

.design-dev-platforms .card-title {
  font-size: 1.4rem;
  font-weight: 600;
  word-wrap: break-word;
}

.design-dev-testimonials .text {
  font-size: 22px;

}

@media only screen and (max-width:992px) {
  .design-dev-platforms .card-title {
    font-size: 1.2rem;
  }

  .design-dev-testimonials .text {
    font-size: 20px;

  }
}

@media only screen and (max-width:576px) {
  .design-dev-platforms .card-title {
    font-size: 1rem;
  }

  .design-dev-testimonials .text {
    font-size: 18px;

  }
}

@media only screen and (max-width:991px) {
  .design-dev-industries.about-area-2 .section-content-wrapper {
    gap: 0px 40px !important;

  }
}

.design-dev-industries.about-area-2.cutting-edge .feature-list .feature-list-item {
  align-items: start;
}

.design-dev-industries.about-area-2 .section-content-wrapper {
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
  .design-dev-industries.about-area-2 .section-content-wrapper {
    padding-top: 40px;
    grid-template-columns: 1fr 480px;
  }
}

@media only screen and (max-width: 991px) {
  .design-dev-industries.about-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }

  .dev-platforms2.design-dev-platforms {
    padding: 60px 0px !important;
  }
}

@media only screen and (max-width: 576px) {
  .dev-platforms2.design-dev-platforms {
    padding: 40px 0px !important;
  }
}

.cta2 .cta-area .section-thumb img {
  animation: none !important;
}

.design-dev-industries .feature-list .feature-list-item .icon {
  border: 1px solid #000;
  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
  border-radius: 50%;
  padding: 5px;
}

.Website-Design-Services .tab-content {
  height: 100%;
  display: block;

}

.Website-Design-Services .tab-content .tab-pane {
  min-height: 100%;
}

.Website-Design-Services .step-box {
  min-height: 100%;
}


/* .Website-Design-Services .tab-content .tab-pane {
 height: 100%;
} */

.service-area-2 .service-box-2-inner h4 {
  color: var(--white);
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.service-area-2 .header {
  padding-bottom: 20px;
}

.service-box-2 .title {
  font-size: 40px;
}

.des-service .ullist ul li::marker {
  content: none;
}

.Website-Design-Services .btn-wrapper.service-active .t-btn-primary,
.Website-Design-Services .btn-wrapper.service-active .t-btn-circle {
  background: var(--gra) !important;
}

.Website-Design-Services .btn-wrapper.service-active .t-btn-primary:hover,
.Website-Design-Services .btn-wrapper.service-active .t-btn-circle:hover {
  background: var(--bg-blu) !important;
}

.keyword-search.whychoose-byplatforms .custom-card img {
  width: 50px !important;
}

.keyword-search.whychoose-byplatforms .custom-card .title {
  font-size: 24px;
}

.step-section1 .tab-pane .ullist ul li {
  font-weight: 500 !important;
  color: #000 !important;
}

.zoom-in-on-load {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.6s ease-out forwards;
  animation-delay: 0.3s;
  /* optional */
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.other-ser-woocoomerce .tab-pane .ullist ul li {
  font-weight: 500 !important;
  color: #000 !important;
}

@media screen and (max-width: 575px) {

  .other-ser-woocoomerce.step-section .ullist {
    color: #000;
  }
}

/* desgin hub Start */
.service-area-5 .design-hub .nav-item {
  width: auto;
}

/* desgin hub End */


.industries-design.section-slides {
  margin-top: -1px;
  overflow: hidden;
  background: var(--bg-blu);
}

.industries-design.section-slides .slides {
  display: flex;
}

.industries-design.section-slides .slide figure {
  margin: 0;
  position: relative;
  width: 100vw;

  /* height: 100vh; */
}

.industries-design.section-slides .slide img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  /* background: #f1faee; */
}

.industries-design.section-slides .slide figcaption {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.15);
}

.industries-design.section-slides .slide .heading {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  font-size: clamp(2.5rem, 2vh, 5rem);
  line-height: 1;
  font-weight: bold;
  color: #d62828;
  background: #fcbf49;
}

.industries-design.section-slides h4 {
  color: var(--white);
  margin-top: 20px;
}

.industries-design.section-slides p {
  color: var(--white);
  margin-top: 20px;
}

.industries-design.section-slides ul {
  margin-top: 50px;
}

.industries-design.section-slides ul li {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 18px;
}

.industries-design.section-slides ul li i {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;

}

/* .industries-design.section-slides ul li::before {
   content: "\f00c"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
} */

.industries-design.section-slides .slide .t-btn-primary {
  background-color: #ffffff !important;
  color: #000 !important;
}

.industries-design.section-slides .slide .t-btn-circle {
  background-color: #ffffff !important;
  color: #000 !important;
}

@media only screen and (max-width:576px) {
  .industries-design.section-slides .slide figure {
    width: 97vw;
  }

  .industries-design.section-slides .slides.scroll-active {
    margin-top: 60px !important;
  }

  .industries-design.section-slides .slide figure {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .industries-design.section-slides .slide figure {
    width: 95vw;

  }
}

@media (min-width: 600px) {
  .industries-design.section-slides .slide figure {
    width: 50vw;
  }
}

@media (min-width: 900px) {
  .industries-design.section-slides .slides.scroll-active {
    margin-top: 80px !important;
  }

  .industries-design.section-slides .slide figure {
    width: 35vw;
    margin-right: 50px;
  }
}

.industries-design.section-slides .slides.scroll-active {
  margin-top: 180px !important;
  padding-bottom: 40px !important;
}

.sticky-nav.sticky2 {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.design-dev-platforms.state-industries .service-card .icon {

  background: linear-gradient(287deg, rgb(255 226 171) 0, rgb(255 187 215) 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;

}

.design-dev-platforms.state-industries .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design-dev-platforms.state-industries .service-card .card-title {
  padding-top: 15px;
}


.cta-faq {
  font-size: 20px !important;
  color: var(--bg-blu) !important;
  font-weight: 600;
}

.cta-faq:hover {
  color: var(--pink) !important;
}

#serviceTabs.sticky-down {
  margin-top: 5px !important;
  /* scrolling top → bottom */
  transition: margin 0.3s ease;

}

#serviceTabs.sticky-up {
  margin-top: 105px !important;
  /* scrolling bottom → top */
  transition: margin 0.3s ease;
  /* scroll-margin-bottom: 105px !important; */
}

#serviceTabs li {
  flex: 1;
  text-align: center;

}

.step-section.industry-services-new {
  background-color: var(--bg-blu);
}

.step-section.industry-services-new p,
.step-section.industry-services-new h2,
.step-section.industry-services-new h3,
.step-section.industry-services-new button,
.step-section.industry-services-new li {
  color: var(--white) !important;
}

.step-section.industry-services-new .service-area-5 li {
  color: #000 !important;

}

@media only screen and (max-width:991px) {
  .step-section.industry-services-new {
    background-color: #f2f2f2;
  }

  .step-section.industry-services-new p {
    color: var(--secondary) !important;
  }

  .step-section.industry-services-new h2 {
    color: #000 !important;
  }
}

.step-section.industry-services-new .tab-pane {
  background-color: transparent !important;
  box-shadow: none !important;
}

.step-section.industry-services-new #featureTabs1 .nav-link {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 10px 10px !important;
  padding-left: 16px !important;
  line-height: 1.2;

}

.step-section.industry-services-new #featureTabs1 .nav-link.active {
  background: transparent !important;
  color: var(--action) !important;
  border-left: 3px solid var(--action) !important;
  border-radius: 0px !important;
}

.step-section.industry-services-new #featureTabs1 .nav-link:hover {
  background: transparent !important;
  color: var(--action) !important;
}

.step-section.industry-services-new .ind-tabs {
  border-right: 1px solid #fff;
  padding-top: 40px;
}

.cro-vs-cto .cro-content {
  background: var(--gra3);
  border-radius: 20px;
}

.design-dev-hub-industries.choose-area .feature-box .thumb {
  background-color: transparent !important;
}

.design-dev-hub-industries.choose-area .feature-box:last-child {
  background-color: transparent;
}

.branding-types.choose-area .feature-box:last-child {
  background-color: transparent !important;
}

.industry-services-new .t-btn-circle,
.industry-services-new .t-btn-primary {
  background: #fff !important;
  color: #000 !important;
}

.industry-services-new .t-btn-circle:hover,
.industry-services-new .t-btn-primary:hover {
  background: var(--gra) !important;
  color: #fff !important;
}

.choose-area .feature-box:last-child {
  background-color: transparent !important;
}



/* history timeline  */

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-horizontal-timeline.loaded {
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ffaf17, #e7337e);
  -webkit-background-clip Determines the background painting area.: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: var(--pink);
  border-color: var(--pink);
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: var(--pink);
  border-color: var(--pink);
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: var(--pink);
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
    margin-bottom: 0;
  }

  .cd-horizontal-timeline::before {
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #f47845;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='%23f47845' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11 1 4 8l7 7'/%3E%3C/svg%3E");
  position: absolute;
  height: 16px;
  width: 16px;
  left: 22%;
  top: 25%;
  bottom: auto;
  right: auto;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
  max-width: 100%;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  /* font-size: 1.4rem; */
  text-align: center;
  font-style: italic;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }

  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/* our vision  */

.our-approch-tab-nav ul {
  list-style: none;
  text-align: center;
  border: none;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.our-approch-tab-nav ul .nav-link.active {
  background: linear-gradient(90deg, #ffaf17, #e7337e);
  border: none;
  color: #fff;
  border-radius: 100px;
}

.our-approch-tab-nav ul .nav-link {
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
}

.our-approach .approch-tab-content {
  margin-top: 30px;
}

.our-approach img {
  border-radius: 10px;
}

/* .our-approach {
  background: #fffaf4;
} */

.company-history {
  background: #fffaf4;
}

.about-area-2.awards .feature-list-item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2) !important;
}

.contact-area.about-contact {
  position: relative;
  background: #fffaf4;
}

.contact-area.about-contact .contact-wrap {
  position: absolute;
  top: 100px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.mt-70 {
  margin-top: 100px;
}

.work-area-5 .works-wrapper-box .work-box-5 .thumb img {
  /* height: 500px; */
}

.work-area-5.events {
  background: #fffaf4;
}

.awards .awd-img {
  width: 500px !important;
  height: 340px;
  border-radius: 10px;
  margin-top: 20px;
}

.gal-img-shd{
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.industry-services-new .service-area-5 .t-btn-circle, .industry-services-new .service-area-5 .t-btn-primary{
  background-color: var(--bg-blu) !important;
  color: var(--white) !important;
}


.case-studies-service .case-studies-ser-desk{
 background: #fff0e0 !important;
 padding: 40px;
 /* padding-left:40px ;
 padding-right:40px ; */
 border-radius: 20px;
}

.case-studies-service .nav-link{
  border-radius: 50px !important;
  background: #fff !important;
}

.case-studies-service .nav-link:hover{
  background: var(--gra) !important;
  color: #fff !important;
}

.case-studies-service .nav-link.active{
  background: var(--gra) !important;
}

/* .case-studies-service .service-box-5 img {
        max-width: 50%;
    } */

    .result-before{
      color: #e98080;
      font-family: 500;
    }
    .result-after{
      color: #008700;
      font-family: 500;
    }


    @media only screen and (max-width:576px){

    .state-other-loc.case-studies-tools h5.title{
      font-size: 18px !important;
    }
  }

   @media only screen and (max-width:375px){

    .state-other-loc.case-studies-tools h5.title{
      font-size: 16px !important;
    }
  }
 

  .case-study-client.creative-services .c-icon{
    background: transparent !important;
    width: 50px !important;
    height: 50px !important;
  }


  .about-area.case-study-details.case-study-details-reale .counter-wrapper{
    grid-template-columns: none !important;
  }


.work-area-8.case-carrousel-1 .swiper-slide {

  height: auto;
}



.work-area-8.case-carrousel-1 .badges{
  width: 60% !important;
}

.work-area-8.case-carrousel-1 .work-area-2 .swiper {
  margin-right:0px !important;
}

.case-study-client .case-serv1 div{
  border-radius: 8px !important;
  /* background: var(--gra3); */
}

.case-study-client .case-serv1 div:hover
{
     transform: translateY(-5px);
    transition: all .3s ease;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1), 0 0 20px rgba(231, 51, 120, .2) !important;
    /* background: var(--gra); */
    color: #fff!important;
}
 .step-section1.services-strategy .tab-pane .ullist ul li{
  font-weight: 400 !important;
  color: #626569 !important;
 }

 .testimonial-card .avatar .testimonial-image {
  position: relative; /* Ensure parent is positioned */
}
  
 .testimonial-card .avatar .testimonial-image span{
    font-size: 28px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 34%; /* adjust vertically as needed */
  transform: translateX(-50%);
  color: #000;
  white-space: nowrap;
  }

  .portfolio-counter .testimonial-image {
    background-color: #f2f2;
  }


  .design-brand.design-home-brand{
    background-color: var(--primary);

  }

   .badgeSwiper img {
    image-rendering: -webkit-optimize-contrast; /* Chrome */
    image-rendering: crisp-edges; /* Firefox */
    backface-visibility: hidden;
    transform: translateZ(0); /* force GPU render */
    width: 65%;
}


.case-study-header-list li{
  display: flex !important;
}

.case-study-header{
  padding-top: 5px !important;
}

.badge-title{
z-index: 0;
}

@media only screen and (max-width: 1199px) {
.badge-title{
font-size: 34px;
}
}

@media only screen and (max-width: 991px) {
.badge-title{
font-size: 32px;
}
}

@media (max-width: 768px) {
    .badge-title {
font-size: 1.8rem;
    }}

    @media (max-width: 768px) {
    .badge-title {
font-size: 1.6rem;
    }}

    .header-case-text{
      color: #000 !important;
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      padding-left: 5px;
    }

  .badgeSwiper-header img:hover{
    transform: translateY(-5px);
    transition: all .3s ease;
  }

  /* .badgeSwiper .swiper-slide {
  width: 180px !important;
} */

.badge-full-img{
  width: 100% !important;
}



/*  state banner css */

.state-banner{
    padding-bottom: 8px;
  }
  .state-banner .page-title-area-inner .section-content-wrapper{
    /* background-image: url('/static/assets/imgs/state/california/california-banner3.jpg'); */
    /* margin-top: 5.5%;
    height: 600px; */
  }

  /* @media only screen and (max-width: 1700px) {
    .state-banner{
      
      margin-top: 7%;
    }
  }
    @media only screen and (max-width: 1400px) {
    .state-banner{
      
      margin-top: 9%;
      height: 100%;
    }
  }*/


  .state-banner .cta-ban {
  border-color: #fff;
   }
   .page-title-area.state-banner .breadcrumb li+li:before {
    padding: 0 18px;
    color: var(--white);
    content: "/ ";
}
.page-title-area.state-banner .port-ban-btn .t-btn-circle{
 background: #fff !important;
 color: #000 !important;
}
.page-title-area.state-banner .port-ban-btn .t-btn-primary{
 background: #fff !important;
 color: #000 !important;
}

.page-title-area.state-banner .port-ban-btn .t-btn-circle:hover{
 background: var(--gra) !important;
 color: #fff !important;
}
.page-title-area.state-banner .port-ban-btn .t-btn-primary:hover{
 background: var(--gra) !important;
 color: #fff !important;
}

.page-title-area.state-banner .section-content-wrapper{
    margin-top: 100px !important;
}

   @media only screen and (max-width: 992px) {
   
  /* .state-banner{
      
      margin-top: 0px;
      
    } */
      .page-title-area.state-banner .section-content-wrapper {
    margin-top: 50px !important;
}
   } 
   /* Default desktop: center focus */
.state-banner .section-content-wrapper {
    background-size: cover;
    background-position: center center;
}

/* Tablet & mobile: show the right side of the image */
/* @media (max-width: 992px) {
    .state-banner .section-content-wrapper {
        background-position: right center;
    }
} */


  .s-locations.about-address .info-box-loc {
    background: transparent;
    box-shadow:none;
    border-radius: 10px;
    padding: 0px !important;
    margin-bottom: 30px;
}

.s-locations.about-address .info-box-loc iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: none;
    border-radius: 10px;
}

.s-locations.about-address .map{
  border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 
                0 4px 8px rgba(0, 0, 0, 0.06);
}
.s-locations.about-address .about-area.page-about.abt-food{
    background-color: #f2f2f2;
}

.s-locations.about-address .abt-loc{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width:576px){
  .s-locations.about-address .abt-loc{
  font-size: 16px;
  }
  .s-locations.about-address .info-box-loc iframe {
min-height: 250px !important;
  }
}


/* Control the swiper container height */
/* .badgeSwiper {
  max-height: 180px; 
  padding: 10px 0;  
} */

/* Control each slide */
/* .badgeSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px; 
} */

/* Control images */
/* .badgeSwiper .swiper-slide img {
  max-height: 100px; 
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
} */

/* point boxes */
  
  .points-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.point-box {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-left: 4px solid var(--action);
  /* border-radius: 8px; */
  /* padding: 15px; */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.point-box:hover {
  transform: translateY(-5px);
}

.point-icon {
  width: 100px;   /* smaller default */
  height: 100px;
  margin-right: 15px;
  flex-shrink: 0;
}

.point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.point-box h5 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  word-break: break-word; /* prevents overflow */
}

/* Tablet */
@media (max-width: 900px) {
  .point-box {
    flex: 1 1 calc(50% - 20px);
  }
  .point-icon {
    width: 70px;
    height: 70px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .point-box {
    flex: 1 1 100%;
    flex-direction: row;  /* stack image above text */
    text-align: center;
    /* padding: 20px; */
  }
  .point-icon {
    margin: 0 15px 0px 0;
    width: 80px;
    height: 80px;
  }
  .point-box h5 {
    font-size: 14px;
  }
}



/* before after */

/* Tabs navigation */
    .before-after-section.portfolio-img .tabs-nav-container {
      position: relative;
      margin: 0 auto 30px;
      /* max-width: 800px; */
    }

    .before-after-section.portfolio-img .tabs-nav {
      display: flex;
      /* justify-content: center; */
      flex-wrap: nowrap;
      /* gap: 0px 25px; */
      /* border-bottom: 1px solid #ddd; */
      overflow-x: auto;
      padding: 15px 0;
      /* padding-bottom: 0px; */
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* IE/Edge */
      
    }

    .before-after-section.portfolio-img .tabs-nav::-webkit-scrollbar {
      display: none;
      /* Chrome/Safari */
    }

    .before-after-section.portfolio-img .tab-thumb {
      flex: 0 0 auto;
      /* width: 150px; */
      border-right: 1px solid #ddd;
      font-size: 25px;
      color: #000;
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 25px 30px;
      /* padding-right: 15px; */
      position: relative;
      margin: 0px 0px;
      /* padding-bottom: 40px; */

      opacity: 0.7;
      text-align: center;
    }



    .before-after-section.portfolio-img .tab-thumb:hover {
      opacity: 0.9;
    }

    .before-after-section.portfolio-img .tab-thumb.active {
      opacity: 1;
    }

    .before-after-section.portfolio-img .tab-thumb.active::before {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #ffaf17;
    }

    .before-after-section.portfolio-img .tab-thumb.active::after {
      content: '';
      position: absolute;
      bottom: -9px;
      /* places tip below the bar */
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 5px solid #ffaf17;
      /* matches bar color */
    }




    /* .tab-thumb img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 4px;
            object-fit: contain;
            background-color: #fff;
            padding: 10px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        } */

    /* Before/After label */
    .before-after-section.portfolio-img .before-after-label {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      margin: 50px 0px;
      font-weight: bold;
      color: rgb(231, 51, 126);
      font-size: 18px;
    }

    .before-after-section.portfolio-img .before-after-icon {
      width: 80px;
      height: 30px;
      /* background-color: #90C404; */
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      margin: 0 5px 20px 5px;
    }

    /* .before-after-icon svg {
            width: 20px;
            height: 10px;
        } */

    /* Slider container */
    .before-after-section.portfolio-img .slider-container {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .before-after-section.portfolio-img .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease;
    }

    .before-after-section.portfolio-img .slide {
      min-width: 100%;
      position: relative;
    }

    .before-after-section.portfolio-img .slide-content {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .before-after-section.portfolio-img .slide-image-container {
      position: relative;
      width: 100%;
      transition: max-height 0.5s ease;
      max-height: 750px;
      overflow: hidden;
    }

    .before-after-section.portfolio-img .slide-image-container.expanded {
      max-height: none;
    }

    .before-after-section.portfolio-img .slide-image-container::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10px;
      background: linear-gradient(90deg, #ffaf17, #e7337e);
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .before-after-section.portfolio-img .slide-image-container.expanded::after {
      opacity: 0;
    }

    .before-after-section.portfolio-img .slide-image {
      width: 100%;
      display: block;
    }

    /* Navigation arrows */
    .before-after-section.portfolio-img .slider-nav-arrows {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 15px;
      pointer-events: none;
      z-index: 10;
    }

    .before-after-section.portfolio-img .slider-arrow {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      pointer-events: auto;
    }

    .before-after-section.portfolio-img .slider-arrow:hover {
      background: linear-gradient(90deg, #ffaf17, #e7337e);
      color: white;
      transform: scale(1.1);
    }

    .before-after-section.portfolio-img .slider-arrow svg {
      width: 20px;
      height: 20px;
    }

    /* View more button */
    /* View more button - simple link style */
    .before-after-section.portfolio-img .view-more-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      background: none;
      border: none;
      color: var(--theme);
      /* bright blue */
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      margin: 0 auto;
      padding: 0;
      border-radius: 0;
      transition: color 0.3s ease;
      text-transform: uppercase;
    }

    .before-after-section.portfolio-img .view-more-btn:hover {
      color: #ffaf17;
      /* darker blue on hover */
    }

    .before-after-section.portfolio-img .view-more-btn svg {
      width: 12px;
      height: 12px;
      transition: transform 0.3s ease;
    }

    .before-after-section.portfolio-img .view-more-btn.expanded svg {
      transform: rotate(180deg);
    }



    /* Responsive adjustments */
    @media (max-width: 992px) {
      .before-after-section.portfolio-img .slide-image-container {
        max-height: 350px;
      }

      .before-after-section.portfolio-img .tabs-nav {
        display: flex;
        justify-content: start;
        align-items: center;
      }

      /* .tab-thumb {
                width: 130px;
            } */
    }

    @media (max-width: 768px) {
      .before-after-section.portfolio-img .heading-title {
        font-size: 28px;
      }

      .before-after-section.portfolio-img .heading-sub {
        font-size: 16px;
      }

      .before-after-section.portfolio-img .slide-image-container {
        max-height: 300px;
      }

      /* .tab-thumb {
                width: 110px;
            } */

      .before-after-section.portfolio-img .before-after-label {
        font-size: 16px;
      }
    }

    @media (max-width: 576px) {
      .before-after-section.portfolio-img .slide-image-container {
        max-height: 250px;
      }

      /* .tab-thumb {
                width: 90px;
            } */

      .before-after-section.portfolio-img .slider-arrow {
        width: 40px;
        height: 40px;
      }

      .before-after-section.portfolio-img .view-more-btn {
        padding: 10px 20px;
        font-size: 14px;
      }

      .before-after-section.portfolio-img .tab-thumb {
        font-size: 16px;

      }
    }

    .before-after-section.portfolio-img .view-more-btn .hide {
      display: none;
    }

    .before-after-section.portfolio-img .view-more-btn.active .show {
      display: none;
    }

    .before-after-section.portfolio-img .view-more-btn.active .hide {
      display: inline;
    }


    


    /* webdesign */


    .work-area-5.events.website-types{
      background-color: var(--white);

    }

    /* before after tabs  */

  .before-after-section  .tabs-nav-container {
  display: flex;
  align-items: center;
  position: relative;
}

.before-after-section #tabsNav {
  flex: 1;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* hide scrollbar in Firefox */
}

.before-after-section #tabsNav::-webkit-scrollbar {
  display: none; /* hide scrollbar in Chrome/Safari */
}

/* .before-after-section .tab-thumb {
  flex: 0 0 auto;
  cursor: pointer;
  padding: 8px 16px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
} */

.before-after-section .tab-thumb.active {
  border-bottom: 2px solid orange;
  /* font-weight: bold; */
}

.before-after-section .tab-scroll-btn {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 14px 16px !important;
 
  font-size: 18px;
  border-radius: 50%;
  margin: 0 15px;
  transition: background 0.3s;
}

.before-after-section .tab-scroll-btn:hover {
  background: #f5f5f5;
}

 
.port-redirect{
  border: 1px solid #ccc;
  padding: 15px; 
  border-radius: 50px;
  margin-bottom: 10px;
  text-align: center;
  /* background: linear-gradient(90deg, #fff3d2, #fcd6e3); */
  /* color: var(--white); */
   transition: all 0.3s ease; /* 👈 smooth effect */
}

.port-redirect:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
    transform: translateY(-5px);
    background: var(--gra);
    color: var(--white);
    border:none;
 
 
}

@media only screen and (max-width:1024px){
  .portfolio-ser-dir{
    flex-direction: column !important;
    gap: 0 !important;
  }
  .sub-portfolio-ser-dir{
    flex-direction: column !important;
    gap: 0 !important;

  }
}


.portfolio-video-2.hero-area-3 .image-wrapper{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.port-ban-des{
  font-size: 20px !important;
}

.port-bf-af{
  font-size: 15px;
}

/* image in form section */

.contact-area.port-bt-form .contact-formwrap{
      gap: 12px 0;
}



/* related servces section */

  .choice-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      text-align: center;
      overflow: hidden;
      position: relative;
      transition: all 0.3s ease;
      padding-bottom: 30px;
    }
    .choice-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .choice-card .top {
      padding: 40px 20px 60px;
      color: #fff;
      position: relative;
    }
    .choice-card .top::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 0; 
      height: 0; 
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 15px solid currentColor;
    }
    .choice-card .icon {
      width: 80px;
      height: 80px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .choice-card .icon i {
      font-size: 32px;
      color: inherit;
    }
    .choice-card h5 {
      /* font-weight: 700; */
      margin-top: 25px;
      /* font-size: 18px; */
    }
    .choice-card p {
      font-size: 16px;
      /* color: #777; */
      padding: 0px 15px;
      padding-top: 10px;
    }
    .choice-card .number {
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 14px;
      color: inherit;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

    /* Custom colors for each card */
    .choice-card.card-1 .top { background: #25237c; color: #25237c; }
    .choice-card.card-2 .top { background: #12b5ba; color: #12b5ba; }
    .choice-card.card-3 .top { background: #bf445d; color: #bf445d; }
    .choice-card.card-4 .top { background: #f2a44d; color: #f2a44d; }

    /* related service end */

    

       /* responsive state mobile banner */

.page-title-area.state-banner.state-ban-responsive .state-ban-col{
    color: #fff !important;
  }

@media (max-width: 767px) {
.page-title-area.state-banner.state-ban-responsive  .section-content-wrapper {
    background: none !important;
  }

.page-title-area.state-banner.state-ban-responsive .cta-ban {
    border-color: #000 !important;
}
.page-title-area.state-banner.state-ban-responsive .state-ban-col{
    color: #000 !important;
  }
   .state-ban-responsive.page-title-area.state-banner .breadcrumb li + li::before {
    color: var(--primary);
}
.page-title-area.state-banner.state-ban-responsive .port-ban-btn .t-btn-primary {
    background: var(--bg-blu) !important;
    color: #fff !important;
}
.page-title-area.state-banner.state-ban-responsive .port-ban-btn .t-btn-circle {
    background: var(--bg-blu) !important;
    color: #fff !important;
}
.page-title-area.state-banner.state-ban-responsive .port-ban-btn .t-btn-primary:hover {
    background: var(--gra) !important;
    color: #fff !important;
}
.page-title-area.state-banner.state-ban-responsive .port-ban-btn .t-btn-circle:hover {
    background: var(--gra) !important;
    color: #fff !important;
}
}

/* header icon */
.header-area-4 .main-menu li a.iconbox_block_2:hover svg{
    fill: #ffaf17 !important;
}