@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@600&display=swap);
:root {
  --nav-height: 64px;
  --heading-spacing: 0.5em;
  --transparent: transparent;
  --up-black: #001e00;
  --up-black-dark: #021202;
  --text-dark: var(--up-black);
  --primary-color: #005a8d;
  --secondary-color-1: #00aeef;
  --secondary-color-2: #51c7f2;
  --secondary-color-3: #f2a900;
  --secondary-color-4: #f26322;
  --secondary-color-5: #2c2c2c;
  --gray-06: #f2f7f2;
  --black: #000000;
  --white: #ffffff;
  --success: #198754;
  --danger: #dc3545;
}
@media (max-width: 991.98px) {
  :root {
    --nav-height: 56px;
  }
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  user-select: none;
}

.lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang img {
    width: 143px;
    margin: 0 36px;
}
::after:focus,
::before:focus,
:focus {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  body {
    font-size: 11.485px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 14px !important;
  }
}
img,
svg {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
ol,
ul {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0.5em 0;
  list-style-position: outside;
  padding-left: 1.25em;
}
@media (max-width: 1199.98px) {
  ol,
  ul {
    font-size: 1em;
  }
}
ol li,
ul li {
  margin-bottom: 1em;
}
ol.no-list-style,
ul.no-list-style {
  list-style-type: none;
}
ol {
  list-style: decimal;
}
a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}
address {
  font-style: normal;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
  resize: none;
}
input,
textarea {
  -webkit-user-select: auto;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background: 0 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: currentColor;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  background: 0 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: currentColor;
  transition: background-color 5000s ease-in-out 0s;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  visibility: hidden;
  -webkit-appearance: none;
}
input:-internal-autofill-selected {
  background: 0 0 !important;
  background-color: transparent !important;
  background-image: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
input[type="email"],
input[type="tel"],
input[type="url"] {
  direction: ltr;
}
button {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1em;
  background-color: #fff;
}
@media (min-width: 1200px) {
  main {
    margin-top: 0;
  }
}
@media (max-width: 1199.98px) {
  main {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  main {
    margin-top: 0;
  }
}
.img-wrapper {
  position: relative;
  user-select: none;
}
.img-space--right {
  padding-right: 3.44em;
}
.container-fluid {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 5em;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding: 0 2em;
  }
}
.container-s {
  max-width: 100%;
  padding: 0 3.385%;
}
@media (max-width: 991.98px) {
  .container-s {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container-s {
    padding: 0 2em;
  }
}
.container {
  width: 100%;
  /* padding: 0 10.18%; */
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 5em;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 2em;
  }
}
.container.center-content-box {
  padding: 0 23.69%;
}
@media (max-width: 991.98px) {
  .container.center-content-box {
    padding: 0 5em;
  }
}
@media (max-width: 991.98px) {
  .container.center-content-box {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .container.center-content-box {
    padding: 0 2em;
  }
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 0 0.9375em;
  z-index: 2;
}
.sec__wrapper {
  flex-direction: column;
}
.section {
  position: relative;
  padding: 2em 0;
  min-height: 3em;
}
@media (min-width: 576px) {
  .section {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 5em 0;
  }
}
.generic-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 2.1875em;
}
@media (max-width: 1199.98px) {
  .generic-panel {
    margin-bottom: 3em;
  }
}
@media (max-width: 575.98px) {
  .generic-panel {
    margin-bottom: 1.5em;
  }
}
.generic-panel__leftside {
  max-width: 56.4375em;
  padding-right: 1em;
}
@media (max-width: 1199.98px) {
  .generic-panel__leftside {
    max-width: 49em;
  }
}
.generic-panel__leftside--line .h1,
.generic-panel__leftside--line .h2,
.generic-panel__leftside--line .h3,
.generic-panel__leftside--line .h4,
.generic-panel__leftside--line .h5,
.generic-panel__leftside--line .h6 {
  position: relative;
  padding-bottom: 0.71em;
}
.generic-panel__leftside--line .h1::after,
.generic-panel__leftside--line .h2::after,
.generic-panel__leftside--line .h3::after,
.generic-panel__leftside--line .h4::after,
.generic-panel__leftside--line .h5::after,
.generic-panel__leftside--line .h6::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #08c;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  border-radius: 20px;
  transform: translateX(0);
}
.generic-panel__leftside--line--b-space .h1,
.generic-panel__leftside--line--b-space .h2,
.generic-panel__leftside--line--b-space .h3,
.generic-panel__leftside--line--b-space .h4,
.generic-panel__leftside--line--b-space .h6 {
  padding-bottom: 0.5em;
}
.generic-panel__rightside {
  position: absolute;
  z-index: 2;
  right: 10.15625%;
  text-align: center;
  top: 4.2em;
}
@media (max-width: 1199.98px) {
  .generic-panel__rightside {
    right: 5em;
    top: 3em;
  }
}
@media (max-width: 991.98px) {
  .generic-panel__rightside {
    right: 3em;
  }
}
@media (max-width: 575.98px) {
  .generic-panel__rightside {
    position: static;
    margin-top: 2em;
  }
}
.generic-panel__rightside--parallel {
  top: 5em;
}
@media (max-width: 1199.98px) {
  .generic-panel__rightside--parallel {
    top: 2.5em;
  }
}
.generic-panel__center {
  max-width: 75em;
  flex: 0 1 75em;
  text-align: center;
  padding: 0 1.5em;
}
.generic-panel__center--line .h1,
.generic-panel__center--line .h2,
.generic-panel__center--line .h3,
.generic-panel__center--line .h4,
.generic-panel__center--line .h5,
.generic-panel__center--line .h6 {
  position: relative;
  padding-bottom: 0.71em;
}
.generic-panel__center--line .h1::after,
.generic-panel__center--line .h2::after,
.generic-panel__center--line .h3::after,
.generic-panel__center--line .h4::after,
.generic-panel__center--line .h5::after,
.generic-panel__center--line .h6::after {
  content: "";
  width: 54px;
  height: 2px;
  background-color: #08c;
  position: absolute;
  bottom: 0.2em;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
}
.generic-panel__center--line--b-space .h1,
.generic-panel__center--line--b-space .h2,
.generic-panel__center--line--b-space .h3,
.generic-panel__center--line--b-space .h4,
.generic-panel__center--line--b-space .h6 {
  padding-bottom: 0.5em;
}
.generic-panel__small-tag {
  font-size: 1.5em;
  line-height: 1.21em;
  font-weight: 500;
  text-transform: uppercase;
  color: #ac936a;
  padding-bottom: 1.04em;
  display: block;
}
.generic-panel .c-btn__primary {
  margin-top: 2.5em;
}
.generic-panel--inner .generic-panel__rightside {
  top: 0;
  right: 0;
}
.generic-panel--inner .h1,
.generic-panel--inner .h2,
.generic-panel--inner .h3,
.generic-panel--inner .h4,
.generic-panel--inner .h5,
.generic-panel--inner .h6 {
  margin-bottom: 0.8888em;
  position: relative;
  padding: 0 0 0.4615em;
}
.generic-panel--inner .h1::before,
.generic-panel--inner .h2::before,
.generic-panel--inner .h3::before,
.generic-panel--inner .h4::before,
.generic-panel--inner .h5::before,
.generic-panel--inner .h6::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background: #08c;
  bottom: 0;
  left: 0;
  border-radius: 0.16129em;
}
.generic-panel--inner .c-btn {
  margin: 0;
}
.generic-panel--inner-center {
  justify-content: center;
}
.generic-panel--inner-center .generic-panel__leftside {
  text-align: center;
  max-width: none;
  padding: 0;
}
.generic-panel--inner-center .h4 {
  position: relative;
  padding: 0 0 0.4615em;
  margin-bottom: 0.5em;
}
.generic-panel--inner-center .h4::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background: #08c;
  bottom: 0;
  left: 0;
  border-radius: 0.16129em;
  right: 0;
  margin: 0 auto;
}
.generic-panel--inner-center .p {
  font-size: 1.125em;
  font-weight: 400;
  color: #08c;
  line-height: 1.333em;
}
.full-banner {
  display: block;
  position: relative;
}
.full-banner__txt-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 2em 0 0;
}
@media (min-width: 768px) {
  .full-banner__txt-wrapper {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .full-banner__txt-wrapper {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .full-banner__txt-wrapper {
    padding: 2em;
  }
}
.full-banner__txt-wrapper .generic-panel p {
  font-size: 1.5em;
  line-height: 1.33em;
}
.full-banner__img-wrapper {
  position: relative;
}
@media (min-width: 576px) {
  .full-banner__img-wrapper {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .full-banner__img-wrapper--small {
    height: 39.25em;
  }
}
@media (min-width: 1200px) {
  .full-banner__img-wrapper--medium {
    height: 39.6875em;
  }
}
@media (min-width: 768px) {
  .full-banner__right-img {
    padding: 0;
  }
}
.full-banner__right-img .col_12:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .full-banner__right-img .col_12:last-child {
    margin-right: -5.079125em;
    width: calc(33.33% + 5.079125em);
    flex: 0 0 calc(33.33% + 5.079125em);
  }
}
@media (min-width: 1200px) {
  .full-banner__right-img .col_12:last-child {
    margin-right: -12.079125em;
    width: calc(33.33% + 12.079125em);
    flex: 0 0 calc(33.33% + 12.079125em);
  }
}
.full-banner__right-img .generic-panel {
  margin-bottom: 0;
}
.full-banner__right-img .generic-panel__leftside {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .full-banner__right-img .generic-panel__leftside {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .full-banner__right-img .generic-panel__leftside p {
    padding-right: 5em;
  }
}
@media (min-width: 576px) {
  .full-banner__left-img {
    padding: 0;
  }
}
.full-banner__left-img .col_12:first-child {
  padding: 0;
}
@media (min-width: 768px) {
  .full-banner__left-img .col_12:first-child {
    margin-left: -5.079125em;
    width: calc(33.33% + 5.079125em);
    flex: 0 0 calc(33.33% + 5.079125em);
  }
}
@media (min-width: 1200px) {
  .full-banner__left-img .col_12:first-child {
    margin-left: -12.079125em;
    width: calc(33.33% + 12.079125em);
    flex: 0 0 calc(33.33% + 12.079125em);
    padding: 0;
  }
}
.full-banner__left-img .generic-panel {
  margin-bottom: 0;
}
.full-banner__left-img .generic-panel__leftside {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .full-banner__left-img .generic-panel__leftside p {
    padding-right: 5em;
  }
}
@media (min-width: 768px) {
  .full-banner__full-height-img {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .full-banner_mb_col-reverse .custom-row {
    flex-direction: column-reverse;
  }
}
.full-banner__lright-img {
  background-color: #c3c3c1;
}
.full-banner__lright-img .generic-panel p {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 131.34%;
  color: #000;
}
@media (min-width: 1200px) {
  .full-banner__lright-img .col_12:last-child {
    margin-right: 0;
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
}
.full-banner__lright-img-sleft-img {
  background-color: #a5c8d9;
}
.full-banner__lright-img-sleft-img .small-overly-img {
  width: 11.6875em;
  height: 15.25em;
  position: absolute;
  left: 0;
  top: -3.75em;
}
@media (max-width: 1199.98px) {
  .full-banner__lright-img-sleft-img .small-overly-img {
    display: none;
    visibility: hidden;
  }
}
.full-banner__lright-img-sleft-img p {
  color: #000;
  font-weight: 700;
  margin-bottom: 1.08em;
}
@media (max-width: 767.98px) {
  .full-banner {
    padding: 0;
  }
  .full-banner .container {
    padding: 0;
  }
}
.full-banner--img-pos-left img {
  object-position: left;
}
@media (max-width: 767.98px) {
  .plus-sign {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .plus-sign::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    background: #fff;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    transform-origin: 0 top;
  }
  .plus-sign::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  .plus-sign.opened::before {
    transform: rotate(90deg) translateY(-50%);
  }
  .plus-sign.opened::after {
    transform: rotate(90deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .plus-sign.desktopOpen {
    display: block;
  }
}
.twocol-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.twocol-row.justify-space {
  justify-content: space-between;
}
.twocol-row.align-center {
  align-items: center;
}
.generic--head__subhead.left-element {
  position: relative;
  /* padding: 0 0 0 2.5em; */
}

h6.generic--head__subhead.left-element.h6 b {
    font-size: 41px;
    margin: 7px 0 0;
    display: block;
}
.generic--head__subhead.left-element::before {
  content: "";
  position: absolute;
  width: 1.333em;
  height: 1px;
  left: 0;
  top: 0.66em;
  background: #fff;
  display: none;
}
@media (max-width: 575.98px) {
  .generic--head__subhead.left-element {
    padding: 0;
    letter-spacing: 0 !important;
    font-size: 1.125em;
  }
  .generic--head__subhead.left-element::before {
    content: normal;
  }
}
.generic--head__subhead.left-element.primary-col::before {
  background: #e3204a;
}
.generic--head.center-head {
  text-align: center;
  margin: 0 auto;
}
.generic-navigation-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8em;
  height: 3.75em;
}
.generic-navigation-wrapper .swiper-button-next,
.generic-navigation-wrapper .swiper-button-prev {
  width: 3.75em;
  height: 3.75em;
  background: #e3204a;
  border: 1px solid #e3204a;
  border-radius: 100%;
  top: 0;
  margin-top: 0;
  transition: 0.25s;
  z-index: 7;
}
.generic-navigation-wrapper .swiper-button-next img,
.generic-navigation-wrapper .swiper-button-next svg,
.generic-navigation-wrapper .swiper-button-prev img,
.generic-navigation-wrapper .swiper-button-prev svg {
  width: 1.5em;
}
@media (max-width: 575.98px) {
  .generic-navigation-wrapper .swiper-button-next img,
  .generic-navigation-wrapper .swiper-button-next svg,
  .generic-navigation-wrapper .swiper-button-prev img,
  .generic-navigation-wrapper .swiper-button-prev svg {
    width: 1em;
  }
}
.generic-navigation-wrapper .swiper-button-next::after,
.generic-navigation-wrapper .swiper-button-prev::after {
  display: none;
}
.generic-navigation-wrapper .swiper-button-next:hover,
.generic-navigation-wrapper .swiper-button-prev:hover {
  opacity: 0.8;
  transition: 0.25s;
}
.generic-navigation-wrapper.large-btn .swiper-button-next,
.generic-navigation-wrapper.large-btn .swiper-button-prev {
  width: 5.9375em;
  height: 5.9375em;
  background: 0 0;
  transition: 0.25s;
}
@media (max-width: 1199.98px) {
  .generic-navigation-wrapper.large-btn .swiper-button-next,
  .generic-navigation-wrapper.large-btn .swiper-button-prev {
    width: 3em;
    height: 3em;
  }
}
.generic-navigation-wrapper.large-btn .swiper-button-next img,
.generic-navigation-wrapper.large-btn .swiper-button-next svg,
.generic-navigation-wrapper.large-btn .swiper-button-prev img,
.generic-navigation-wrapper.large-btn .swiper-button-prev svg {
  width: 0.4375em;
}
.generic-navigation-wrapper.large-btn .swiper-button-next img path,
.generic-navigation-wrapper.large-btn .swiper-button-next svg path,
.generic-navigation-wrapper.large-btn .swiper-button-prev img path,
.generic-navigation-wrapper.large-btn .swiper-button-prev svg path {
  transition: 0.25s;
}
.generic-navigation-wrapper.large-btn .swiper-button-next:hover,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover {
  background: #e3204a;
  border-color: transparent;
  transition: 0.25s;
}
.generic-navigation-wrapper.large-btn .swiper-button-next:hover img path,
.generic-navigation-wrapper.large-btn .swiper-button-next:hover svg path,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover img path,
.generic-navigation-wrapper.large-btn .swiper-button-prev:hover svg path {
  stroke: #fff;
  transition: 0.25s;
}
.generic-navigation-wrapper.large-btn
  .swiper-button-next.swiper-button-disabled,
.generic-navigation-wrapper.large-btn
  .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
@media (max-width: 991.98px) {
  .generic-navigation-wrapper.large-btn
    .swiper-button-next.swiper-button-disabled,
  .generic-navigation-wrapper.large-btn
    .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    visibility: visible;
  }
}
.generic-navigation-wrapper.white-bg .swiper-button-next,
.generic-navigation-wrapper.white-bg .swiper-button-prev {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  transition: 0.25s;
}
@media (max-width: 1199.98px) {
  .generic-navigation-wrapper.white-bg .swiper-button-next,
  .generic-navigation-wrapper.white-bg .swiper-button-prev {
    width: 3em;
    height: 3em;
  }
}
.generic-navigation-wrapper.white-bg .swiper-button-next svg path,
.generic-navigation-wrapper.white-bg .swiper-button-prev svg path {
  fill: #e3204a;
  transition: 0.25s;
}
.generic-navigation-wrapper.white-bg .swiper-button-next:hover,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover {
  background: #e3204a;
  border-color: transparent;
  transition: 0.25s;
}
.generic-navigation-wrapper.white-bg .swiper-button-next:hover img path,
.generic-navigation-wrapper.white-bg .swiper-button-next:hover svg path,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover img path,
.generic-navigation-wrapper.white-bg .swiper-button-prev:hover svg path {
  stroke: #fff;
  fill: #fff;
  transition: 0.25s;
}
.generic-navigation-wrapper .swiper-button-next {
  right: 0;
}
.generic-navigation-wrapper .swiper-button-next img,
.generic-navigation-wrapper .swiper-button-next svg {
  transform: rotate(180deg);
}
.generic-navigation-wrapper .swiper-button-prev {
  left: 0;
}
.grey-color-bg {
  background-color: #edeef3;
}
.swiper {
  padding-bottom: 50px;
}
.swiper .swiper-slide {
  height: unset !important;
}
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: radial-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  opacity: 0.3;
}
.swiper
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #e3204a;
  opacity: 1;
}
.full-width-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.full-width-box.light-grey-bg-one {
  background: transparent url(../images/png/grey-light-mask-bg-one.png)
    no-repeat 0 0;
  background-size: cover;
}
.full-width-box.light-grey-bg-two.extra-space-three {
  background-image: url(../images/grey-light-mask-bg-two.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-width-box.light-grey-bg-two::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background: linear-gradient(
    250.62deg,
    #fff 43.3%,
    rgba(255, 255, 255, 0) 104.92%
  );
  z-index: 1;
  opacity: 0.6;
}
@media (max-width: 1666px) {
  .full-width-box.light-grey-bg-two::before {
    width: 100%;
  }
}
.full-width-box.light-grey-bg-two .container {
  z-index: 1;
}
.full-width-box.light-grey-bg-three {
  background: transparent url(../images/png/grey-light-mask-bg-three.png)
    no-repeat 0 0;
  background-size: cover;
}
.full-width-box.light-grey-bg-four {
  background: transparent url(../images/grey-light-mask-bg-four.png) no-repeat 0
    0;
  background-size: cover;
}
.full-width-box.extra-space {
  padding: 2em 0;
}
@media (min-width: 576px) {
  .full-width-box.extra-space {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .full-width-box.extra-space {
    padding: 3em 0;
  }
}
.full-width-box.extra-space-two {
  padding: 2em 0;
}
@media (min-width: 576px) {
  .full-width-box.extra-space-two {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .full-width-box.extra-space-two {
    padding: 4em 0;
  }
}
.full-width-box.extra-space-three {
  padding: 2em 0;
}
@media (min-width: 576px) {
  .full-width-box.extra-space-three {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .full-width-box.extra-space-three {
    padding: 5em 0;
  }
}
.full-width-box.extra-space-four {
  padding: 2em 0;
}
@media (min-width: 576px) {
  .full-width-box.extra-space-four {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .full-width-box.extra-space-four {
    padding: 6em 0;
  }
}
.full-width-box.extra-space-five {
  padding-top: 4.375em;
  padding-bottom: 3.125em;
}
@media (max-width: 767.98px) {
  .full-width-box.extra-space-five {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}
.full-width-box .slider-box ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.875em);
  margin: 0 -0.9375em;
}
.full-width-box .slider-box ul li {
  width: calc(16.6666666667% - 1.875em);
  height: 13.0625em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  border-radius: 1.5625em;
  overflow: hidden;
}
.full-width-box.full-height {
  height: 100%;
}
.full-width-box .col-33-33 {
  padding: 0 1.5625em;
}
.content-box.heading-txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3.125em;
}
@media (max-width: 575.98px) {
  .content-box.heading-txt {
    margin-bottom: 2em;
  }
}
.content-box.heading-txt h6 {
  font-weight: 500;
  font-size: 1.12em;
}
@media (max-width: 1024.98px) {
  .content-box.heading-txt h6 {
    margin-bottom: 0.9375em;
    text-align: center;
  }
}
.content-box.heading-txt h2 {
  margin-bottom: 1.5625em;
  text-align: center;
}
@media (max-width: 1024.98px) {
  .content-box.heading-txt h2 {
    margin-bottom: 1em;
  }
}
.content-box.heading-txt p {
  font-size: 1.125em;
  line-height: 150%;
}
@media (max-width: 1280px) {
  .content-box.heading-txt p {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .content-box.heading-txt p {
    font-size: 1em;
  }
}
.content-box.heading-txt--left {
  align-items: left;
}
.content-box.heading-txt--center {
  align-items: center;
}
.content-box.heading-txt--center p {
  text-align: center;
}
.content-box.heading-txt--left {
  align-items: right;
}
.content-box.heading-txt--gradient h6 {
  color: #000;
}
.content-box.heading-txt--gradient .h1,
.content-box.heading-txt--gradient .h2,
.content-box.heading-txt--gradient .h3,
.content-box.heading-txt--gradient .h4,
.content-box.heading-txt--gradient .h5 {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 122.5%;
  letter-spacing: -2.07px;
  font-size: 2.875em;
}
@media (max-width: 1199.98px) {
  .content-box.heading-txt--gradient .h1,
  .content-box.heading-txt--gradient .h2,
  .content-box.heading-txt--gradient .h3,
  .content-box.heading-txt--gradient .h4,
  .content-box.heading-txt--gradient .h5 {
    font-size: 1.75em;
  }
}
.content-box.heading-txt--gradient .h6 {
  font-weight: 500;
  font-size: 1.12em;
}
@media (max-width: 1280px) {
  .content-box.heading-txt--gradient .h6 {
    font-size: 1.75em;
  }
}
@media (max-width: 575.98px) {
  .content-box.heading-txt--gradient .h6 {
    font-size: 1em;
  }
}
.content-box.heading-txt--fix-width h2 {
  width: 100%;
  max-width: 910px;
  margin-bottom: 0.5em;
}
.content-box.heading-txt--fix-width p {
  width: 100%;
  max-width: 619px;
}
.content-box.heading-txt--fix-width p:last-child,
.content-box.heading-txt--fix-width p:only-child {
  margin-bottom: 0;
}
.content-box.heading-txt--fix-width-txt p {
  width: 100%;
  max-width: 588px;
  background: #922781;
  background: -webkit-linear-gradient(to left, #922781 0, #e3214b 100%);
  background: -moz-linear-gradient(to left, #922781 0, #e3214b 100%);
  background: linear-gradient(to left, #922781 0, #e3214b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.content-box.heading-txt.mb-zero {
  margin-bottom: 0;
}
.content-box.simple-txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #303030;
}
.line-heading {
  display: flex;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .line-heading {
    padding-left: 1em;
  }
}
.line-heading .outline-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #b9b9ba;
  text-transform: capitalize;
  word-break: break-word;
  font-size: 7em;
  font-family: sans-serif;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1024.98px) {
  .line-heading .outline-text {
    font-size: 5em;
  }
}
@media (max-width: 991.98px) {
  .line-heading .outline-text {
    font-size: 4em;
  }
}
@media (max-width: 575.98px) {
  .line-heading .outline-text {
    font-size: 2em;
  }
}
@media (max-width: 375px) {
  .line-heading .outline-text {
    font-size: 1.5em;
  }
}
.line-heading .outline-text.primary-color {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e3204a;
}
.line-heading .outline-text.center-txt {
  margin: 0 auto;
}
.text-gradient {
  background: linear-gradient(90deg, #e3204a, #fff, #e3204a, #fff);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: bgMove 3s linear infinite reverse;
  mix-blend-mode: normal;
  padding-right: 2px;
}
@keyframes bgMove {
  0% {
    background-position: 0 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
.iti {
  width: 100%;
}
.iti__country-name,
.iti__flag-box {
  font-size: 0.751em;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--allow-dropdown .form-field__control,
.iti--allow-dropdown input[type="tel"] {
  padding-left: 5.75em;
  padding-right: 1.5em;
}
.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti .iti__arrow {
  border-top-color: #3d3c3b;
  margin-left: 0.625em;
}
.iti .iti__arrow--up {
  border-top-color: #3d3c3b;
}
.iti__selected-flag {
  padding: 0.5em 1.5em;
}
@media (min-width: 1200px) {
  .iti__selected-flag {
    padding-left: 0.75em;
    padding-right: 0;
    width: auto;
    padding-right: 0.75em;
  }
}
@media (max-width: 575.98px) {
  .iti__selected-flag {
    padding: 0.5em;
  }
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.iti .error {
  position: absolute;
  left: 0;
  top: 100%;
}
@media (max-width: 575.98px) {
  .iti-mobile .iti__country {
    max-width: 18.62em;
  }
}
@media (max-width: 575.98px) {
  .iti-mobile .iti__country-list {
    max-width: 18.75em;
  }
}
.sticky-btn {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  height: auto;
  z-index: 100;
}
.sticky-btn .sticky-btn-wrapper {
  position: relative;
}
.sticky-btn .sticky-btn-wrapper a,
.sticky-btn .sticky-btn-wrapper button {
  padding: 1em 0.5em;
  font-size: 1.25em;
  background: #de244a;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 0 10px 10px 0;
  border: none;
  font-family: Montserrat, sans-serif;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .sticky-btn .sticky-btn-wrapper a,
  .sticky-btn .sticky-btn-wrapper button {
    padding: 1em 0.75em;
  }
}
.sticky-btn .sticky-btn-wrapper a:hover,
.sticky-btn .sticky-btn-wrapper button:hover {
  background: #000;
  color: #fff;
  padding: 1em;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox__content {
  width: 90%;
  height: auto;
  padding: 2.5em;
}
@media (min-width: 992px) {
  .fancybox__content {
    width: 65%;
  }
}
@media (min-width: 1600px) {
  .fancybox__content {
    width: 55%;
  }
}
.fancybox__content > .f-button.is-close-btn {
  color: #000;
}
.fancybox .generic--form {
  padding: 0;
  background: 0 0;
}
.fancybox .generic--form__wrapper {
  justify-content: space-between;
}
.fancybox .generic--form__wrapper .input-container {
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  width: 100%;
  margin: 0 0 3em 0;
}
@media (max-width: 575.98px) {
  .fancybox .generic--form__wrapper .input-container {
    margin: 0 0 1.5em 0;
  }
}
.fancybox .generic--form__wrapper .input-container .input-select {
  width: 100%;
  height: 100%;
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  position: relative;
  top: unset;
  left: unset !important;
  color: #000 !important;
  background: 0 0;
}
.fancybox .generic--form__wrapper .input-container .input-select option {
  padding-bottom: 3.125em;
}
.fancybox .generic--form__wrapper .input-container .input-select option:hover {
  background: #e3204a;
}
.fancybox .generic--form__wrapper .input-container textarea {
  resize: none;
}
.fancybox .generic--form__wrapper .input-container .input {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  transition: 0.25s;
}
.fancybox .generic--form__wrapper .input-container .input.error {
  top: unset;
  left: unset !important;
  font-size: initial !important;
  color: #000 !important;
}
@media (max-width: 1024.98px) {
  .fancybox .generic--form__wrapper .input-container .input {
    margin: 0;
  }
}
.fancybox .generic--form__wrapper .input-container .input:focus {
  outline: 0;
  border-bottom: 1px solid #363636;
  transition: 0.25s;
}
.fancybox .generic--form__wrapper .input-container .input::placeholder {
  color: #000;
}
.fancybox .generic--form__wrapper .input-container .placeholder {
  color: #636363;
  font-size: 1em;
  left: 0;
  line-height: 3px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 0.2s, color 0.2s;
  top: 1.25em;
  padding: 0;
  transition: 0.4s;
}
.fancybox .generic--form__wrapper .input-container.textArea {
  height: auto;
}
.fancybox .generic--form__wrapper .input-container {
  margin: 0.8em 0 0.93em 0;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .fancybox .generic--form__wrapper .input-container:nth-child(odd) {
    padding-right: 0.62em;
  }
}
@media (min-width: 1200px) {
  .fancybox .generic--form__wrapper .input-container:nth-child(even) {
    padding-left: 0.62em;
  }
}
.fancybox .generic--form__wrapper .input-container .placeholder {
  position: unset;
  font-weight: 400;
  font-size: 0.99em;
  line-height: 0.875em;
  color: #000;
  margin-bottom: 0.625em;
}
.fancybox .generic--form__wrapper .input-container .input {
  font-size: 1.115em !important;
  height: 2.79em;
  background: rgba(217, 217, 217, 0.3);
  transition: 0.4s;
  border: 2px solid rgba(217, 217, 217, 0);
  font-weight: 500;
  font-size: 1.11em;
  line-height: 2.76em;
  letter-spacing: -0.02em;
  color: #363636;
  padding: 0 1.11em;
  position: relative;
  transition: 0.5s ease;
}
.fancybox .generic--form__wrapper .input-container .input:focus {
  border: 2px solid #e3204a;
  background: 0 0;
}
.fancybox .generic--form__wrapper .input-container .input::placeholder {
  opacity: 1;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.02em;
  color: rgba(54, 54, 54, 0.2);
}
.fancybox .generic--form__wrapper .input-container .input.phoneiti {
  padding-left: 3em;
}
.fancybox .generic--form__wrapper .input-container textarea {
  height: 6.72em !important;
}
.fancybox .generic--form__wrapper .input-container label.error {
  font-size: 0.8em !important;
  color: #dc3545;
  margin-top: 0.25em;
  font-weight: 600;
}
.fancybox .generic--form__wrapper .cut {
  height: 20px;
  left: 0;
  position: absolute;
  top: -30px;
  transform: translateY(0);
  transition: transform 0.2s;
  width: 76px;
}
.fancybox .generic--form__wrapper .cut-short {
  width: 50px;
}
.fancybox .generic--form__wrapper .input:focus ~ .cut,
.fancybox .generic--form__wrapper .input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}
.fancybox .generic--form__wrapper .input:focus ~ .placeholder,
.fancybox
  .generic--form__wrapper
  .input:not(:placeholder-shown)
  ~ .placeholder {
  transform: translateY(-25px) translateX(0) scale(0.75);
  font-size: 1.1em;
}
.fancybox
  .generic--form__wrapper
  .input:not(:placeholder-shown)
  ~ .placeholder {
  font-size: 1.1em;
}
@media (max-width: 575.98px) {
  .fancybox
    .generic--form__wrapper
    .input:not(:placeholder-shown)
    ~ .placeholder {
    height: 100%;
  }
}
.fancybox .generic--form__wrapper .iti__arrow {
  border-top: 4px solid #000;
}
.fancybox .generic--form__wrapper .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  margin: 0 0 var(--heading-spacing);
  color: var(--text-dark);
  font-family: inherit;
}
.h1,
h1 {
  font-size: 3.875em;
  line-height: 1.19em;
  font-weight: 700;
  margin: 0 0 0.4em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h1,
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 991.98px) {
  .h1,
  h1 {
    font-size: 2em;
  }
}
.h2,
h2 {
  font-size: 3.4375em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.7em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h2,
  h2 {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .h2,
  h2 {
    font-size: 1.75em;
  }
}
.h3,
h3 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 0.7em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h3,
  h3 {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .h3,
  h3 {
    font-size: 1.75em;
  }
}
.h4,
h4 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.825em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h4,
  h4 {
    font-size: 1.75em;
  }
}
@media (max-width: 991.98px) {
  .h4,
  h4 {
    font-size: 1.75em;
  }
}
.h5,
h5 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 0.6818em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h5,
  h5 {
    font-size: 1.5em;
  }
}
.h6,
h6 {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0 0 0.75em 0;
  color: #000;
}
@media (max-width: 1199.98px) {
  .h6,
  h6 {
    font-size: 1.5em;
  }
}
.p,
p {
  font-size: 1.25em;
  line-height: 138.34%;
  font-weight: 400;
  margin: 0 0 0.5em 0;
}
.p:last-child,
p:last-child {
  margin: 0 0 1.4em 0;
}
@media (max-width: 1199.98px) {
  .p,
  p {
    font-size: 1em;
  }
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1em;
}
@media (min-width: 1200px) {
  .fs-72 {
    font-size: 4em;
  }
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.primary-color {
  color: #e3204a;
}
.primary-bg {
  background-color: #e3204a;
}
.secondary-color {
  color: #717372;
}
.secondary-bg {
  background-color: #717372;
}
.black-color {
  color: #000;
}
.black-bg {
  background-color: #000;
}
.black-linear-gradient-bg {
  background: linear-gradient(70.72deg, rgba(61, 61, 61, 0.99) 0, #000 81.51%);
}
.black-linear-gradient-bg .h1,
.black-linear-gradient-bg .h2,
.black-linear-gradient-bg .h3,
.black-linear-gradient-bg .h4,
.black-linear-gradient-bg .h5,
.black-linear-gradient-bg .h6 {
  color: #fff;
}
.black-linear-gradient-bg p {
  color: #fff;
}
.white-color {
  color: #fff;
}
.white-bg {
  background-color: #fff;
}
.line-bg {
  background-color: #f9f4e8;
}
.gray-1-color {
  color: #363636;
}
.gray-1-bg {
  background-color: #363636;
}
.gray-2-color {
  color: #636363;
}
.gray-2-bg {
  background-color: #636363;
}
.gray-3-color {
  color: #e3e3e3;
}
.gray-3-bg {
  background-color: #e3e3e3;
}
.gray-5-bg {
  background-color: #c1c1c1;
}
.gray-13-bg {
  background-color: #fafafa;
}
.light-red-bg {
  background-color: #ffcaca;
}
.silver-sand-bg {
  background-color: #c4c4c4;
}
.shampoo-bg {
  background-color: #ffd2ea;
}
.very-pale-orange-bg {
  background-color: #fadcc1;
}
.saffron-light-bg {
  background-color: rgba(236, 196, 55, 0.45);
}
.bone-bg {
  background-color: #ded6c3;
}
.eggshell-bg {
  background-color: #f3ead8;
}
.animate {
  opacity: 0;
}
.animate.fadein-Left {
  transform: translate(100px, 0);
}
.animate.fadein-Right {
  transform: translate(-100px, 0);
}
.animate.fadein-Up {
  transform: translate(0, 100px);
}
.animate.fadein-Down {
  transform: translate(0, -100px);
}
@media (max-width: 767.98px) {
  .animate {
    opacity: 1;
  }
  .animate.fadein-Left {
    transform: translate(0, 0);
  }
  .animate.fadein-Right {
    transform: translate(0, 0);
  }
  .animate.fadein-Up {
    transform: translate(0, 0);
  }
  .animate.fadein-Down {
    transform: translate(0, 0);
  }
}
@keyframes anim {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.lazy-img {
  opacity: 0;
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375em;
}
@media (min-width: 992px) {
  .col-one-padding {
    padding-left: 3.9375em;
  }
}
@media (min-width: 1200px) {
  .col-one-padding {
    padding-left: 7.9375em;
  }
}
.no-gutters {
  margin: 0;
  width: 100%;
}
.no-gutters > [class*="col_"] {
  padding: 0;
}
.col_offset_0 {
  margin-left: 0;
}
.col_1 {
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_1 {
  margin-left: 8.3333333333%;
}
.col_2 {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_2 {
  margin-left: 16.6666666667%;
}
.col_3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.9375em;
}
.col_offset_3 {
  margin-left: 25%;
}
.col_4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_4 {
  margin-left: 33.3333333333%;
}
.col_5 {
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_5 {
  margin-left: 41.6666666667%;
}
.col_6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.9375em;
}
.col_offset_6 {
  margin-left: 50%;
}
.col_7 {
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_7 {
  margin-left: 58.3333333333%;
}
.col_8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_8 {
  margin-left: 66.6666666667%;
}
.col_9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.9375em;
}
.col_offset_9 {
  margin-left: 75%;
}
.col_10 {
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  padding: 0 0.9375em;
}
.col_offset_10 {
  margin-left: 83.3333333333%;
}
.col_11 {
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  padding: 0 0.9375em;
}
.col_offset_11 {
  margin-left: 91.6666666667%;
}
.col_12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.9375em;
}
.col_offset_12 {
  margin-left: 100%;
}
@media (min-width: 576px) {
  .col_sm_offset_0 {
    margin-left: 0;
  }
  .col_sm_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_sm_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_sm_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_3 {
    margin-left: 25%;
  }
  .col_sm_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_sm_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_sm_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_6 {
    margin-left: 50%;
  }
  .col_sm_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_sm_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_sm_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_9 {
    margin-left: 75%;
  }
  .col_sm_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_sm_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_sm_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_sm_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col_md_offset_0 {
    margin-left: 0;
  }
  .col_md_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_md_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_md_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_md_offset_3 {
    margin-left: 25%;
  }
  .col_md_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_md_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_md_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_md_offset_6 {
    margin-left: 50%;
  }
  .col_md_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_md_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_md_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_md_offset_9 {
    margin-left: 75%;
  }
  .col_md_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_md_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_md_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_md_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_md_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_md_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col_lg_offset_0 {
    margin-left: 0;
  }
  .col_lg_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_lg_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_lg_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_3 {
    margin-left: 25%;
  }
  .col_lg_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_lg_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_lg_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_6 {
    margin-left: 50%;
  }
  .col_lg_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_lg_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_lg_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_9 {
    margin-left: 75%;
  }
  .col_lg_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_lg_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_lg_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_lg_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col_xl_offset_0 {
    margin-left: 0;
  }
  .col_xl_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_xl_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_xl_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_3 {
    margin-left: 25%;
  }
  .col_xl_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_xl_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_xl_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_6 {
    margin-left: 50%;
  }
  .col_xl_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_xl_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_xl_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_9 {
    margin-left: 75%;
  }
  .col_xl_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_xl_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_xl_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_xl_offset_12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col_xxl_offset_0 {
    margin-left: 0;
  }
  .col_xxl_1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_1 {
    margin-left: 8.3333333333%;
  }
  .col_xxl_2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_2 {
    margin-left: 16.6666666667%;
  }
  .col_xxl_3 {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_3 {
    margin-left: 25%;
  }
  .col_xxl_4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_4 {
    margin-left: 33.3333333333%;
  }
  .col_xxl_5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_5 {
    margin-left: 41.6666666667%;
  }
  .col_xxl_6 {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_6 {
    margin-left: 50%;
  }
  .col_xxl_7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_7 {
    margin-left: 58.3333333333%;
  }
  .col_xxl_8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_8 {
    margin-left: 66.6666666667%;
  }
  .col_xxl_9 {
    flex: 0 0 75%;
    width: 75%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_9 {
    margin-left: 75%;
  }
  .col_xxl_10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_10 {
    margin-left: 83.3333333333%;
  }
  .col_xxl_11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_11 {
    margin-left: 91.6666666667%;
  }
  .col_xxl_12 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0.9375em;
  }
  .col_xxl_offset_12 {
    margin-left: 100%;
  }
}
.text-center {
  text-align: center;
}
.m-auto {
  margin: 0 auto;
}
.m-0 {
  margin: 0;
}
.m-0:last-child,
.m-0:only-child {
  margin: 0;
}
.text-lower {
  text-transform: lowercase !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.generic--radius {
  border-radius: 10px;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-item-center {
  align-items: center;
}
.align-item-end {
  align-items: flex-end;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 576px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .overflow-hidden {
    overflow: hidden;
  }
}
.img-hack,
.img-hack-contain,
.img-hack-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-hack-contain {
  object-fit: contain;
}
.img-hack-fill {
  object-fit: fill;
}
.border-gray {
  border: 1px solid #363636;
}
.border-radius-10 {
  border-radius: 0.625em;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container-left-zero-desktop {
    padding-left: 0;
  }
}
.container-left-zero-always {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .container-right-zero-desktop {
    padding-right: 0;
  }
}
.container-right-zero-always {
  padding-right: 0;
}
.line-clamp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 4;
}
.loadjs {
  overflow: hidden;
}
@font-face {
  font-family: dg-landing-page;
  src: url(../fonts/icon-fonts/fonts/dg-landing-page.eot);
  src: url(../fonts/icon-fonts/fonts/dg-landing-page.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/icon-fonts/fonts/dg-landing-page.woff) format("woff"),
    url(../fonts/icon-fonts/fonts/dg-landing-page.ttf) format("truetype"),
    url(../fonts/icon-fonts/fonts/dg-landing-page.svg#dg-landing-page)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  font-family: dg-landing-page !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: dg-landing-page !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "a";
}
.icon-instagram:before {
  content: "b";
}
.icon-twitter:before {
  content: "c";
}
.icon-behance:before {
  content: "d";
}
.icon-dribbble:before {
  content: "e";
}
.icon-dg-phone:before {
  content: "f";
}
.icon-dg-down-arrow:before {
  content: "g";
}
.icon-dg-multiple-payment-icon:before {
  content: "h";
}
.icon-dg-advanced-analytics-icon:before {
  content: "i";
}
.icon-dg-mobile-friendly-icon:before {
  content: "j";
}
.icon-dg-multi-language-icon:before {
  content: "k";
}
.icon-dg-integrated-chat-system-icon:before {
  content: "l";
}
.icon-dg-push-notification-icon:before {
  content: "n";
}
.icon-dg-geo-location-icon:before {
  content: "o";
}
.icon-dg-reviews-ratings-icon:before {
  content: "m";
}
.icon-dg-reviews-ratings-icon-1:before {
  content: "p";
}
.icon-youtube-play:before {
  content: "q";
}
.icon-linkedin:before {
  content: "r";
}
.icon-linkedin-square:before {
  content: "s";
}
.icon-youtube:before {
  content: "t";
}
.btnn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btnn__text {
  font-size: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0.9375em 2.25em;
  color: #e3204a;
  background-color: transparent;
  line-height: 1em;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  user-select: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
}
.btnn:focus {
  outline: 0;
}
.btnn:hover .btnn__box::before {
  border-color: transparent;
}
.btnn:hover .btnn__box::after {
  width: 50%;
  height: 50%;
  border-color: #e3204a;
}
.btnn:hover .btnn__text::before {
  border-color: transparent;
}
.btnn__white::after,
.btnn__white::before {
  border-color: #fff;
}
.btnn__white .btnn__box::after,
.btnn__white .btnn__box::before {
  border-color: #fff;
}
.btnn__white .btnn__text {
  color: #fff;
}
.btnn__white .btnn__text::before {
  border-color: rgba(255, 255, 255, 0.3);
}
.btnn__white:hover::before {
  border-color: #fff;
}
.btnn__white:hover .btnn__box::after {
  border-color: #fff;
}
.btnn__white:hover .btnn__text {
  color: #fff;
}
.btnn {
  position: relative;
  font-size: 1.125em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 0.166em;
  color: #e3204a;
  background-color: transparent;
  line-height: 1em;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
  user-select: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 30em;
  overflow: hidden;
}
.btnn:hover::before {
  width: 300%;
}
.btnn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(51deg, #e3204a 0, #d61943 100%);
  background-size: 100% 100%;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.btnn__text-wrapper {
  background: #000;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  flex: 0 0 100%;
}
.btnn__text {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  padding: 0.9em 2em;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background: linear-gradient(51deg, #e3204a 0, #d61943 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  display: inline-block;
  font-weight: 600;
}
.btnn__text:hover {
  background: linear-gradient(51deg, #e3204a 0, #d61943 100%);
}
@media (max-width: 991.98px) {
  .btnn__text {
    padding: 0.8em 2.4em;
  }
}
.btnn__icon {
  width: 1.666em;
  height: 1.666em;
  flex: 0 0 1.666em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 7%;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transform: scale(0);
  transform-origin: center center;
}
.btnn__icon img,
.btnn__icon svg {
  width: 0.75em !important;
}
.btnn__icon img path,
.btnn__icon svg path {
  fill: #e3204a;
}
.btnn:focus {
  outline: 0;
}
.btnn--fill-gradient .btnn__text-wrapper,
.btnn--icon .btnn__text-wrapper {
  background: 0 0;
  display: flex;
  align-items: center;
}
.btnn--fill-gradient .btnn__text,
.btnn--icon .btnn__text {
  color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-size: 100% 100%;
}
@media (min-width: 576px) {
  .btnn--fill-gradient .btnn__icon,
  .btnn--icon .btnn__icon {
    transform: scale(0);
  }
}
.btnn--fill-gradient:hover .btnn__text,
.btnn--icon:hover .btnn__text {
  background-size: 300% 100%;
}
@media (min-width: 576px) {
  .btnn--fill-gradient:hover .btnn__text,
  .btnn--icon:hover .btnn__text {
    padding-right: 3.5em;
  }
}
@media (min-width: 576px) {
  .btnn--fill-gradient:hover .btnn__icon,
  .btnn--icon:hover .btnn__icon {
    transform: scale(1);
  }
}
.btnn--fill-gradient:hover .btnn__text {
  padding-right: 2em;
}
.btnn--fill-gradient .btnn__text {
  padding-right: 2em;
}
.btnn--white .btnn__text-wrapper {
  background: #fff;
}
.btnn--puple {
  color: #fff;
}
.btnn--puple .btnn__text-wrapper {
  background: #fff;
}
.btnn--puple::before {
  background: #fff;
}
.btnn--puple .btnn__text {
  -webkit-text-fill-color: #fff;
}
.simple-btn {
  position: relative;
  font-size: 1.25em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0.9375em 10.5em;
  color: #fff;
  background-color: #e3204a;
  line-height: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  user-select: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .simple-btn {
    padding: 0.9375em 5em;
  }
}
.simple-btn::before {
  content: "";
  width: 100px;
  position: absolute;
  height: 100%;
  background: #000;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
  left: -5em;
  right: auto;
}
.simple-btn::after {
  content: "";
  width: 100px;
  position: absolute;
  height: 100%;
  background: #000;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
  left: auto;
  right: -5em;
  transform: scale(-1);
}
.simple-btn:hover::before {
  left: 0;
}
.simple-btn:hover::after {
  right: 0;
}
.c-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 6.25em;
  font-size: 1.125em;
  line-height: 1.17em;
  font-weight: 700;
  cursor: pointer;
  padding: 0.56em 1.11em;
}
@media (min-width: 992px) {
  .c-btn {
    padding: 1.11em 2.22em;
  }
}
@media (max-width: 767.98px) {
  .c-btn {
    padding: 0.8325em 1.665em;
  }
}
.c-btn .img-wrapper {
  margin-right: 1em;
}
@media (max-width: 767.98px) {
  .c-btn .img-wrapper {
    margin-right: 0;
  }
}
.c-btn svg path {
  transition: all 0.3s ease-in-out;
}
.c-btn__icon {
  padding: 0.5em 1.33em 0.5em;
  border: 1px solid #b1a191;
  border-radius: 16.67em;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.17em;
  color: #666;
}
@media (min-width: 1200px) {
  .c-btn__icon {
    padding: 1.05em 2.33em 1.11em;
  }
}
@media (max-width: 767.98px) {
  .c-btn__icon {
    padding: 0.6em;
  }
}
@media (max-width: 767.98px) {
  .c-btn__icon {
    font-size: 0.85em;
  }
}
.c-btn__icon:hover {
  border-color: #e3204a;
  color: #e3204a;
}
.c-btn__icon:hover svg path {
  fill: #e3204a;
}
.c-btn__icon:hover .c-btn__txt {
  color: #e3204a;
}
@media (max-width: 767.98px) {
  .c-btn__icon .img-wrapper {
    margin-right: 1em;
  }
}
.c-btn__primary {
  background-color: #08c;
  color: #fff;
  border: 2px solid #08c;
}
.c-btn__primary:hover {
  box-shadow: 0 150px 0 0 #fff inset;
  color: #08c;
  background-color: transparent;
  border-color: #08c;
}
.c-btn__primary:hover svg path {
  fill: #08c;
}
.c-btn__secondary {
  background-color: transparent;
  color: #08c;
  border: 2px solid #08c;
}
.c-btn__secondary svg path {
  fill: #08c;
}
.c-btn__secondary:hover {
  box-shadow: 0 150px 0 0 #fff inset;
  color: #08c;
  background-color: #fff;
  border-color: #08c;
}
.c-btn__secondary:hover svg path {
  fill: #08c;
}
.c-btn__triple {
  background-color: #fff;
  color: #08c;
  border: 2px solid #fff;
}
.c-btn__triple svg path {
  fill: #08c;
}
.c-btn__triple:hover {
  box-shadow: 0 150px 0 0 #08c inset;
  color: #fff;
  background-color: transparent;
  border-color: #08c;
}
.c-btn__triple:hover svg path {
  fill: #fff;
}
.c-btn__quadruple {
  background-color: transparent;
  color: #ff4b4b;
  border: 2px solid transparent;
}
.c-btn__quadruple svg path {
  fill: #ff4b4b;
}
.c-btn__quadruple:hover {
  box-shadow: 0 150px 0 0 #ff4b4b inset;
  color: #fff;
  background-color: transparent;
  border-color: #ff4b4b;
}
.c-btn__quadruple:hover svg path {
  fill: #fff;
}
.line-btnn {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.625em;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  user-select: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #08c;
}
.line-btnn::before {
  content: "";
  position: absolute;
  width: 50%;
  background: #08c;
  height: 2px;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.line-btnn:hover {
  color: #08c;
}
.line-btnn:hover::before {
  width: 100%;
}
.uline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125em;
  width: 100%;
  height: 1px;
  background: #717372;
  transform: scaleX(1);
  transition: transform 0.5s ease;
}
.uline.active::after,
.uline:hover::after {
  transition: transform 0.5s ease;
  transform: scaleX(0);
}
.loader-btn {
  margin: 0 auto;
}
.loader-btn svg {
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.w-uline {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.w-uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.w-uline:hover::after {
  transform: scaleX(1);
}
.w-uline-icon .txt {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.w-uline-icon .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.w-uline-icon .txt:hover::after {
  transform: scaleX(1);
}
.line-anchor {
  font-size: 1.125em;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.166;
  text-transform: uppercase;
  color: #08c;
}
.line-anchor::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #08c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.line-anchor:hover {
  color: #08c;
}
.line-anchor:hover::before {
  width: 100%;
}
.icon-anchor {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #08c;
  transition: all 0.3s ease-in-out;
}
.icon-anchor .img-wrapper {
  margin-right: 22px;
}
.icon-anchor svg path {
  transition: all 0.3s ease-in-out;
}
.icon-anchor:hover svg path {
  fill: #e3204a;
}
.anchor-wrapper {
  display: flex;
}
.arrow-anchor {
  position: relative;
  display: flex;
  align-items: center;
  background: 0 0;
  background-color: transparent;
  border: none;
  font-family: Montserrat, sans-serif;
}
.arrow-anchor span {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0.75em 0 0;
}
.arrow-anchor .img-wrapper {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #e3204a;
  transition: 0.4s;
}
.arrow-anchor .img-wrapper svg {
  width: 1em;
  transform: rotate(0);
  transition: 0.4s;
}
@media (max-width: 1024.98px) {
  .arrow-anchor .img-wrapper svg {
    width: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .arrow-anchor .img-wrapper svg {
    width: 1em;
  }
}
.arrow-anchor .img-wrapper svg path {
  transition: 0.4s;
}
.arrow-anchor:hover .img-wrapper svg {
  transform: rotate(35deg);
  transition: 0.4s;
}
.arrow-anchor:hover .img-wrapper svg path {
  fill: #e3204a;
  transition: 0.4s;
}
.arrow-anchor.primary-col span {
  color: #e3204a;
  transition: 0.25s;
}
.arrow-anchor.primary-col .img-wrapper {
  background: #fff;
}
.arrow-anchor.primary-col .img-wrapper svg path {
  fill: #e3204a;
}
.arrow-anchor.primary-col:hover span {
  color: #fff;
  transition: 0.25s;
}
.arrow-anchor.primary-col:hover .img-wrapper {
  background: #e3204a;
}
.arrow-anchor.primary-col:hover .img-wrapper svg path {
  fill: #fff;
}
.arrow-anchor.black-col span {
  color: #000;
  transition: 0.25s;
}
.arrow-anchor.black-col:hover span {
  color: #e3204a;
  transition: 0.25s;
}
.arrow-anchor.gray-col span {
  color: #363636;
  transition: 0.25s;
}
.arrow-anchor.gray-col:hover span {
  color: #e3204a;
  transition: 0.25s;
}
.arrow-anchor.transparent-bg .img-wrapper {
  background: 0 0;
}
.arrow-anchor.transparent-bg .img-wrapper svg path {
  fill: #e3204a;
}
.arrow-anchor.white-bg .img-wrapper {
  background: #fff;
}
.arrow-anchor.white-bg .img-wrapper svg path {
  fill: #e3204a;
}
.arrow-anchor.small-achor span {
  font-size: 1em;
}
.arrow-anchor.small-achor .img-wrapper {
  width: 2.5em;
  height: 2.5em;
}
a {
  text-decoration: none;
  position: relative;
}
a .txt-link .primary-txt::before,
a .txt-link.primary-txt::before,
a.txt-link .primary-txt::before,
a.txt-link.primary-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
a .txt-link .primary-txt.style-one,
a .txt-link.primary-txt.style-one,
a.txt-link .primary-txt.style-one,
a.txt-link.primary-txt.style-one {
  color: #000;
}
a .txt-link .primary-txt.style-one::before,
a .txt-link.primary-txt.style-one::before,
a.txt-link .primary-txt.style-one::before,
a.txt-link.primary-txt.style-one::before {
  background: currentColor;
  background: #000 !important;
}
a .txt-link .primary-txt.style-one span,
a .txt-link.primary-txt.style-one span,
a.txt-link .primary-txt.style-one span,
a.txt-link.primary-txt.style-one span {
  color: #000;
}
a .txt-link .primary-txt.style-one:hover,
a .txt-link.primary-txt.style-one:hover,
a.txt-link .primary-txt.style-one:hover,
a.txt-link.primary-txt.style-one:hover {
  color: #e3204a !important;
}
a .txt-link .primary-txt.style-one:hover span,
a .txt-link.primary-txt.style-one:hover span,
a.txt-link .primary-txt.style-one:hover span,
a.txt-link.primary-txt.style-one:hover span {
  color: #e3204a !important;
}
a .txt-link .primary-txt.style-one:hover::before,
a .txt-link.primary-txt.style-one:hover::before,
a.txt-link .primary-txt.style-one:hover::before,
a.txt-link.primary-txt.style-one:hover::before {
  background: currentColor;
  background: #e3204a !important;
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
a .txt-link .primary-txt.style-two,
a .txt-link.primary-txt.style-two,
a.txt-link .primary-txt.style-two,
a.txt-link.primary-txt.style-two {
  color: #fff;
}
a .txt-link .primary-txt.style-two::before,
a .txt-link.primary-txt.style-two::before,
a.txt-link .primary-txt.style-two::before,
a.txt-link.primary-txt.style-two::before {
  background: currentColor;
  background: #fff !important;
}
a .txt-link .primary-txt.style-two span,
a .txt-link.primary-txt.style-two span,
a.txt-link .primary-txt.style-two span,
a.txt-link.primary-txt.style-two span {
  color: #fff;
}
a .txt-link .primary-txt.style-two:hover,
a .txt-link.primary-txt.style-two:hover,
a.txt-link .primary-txt.style-two:hover,
a.txt-link.primary-txt.style-two:hover {
  color: #e3204a !important;
}
a .txt-link .primary-txt.style-two:hover span,
a .txt-link.primary-txt.style-two:hover span,
a.txt-link .primary-txt.style-two:hover span,
a.txt-link.primary-txt.style-two:hover span {
  color: #e3204a !important;
}
a .txt-link .primary-txt.style-two:hover::before,
a .txt-link.primary-txt.style-two:hover::before,
a.txt-link .primary-txt.style-two:hover::before,
a.txt-link.primary-txt.style-two:hover::before {
  background: currentColor;
  background: #e3204a !important;
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
a.txt-circle-link span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  position: relative;
  height: 27px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 12px;
}
@media (max-width: 1024px) {
  a.txt-circle-link span {
    padding-left: 12px;
  }
}
a.txt-circle-link span::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0;
  background: #e3204a;
  border-radius: 28px;
  z-index: -1;
  transition: all 0.3s ease;
}
a.txt-circle-link span::after {
  content: attr(data-end);
  color: #fff;
}
a.txt-circle-link.white-txt {
  color: #fff;
  margin-bottom: 0;
}
a.txt-circle-link.black-txt {
  color: #000;
}
a.txt-circle-link:hover span::before {
  width: calc(100% + 12px);
  background: #de244a;
}
a.txt-circle-link:hover span::after {
  color: #000;
}
@media (max-width: 1024px) {
  a.txt-circle-link:hover span::before {
    width: calc(100% + 12px);
  }
}
a.txt-circle-link:active {
  transform: scale(0.96);
}
.category-tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
  padding: 0.25em;
  border-radius: 18.75em;
  width: 22.75em;
  height: 4.06em;
  margin: 2em auto;
}
@media (min-width: 1200px) {
  .category-tabs {
    margin: 2.81em auto;
  }
}
.category-tabs * {
  z-index: 2;
}
.category-tabs .tablinks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.125em;
  color: #08c;
  border-radius: 5.5em;
  cursor: pointer;
  transition: color 0.15s ease-in;
  background: 0 0;
  border: none;
}
.category-tabs .tablinks:hover ~ .glider {
  transform: translateX(100%);
  background-color: #08c;
  color: #fff;
}
.category-tabs .tablinks.active {
  color: #fff;
}
.category-tabs .tablinks.active ~ .glider {
  transform: translateX(100%);
  background-color: #08c;
}
.category-tabs .tablinks:first-child.active ~ .glider {
  transform: translateX(0);
}
.category-tabs .tablinks:last-child.active ~ .glider {
  transform: translateX(100%);
}
.category-tabs .glider {
  position: absolute;
  display: flex;
  height: calc(100% - 0.5em);
  width: 11.12em;
  background-color: #fff;
  z-index: 1;
  border-radius: 5.5em;
  top: 0.25em;
  left: 0.25em;
  transition: 0.25s ease-out;
}
.tabcontent {
  display: none;
  padding: 0 0.718em;
  animation: fadeEffect 0.5s ease;
}
@media (min-width: 1200px) {
  .tabcontent {
    padding: 0 0.375em;
  }
}
.tabcontent.show {
  display: block;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.product-box {
  border: 0.375em solid #f8f6f2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-box {
    height: 28.75em;
  }
}
@media (max-width: 1199.98px) {
  .product-box {
    min-height: 21.43em;
  }
}
.product-box::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  filter: blur(3.625em);
  width: 23.5625em;
  height: 24.375em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: scale(1) translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 100%;
}
.product-box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .product-box a {
    flex-direction: column;
    justify-content: space-between;
  }
}
.product-box .generic-panel {
  display: block;
  width: 100%;
  padding: 2.5em;
}
@media (min-width: 1200px) {
  .product-box .generic-panel {
    padding: 2.5em 12em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.product-box .generic-panel__center {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-box .generic-panel .h1,
.product-box .generic-panel .h2,
.product-box .generic-panel .h3,
.product-box .generic-panel .h4,
.product-box .generic-panel .h5,
.product-box .generic-panel .h6 {
  margin-bottom: 0.41em;
  width: 100%;
}
.product-box .generic-panel p {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 500;
  color: #000;
}
.product-box .generic-panel p:last-child {
  margin-bottom: 0;
}
.product-box .img-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .product-box .img-wrapper {
    width: auto;
    max-width: 30.5em;
  }
}
@media (max-width: 1199.98px) {
  .product-box .img-wrapper {
    padding: 0 2em;
    max-height: 9em;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .product-box .img-wrapper {
    max-height: 12em;
  }
}
@media (min-width: 1200px) {
  .product-box .img-wrapper .img-hack,
  .product-box .img-wrapper .img-hack-contain,
  .product-box .img-wrapper .img-hack-fill {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .product-box .img-wrapper img {
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .product-box.img-left-txt-right .generic-panel {
    padding: 2.5625em 1.25em 0 18.6875em;
  }
}
.product-box.img-left-txt-right .generic-panel .h1,
.product-box.img-left-txt-right .generic-panel .h2,
.product-box.img-left-txt-right .generic-panel .h3,
.product-box.img-left-txt-right .generic-panel .h4,
.product-box.img-left-txt-right .generic-panel .h5,
.product-box.img-left-txt-right .generic-panel .h6 {
  margin-bottom: 0.7em;
  text-align: left;
}
.product-box.img-left-txt-right .generic-panel p {
  text-align: left;
  font-size: 1.125em;
  line-height: 131.34%;
}
.product-box.img-left-txt-right a {
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .product-box.img-left-txt-right .img-wrapper {
    padding: 0;
  }
}
.product-box:hover::after {
  transform: scale(1.7) translateX(-30%);
}
.product-box:hover .product-box__anchor::before {
  width: 100%;
}
.product-box__anchor {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.1666em;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-bottom: 0.5em;
}
.product-box__anchor::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.c_form-field__control {
  background: #fff;
  box-shadow: 0 0.125em 1.8125em 0.25em rgba(0, 0, 0, 0.05);
  border-radius: 18.75em;
  border: none;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1875em;
  font-family: Montserrat, sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  color: #3d3c3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.25em 2.375em 1.3125em;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.c_form-field__control::placeholder {
  opacity: 1;
  font-weight: inherit;
  color: inherit;
}
.c_form-field__control[type="number"]::-webkit-inner-spin-button,
.c_form-field__control[type="number"][type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c_form-field__control:-internal-autofill-selected {
  background: 0 0 !important;
  background-color: transparent !important;
}
@media (max-width: 575.98px) {
  .c_form-field__control[type="password"] {
    padding-right: 3.25em !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c_form-field__validation {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.375em;
  height: 2.8125em;
  align-items: center;
  width: 100%;
}
.c_form-field__validation .valid-feedback {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1875em;
  letter-spacing: -0.02em;
  color: #198754;
}
.c_form-field__validation .invalid-feedback {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1875em;
  letter-spacing: -0.02em;
  color: #dc3545;
}
.c_form-field label {
  font-family: Montserrat, sans-serif;
}
.c_form-field label.label {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 1.25em;
  display: block;
}
.c_form-field__c-radio {
  display: flex;
  flex-wrap: wrap;
}
.c_form-field__c-radio input.input-hidden {
  position: absolute;
  left: -749.93em;
}
.c_form-field__c-radio input[type="radio"]:checked + label {
  background: #08c;
  color: #fff;
}
@media (min-width: 1200px) {
  .c_form-field__c-radio input[type="radio"]:checked + label {
    font-weight: 700;
  }
}
.c_form-field__c-radio input[type="radio"]:checked + label > img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
  transform: rotateZ(-10deg) rotateX(10deg);
}
.c_form-field__c-radio input[type="radio"] + label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15em;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.2em;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 0.85em;
  padding: 0.75em 1.45em;
  min-width: 8.125em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .c_form-field__c-radio input[type="radio"] + label {
    margin-bottom: 0.85em;
  }
}
.c_form-field__c-radio input[type="radio"] + label::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  .c_form-field__c-radio input[type="radio"] + label::after {
    display: none;
  }
}
.c_form-field__c-radio input[type="radio"] + label > img {
  border: 1px dashed #444;
  width: 150px;
  height: 150px;
  transition: 0.5s all;
}
.c_form-field__c-radio input[type="radio"] + label:hover {
  background: #08c;
  color: #fff;
}
.c_form-field__c-radio--circle input[type="radio"] + label {
  width: 2.65em;
  height: 2.65em;
  padding: 0;
  min-width: 2.65em;
}
.c_form-field p:last-child {
  margin-bottom: 0;
}
.c_form-field p.notes {
  font-weight: 400;
  font-size: 1em;
  color: #666;
  margin-top: 1.0625em;
}
.c_form-field p.notes a {
  color: #08c;
  font-weight: 700;
}
.c_form-field p.notes--m-zero {
  margin: 0;
}
.c_form-field input[type="button"],
.c_form-field input[type="reset"],
.c_form-field input[type="submit"] {
  font-family: Montserrat, sans-serif;
}
.c_form-field input[type="button"],
.c_form-field input[type="reset"],
.c_form-field input[type="submit"] {
  cursor: pointer;
  padding: 1.194em 4.572em;
  margin-bottom: 1.94em;
}
.c_form-field input[type="button"]:last-child,
.c_form-field input[type="reset"]:last-child,
.c_form-field input[type="submit"]:last-child {
  margin-bottom: 0;
}
.c_form-field textarea {
  font-family: Montserrat, sans-serif;
  background: #fff;
  box-shadow: 0 0.25em 0.5em 0.25em rgba(0, 0, 0, 0.05);
  border-radius: 1.875em;
  width: 100%;
  padding: 1.25em 2.375em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1875em;
  color: #3d3c3b;
  border: none;
  height: 8.1875em;
}
.c_form-field textarea::placeholder {
  opacity: 1;
  font-weight: inherit;
  color: inherit;
}
.c_form-field button {
  font-family: Montserrat, sans-serif;
  cursor: pointer;
  padding: 1.19em 4.57em;
  margin-bottom: 1.94em;
}
.c_form-field__button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 23.7em;
  margin: 0 auto;
  margin-bottom: 1.94em;
  position: relative;
}
.c_form-field .user-img-placeholder {
  width: 9em;
  position: relative;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
.c_form-field .user-img-placeholder .preview-img-file {
  width: 100%;
}
.c_form-field .user-img-placeholder .preview-img-file .img-wrapper {
  width: 100%;
  height: 9em;
  border-radius: 100%;
  overflow: hidden;
}
.c_form-field .user-img-placeholder .preview-img-file img {
  height: 100%;
}
.c_form-field .user-img-placeholder .serach-img-file {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.125em;
  z-index: 1;
  padding: 0.1875em;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.c_form-field .user-img-placeholder .serach-img-file label {
  background-color: #08c;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.c_form-field .user-img-placeholder .serach-img-file label .img-wrapper {
  padding: 0.3333em;
}
.c_form-field .user-img-placeholder .serach-img-file label svg {
  fill: transparent;
  transition: all 0.3s ease-in-out;
}
.c_form-field .user-img-placeholder .serach-img-file label svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}
.c_form-field .user-img-placeholder .serach-img-file:hover {
  background-color: #08c;
}
.c_form-field .user-img-placeholder .serach-img-file:hover label {
  background-color: #fff;
}
.c_form-field .user-img-placeholder .serach-img-file:hover label svg path {
  fill: transparent;
  stroke: #08c;
}
.mt_spacer--small {
  margin-top: 2em;
}
@media (min-width: 576px) {
  .mt_spacer--small {
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  .mt_spacer--small {
    margin-top: 3.875em;
  }
}
.mt_spacer--medium {
  margin-top: 2em;
}
@media (min-width: 576px) {
  .mt_spacer--medium {
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  .mt_spacer--medium {
    margin-top: 4.5em;
  }
}
.mt_spacer--large {
  margin-top: 2em;
}
@media (min-width: 576px) {
  .mt_spacer--large {
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  .mt_spacer--large {
    margin-top: 5.125em;
  }
}
.mb_spacer--small {
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .mb_spacer--small {
    margin-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  .mb_spacer--small {
    margin-bottom: 3.875em;
  }
}
.mb_spacer--medium {
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .mb_spacer--medium {
    margin-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  .mb_spacer--medium {
    margin-bottom: 4.5em;
  }
}
.mb_spacer--large {
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  .mb_spacer--large {
    margin-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  .mb_spacer--large {
    margin-bottom: 5.125em;
  }
}
.bg-title {
  font-size: 1.125em;
  letter-spacing: 0.43em;
  text-transform: uppercase;
  color: #fff;
  background: #e3204a;
  padding: 0.7777em 1.6666em;
  margin-bottom: 1.111em;
  display: inline-block;
  line-height: 1.1666em;
}
@media (max-width: 575.98px) {
  .bg-title {
    font-size: 1em;
  }
}
.bg-title--white {
  color: #e3204a;
  background: #fff;
  font-weight: 500;
}
.date {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #c30e2e;
  display: block;
  margin-bottom: 0.65em;
}
.first-word-red {
  font-size: 1em;
  color: #e3204a;
  text-transform: capitalize;
  font-weight: inherit;
  margin-right: 0.3333em;
  font-style: normal;
}
.title-counter {
  font-size: 1.125em;
  display: inline-block;
  font-weight: 400;
  color: #e3204a;
  padding-left: 1.4444em;
  position: relative;
  line-height: 1.1111em;
}
@media (max-width: 991.98px) {
  .title-counter {
    margin-bottom: 1em;
  }
}
.title-counter::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #e3204a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sustainability__pills {
  list-style: none;
}
.sustainability__pills__item {
  background: #fff;
  border-radius: 30em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.6363em 0.9545em;
  margin-bottom: 1.363em;
}
.sustainability__pills__icon {
  width: 3.3181em;
  height: 3.3181em;
  flex: 0 0 3.3181em;
  background: #e3204a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5454em;
}
.sustainability__pills__icon img,
.sustainability__pills__icon svg {
  max-width: 60%;
}
.sustainability__pills__title {
  font-size: 1em;
  margin: 0;
  flex: 0 0 calc(100% - 4em);
}
@media (max-width: 991.98px) {
  .sustainability__pills__title {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .sustainability__pills__title {
    font-size: 1.3em;
  }
}
.linear-gradient-text {
  font-size: 15.625em;
  display: block;
  font-weight: 500;
  line-height: 1.084em;
  text-transform: uppercase;
  white-space: nowrap;
  background: -webkit-linear-gradient(
    262deg,
    #fff 20.75%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .linear-gradient-text {
    font-size: 6.625em;
  }
}
.linear-gradient-text--top-right {
  top: 0;
  right: 0;
}
.linear-gradient-text--bottom-center {
  bottom: 0.5em;
  left: -0.5em;
  right: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .linear-gradient-text--bottom-center {
    display: none;
  }
}
.linear-gradient-text--bottom-center img,
.linear-gradient-text--bottom-center svg {
  margin: 0 auto;
}
.linear-gradient-text--bottom-left {
  top: unset;
  bottom: 0.3em;
  left: 0;
  right: unset;
  z-index: 0;
  font-weight: 700;
  letter-spacing: 0.072em;
}
.linear-gradient-text--bottom-left-red {
  bottom: 0.8em;
  letter-spacing: normal;
  line-height: 1;
  background-image: -webkit-linear-gradient(
    280deg,
    #fff 20.75%,
    rgba(255, 255, 255, 0)
  );
  text-indent: -0.1em;
}
.list-circle {
  list-style-type: none;
  margin: 0;
}
@media (min-width: 992px) {
  .list-circle--two-col {
    columns: 2;
  }
}
.list-circle li {
  position: relative;
  padding-left: 1.13em;
  font-size: 1em;
  margin-bottom: 1.5em;
}
@media (max-width: 575.98px) {
  .list-circle li {
    margin-bottom: 1em;
  }
}
.list-circle li::before {
  font-size: 1em;
  content: "";
  width: 0.45em;
  height: 0.45em;
  background-color: #fff;
  border: 2.5px solid #d50032;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0.71em;
  left: 0.14em;
}
@media (min-width: 1200px) {
  .list-circle li::before {
    top: 0.71em;
  }
}
@media (max-width: 767.98px) {
  .list-circle li::before {
    top: 0.71em;
  }
}
.theme-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .theme-tabs {
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .theme-tabs {
    margin-bottom: 4.5454em;
  }
}
.theme-tabs li {
  font-size: 0.7272em;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
  padding: 1.75em 1em;
  background: #363636;
  transition: all 0.3s ease-in-out;
  text-align: center;
  flex: 0 1 12.5%;
  margin: 0 0 0.5em;
}
.theme-tabs li:nth-child(odd) {
  background-color: #363636;
}
.theme-tabs li:nth-child(even) {
  background-color: #636363;
}
.theme-tabs li:hover {
  background-color: #e3204a;
  color: #fff;
  cursor: pointer;
}
.theme-tabs li.active {
  background-color: #e3204a;
  color: #fff;
}
.product-price-card__wrapper {
  position: relative;
  display: block;
}
.product-price-card__wrapper:hover .product-price-card {
  box-shadow: 0 0 22px -9px #b1a190 inset;
}
.product-price-card__wrapper:hover::before {
  opacity: 1;
}
.product-price-card {
  font-size: 1em;
  background: #fff;
  border-radius: 1.875em;
  text-align: center;
  position: relative;
  padding: 1.75em 2.375em;
  transition: all 0.3s ease-in-out;
  display: block;
}
.product-price-card::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(5em);
  width: 18em;
  height: 18em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.product-price-card__figure {
  height: 17.625em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5em;
}
.product-price-card__figure img {
  margin: 0 auto;
  max-height: 100%;
}
.product-price-card__title {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.16666em;
  text-transform: uppercase;
}
.product-price-card__price {
  font-size: 1.875em;
  line-height: 0.9333em;
  letter-spacing: -0.4px;
  color: #08c;
}
.product-price-card__wishlist {
  position: absolute;
  top: 1.4375em;
  right: 1.3125em;
  overflow: hidden;
  width: 1.875em;
  height: 1.71875em;
  z-index: 1;
}
.product-price-card__wishlist input {
  position: absolute;
  left: -625em;
}
.product-price-card__wishlist svg path {
  transition: all 0.3s ease-in-out;
}
.product-price-card__wishlist label {
  display: inline-block;
  cursor: pointer;
}
.product-price-card__wishlist input[type="checkbox"]:checked + label svg,
.product-price-card__wishlist input[type="radio"]:checked + label svg {
  fill: #ff4b4b;
}
.product-price-card__wishlist input[type="checkbox"]:checked + label svg path,
.product-price-card__wishlist input[type="radio"]:checked + label svg path {
  fill: #ff4b4b;
}
.product-price-card__off {
  font-size: 1.125em;
  display: inline-block;
  position: absolute;
  top: 1.6111em;
  left: 1.555em;
  background: #ff4b4b;
  font-weight: 500;
  line-height: 1.1666em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.6875em 1em;
  border-radius: 5em;
}
.blog-card__figure {
  border-radius: 0.625em;
  overflow: hidden;
  margin: 0 0 0.625em;
  height: 18.25em;
}
.blog-card__figure img {
  transition: all 0.3s ease-in-out;
}
.blog-card:hover .blog-card__figure img {
  transform: scale(1.1);
}
.blog-card .h4 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin: 0 0 0.7666em;
  text-transform: capitalize;
}
.blog-card a:hover .h4 {
  color: #e3204a;
}
.blog-card__date {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.333em;
  color: #08c;
  margin: 0 0 0.555em;
  display: block;
}
.blog-card__para {
  font-size: 1.125em;
  color: #000;
}
.blog-card__para a {
  font-size: 1.113em;
  color: #08c;
  line-height: inherit;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.blog-card__para a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.blog-card__para a:hover::after {
  transition: all 0.3s ease-in-out;
  transform: scaleX(1);
}
.blog-card--center__content {
  text-align: center;
}
.blog-card--center__content .blog-card__figure {
  margin-bottom: 1.6875em;
  height: 14.625em;
  background-color: #fff;
}
.blog-card--center__content .blog-card__body {
  padding: 0 2em;
}
.blog-card--center__content .blog-card__para {
  margin: 0 0 1.625em;
}
.blog-card--center__content:hover .line-anchor::before {
  width: 100%;
}
.blog-card--center__content .h4 {
  font-size: 1.5em;
  line-height: 1.208em;
  min-height: 2.4166em;
}
.product-card {
  border: 1px solid #d5d5d5;
  background-color: #fff;
}
.product-card__figure {
  padding: 3em 1em 0;
  height: 17.5em;
  margin-bottom: 1em;
  overflow: hidden;
}
.product-card__figure img {
  transition: all 0.3s ease-in-out;
}
.product-card__category {
  font-size: 1.125em;
  font-weight: 500;
  color: #e3204a;
  text-transform: uppercase;
  margin-bottom: 1.11111em;
  letter-spacing: 0.2em;
}
.product-card__title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0.83333em;
}
.product-card__body {
  padding: 0 1.25em 1.875em;
}
.product-card:hover .img-hack-contain {
  transform: scale(1.1);
}
.job-card {
  background: rgba(228, 228, 228, 0.15);
  border: 1px solid rgba(113, 115, 114, 0.15);
  padding: 2.5em 1.875em 2.5em;
  transition: background-image 0.4s linear;
}
@media (min-width: 1200px) {
  .job-card {
    padding: 2.5em 12.25em 2.5em 1.875em;
  }
}
.job-card::after {
  content: "";
  background: url(/assets/svg/strata-icon.svg) center/cover no-repeat;
  position: absolute;
  right: -4.25em;
  top: 24%;
  width: 13.375em;
  height: 13.625em;
}
.job-card__title {
  font-weight: 500;
  text-transform: capitalize;
  color: #e3204a;
  transition: all 0.3s linear;
}
.job-card__desc {
  font-size: 0.91em;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  transition: all 0.3s linear;
}
.job-card .btnn::before {
  transition: all 0.3s linear;
}
.job-card .btnn:after {
  transition: all 0.3s linear;
}
.job-card .btnn__box::before {
  transition: all 0.3s linear;
}
.job-card .btnn__box:after {
  transition: all 0.3s linear;
}
.job-card .btnn__text {
  transition: all 0.3s linear;
}
.job-card .btnn__text::before {
  transition: all 0.3s linear;
}
.job-card:hover {
  background-image: linear-gradient(97.8deg, #e3204a 9.75%, #7c0a1e 98.34%);
}
.job-card:hover .job-card__title {
  color: #fff;
}
.job-card:hover .job-card__desc {
  color: #fff;
}
.job-card:hover .btnn::before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.job-card:hover .btnn:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.job-card:hover .btnn__box::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.job-card:hover .btnn__box:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.job-card:hover .btnn__text {
  color: #fff;
}
.job-card:hover .btnn__text::before {
  border-color: #fff;
}
.job-card:hover .btnn:hover:after {
  border-top-color: transparent;
  border-right-color: transparent;
  transition: all 0.3s ease-in-out;
}
.job-card:hover .btnn:hover .btnn__box::before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  transition: all 0.3s ease-in-out;
}
.custom-select {
  position: relative;
  text-align: left;
}
.custom-select select {
  display: none !important;
}
.custom-select .placeholder {
  position: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000;
  margin-bottom: 10px;
}
.select-selected {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-family: Montserrat, sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  font-size: 1.125em;
  height: 2.76em;
  background: rgba(217, 217, 217, 0.3);
  border: 2px solid rgba(217, 217, 217, 0);
  font-weight: 500;
  font-size: 1.11em;
  line-height: 2.76em;
  letter-spacing: -0.02em;
  color: #363636;
  padding: 0 1.11em;
  transition: 0.5s ease;
}
.select-selected:focus {
  border: 2px solid #e3204a;
  background: rgba(255, 252, 253, 0.98);
}
.select-selected:after {
  content: "";
  position: absolute;
  right: 1.125em;
  top: 50%;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #797979 transparent transparent transparent;
  border-radius: 2px;
  border-radius: 1px;
  transform: translateY(-50%) rotate(0);
  transition: 0.5s ease;
}
@media (max-width: 575.98px) {
  .select-selected:after {
    right: 1.65em;
  }
}
.select-selected.select-arrow-active {
  border: 2px solid #e3204a;
  background: rgba(255, 252, 253, 0.98);
}
.select-selected.select-arrow-active:after {
  top: 50%;
  border-color: #e3204a transparent transparent transparent;
  transform: translateY(-50%) rotate(-180deg);
}
.select-items {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: calc(100% - 0.62em);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 29px 4px rgba(0, 0, 0, 0.05);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 10em;
  overflow-y: auto;
  padding: 0;
}
.select-items > div {
  padding: 1em 1.15em 1em;
  box-sizing: border-box;
  cursor: pointer;
  color: #363636;
}
.select-items > div:hover {
  background-color: rgba(217, 217, 217, 0.3);
}
.select-items > div.same-as-selected {
  background-color: rgba(217, 217, 217, 0.3);
}
.select-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 4em;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  width: 100%;
  max-width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.77em 1.0555em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.inputfile--file-search + label {
  color: #717372;
  border: 2px dashed #08c;
  box-shadow: 0 2px 29px 4px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3d3c3b;
}
.inputfile--file-search + label .img-wrapper {
  width: 1.25em;
  height: 1.25em;
  margin-bottom: 0.5em;
}
.inputfile--file-search + label .file-name {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.inputfile--file-search.has-focus + label,
.inputfile--file-search:focus + label {
  color: #717372;
}
.inputfile--icon + label:hover figure {
  background-color: #722040;
}
.inputfile--icon + label svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.inputfile--icon + label svg path {
  stroke: currentColor;
}
.inputfile--icon + label .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.inputfile--icon + label span {
  display: none;
  visibility: hidden;
}
.inputfile--icon.has-focus + label,
.inputfile--icon:focus + label {
  color: #722040;
}
.inputfile-5 + label {
  color: #d3394c;
}
.inputfile-5 + label:hover {
  color: #722040;
}
.inputfile-5 + label:hover figure {
  background-color: #722040;
}
.inputfile-5 + label:hover figure::after {
  border-bottom-color: #d3394c;
}
.inputfile-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #d3394c;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}
.inputfile-5 + label figure::after,
.inputfile-5 + label figure::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.inputfile-5 + label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}
.inputfile-5 + label figure::after {
  border-bottom: 20px solid #722040;
  border-right: 20px solid transparent;
}
.inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.inputfile-5 + label svg path {
  stroke: currentColor;
}
.inputfile-5.has-focus + label,
.inputfile-5:focus + label {
  color: #722040;
}
.inputfile-5.has-focus + label figure,
.inputfile-5:focus + label figure {
  background-color: #722040;
}
.inputfile-5.has-focus + label figure::after,
.inputfile-5:focus + label figure::after {
  border-bottom-color: #d3394c;
}
.social-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3125em;
}
.social-card-wrapper .social-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .social-card-wrapper .social-links {
    margin-bottom: 2em;
  }
}
.social-card-wrapper .social-links li {
  margin: 0;
  margin-right: 0.75em;
  letter-spacing: unset;
}
.social-card-wrapper .social-links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
  border-radius: 100%;
  padding: 9px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .social-card-wrapper .social-links a {
    width: 1.7em;
    height: 1.7em;
  }
}
@media (max-width: 1199.98px) {
  .social-card-wrapper .social-links a {
    width: 2.7em;
    height: 2.7em;
  }
}
@media (min-width: 992px) {
  .social-card-wrapper .social-links a:hover {
    border-color: #e3204a;
    transform: translateY(-5px);
  }
  .social-card-wrapper .social-links a:hover svg path {
    fill: #e3204a;
  }
}
.social-card-wrapper .social-links .img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.circle-social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.circle-social-icons .heading {
  font-size: 1.25em;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: #fff;
  padding-right: 1em;
  align-items: center;
  flex: 0 0 auto;
}
.circle-social-icons ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 0;
}
.circle-social-icons ul li {
  margin: 0;
  margin-right: 15px;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-social-icons ul li i {
  transition: all 0.3s linear;
}
.circle-social-icons ul li svg path {
  fill: #fff;
}
.circle-social-icons ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.circle-social-icons ul li a::after {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s linear;
}
.circle-social-icons ul li a span {
  z-index: 1;
}
.circle-social-icons ul li a:hover {
  border: none;
}
.circle-social-icons ul li a:hover i {
  color: #fff;
}
.circle-social-icons ul li a:hover::after {
  opacity: 1;
  transform: scale(1.1);
}
.circle-social-icons ul li:nth-child(1) a {
  border: 2px solid #3b5998;
  color: #3b5998;
}
.circle-social-icons ul li:nth-child(1) a::after {
  background-color: #3b5998;
}
.circle-social-icons ul li:nth-child(2) a {
  border: 2px solid #00aced;
  color: #00aced;
}
.circle-social-icons ul li:nth-child(2) a::after {
  background-color: #00aced;
}
.circle-social-icons ul li:nth-child(3) a {
  border: 2px solid #dd4b39;
  color: #dd4b39;
}
.circle-social-icons ul li:nth-child(3) a::after {
  background-color: #dd4b39;
}
.circle-social-icons ul li:nth-child(4) a {
  border: 2px solid #007bb6;
  color: #007bb6;
}
.circle-social-icons ul li:nth-child(4) a::after {
  background-color: #007bb6;
}
.circle-social-icons.one-col ul li a {
  border: 1.5px solid #fff;
}
.circle-social-icons.one-col ul li a::after {
  background-color: #e3204a;
}
.category-tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
  padding: 0.25em;
  border-radius: 18.75em;
  width: 22.75em;
  height: 4.06em;
  margin: 2em auto;
}
@media (min-width: 1200px) {
  .category-tabs {
    margin: 2.81em auto;
  }
}
.category-tabs * {
  z-index: 2;
}
.category-tabs .tablinks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.125em;
  color: #08c;
  border-radius: 5.5em;
  cursor: pointer;
  transition: color 0.15s ease-in;
  background: 0 0;
  border: none;
}
.category-tabs .tablinks:hover ~ .glider {
  transform: translateX(100%);
  background-color: #08c;
  color: #fff;
}
.category-tabs .tablinks.active {
  color: #fff;
}
.category-tabs .tablinks.active ~ .glider {
  transform: translateX(100%);
  background-color: #08c;
}
.category-tabs .tablinks:first-child.active ~ .glider {
  transform: translateX(0);
}
.category-tabs .tablinks:last-child.active ~ .glider {
  transform: translateX(100%);
}
.category-tabs .glider {
  position: absolute;
  display: flex;
  height: calc(100% - 0.5em);
  width: 11.12em;
  background-color: #fff;
  z-index: 1;
  border-radius: 5.5em;
  top: 0.25em;
  left: 0.25em;
  transition: 0.25s ease-out;
}
.tabcontent {
  display: none;
  padding: 0 0.718em;
  animation: fadeEffect 0.5s ease;
}
@media (min-width: 1200px) {
  .tabcontent {
    padding: 0 0.375em;
  }
}
.tabcontent.show {
  display: block;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.product-box {
  border: 0.375em solid #f8f6f2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-box {
    height: 28.75em;
  }
}
@media (max-width: 1199.98px) {
  .product-box {
    min-height: 21.43em;
  }
}
.product-box::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  filter: blur(3.625em);
  width: 23.5625em;
  height: 24.375em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: scale(1) translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 100%;
}
.product-box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .product-box a {
    flex-direction: column;
    justify-content: space-between;
  }
}
.product-box .generic-panel {
  display: block;
  width: 100%;
  padding: 2.5em;
}
@media (min-width: 1200px) {
  .product-box .generic-panel {
    padding: 2.5em 12em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.product-box .generic-panel__center {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-box .generic-panel .h1,
.product-box .generic-panel .h2,
.product-box .generic-panel .h3,
.product-box .generic-panel .h4,
.product-box .generic-panel .h5,
.product-box .generic-panel .h6 {
  margin-bottom: 0.41em;
  width: 100%;
}
.product-box .generic-panel p {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 500;
  color: #000;
}
.product-box .generic-panel p:last-child {
  margin-bottom: 0;
}
.product-box .img-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .product-box .img-wrapper {
    width: auto;
    max-width: 30.5em;
  }
}
@media (max-width: 1199.98px) {
  .product-box .img-wrapper {
    padding: 0 2em;
    max-height: 9em;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .product-box .img-wrapper {
    max-height: 12em;
  }
}
@media (min-width: 1200px) {
  .product-box .img-wrapper .img-hack,
  .product-box .img-wrapper .img-hack-contain,
  .product-box .img-wrapper .img-hack-fill {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .product-box .img-wrapper img {
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .product-box.img-left-txt-right .generic-panel {
    padding: 2.5625em 1.25em 0 18.6875em;
  }
}
.product-box.img-left-txt-right .generic-panel .h1,
.product-box.img-left-txt-right .generic-panel .h2,
.product-box.img-left-txt-right .generic-panel .h3,
.product-box.img-left-txt-right .generic-panel .h4,
.product-box.img-left-txt-right .generic-panel .h5,
.product-box.img-left-txt-right .generic-panel .h6 {
  margin-bottom: 0.7em;
  text-align: left;
}
.product-box.img-left-txt-right .generic-panel p {
  text-align: left;
  font-size: 1.125em;
  line-height: 131.34%;
}
.product-box.img-left-txt-right a {
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .product-box.img-left-txt-right .img-wrapper {
    padding: 0;
  }
}
.product-box:hover::after {
  transform: scale(1.7) translateX(-30%);
}
.product-box:hover .product-box__anchor::before {
  width: 100%;
}
.product-box__anchor {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.1666em;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-bottom: 0.5em;
}
.product-box__anchor::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.swiper,
.swiper-container {
  position: relative;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev,
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 4.1875em;
    height: 4.1875em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev,
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 3.57em;
    height: 3.57em;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after,
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  display: none;
  visibility: hidden;
}
.swiper .swiper-button-next .img-wrapper,
.swiper .swiper-button-prev .img-wrapper,
.swiper-container .swiper-button-next .img-wrapper,
.swiper-container .swiper-button-prev .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .swiper .swiper-button-next:active,
  .swiper .swiper-button-next:focus,
  .swiper .swiper-button-next:focus-within,
  .swiper .swiper-button-next:hover,
  .swiper .swiper-button-prev:active,
  .swiper .swiper-button-prev:focus,
  .swiper .swiper-button-prev:focus-within,
  .swiper .swiper-button-prev:hover,
  .swiper-container .swiper-button-next:active,
  .swiper-container .swiper-button-next:focus,
  .swiper-container .swiper-button-next:focus-within,
  .swiper-container .swiper-button-next:hover,
  .swiper-container .swiper-button-prev:active,
  .swiper-container .swiper-button-prev:focus,
  .swiper-container .swiper-button-prev:focus-within,
  .swiper-container .swiper-button-prev:hover {
    background: #08c;
  }
}
@media (min-width: 992px) {
  .swiper .swiper-button-next:active svg path,
  .swiper .swiper-button-next:focus svg path,
  .swiper .swiper-button-next:focus-within svg path,
  .swiper .swiper-button-next:hover svg path,
  .swiper .swiper-button-prev:active svg path,
  .swiper .swiper-button-prev:focus svg path,
  .swiper .swiper-button-prev:focus-within svg path,
  .swiper .swiper-button-prev:hover svg path,
  .swiper-container .swiper-button-next:active svg path,
  .swiper-container .swiper-button-next:focus svg path,
  .swiper-container .swiper-button-next:focus-within svg path,
  .swiper-container .swiper-button-next:hover svg path,
  .swiper-container .swiper-button-prev:active svg path,
  .swiper-container .swiper-button-prev:focus svg path,
  .swiper-container .swiper-button-prev:focus-within svg path,
  .swiper-container .swiper-button-prev:hover svg path {
    fill: #fff;
  }
}
.swiper .swiper-button-prev::after,
.swiper-container .swiper-button-prev::after {
  content: "g";
}
@media (min-width: 992px) {
  .swiper .swiper-button-prev,
  .swiper-container .swiper-button-prev {
    left: 17.438em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-prev,
  .swiper-container .swiper-button-prev {
    left: 4.82em;
  }
}
@media (max-width: 575.98px) {
  .swiper .swiper-button-prev,
  .swiper-container .swiper-button-prev {
    left: 1.25em;
  }
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 992px) {
  .swiper .swiper-button-next,
  .swiper-container .swiper-button-next {
    right: 17.438em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-next,
  .swiper-container .swiper-button-next {
    right: 4.82em;
  }
}
@media (max-width: 575.98px) {
  .swiper .swiper-button-next,
  .swiper-container .swiper-button-next {
    right: 1.25em;
  }
}
.swiper .swiper-button-next::after,
.swiper-container .swiper-button-next::after {
  content: "p";
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper .swiper-button,
.swiper-container .swiper-button {
  width: 100%;
  margin-top: 0;
  top: 50%;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}
.swiper .swiper-button-wrapper,
.swiper-container .swiper-button-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .swiper .swiper-button-wrapper,
  .swiper-container .swiper-button-wrapper {
    height: 4.6875em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-wrapper,
  .swiper-container .swiper-button-wrapper {
    height: 4.07em;
  }
}
.swiper .swiper-button-wrapper.horizontal-button,
.swiper-container .swiper-button-wrapper.horizontal-button {
  margin-top: 1.875em;
}
@media (min-width: 992px) {
  .swiper .swiper-button-wrapper.horizontal-button,
  .swiper-container .swiper-button-wrapper.horizontal-button {
    height: 4.1875em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-wrapper.horizontal-button,
  .swiper-container .swiper-button-wrapper.horizontal-button {
    height: 3.57em;
  }
}
.swiper .swiper-button-wrapper.horizontal-button .swiper-button-prev,
.swiper-container .swiper-button-wrapper.horizontal-button .swiper-button-prev {
  margin: 0;
  top: 0;
  bottom: auto;
  left: auto;
}
@media (min-width: 992px) {
  .swiper .swiper-button-wrapper.horizontal-button .swiper-button-prev,
  .swiper-container
    .swiper-button-wrapper.horizontal-button
    .swiper-button-prev {
    right: 5.1875em;
  }
}
@media (max-width: 991.98px) {
  .swiper .swiper-button-wrapper.horizontal-button .swiper-button-prev,
  .swiper-container
    .swiper-button-wrapper.horizontal-button
    .swiper-button-prev {
    right: 4.57em;
  }
}
.swiper .swiper-button-wrapper.horizontal-button .swiper-button-next,
.swiper-container .swiper-button-wrapper.horizontal-button .swiper-button-next {
  margin: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.swiper .swiper-button-wrapper.vertical-button .swiper-button-prev,
.swiper-container .swiper-button-wrapper.vertical-button .swiper-button-prev {
  right: 1.875em;
  left: auto;
  bottom: 0;
  top: auto;
}
.swiper .swiper-button-wrapper.vertical-button .swiper-button-next,
.swiper-container .swiper-button-wrapper.vertical-button .swiper-button-next {
  right: 1.875em;
  left: auto;
  top: auto;
  bottom: 4.125em;
}
.swiper .swiper-button-wrapper.outside-slider-box,
.swiper-container .swiper-button-wrapper.outside-slider-box {
  width: 6.75em;
  position: absolute;
  left: -6.75em;
  top: 0;
  height: 100%;
}
.swiper .img-wrapper,
.swiper-container .img-wrapper {
  width: 100%;
  height: 100%;
}
.swiper .img-wrapper img,
.swiper-container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox {
  --c-fancybox-bg: rgba(255, 255, 255, 0.5);
}
.fancybox__backdrop {
  background: var(--c-fancybox-bg);
  backdrop-filter: blur(9px);
}
.img__observer__one .observer__child {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.img__observer__one.active .observer__child {
  transition: clip-path 2s;
  transition-delay: 0.6s;
  clip-path: inset(0 0 0 0);
}
.img__observer__two .observer__child {
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
}
.img__observer__two.active .observer__child {
  transition: clip-path 2s;
  transition-delay: 0.4s;
  clip-path: inset(0 0 0 0);
}
.timeline-style-one {
  padding: 0;
  height: auto;
}
.timeline .timeline-listing {
  width: 100%;
}
.timeline .timeline-listing ul {
  width: 100%;
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.timeline .timeline-listing ul li {
  width: 100%;
  position: relative;
  counter-increment: my-awesome-counter;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.timeline .timeline-listing ul li::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 2px;
  height: 100%;
  background: url(../images/png/line.png) repeat center;
}
.timeline .timeline-listing ul li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.35em;
  height: 2.35em;
}
.timeline .timeline-listing ul li .tl-data-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
.timeline .timeline-listing ul li .tl-data-box::before {
  content: "";
  position: absolute;
  width: 2.35em;
  height: 2.35em;
  padding: 0;
  top: 0;
  border-radius: 100%;
  z-index: 1;
  border: 3px solid #b1a191;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.timeline .timeline-listing ul li .tl-data-box::after {
  content: counter(my-awesome-counter);
  position: absolute;
  z-index: 2;
  width: 1.957em;
  height: 1.957em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.2em;
  font-weight: 700;
  color: #08c;
}
.timeline .timeline-listing ul li .tl-data-box .tl-data-box-inn {
  position: relative;
  padding-top: 5.05em;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li .tl-data-box .tl-data-box-inn {
    padding-top: 0;
  }
}
.timeline .timeline-listing ul li .tl-data-box .time-line-data_outer {
  background: #fff;
  padding: 1em 1.25em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li .tl-data-box .time-line-data_outer {
    max-width: 27.15em;
  }
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  .img-wrapper {
  width: 3.8em;
  height: 3.8em;
  background: rgba(177, 161, 145, 0.2);
  border-radius: 100%;
  padding: 0.9em 1em 0.85em;
}
@media (max-width: 575.98px) {
  .timeline
    .timeline-listing
    ul
    li
    .tl-data-box
    .time-line-data_outer
    .img-wrapper {
    margin-bottom: 1em;
  }
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  .generic-panel--inner {
  margin-bottom: 0;
  padding-left: 0.8em;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .timeline
    .timeline-listing
    ul
    li
    .tl-data-box
    .time-line-data_outer
    .generic-panel--inner {
    width: calc(100% - 3.8em);
  }
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  .generic-panel
  .h4 {
  font-size: 1.5em;
  padding: 0;
  margin-bottom: 0.53em;
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  .generic-panel
  .h4::before {
  visibility: hidden;
  display: none;
}
.timeline .timeline-listing ul li .tl-data-box .time-line-data_outer p {
  font-weight: 400;
  line-height: 131.34%;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li .tl-data-box .time-line-data_outer p {
    font-size: 0.9em;
  }
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  p:first-child,
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_outer
  p:only-child {
  color: #2c3033;
  margin-bottom: 0;
}
.timeline
  .timeline-listing
  ul
  li
  .tl-data-box
  .time-line-data_sec--line--col--cha
  p:nth-child(2) {
  color: #f3931f;
}
.timeline .timeline-listing ul li:nth-child(odd) {
  left: 0;
}
.timeline .timeline-listing ul li:nth-child(odd)::before {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(odd)::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline-listing ul li:nth-child(odd)::after {
  right: unset;
  left: calc(50% - 1.175em);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(odd)::after {
    right: auto;
    left: calc(50% - 1.175em);
    transform: translateX(calc(50% - 1.175em));
    width: 2.35em;
    height: 2.35em;
  }
}
.timeline .timeline-listing ul li:nth-child(odd) .tl-data-box {
  justify-content: flex-end;
}
.timeline .timeline-listing ul li:nth-child(odd) .tl-data-box::before {
  right: unset;
  left: calc(50% - 1.175em);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(odd) .tl-data-box::before {
    right: unset;
    left: calc(50% - 1.175em);
    transform: translateX(calc(50% - 1.175em));
    top: 0;
  }
}
.timeline .timeline-listing ul li:nth-child(odd) .tl-data-box::after {
  top: 0;
  right: unset;
  left: calc(50% - 0.99em);
  border: 3px solid #b1a191;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(odd) .tl-data-box::after {
    top: 0;
    right: unset;
    left: calc(50% - 0.99em);
  }
}
.timeline .timeline-listing ul li:nth-child(odd) .tl-data-box .tl-data-box-inn {
  padding-right: 0;
}
@media (min-width: 768px) {
  .timeline
    .timeline-listing
    ul
    li:nth-child(odd)
    .tl-data-box
    .tl-data-box-inn {
    padding-right: 0;
    padding-left: 62px;
    width: 50%;
  }
}
.timeline
  .timeline-listing
  ul
  li:nth-child(odd)
  .tl-data-box
  .time-line-data_outer {
  text-align: left;
}
@media (min-width: 768px) {
  .timeline
    .timeline-listing
    ul
    li:nth-child(odd)
    .tl-data-box
    .time-line-data_outer {
    text-align: left;
  }
}
.timeline .timeline-listing ul li:nth-child(even) {
  left: 0;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(even) {
    left: 0;
  }
}
.timeline .timeline-listing ul li:nth-child(even)::before {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(even)::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline .timeline-listing ul li:nth-child(even)::after {
  right: unset;
  left: calc(50% - 1.175em);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(even)::after {
    right: auto;
    left: calc(50% - 1.175em);
    transform: translateX(calc(50% - 1.175em));
    width: 2.35em;
    height: 2.35em;
  }
}
.timeline .timeline-listing ul li:nth-child(even) .tl-data-box {
  justify-content: left;
}
.timeline .timeline-listing ul li:nth-child(even) .tl-data-box::before {
  right: unset;
  left: calc(50% - 1.175em);
  transform: translateX(calc(50% - 1.175em));
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(even) .tl-data-box::before {
    right: unset;
    left: calc(50% - 1.175em);
    transform: translateX(calc(50% - 1.175em));
    top: 0;
  }
}
.timeline .timeline-listing ul li:nth-child(even) .tl-data-box::after {
  top: 0;
  right: unset;
  left: calc(50% - 0.99em);
  border: 3px solid #b1a191;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:nth-child(even) .tl-data-box::after {
    right: unset;
    left: calc(50% - 0.99em);
    top: 0;
  }
}
.timeline
  .timeline-listing
  ul
  li:nth-child(even)
  .tl-data-box
  .tl-data-box-inn {
  padding-right: 0;
}
@media (min-width: 768px) {
  .timeline
    .timeline-listing
    ul
    li:nth-child(even)
    .tl-data-box
    .tl-data-box-inn {
    padding-right: 3.1em;
    padding-left: 0;
    width: 50%;
    justify-content: flex-end;
  }
}
.timeline
  .timeline-listing
  ul
  li:nth-child(even)
  .tl-data-box
  .time-line-data_outer {
  text-align: left;
}
@media (min-width: 768px) {
  .timeline
    .timeline-listing
    ul
    li:nth-child(even)
    .tl-data-box
    .time-line-data_outer {
    flex-direction: row-reverse;
  }
}
.timeline .timeline-listing ul li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:first-child {
    padding-top: 0;
  }
}
.timeline .timeline-listing ul li:first-child::before {
  top: 0;
  height: calc(100% + 100px);
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:first-child::before {
    height: calc(100% + 50px);
  }
}
.timeline .timeline-listing ul li:first-child::after {
  top: 0;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:first-child::after {
    top: 0;
  }
}
.timeline .timeline-listing ul li:last-child .tl-data-box {
  margin-bottom: 0;
}
.timeline .timeline-listing ul li:last-child::before {
  max-height: 4em;
}
@media (min-width: 768px) {
  .timeline .timeline-listing ul li:last-child::before {
    max-height: 2.15em;
  }
}
.timeline .timeline-listing ul li:hover .tl-data-box::before {
  border-color: #e3204a;
}
.timeline .timeline-listing ul li:hover .tl-data-box::after {
  background: #08c;
  color: #fff;
}
.timeline .timeline-listing ul li:hover .tl-data-box .tl-data-box-inn::before {
  background: #08c;
}
.timeline .timeline-listing ul li .bullet-listing li {
  font-size: 18px;
  line-height: 154.19%;
  color: #2c3033;
  width: 100%;
  position: inherit;
  left: auto;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.timeline .timeline-listing ul li .bullet-listing li::before {
  width: 5px;
  height: 5px;
  left: 0;
  right: auto;
  border-radius: 100%;
  top: 10px;
  background: #2c3033;
}
.timeline .timeline-listing ul li .bullet-listing li::after {
  display: none;
  visibility: hidden;
}
.timeline .timeline-listing ul li .bullet-listing li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-listing ul li .bullet-listing li:last-child::before {
  display: flex;
  visibility: visible;
  width: 5px;
  height: 5px;
  left: 0;
  right: auto;
  border-radius: 100%;
  top: 10px;
  background: #2c3033;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0px 0px -1px 0px;
}
.header__container {
  padding: 0;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.header .scroll-text {
  position: absolute;
  top: 50%;
  transform: translate(25%, -50%);
  left: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .header .scroll-text {
    display: none;
  }
}
.header .scroll-text .mouse {
  margin: 0 auto;
  display: block;
  border-radius: 3.125em;
  border: 2px solid #fff;
  height: 3.125em;
  width: 1.5em;
  position: relative;
  opacity: 0.4;
}
.header .scroll-text .move {
  position: absolute;
  background-color: #fff;
  height: 0.25em;
  width: 0.25em;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
  opacity: 0.8;
}
.header .scroll-text .head {
  font-size: 0.75em;
  letter-spacing: 0.03em;
  margin: 0.75em 0 0 0;
  opacity: 0.4;
}
.brand-logo {
  position: relative;
}
@media (max-width: 575.98px) {
  .brand-logo {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 2em;
  }
}
@media (max-width: 375px) {
  .brand-logo {
    margin: 0 auto;
  }
}
.brand-logo__anchor {
  width: 14em;
  height: auto;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #363636;
  padding: 0.5em 0.75em;
  padding: 1.0625em 1.625em;
}
.brand-logo__anchor img {
  height: 100%;
  display: block;
}
@media (max-width: 575.98px) {
  .brand-logo__anchor {
    width: 3.5em;
    height: 3.5em;
    padding: 0;
    background: 0 0;
  }
  .brand-logo__anchor img {
    height: 100%;
  }
}
.navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.navigation-wrapper .social-wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .navigation-wrapper .social-wrapper {
    display: none;
    padding: 0 0 1.25em 2em;
  }
}
.navigation-wrapper .social-wrapper .anchor-wrapper a {
  position: relative;
  width: 4em;
  background: #e3204a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .navigation-wrapper .social-wrapper .anchor-wrapper a {
    width: 3.5em;
  }
}
.navigation-wrapper .social-wrapper .anchor-wrapper a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  left: auto;
  transition: 0.5s;
}
.navigation-wrapper .social-wrapper .anchor-wrapper a svg {
  width: 1.625em;
  z-index: 1;
}
.navigation-wrapper .social-wrapper .anchor-wrapper a svg path {
  transition: 0.5s;
}
.navigation-wrapper .social-wrapper .anchor-wrapper a:hover svg path {
  fill: #e3204a;
  transition: 0.5s;
}
.navigation-wrapper .social-wrapper .anchor-wrapper a:hover::before {
  left: 0;
  width: 100%;
}
.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a {
  min-width: 13.875em;
  padding: 0 1.75em;
  background: #fff;
  color: #e3204a;
  font-size: 1em;
  font-weight: 700;
  transition: 0.5s;
}
.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a span {
  width: 22ch;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a::before {
  background: #e3204a;
}
.navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a:hover {
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a {
    min-width: unset;
    padding: 0 1em;
    width: 12.25em;
  }
}
@media (max-width: 575.98px) {
  .navigation-wrapper .social-wrapper .anchor-wrapper.project-anchor a {
    padding: 0 0.5em;
    width: 11em;
    font-size: 0.75em;
  }
}
.navigation-wrapper .social-wrapper.mob-social-wrapper {
  display: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .navigation-wrapper .social-wrapper.mob-social-wrapper {
    display: flex;
    align-items: center;
  }
}
.navigation-wrapper .social-wrapper.mob-social-wrapper .anchor-wrapper {
  height: 100%;
  border-right: 1px solid #e1637e;
}
.social-wrapper {
  display: flex;
}
.social-wrapper .anchor-wrapper {
  flex-wrap: wrap;
}
.social-wrapper .anchor-wrapper a {
  position: relative;
  width: 4em;
  height: 100%;
  display: block;
  background: #e3204a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .social-wrapper .anchor-wrapper a {
    width: 3.5em;
  }
}
.social-wrapper .anchor-wrapper a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  left: auto;
  transition: 0.5s;
}
.social-wrapper .anchor-wrapper a svg {
  width: 1.625em;
  z-index: 1;
}
.social-wrapper .anchor-wrapper a svg path {
  transition: 0.5s;
}
.social-wrapper .anchor-wrapper a:hover svg path {
  fill: #e3204a;
  transition: 0.5s;
}
.social-wrapper .anchor-wrapper a:hover::before {
  left: 0;
  width: 100%;
}
.social-wrapper .anchor-wrapper.project-anchor a {
  width: auto;
  padding: 0 2em;
  background: #fff;
  color: #e3204a;
  font-size: 1em;
  font-weight: 700;
  transition: 0.5s;
}
.social-wrapper .anchor-wrapper.project-anchor a span {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.social-wrapper .anchor-wrapper.project-anchor a::before {
  background: #e3204a;
}
.social-wrapper .anchor-wrapper.project-anchor a:hover {
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .social-wrapper .anchor-wrapper.project-anchor a {
    padding: 0 1em;
    text-align: center;
  }
}
.social-wrapper.mob-social-wrapper {
  display: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .social-wrapper.mob-social-wrapper {
    display: flex;
    align-items: center;
  }
}
.social-wrapper.mob-social-wrapper .anchor-wrapper {
  height: 100%;
  border-right: 1px solid #e1637e;
}
.footer-new {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #252525;
}
.footer-new .generic-panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-new .generic-panel__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-new .generic-panel__wrapper .h6 {
  font-weight: 300;
  line-height: 1.15em;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  margin-bottom: 0.31em;
  font-size: 3.35em;
  color: #fff;
}
@media (max-width: 991.98px) {
  .footer-new .generic-panel__wrapper .h6 {
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .footer-new .generic-panel__wrapper .h6 {
    font-size: 1.5em;
  }
}
.footer-new .generic-panel__wrapper .h6 b,
.footer-new .generic-panel__wrapper .h6 strong {
  font-weight: 600;
}
.footer-new .generic-panel__wrapper p {
  font-weight: 300;
  font-size: 1.24em;
  line-height: 100%;
  margin: 0;
}
.footer-new .generic-panel__wrapper.txt-white {
  color: #fff;
}
.footer-new__top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-new__top-wrapper {
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-new__top-wrapper {
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .footer-new__top-wrapper {
    z-index: 1;
  }
}
@media (max-width: 1199.98px) {
  .footer-new__top-wrapper .container {
    padding: 3em;
  }
}
@media (max-width: 575.98px) {
  .footer-new__top-wrapper .container {
    padding: 2em;
  }
}
.footer-new__top .custom-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer-new__top .col-50 {
    padding: 0;
  }
}
.footer-new__top .col-50:nth-child(1) .top-inner-wrapper {
  padding: 2em;
}
@media (min-width: 576px) {
  .footer-new__top .col-50:nth-child(1) .top-inner-wrapper {
    padding: 3em;
  }
}
@media (min-width: 992px) {
  .footer-new__top .col-50:nth-child(1) .top-inner-wrapper {
    padding: 3em 2em 3em 0;
  }
}
@media (min-width: 1200px) {
  .footer-new__top .col-50:nth-child(1) .top-inner-wrapper {
    padding: 7.6875em 0 7.0625em 0;
  }
}
@media (max-width: 991.98px) {
  .footer-new__top .col-50:nth-child(1) .top-inner-wrapper {
    background: #e3204a;
    width: 100%;
  }
}
.footer-new__top .col-50:nth-child(2) .top-inner-wrapper {
  padding: 2em;
}
@media (min-width: 576px) {
  .footer-new__top .col-50:nth-child(2) .top-inner-wrapper {
    padding: 3em;
  }
}
@media (min-width: 992px) {
  .footer-new__top .col-50:nth-child(2) .top-inner-wrapper {
    padding: 3em 0 3em 3em;
  }
}
@media (min-width: 1200px) {
  .footer-new__top .col-50:nth-child(2) .top-inner-wrapper {
    padding: 7.6875em 0 7.0625em 7.125em;
  }
}
@media (max-width: 991.98px) {
  .footer-new__top .col-50:nth-child(2) .top-inner-wrapper {
    background: #3f3f3f;
    width: 100%;
  }
}
.footer-new__top .top-inner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .footer-new__top .top-inner-wrapper {
    padding: 7.74em 0 2.8em 0;
  }
}
@media (min-width: 992px) {
  .footer-new__top .top-inner-wrapper.left-space {
    padding-left: 7.06em;
    justify-content: center;
  }
}
.footer-new__top .company-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2.91em;
}
@media (max-width: 767.98px) {
  .footer-new__top .company-info {
    padding-top: 2em;
  }
}
.footer-new__top .company-info ul {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .footer-new__top .company-info ul {
    font-size: 1.125em;
  }
}
@media (min-width: 1200px) {
  .footer-new__top .company-info ul {
    padding-left: 5em;
    padding-right: 2em;
  }
}
@media (max-width: 991.98px) {
  .footer-new__top .company-info ul {
    padding-left: 2.25em;
  }
}
@media (max-width: 767.98px) {
  .footer-new__top .company-info ul {
    padding-right: 1em;
  }
}
.footer-new__top .company-info ul::before {
  content: " ";
  background: #fff;
  width: 1.5625em;
  height: 2px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media (min-width: 1200px) {
  .footer-new__top .company-info ul::before {
    width: 3.125em;
  }
}
.footer-new__top .company-info ul li {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  color: #fff;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .footer-new__top .company-info ul li {
    font-size: 1em;
    margin-bottom: 1.66em;
  }
}
.footer-new__top .company-info ul li:last-child,
.footer-new__top .company-info ul li:only-child {
  margin-bottom: 0;
}
.footer-new__top .form-box {
  margin: 2.48em 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-new__top .form-box form {
  width: 100%;
}
.footer-new__top .form-box .col-50:nth-child(odd) .input-container {
  justify-content: flex-start;
  padding-right: 0.31em;
}
.footer-new__top .form-box .col-50:nth-child(even) .input-container {
  justify-content: flex-end;
  padding-left: 0.31em;
}
.footer-new__top .form-box .input-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin: 0 0 2em 0;
}
.footer-new__top .form-box .input-container label {
  font-weight: 400;
  font-size: 0.99em;
  line-height: 0.875em;
  color: #fff;
  margin-bottom: 0.625em;
  position: unset;
  transform-origin: unset;
}
.footer-new__top .form-box .input-container input {
  background: rgba(217, 217, 217, 0.2);
  font-size: 1.115em;
  line-height: 2.77em;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 500;
  height: 2.77em;
  padding: 0 1.19em;
  border: 2px solid rgba(217, 217, 217, 0);
  transition: 0.5s ease;
  border-radius: 0;
}
.footer-new__top .form-box .input-container input::placeholder {
  opacity: 1;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s ease;
}
.footer-new__top .form-box .input-container input:focus {
  border: 2px solid #e3204a;
  background: #d9d9d9;
  color: #363636;
}
.footer-new__top .form-box .input-container input:focus::placeholder {
  color: #363636;
}
.footer-new__top .form-box .anchor-wrapper .arrow-anchor span {
  font-weight: 700;
  font-size: 1.35em;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .footer-new__top .form-box .anchor-wrapper .arrow-anchor .img-wrapper {
    width: 4.5em;
    height: 4.5em;
  }
}
.footer-new__top .form-box .anchor-wrapper .arrow-anchor .img-wrapper svg {
  width: 1.75em;
}
.footer-new__bottom {
  width: 100%;
}
.footer-new__bottom-wrapper {
  width: 100%;
  background: #252525;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .footer-new__bottom-wrapper {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .footer-new__bottom-wrapper {
    padding: 9.25em 0 3.625em;
  }
}
@media (max-width: 575.98px) {
  .footer-new__bottom-wrapper .container {
    padding: 0 2em;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-new__bottom-wrapper .col-25 {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-new__bottom-wrapper .col-25:nth-child(3) .footer__top--qlinks-col {
    padding-top: 3em;
  }
}
.footer-new__bottom .qlinks-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-size: 1.115em;
  line-height: 100%;
  color: #fff;
  position: relative;
  padding-left: 0.61em;
  margin-bottom: 1em;
  height: 1.22em;
}
@media (min-width: 576px) {
  .footer-new__bottom .qlinks-heading::before {
    content: "";
    width: 1px;
    height: 1.22em;
    background-color: #e3204a;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-new__bottom .qlinks-heading {
    padding-left: 1.5625em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .footer-new__bottom .qlinks-heading::after,
  .footer-new__bottom .qlinks-heading::before {
    content: "";
  }
}
@media (max-width: 575.98px) {
  .footer-new__bottom .qlinks-heading::after,
  .footer-new__bottom .qlinks-heading::before {
    position: absolute;
    background-color: #e3204a;
    left: 0;
    top: 50%;
    width: 2px;
    height: 1em;
    transition: all 0.5s ease-in-out;
  }
  .footer-new__bottom .qlinks-heading::before {
    top: 0.15em;
    left: 0.45em;
  }
  .footer-new__bottom .qlinks-heading:after {
    left: 0;
    width: 1em;
    height: 2px;
    transform: translate(0, -50%);
  }
}
@media (max-width: 575.98px) {
  .footer-new__bottom .qlinks-heading.opened::before {
    transform: rotate(90deg);
  }
  .footer-new__bottom .qlinks-heading.opened::after {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.footer-new__bottom .qlinks-menu {
  padding-left: 0;
  font-size: 1em;
}
.footer-new__bottom .qlinks-menu__item {
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  padding: 0 1em 0 0;
}
.footer-new__bottom .qlinks-menu__item a {
  line-height: 233.5%;
  margin-bottom: 0;
}
.footer-new .custom-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-new .footer-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-new .footer-box-wrapper {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-new .footer-box-wrapper {
    padding-top: 3em;
  }
}
@media (min-width: 992px) {
  .footer-new .footer-box-wrapper.align-right {
    align-items: flex-end;
  }
}
.footer-new .footer-box-wrapper.align-right .h4 {
  color: #fff;
}
.footer-new .footer-box-wrapper.align-right .qlinks-heading {
  color: #fff;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .footer-new .footer-box-wrapper.align-right .qlinks-heading::before {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 575.98px) {
  .footer-new .footer-box-wrapper.align-right .qlinks-heading::after {
    display: none;
    visibility: hidden;
  }
}
.footer-new .footer-box-wrapper.align-right p {
  color: #fff;
  font-size: 1.125em;
}
@media (min-width: 1200px) {
  .footer-new .footer-box-wrapper.align-right p {
    text-align: right;
  }
}
.footer-new .footer-box-wrapper.align-right .qlinks-menu {
  margin-top: auto;
  padding-top: 2em;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .footer-new .footer-box-wrapper.align-right .qlinks-menu {
    display: block;
    padding-left: 0;
    padding-top: 1em;
  }
}
.footer-new .footer-box-wrapper.align-right .qlinks-menu li {
  display: flex;
  padding-right: 0;
  margin-bottom: 1.44em;
}
@media (min-width: 992px) {
  .footer-new .footer-box-wrapper.align-right .qlinks-menu li {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer-new .footer-box-wrapper.align-right .qlinks-menu li {
    justify-content: flex-end;
    text-align: right;
  }
}
.footer-new .footer-box-wrapper.align-right .qlinks-menu li a {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.25em;
}
.footer-new .footer-box-wrapper.align-right .qlinks-menu li p {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 0;
}
.footer-new .footer-box-wrapper.align-right .qlinks-menu li:last-child,
.footer-new .footer-box-wrapper.align-right .qlinks-menu li:only-child {
  margin-bottom: 0;
}
.footer-new .footer-box-wrapper .qlinks-menu li:last-child {
  margin-bottom: 0;
}
.footer-new .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer-new .icon-wrapper .icon {
  position: relative;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-new .icon-wrapper .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #e3204a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}
.footer-new .icon-wrapper .icon:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.footer-new .icon-wrapper .icon img {
  width: 45%;
  height: 45%;
}
@media (min-width: 576px) {
  .footer-new .footer__top--qlinks-col {
    width: 100%;
    flex-direction: unset;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-new .footer__top--qlinks-col {
    align-items: unset;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .footer-new .qlinks__col__wrapper {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer-new .qlinks__col__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.footer-new .footer-link {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-new .footer-link {
    padding: 1em;
  }
}
.footer-new .footer-link li {
  margin: 0;
  padding: 0 1em;
  color: #fff;
}
.footer-new .footer-link li a {
  color: #fff;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .footer-new .footer-link li a {
    font-size: 0.75em;
  }
}
body {
  scrollbar-width: thin;
  scrollbar-color: #e3204a #717372;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #717372;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #e3204a;
  border-radius: 8px;
  border: 2px solid #e3204a;
}
.v-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e3204a #717372;
}
.v-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.v-scrollbar::-webkit-scrollbar-track {
  background: #717372;
  border-radius: 8px;
}
.v-scrollbar::-webkit-scrollbar-thumb {
  background-color: #e3204a;
  border-radius: 8px;
  border: 2px solid #e3204a;
}
.flex-control-nav {
  scrollbar-width: thin;
  scrollbar-color: #e3204a #717372;
}
.flex-control-nav::-webkit-scrollbar {
  width: 5px;
}
.flex-control-nav::-webkit-scrollbar-track {
  background: #717372;
  border-radius: 8px;
}
.flex-control-nav::-webkit-scrollbar-thumb {
  background-color: #e3204a;
  border-radius: 8px;
  border: 2px solid #e3204a;
}
.services-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .services-hero {
    height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .services-hero {
    height: auto;
  }
}
.services-hero__container {
  max-width: 100%;
  padding: 0 11%;
}
@media (max-width: 991.98px) {
  .services-hero__container {
    padding: 0 5em;
  }
}
@media (min-width: 576px) {
  .services-hero__container {
    padding: 0 3em;
  }
}
@media (max-width: 575.98px) {
  .services-hero__container {
    padding: 0 1em;
  }
}
.services-hero__mainWrapper {
  position: relative;
  width: 100%;
}
.services-hero__mainWrapper::before {
  /* content: ""; */
  position: absolute;
  width: 33.3125em;
  height: 100%;
  background-color: #292526;
  background-image: url(../svg/hero-form-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 9%;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .services-hero__mainWrapper::before {
    width: 0;
    background-image: none;
  }
}
.services-hero__bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services-hero__bgImg img {
  height: 100%;
  object-fit: cover;
}
.services-hero__bgImg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    226.92deg,
    rgba(227, 32, 74, 0.84) 15.33%,
    rgba(0, 0, 0, 0.88) 55.21%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
  opacity: 0.7;
}
.services-hero__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.8125em 0 5em;
  z-index: 1;
}
@media (max-width: 1400px) and (min-width: 1300px) and (min-height: 900px) {
  .services-hero__wrapper {
    padding: 6.25em 0 3em 0;
  }
}
@media (max-width: 1199.98px) {
  .services-hero__wrapper {
    padding: 6.25em 0 3em 0;
  }
}
.services-hero__head {
  width: 55%;
  padding: 0 8.125em 0 0;
}
@media (max-width: 1199.98px) {
  .services-hero__head {
    padding: 0 0 2em 0;
  }
}
@media (max-width: 991.98px) {
  .services-hero__head {
    width: 100%;
    padding: 3em 2em 3em 0;
  }
}
@media (max-width: 991.98px) {
  .services-hero__head {
    padding: 1em 2em 1em 0;
  }
}
.services-hero__video {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  border-radius: 1.5em;
}
@media (min-width: 1200px) {
  .services-hero__video {
    width: 45%;
    height: 43em;
  }
}
@media (max-width: 1199.98px) {
  .services-hero__video {
    width: 100%;
    height: 43em;
  }
}
@media (max-width: 991.98px) {
  .services-hero__video {
    height: 35em;
  }
}
@media (max-width: 575.98px) {
  .services-hero__video {
    height: 23em;
  }
}
.services-hero__video .home-hero-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.services-hero__video .video-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.services-hero__video picture {
  width: 100%;
  height: 100%;
  display: block;
}
.services-hero__video iframe,
.services-hero__video video {
  min-height: 100%;
  min-width: 100%;
  width: 154vh;
  height: 36vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.services-hero__move-down {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: -1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  width: 3.5625em;
  margin: 0 auto;
}
.services-hero__move-down__icon {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.9375em;
  animation: icondownmove 0.5s linear infinite alternate;
}
.services-hero__move-down__icon svg path {
  fill: #fff;
}
.services-hero__move-down__icon.blackcol svg path {
  fill: #000;
}
.services-hero__move-down__title {
  font-size: 0.75em;
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.47em;
  font-weight: 500;
  text-transform: uppercase;
}
.services-hero__move-down__title.blackcol {
  color: #000;
}
.section-video-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .section-video-box {
    height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .section-video-box {
    height: 60vh;
  }
}
@media (max-width: 575.98px) {
  .section-video-box {
    height: 40vh;
  }
}
.section-video-box__video {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .section-video-box__video {
    width: 100%;
    height: 100vh;
  }
}
@media (max-width: 1199.98px) {
  .section-video-box__video {
    width: 100%;
    height: 100vh;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .section-video-box__video {
    height: 100vh;
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-video-box__video {
    height: 100vh;
    height: 100%;
  }
}
.section-video-box__video .home-hero-video {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.section-video-box__video .video-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section-video-box__video picture {
  width: 100%;
  height: 100%;
  display: block;
}
.section-video-box__video iframe,
.section-video-box__video video {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1600px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 120%;
    min-width: 120%;
    width: 120%;
    height: 120%;
    -webkit-transform: translate(-8%, 0);
    -moz-transform: translate(-8%, 0);
    -o-transform: translate(-8%, 0);
    -ms-transform: translate(-8%, 0);
    transform: translate(-8%, 0);
    top: 0;
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 205%;
    min-width: 205%;
    width: 205%;
    height: 205%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 1024.98px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 170%;
    min-width: 170%;
    width: 170%;
    height: 170%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 991.98px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 165%;
    min-width: 165%;
    width: 165%;
    height: 165%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 140%;
    min-width: 140%;
    width: 140%;
    height: 140;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-video-box__video iframe,
  .section-video-box__video video {
    min-height: 190%;
    min-width: 190%;
    width: 190%;
    height: 190%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@keyframes icondownmove {
  from {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(0);
  }
}
.services-hero-new .services-hero__top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__top {
    height: 100dvh;
  }
}
.services-hero-new.hero-w-form .services-hero__mainWrapper::before {
  content: "";
  position: absolute;
  width: 33.3125em;
  height: 100%;
  background-color: #363636;
  background-image: url(../svg/hero-form-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .services-hero-new.hero-w-form .services-hero__mainWrapper::before {
    width: 0;
    background-image: none;
  }
}
.services-hero-new.hero-w-form .generic--head .arrow-anchor {
  padding: 0 0 0 2.8125em;
  color: #fff;
}
.services-hero-new.hero-w-form .generic--head .arrow-anchor span {
  color: #fff;
}
.services-hero-new .services-hero__center {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__center {
    height: 100dvh;
  }
}
.services-hero-new .newshadow {
  z-index: 0;
}
.services-hero-new .newshadow:before {
  background: linear-gradient(224deg, #19062c 0, rgba(27, 3, 57, 0.46) 100%);
  z-index: 0;
  opacity: 1;
}
.services-hero-new .newshadow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.1;
  z-index: 1;
}
.services-hero-new .newshadow-inner {
  z-index: 0;
}
.services-hero-new .newshadow-inner:before {
  background: linear-gradient(
    255deg,
    #350962 4.05%,
    rgba(47, 8, 98, 0.46) 58.54%
  );
  z-index: 0;
  opacity: 0.5;
}
.services-hero-new .newshadow-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.25;
  z-index: 1;
}
.services-hero-new .services-hero__obox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.services-hero-new .services-hero__head {
  width: 100%;
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__head {
    width: 51%;
  }
}
.services-hero-new .services-hero__head .h1,
.services-hero-new .services-hero__head .h2,
.services-hero-new .services-hero__head .h3,
.services-hero-new .services-hero__head .h4,
.services-hero-new .services-hero__head .h5,
.services-hero-new .services-hero__head .h6 {
  color: #fff;
}
@media (max-width: 575.98px) {
  .services-hero-new .services-hero__head .h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__head .h6 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .services-hero-new .services-hero__head .h6 {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__head .arrow-anchor {
    margin-left: 2.8125em;
  }
}
.services-hero-new .services-hero__form {
  width: 100%;
  padding: 0;
  background: rgba(255, 252, 253, 0.98);
  padding: 2em;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .services-hero-new .services-hero__form {
    padding: 3em;
  }
}
@media (min-width: 1200px) {
  .services-hero-new .services-hero__form {
    width: 49%;
    padding: 2.1875em 2.5em;
  }
}
.services-hero-new .generic--form {
  padding: 0;
  background: 0 0;
}
.services-hero-new .generic--form .form-head .h1,
.services-hero-new .generic--form .form-head .h2,
.services-hero-new .generic--form .form-head .h3,
.services-hero-new .generic--form .form-head .h4,
.services-hero-new .generic--form .form-head .h5,
.services-hero-new .generic--form .form-head .h6 {
  font-size: 1.875em;
}
.services-hero-new .generic--form .anchor-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .services-hero-new .generic--form .anchor-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .services-hero-new .generic--form .anchor-wrapper .arrow-anchor {
    order: 2;
    margin-top: 1em;
  }
}
.services-hero-new .generic--form .anchor-wrapper .arrow-anchor span {
  font-weight: 700;
  font-size: 1.35em;
  line-height: 100%;
}
.services-hero-new .generic--form .anchor-wrapper .arrow-anchor .img-wrapper {
  width: 4.5em;
  height: 4.5em;
}
.services-hero-new
  .generic--form
  .anchor-wrapper
  .arrow-anchor
  .img-wrapper
  svg {
  width: 1.275em;
}
.services-hero-new .generic--form__wrapper {
  justify-content: space-between;
}
.services-hero-new .generic--form__wrapper .input-container {
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  width: 100%;
  margin: 0 0 3em 0;
}
@media (max-width: 575.98px) {
  .services-hero-new .generic--form__wrapper .input-container {
    margin: 0 0 1.5em 0;
  }
}
.services-hero-new .generic--form__wrapper .input-container .input-select {
  width: 100%;
  height: 100%;
  border: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  position: relative;
  top: unset;
  left: unset !important;
  color: #000 !important;
  background: 0 0;
}
.services-hero-new
  .generic--form__wrapper
  .input-container
  .input-select
  option {
  padding-bottom: 3.125em;
}
.services-hero-new
  .generic--form__wrapper
  .input-container
  .input-select
  option:hover {
  background: #e3204a;
}
.services-hero-new .generic--form__wrapper .input-container textarea {
  resize: none;
}
.services-hero-new .generic--form__wrapper .input-container .input {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  transition: 0.25s;
}
.services-hero-new .generic--form__wrapper .input-container .input.error {
  top: unset;
  left: unset !important;
  font-size: initial !important;
  color: #000 !important;
}
@media (max-width: 1024.98px) {
  .services-hero-new .generic--form__wrapper .input-container .input {
    margin: 0;
  }
}
.services-hero-new .generic--form__wrapper .input-container .input:focus {
  outline: 0;
  border-bottom: 1px solid #363636;
  transition: 0.25s;
}
.services-hero-new
  .generic--form__wrapper
  .input-container
  .input::placeholder {
  color: #000;
}
.services-hero-new .generic--form__wrapper .input-container .placeholder {
  color: #636363;
  font-size: 1em;
  left: 0;
  line-height: 3px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 0.2s, color 0.2s;
  top: 1.25em;
  padding: 0;
  transition: 0.4s;
}
.services-hero-new .generic--form__wrapper .input-container.textArea {
  height: auto;
}
.services-hero-new .generic--form__wrapper .input-container {
  margin: 0.8em 0 0.93em 0;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .services-hero-new .generic--form__wrapper .input-container:nth-child(odd) {
    padding-right: 0.62em;
  }
}
@media (min-width: 1200px) {
  .services-hero-new .generic--form__wrapper .input-container:nth-child(even) {
    padding-left: 0.62em;
  }
}
.services-hero-new .generic--form__wrapper .input-container .placeholder {
  position: unset;
  font-weight: 400;
  font-size: 0.99em;
  line-height: 0.875em;
  color: #000;
  margin-bottom: 0.625em;
}
.services-hero-new .generic--form__wrapper .input-container .input {
  font-size: 1.115em !important;
  height: 2.79em;
  background: rgba(217, 217, 217, 0.3);
  transition: 0.4s;
  border: 2px solid rgba(217, 217, 217, 0);
  font-weight: 500;
  font-size: 1.11em;
  line-height: 2.76em;
  letter-spacing: -0.02em;
  color: #363636;
  padding: 0 1.11em;
  position: relative;
  transition: 0.5s ease;
}
.services-hero-new .generic--form__wrapper .input-container .input:focus {
  border: 2px solid #e3204a;
  background: 0 0;
}
.services-hero-new
  .generic--form__wrapper
  .input-container
  .input::placeholder {
  opacity: 1;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.02em;
  color: rgba(54, 54, 54, 0.2);
}
.services-hero-new .generic--form__wrapper .input-container .input.phoneiti {
  padding-left: 3.5em;
}
.services-hero-new .generic--form__wrapper .input-container textarea {
  height: 6.72em !important;
}
.services-hero-new .generic--form__wrapper .input-container label.error {
  font-size: 0.8em !important;
  color: #dc3545;
  margin-top: 0.25em;
  font-weight: 600;
}
.services-hero-new .generic--form__wrapper .cut {
  height: 20px;
  left: 0;
  position: absolute;
  top: -30px;
  transform: translateY(0);
  transition: transform 0.2s;
  width: 76px;
}
.services-hero-new .generic--form__wrapper .cut-short {
  width: 50px;
}
.services-hero-new .generic--form__wrapper .input:focus ~ .cut,
.services-hero-new
  .generic--form__wrapper
  .input:not(:placeholder-shown)
  ~ .cut {
  transform: translateY(8px);
}
.services-hero-new .generic--form__wrapper .input:focus ~ .placeholder,
.services-hero-new
  .generic--form__wrapper
  .input:not(:placeholder-shown)
  ~ .placeholder {
  transform: translateY(-25px) translateX(0) scale(0.75);
  font-size: 1.1em;
}
.services-hero-new
  .generic--form__wrapper
  .input:not(:placeholder-shown)
  ~ .placeholder {
  font-size: 1.1em;
}
@media (max-width: 575.98px) {
  .services-hero-new
    .generic--form__wrapper
    .input:not(:placeholder-shown)
    ~ .placeholder {
    height: 100%;
  }
}
.services-hero-new .generic--form__wrapper .iti__arrow {
  border-top: 4px solid #000;
}
.services-hero-new .generic--form__wrapper .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #000;
}
.services-hero-new .form-message {
  width: 100%;
  margin-top: 0.43em;
}
@media (min-width: 1200px) {
  .services-hero-new .form-message {
    max-width: 25em;
  }
}
@media (min-width: 992px) {
  .services-hero-new .form-message {
    max-width: 25em;
  }
}
@media (min-width: 576px) {
  .services-hero-new .form-message {
    max-width: 25em;
  }
}
@media (max-width: 575.98px) {
  .services-hero-new .form-message {
    max-width: 100%;
  }
}
.services-hero-new .form-message p {
  font-style: normal;
  font-weight: 500;
  font-size: 0.867em;
  line-height: 142%;
  color: #363636;
  margin-bottom: 0;
}
.services-hero-new .form-message p a {
  font-weight: 700;
}
.services-hero-new .services-hero__social-linkWrapper .head {
  padding: 0 4.65em 0 0;
  margin: 0;
}
.services-hero-new .services-hero__social-linkWrapper .head::after {
  content: "";
  position: absolute;
  width: 3.3em;
  height: 1px;
  background: #fff;
  right: 0.38em;
  top: 50%;
}
.services-hero-new .services-hero__social-links .services-hero__social-link {
  margin: 0;
  transform: rotate(0);
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link
  .img-wrapper {
  transform: rotate(90deg);
  position: relative;
  z-index: 1;
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link::after {
  display: none;
  visibility: hidden;
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link:first-child::after {
  display: none;
  visibility: hidden;
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link:hover {
  background: 0 0;
  transition: 0.4s;
}
.services-hero-new
  .services-hero__social-links
  .services-hero__social-link:hover::before {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.4s;
}
.header,
.services-hero-new .services-hero__container {
  padding: 0px 10.16%;
}
@media (max-width: 575.98px) {
  .services-hero-new .services-hero__container {
    padding: 0 2em;
  }
}
.services-hero-new--video {
  background-color: #000;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.services-hero-new--video .home-hero-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.services-hero-new--video .video-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.services-hero-new--video picture {
  width: 100%;
  height: 100%;
  display: block;
}
.services-hero-new--video iframe,
.services-hero-new--video img,
.services-hero-new--video video {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 177.77777778vh;
}
.services-hero-new--vbottom {
  display: flex;
  flex-wrap: wrap;
}
.services-hero-new--vbottom ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.services-hero-new--vbottom ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 2em;
  width: 50%;
}
@media (min-width: 768px) {
  .services-hero-new--vbottom ul li {
    width: 33.33%;
    margin: 0 0 3em;
  }
}
@media (min-width: 992px) {
  .services-hero-new--vbottom ul li {
    width: 25%;
    margin: 0 0 3em;
  }
}
@media (min-width: 1200px) {
  .services-hero-new--vbottom ul li {
    margin: 2.5em 0;
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  .services-hero-new--vbottom ul li {
    margin: 0 0 3em;
  }
}
@media (max-width: 575.98px) {
  .services-hero-new--vbottom ul li:last-child,
  .services-hero-new--vbottom ul li:only-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .services-hero-new--vbottom ul.dk-visible {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .services-hero-new--vbottom ul.mb-visible {
    display: flex;
  }
}
.clientlogoSection {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10.22em;
}
.clientlogoSection .slider-section {
  background: #edeef3;
  height: 100%;
}
.clientlogoSection .swiper-container {
  width: 100%;
  height: 100%;
}
.clientlogoSection .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.clientlogoSection .img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2em;
}
@media (min-width: 1200px) {
  .clientlogoSection .img-wrapper {
    padding: 3em;
  }
}
.clientlogoSection .img-wrapper img {
  object-fit: contain;
}
@media (min-width: 1200px) {
  .clientlogoSection .img-wrapper img {
    filter: grayscale(1);
    transition: 0.4s;
  }
}
@media (min-width: 1200px) {
  .clientlogoSection .img-wrapper:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
  }
}
.clientlogoSection .img-hack,
.clientlogoSection .img-hack-contain,
.clientlogoSection .img-hack-fill {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.clientlogoSection--vertical {
  height: auto;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .clientlogoSection--vertical {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .clientlogoSection--vertical {
    padding: 5em 0;
  }
}
@media (min-width: 576px) {
  .clientlogoSection--vertical .img-wrapper {
    padding: 0 3em;
  }
}
@media (min-width: 1200px) {
  .clientlogoSection--vertical .img-wrapper {
    padding: 0 3em;
  }
}
.techserviceDevelopment {
  background: #edeef3;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .techserviceDevelopment {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .techserviceDevelopment {
    padding: 5em 0 5.5em;
  }
}
.techserviceDevelopment .tech-dev-services-wrapper {
  width: 100%;
  display: block;
}
.techserviceDevelopment .tech-box {
  display: block;
  width: 100%;
}
.techserviceDevelopment .tech-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em 1em;
}
@media (min-width: 576px) {
  .techserviceDevelopment .tech-slider {
    padding: 3em 1em;
  }
}
@media (min-width: 1200px) {
  .techserviceDevelopment .tech-slider {
    padding: 1em 0 5em;
  }
}
.techserviceDevelopment .tech-slider .slider-section {
  margin: 0;
  padding: 0;
  width: 100%;
  mix-blend-mode: initial;
  overflow: hidden;
}
.techserviceDevelopment .tech-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.techserviceDevelopment .tech-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.techserviceDevelopment .tech-slider .swiper-slide {
  width: 5.9375em;
  margin-right: 0;
  display: flex;
  justify-content: center;
  padding: 0 1em;
}
.techserviceDevelopment .tech-slider .figure-st-one {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  padding: 0 1.5em;
}
.techserviceDevelopment .tech-slider .figure-st-one--img-box {
  width: 86px;
  height: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.techserviceDevelopment .tech-slider .figure-st-one--caption {
  margin-top: 2em;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.techserviceDevelopment .tech-slider .figure-st-one--caption.medium-txt {
  font-size: 1em;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .techserviceDevelopment .tech-slider .figure-st-one--caption.medium-txt {
    font-size: 16px;
  }
}
.techserviceDevelopment .tech-slider .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.techserviceDevelopment .tech-slider .img-wrapper img {
  filter: initial;
}
.techserviceDevelopment .tech-slider .img-hack,
.techserviceDevelopment .tech-slider .img-hack-contain,
.techserviceDevelopment .tech-slider .img-hack-fill {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991.98px) {
  .techserviceDevelopment .generic--head__head {
    font-size: 1.5em;
  }
}
.servicenDevelopment__sliderWrapper {
  position: relative;
  padding: 1.0625em 0 0 0;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__sliderWrapper {
    padding: 2em 2em 0;
  }
}
.servicenDevelopment__thumbWrapper {
  width: 60%;
}
@media (max-width: 991.98px) {
  .servicenDevelopment__thumbWrapper {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .servicenDevelopment__thumbWrapper {
    width: 100%;
    padding: 0;
  }
}
.servicenDevelopment__galleryWrapper {
  width: 40%;
  height: 100%;
  padding: 0 7em;
}
@media (max-width: 1199.98px) {
  .servicenDevelopment__galleryWrapper {
    padding: 0 3em;
  }
}
@media (max-width: 991.98px) {
  .servicenDevelopment__galleryWrapper {
    width: 50%;
    padding: 0 2em;
  }
}
@media (max-width: 575.98px) {
  .servicenDevelopment__galleryWrapper {
    width: 100%;
    padding: 0 1em;
  }
}
@media (max-width: 575.98px) {
  .servicenDevelopment__galleryWrapper .generic-navigation-wrapper {
    margin: 0 auto;
  }
}
.servicenDevelopment__thumb {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.servicenDevelopment__thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(54, 54, 54, 0.3);
  bottom: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.25s;
}
.servicenDevelopment__thumb .swiper-slide {
  position: relative;
}
.servicenDevelopment__thumb .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e3204a;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.25s;
}
.servicenDevelopment__thumb .swiper-slide .slide-img {
  position: relative;
  height: 16.4375em;
  overflow: hidden;
}
.servicenDevelopment__thumb .swiper-slide .slide-img img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__thumb .swiper-slide .slide-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.servicenDevelopment__thumb .swiper-slide .slide-img .slide-count {
  position: absolute;
  bottom: 0;
  right: 0.45em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #b9b9ba;
  font-size: 3.75em;
  font-family: sans-serif;
  font-weight: 700;
  z-index: 1;
}
.servicenDevelopment__thumb .swiper-slide .slide-head {
  color: #363636;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 0.75em 0;
  opacity: 0.6;
  transition: opacity 0.25s;
}
.servicenDevelopment__thumb .swiper-slide.swiper-slide-thumb-active::before {
  transform: scale(1);
  transition: transform 0.25s;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__thumb .swiper-slide.swiper-slide-thumb-active::before {
    transform: scale(0);
  }
}
.servicenDevelopment__thumb
  .swiper-slide.swiper-slide-thumb-active
  .slide-head {
  opacity: 1;
  transition: opacity 0.25s;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__gallery {
    padding: 2em 0 0 0;
  }
}
.servicenDevelopment__gallery .swiper-slide .descrip,
.servicenDevelopment__gallery .swiper-slide .head {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__gallery .swiper-slide .descrip,
  .servicenDevelopment__gallery .swiper-slide .head {
    text-align: center;
  }
}
.servicenDevelopment__gallery .swiper-slide .head {
  font-size: 2em;
}
.servicenDevelopment__gallery .swiper-slide .descrip {
  font-size: 1.125em;
}
@media (max-width: 575.98px) {
  .servicenDevelopment__gallery .swiper-slide .descrip {
    font-size: 1em;
  }
}
.servicenDevelopment__gallery .swiper-slide.swiper-slide-active .descrip,
.servicenDevelopment__gallery .swiper-slide.swiper-slide-active .head {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.25s;
  transition-delay: 0.45s;
}
.serviceDevelopment__sliderWrapper {
  position: relative;
  padding: 5em 0 0 0;
}
@media (max-width: 575.98px) {
  .serviceDevelopment__sliderWrapper {
    padding: 2em 0 0 0;
  }
}
.serviceDevelopment__thumbWrapper {
  width: 60%;
}
@media (max-width: 991.98px) {
  .serviceDevelopment__thumbWrapper {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .serviceDevelopment__thumbWrapper {
    width: 100%;
    padding: 0;
  }
}
.serviceDevelopment__galleryWrapper {
  width: 40%;
  height: 100%;
  padding: 0 7em;
}
@media (max-width: 1199.98px) {
  .serviceDevelopment__galleryWrapper {
    padding: 0 3em;
  }
}
@media (max-width: 991.98px) {
  .serviceDevelopment__galleryWrapper {
    width: 50%;
    padding: 0 2em;
  }
}
@media (max-width: 575.98px) {
  .serviceDevelopment__galleryWrapper {
    width: 100%;
    padding: 0 1em;
  }
}
@media (max-width: 575.98px) {
  .serviceDevelopment__galleryWrapper .generic-navigation-wrapper {
    margin: 0 auto;
  }
}
.rating-img-box .boxes-area {
  /* padding-left: 130px; */
  /* padding-right: 130px; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
}
@media (max-width: 640px) {
  .rating-img-box .boxes-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.rating-img-box .swiper {
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .rating-img-box .swiper {
    padding-bottom: 2.5em;
  }
}
.rating-img-box .swiper-slide {
  position: relative;
  border-radius: 1.875em;
}
.figure-st-four {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em 1.5em;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  position: relative;
  background: #fff;
  border-radius: 1.875em;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.figure-st-four--outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.figure-st-four--img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  height: 4.1875em;
}
.figure-st-four--img img {
  filter: grayscale(1);
  transition: 0.4s;
  object-fit: contain;
}
.figure-st-four--rating-count {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 110%;
  justify-content: center;
  align-items: flex-end;
  background: #000;
  background: -webkit-linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  background: -moz-linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  background: linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .figure-st-four--rating-count {
    font-size: 14px;
  }
}
.figure-st-four--rating-count span {
  margin-left: 0.8125em;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  background: #262f56;
  background: -webkit-linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  background: -moz-linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  background: linear-gradient(
    61.32% 61.65% at 77.67% 46%,
    #262f56 0,
    #171a27 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.figure-st-four--rating-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1.0625em;
}
.figure-st-four--comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 150%;
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  .figure-st-four--comment {
    font-size: 14px;
  }
}
.figure-st-four:hover .figure-st-four--img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.img-txt-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .img-txt-list-box--nbox {
    justify-content: space-evenly;
  }
}
@media (max-width: 575.98px) {
  .img-txt-list-box--nbox {
    width: 12.85em;
    flex-direction: column;
    margin: 0 auto;
  }
}
.img-txt-list-box--item {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 1225px) {
  .img-txt-list-box--item {
    max-width: 33.33%;
  }
  .img-txt-list-box--item:nth-last-child(2),
  .img-txt-list-box--item:nth-last-child(3) {
    margin-bottom: 0;
  }
  .img-txt-list-box--item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .img-txt-list-box--item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1224px) {
  .img-txt-list-box--item {
    max-width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .img-txt-list-box--item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .img-txt-list-box--item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .img-txt-list-box--item {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .img-txt-list-box--item:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .img-txt-list-box--item:last-child {
    margin-bottom: 0;
  }
}
.img-txt-list-box--nitem {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 1225px) {
  .img-txt-list-box--nitem {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: fit-content;
  }
  .img-txt-list-box--nitem:nth-last-child(2),
  .img-txt-list-box--nitem:nth-last-child(3) {
    margin-bottom: 0;
  }
  .img-txt-list-box--nitem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1224px) {
  .img-txt-list-box--nitem {
    max-width: fit-content;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .img-txt-list-box--nitem:nth-last-child(2) {
    margin-bottom: 0;
  }
  .img-txt-list-box--nitem:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .img-txt-list-box--nitem {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .img-txt-list-box--nitem {
    margin-bottom: 25px;
  }
  .img-txt-list-box--nitem:nth-last-child(2) {
    margin-bottom: 25px;
  }
  .img-txt-list-box--nitem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .img-txt-list-box--nitem {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.img-txt-list-box--img-heading-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  .img-txt-list-box--img-heading-box {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .img-txt-list-box--img-heading-box {
    justify-content: center;
  }
}
.img-txt-list-box--img {
  width: 3em;
}
.img-txt-list-box--heading {
  margin-left: 1.5em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1225px) {
  .img-txt-list-box--heading {
    width: calc(100% - 72px);
  }
}
.img-txt-list-box--heading .h1,
.img-txt-list-box--heading .h2,
.img-txt-list-box--heading .h3,
.img-txt-list-box--heading .h4,
.img-txt-list-box--heading .h5,
.img-txt-list-box--heading .h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 135.4%;
  margin-bottom: 0;
}
.img-txt-list-box--text p {
  color: #000;
  font-size: 1.125em;
}
@media (max-width: 575.98px) {
  .img-txt-list-box--text p {
    font-size: 1em;
  }
}
.img-txt-list-box--text p:only-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .img-txt-list-box--text {
    max-width: 28em;
  }
}
@media (max-width: 767.98px) {
  .img-txt-list-box--text {
    text-align: center;
  }
}
.img-txt-list-box--text ul {
  padding: 0;
  padding-left: 0.5em;
  margin: 2em 0 0;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .img-txt-list-box--text ul {
    width: fit-content;
    margin: 0 auto;
  }
}
.img-txt-list-box--text ul li {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}
.img-txt-list-box--text ul li::before {
  content: "✔";
  font-size: 1em;
  color: #e3204a;
  line-height: 1.7em;
  padding-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.img-txt-list-box.extra-space {
  padding: 0 0 1.1875em;
}
@media (max-width: 1200px) {
  .img-txt-list-box.extra-space {
    padding: 0;
  }
}
.img-txt-overly-box .itob-box {
  position: relative;
  width: 100%;
}
.img-txt-overly-box .itob-box--img-box {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 13.5em;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .img-txt-overly-box .itob-box--img-box {
    max-height: 100%;
    height: 13.5em;
  }
}
.img-txt-overly-box .itob-box--img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-txt-overly-box .itob-box--img-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.img-txt-overly-box .itob-box--txt-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.img-txt-overly-box .itob-box--txt-box-inn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 35.9375em;
  height: 100%;
  margin: 0 auto;
}
.img-txt-overly-box .itob-box--txt-box-inn h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 110%;
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .block-img-box {
    flex-direction: column-reverse;
  }
}
.block-img-box .boxes-area {
  /* padding-left: 7.125em; */
  /* padding-right: 6.25em; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1600px) {
  .block-img-box .boxes-area {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }
}
@media (max-width: 1275px) {
  .block-img-box .boxes-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .block-img-box .boxes-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-img-box .boxes-area .boxes-area-item {
  width: calc(25% - 1.640625em);
  height: 9.5em;
  margin-right: 2.1875em;
  margin-bottom: 2.1875em;
}
.block-img-box .boxes-area .boxes-area-item:nth-child(4n + 0) {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .block-img-box .boxes-area .boxes-area-item:nth-child(1n + 5) {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .block-img-box .boxes-area .boxes-area-item {
    width: calc(50% - 0.9375em);
  }
  .block-img-box .boxes-area .boxes-area-item:nth-child(odd) {
    margin-right: 0.9375em;
    margin-left: 0;
  }
  .block-img-box .boxes-area .boxes-area-item:nth-child(even) {
    margin-left: 0.9375em;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .block-img-box .box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3em;
  }
}
.block-img-box .swiper-featured {
  width: 100%;
}
.figure-st-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.figure-st-two.round-box-border {
  border: 1px solid #d2d2d2;
  border-radius: 0.9375em;
  height: 100%;
  padding: 1em;
}
.figure-st-two--img-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.figure-st-two--img-box i {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.1875em;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.figure-st-two--img.normal-img {
  display: flex;
  visibility: visible;
}
.figure-st-two--img.hover-img {
  display: none;
  visibility: hidden;
}
.figure-st-two--caption {
  /* margin-top: 1em; */
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.figure-st-two--caption.small-txt {
  font-size: 0.875em;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
@media (max-width: 575.98px) {
  .figure-st-two--caption.small-txt {
    font-size: 1em;
  }
}
.figure-st-two--caption.medium-txt {
  font-size: 1em;
  line-height: 110%;
}
.figure-st-two:hover .figure-st-two--img-box i {
  color: #de244a;
  transition: all 0.4s ease 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.figure-st-two:hover .figure-st-two--img {
  display: none;
  visibility: hidden;
}
.figure-st-two:hover .figure-st-two--img.hover-img {
  display: flex;
  visibility: visible;
}
.figure-st-two:hover .figure-st-two--caption {
  color: #000;
}
.testimonialssection.testimonials {
  padding: 2em 0;
}
@media (min-width: 576px) {
  .testimonialssection.testimonials {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .testimonialssection.testimonials {
    padding: 4.8125em 0 5.8125em;
  }
}
.testimonialssection .generic--head {
  display: flex;
  flex-direction: column;
}
.testimonialssection .generic--head .h5 {
  font-weight: 600;
  line-height: 122.5%;
  text-align: center;
  letter-spacing: -0.045em;
  font-size: 2em;
}
@media (min-width: 576px) {
  .testimonialssection .generic--head .h5 {
    font-size: 4.58em;
  }
}
@media (min-width: 1200px) {
  .testimonialssection .generic--head .h5 {
    font-size: 5.58em;
  }
}
.testimonialssection .generic--head .h6 {
  font-weight: 600;
  line-height: 122.5%;
  text-align: center;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
  font-size: 1.25em;
}
@media (min-width: 576px) {
  .testimonialssection .generic--head .h6 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .testimonialssection .generic--head .h6 {
    font-size: 2.85em;
  }
}
.testimonialssection .generic--head .h6 span {
  color: #e3204a;
}
@media (max-width: 575.98px) {
  .testimonialssection .generic--head.line-heading {
    padding-left: 0;
  }
}
.testimonialssection .testimonials-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2em;
}
@media (min-width: 1200px) {
  .testimonialssection .testimonials-slider {
    padding-top: 3.125em;
  }
}
@media (min-width: 576px) {
  .testimonialssection .testimonials-slider {
    padding: 3em 0;
  }
}
@media (max-width: 575.98px) {
  .testimonialssection .testimonials-slider {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.testimonialssection .testimonials-slider .slider-section {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.testimonialssection .testimonials-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.testimonialssection .testimonials-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.testimonialssection .testimonials-slider .swiper-slide {
  margin-right: 1em;
}
@media (min-width: 768px) {
  .testimonialssection .testimonials-slider .swiper-slide {
    width: 30.625em;
  }
}
@media (min-width: 1200px) {
  .testimonialssection .testimonials-slider .swiper-slide {
    margin-right: 1.875em;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .testimonialssection .testimonials-slider .swiper-slide {
    width: 100%;
  }
}
.testimonialssection .testimonials-slider .img-hack,
.testimonialssection .testimonials-slider .img-hack-contain,
.testimonialssection .testimonials-slider .img-hack-fill {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.testimonialssection .testimonials-slider .card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.testimonialssection .testimonials-slider .card__title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.testimonialssection .testimonials-slider .card__heading {
  font-weight: 600;
  font-size: 1.98em;
  line-height: 122.5%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #e3204a;
  margin-bottom: 1.09em;
}
@media (max-width: 991.98px) {
  .testimonialssection .testimonials-slider .card__heading {
    font-size: 1.5em;
  }
}
.testimonialssection .testimonials-slider .card__details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3.1em;
}
@media (max-width: 575.98px) {
  .testimonialssection .testimonials-slider .card__details {
    margin-bottom: 2em;
  }
}
.testimonialssection .testimonials-slider .card__details p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.67em;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.testimonialssection .testimonials-slider .card__details p:last-child,
.testimonialssection .testimonials-slider .card__details p:only-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .testimonialssection .testimonials-slider .card__details p {
    -webkit-line-clamp: 8;
  }
}
@media (max-width: 575.98px) {
  .testimonialssection .testimonials-slider .card__details p {
    -webkit-line-clamp: 8;
  }
}
.testimonialssection .testimonials-slider .card__user-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  margin-top: auto;
}
.testimonialssection .testimonials-slider .card__user-info .client-logo {
  width: 10em;
  height: 3.75em;
  background-position: left;
  margin-bottom: 0.5em;
}
.testimonialssection .testimonials-slider .card__user-info .name {
  font-weight: 700;
  font-size: 1.36em;
  line-height: 1.67em;
  color: #000;
  margin-bottom: 0.41em;
}
@media (max-width: 991.98px) {
  .testimonialssection .testimonials-slider .card__user-info .name {
    font-size: 1.25em;
  }
}
.testimonialssection .testimonials-slider .card__user-info .designation {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.24em;
  color: #000;
}
.testimonialssection .testimonials-slider .card__user-info .rating {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.testimonialssection
  .testimonials-slider
  .card__user-info
  .rating
  .img-wrapper {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
.testimonialssection .testimonials-slider .card__side {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.testimonialssection .testimonials-slider .card__side--txt {
  background: #edeef3;
  padding: 1.85em 2.5em;
}
.testimonialssection .testimonials-slider .card__side--txt-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e3204a;
  padding: 1.85em 2.5em;
}
.testimonialssection .testimonials-slider .card__side--video .img-wrapper {
  width: 100%;
  height: 100%;
}
.testimonialssection .testimonials-slider .card__side--video .img-wrapper img {
  height: 100%;
  object-fit: cover;
}
.testimonialssection .testimonials-slider .card__side--video .card__user-info {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: unset;
  padding: 1.85em 2.5em;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.testimonialssection
  .testimonials-slider
  .card__side--video
  .card__user-info
  .designation,
.testimonialssection
  .testimonials-slider
  .card__side--video
  .card__user-info
  .name {
  color: #fff;
}
.testimonialssection .testimonials-slider .card .play-btn {
  width: 105px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.testimonialssection .testimonials-slider .card .play-btn .img-wrapper {
  margin-bottom: 0.56em;
}
.newserviceBrands {
  background: #000;
  padding: 0;
}
@media (max-width: 575.98px) {
  .newserviceBrands {
    scroll-padding-top: 3em;
    padding-top: 2em;
  }
}
.newserviceBrands__menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newserviceBrands__menuItem {
  width: 25%;
}
.newserviceBrands__menuItem a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.125em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5em 0;
  transition: 0.25s;
}
@media (max-width: 575.98px) {
  .newserviceBrands__menuItem a {
    font-size: 1em;
  }
}
.newserviceBrands__menuItem a.active {
  color: #fff;
  transition: 0.25s;
}
.newserviceBrands__menuItem a:hover {
  background-color: rgba(227, 32, 74, 0.5);
  color: #fff;
  transition: 0.25s;
}
.newserviceBrands__menuItem:nth-child(1) a {
  background-color: #525356;
}
.newserviceBrands__menuItem:nth-child(2) a {
  background-color: #3b3c3f;
}
.newserviceBrands__menuItem:nth-child(3) a {
  background-color: #2d2e31;
}
.newserviceBrands__menuItem:nth-child(4) a {
  background-color: #222427;
}
.newserviceBrands__menuItem:nth-child(1) a.active,
.newserviceBrands__menuItem:nth-child(2) a.active,
.newserviceBrands__menuItem:nth-child(3) a.active,
.newserviceBrands__menuItem:nth-child(4) a.active {
  background-color: #e3204a;
}
.newserviceBrands__menuItem:nth-child(1) a:hover,
.newserviceBrands__menuItem:nth-child(2) a:hover,
.newserviceBrands__menuItem:nth-child(3) a:hover,
.newserviceBrands__menuItem:nth-child(4) a:hover {
  background-color: #e3204a;
}
.newserviceBrands__mainBox {
  position: relative;
  padding: 2em 0;
}
@media (min-width: 576px) {
  .newserviceBrands__mainBox {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .newserviceBrands__mainBox {
    padding: 4em 0 4em 12.1875em;
  }
}
@media (min-width: 576px) {
  .newserviceBrands .container {
    padding-left: 3em;
  }
}
@media (min-width: 1200px) {
  .newserviceBrands .container {
    padding-left: unset;
    padding-right: 0;
  }
}
.newserviceBrands .content-box .h2,
.newserviceBrands .content-box .h6,
.newserviceBrands .content-box p {
  color: #fff;
}
.newserviceBrands .newserviceBrandsSlider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.newserviceBrands .newserviceBrandsSlider .swiper-slide {
  width: 100%;
}
@media (min-width: 1200px) {
  .newserviceBrands .newserviceBrandsSlider .swiper-slide {
    width: 23.75em;
  }
}
.newserviceBrands .newserviceBrandsSlider .card {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  width: 100%;
  height: 100%;
  height: 26em;
}
@media (min-width: 1200px) {
  .newserviceBrands .newserviceBrandsSlider .card {
    height: 33.33em;
  }
}
.newserviceBrands .newserviceBrandsSlider .card a {
  display: block;
  width: 100%;
  height: 100%;
}
.newserviceBrands .newserviceBrandsSlider .card__side {
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
}
.newserviceBrands .newserviceBrandsSlider .card__side--front {
  background-color: #fff;
}
.newserviceBrands .newserviceBrandsSlider .card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newserviceBrands .newserviceBrandsSlider .card:hover .card__side--front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.newserviceBrands .newserviceBrandsSlider .card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.newserviceBrands .newserviceBrandsSlider .card .back-card-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-img-box
  .img-wrapper {
  width: 100%;
  height: 100%;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(227, 32, 74, 0.9499999881);
  padding: 1.875em;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .client-logo {
  width: 100%;
  max-width: 5.375em;
  height: 100%;
  max-height: 5.375em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .client-logo
  img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 9.375em;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .client-logo
  svg {
  max-height: 7.375em;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .back-card-txt {
  margin-top: 1em;
  padding-top: 1.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.3000000119);
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .back-card-txt
  p {
  font-size: 1em;
  line-height: 1.66em;
  color: #fff;
}
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .back-card-txt
  p:last-child,
.newserviceBrands
  .newserviceBrandsSlider
  .card
  .back-card-wrapper
  .back-card-detail
  .back-card-txt
  p:only-child {
  margin-bottom: 0;
}
.newserviceBrands .newserviceBrandsSlider .project-name {
  padding-top: 1.04em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.newserviceBrands .newserviceBrandsSlider .project-name a {
  color: inherit;
  font-size: inherit;
}
.newserviceBrands .img-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.newserviceBrands .img-box-wrapper a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.newserviceBrands .img-box-wrapper .img-wrapper {
  position: relative;
}
.newserviceBrands .img-box-wrapper .img-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    2.96deg,
    rgba(0, 0, 0, 0.89) -4.24%,
    rgba(0, 0, 0, 0) 59.56%
  );
}
.newserviceBrands .img-box-wrapper .client-logo {
  width: 100%;
  max-width: 5.375em;
  height: 100%;
  max-height: 5.375em;
  position: absolute;
  bottom: 0;
  left: 7%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  color: #fff;
  font-weight: 700;
}
.newserviceBrands .img-box-wrapper .client-logo .img-hack,
.newserviceBrands .img-box-wrapper .client-logo .img-hack-contain,
.newserviceBrands .img-box-wrapper .client-logo .img-hack-fill {
  width: auto;
}
.newserviceBrands .img-box-wrapper .client-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 9.375em;
}
.newserviceBrands .img-box-wrapper .client-logo svg {
  max-height: 9.375em;
}
.office-loc-form {
  width: 100%;
  position: relative;
  padding: 0;
}
.office-loc-form .custom-row {
  display: flex;
  flex-wrap: wrap;
}
.office-loc-form .office-location-wrapper {
  position: relative;
  z-index: 1;
  background: #edeef3;
  padding: 2em;
}
@media (min-width: 576px) {
  .office-loc-form .office-location-wrapper {
    padding: 3em;
  }
}
@media (min-width: 1200px) {
  .office-loc-form .office-location-wrapper {
    padding: 5.625em 6.32em 3.125em;
  }
}
.office-loc-form .generic-panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.office-loc-form .generic-panel__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.office-loc-form .generic-panel .h6 {
  font-weight: 600;
  font-size: 2.35em;
  line-height: 123.5%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 991.98px) {
  .office-loc-form .generic-panel .h6 {
    font-size: 1.5em;
  }
}
.office-loc-form .img-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.office-loc-form .img-wrapper svg {
  width: 2.9375em;
}
.office-loc-form .img-wrapper.map {
  padding-top: 2em;
  width: 100%;
}
@media (min-width: 576px) {
  .office-loc-form .img-wrapper.map {
    padding-top: 3em;
  }
}
@media (min-width: 1200px) {
  .office-loc-form .img-wrapper.map {
    padding-top: 6em;
  }
}
.office-loc-form .img-wrapper.w-auto {
  width: auto;
}
.office-loc-form .address-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2.375em;
}
.office-loc-form .address-box-wrapper .heading {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.9375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  justify-content: center;
  align-items: baseline;
  transition: 0.5s ease;
}
.office-loc-form .address-box-wrapper .heading span {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 123.5%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
  margin-left: 0.58em;
  transition: 0.5s ease;
}
.office-loc-form .address-box-wrapper .img-wrapper svg path {
  transition: 0.5s ease;
}
.office-loc-form .address-box-wrapper ul {
  margin: 0.62em 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
@media (max-width: 575.98px) {
  .office-loc-form .address-box-wrapper ul {
    margin: 0;
  }
}
.office-loc-form .address-box-wrapper ul li {
  margin-top: 0.56em;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8em;
}
.office-loc-form .address-box-wrapper ul li a {
  font-weight: 600;
  font-size: 1em;
  line-height: 136.5%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 575.98px) {
  .office-loc-form .address-box-wrapper ul li a {
    font-size: 1.25em;
  }
}
.office-loc-form .address-box-wrapper ul li a:before {
  background: currentColor;
}
.office-loc-form .address-box-wrapper ul li a:hover:before {
  background: currentColor;
}
.office-loc-form .address-box-wrapper ul li address {
  font-weight: 400;
  font-size: 1em;
  line-height: 123.5%;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 575.98px) {
  .office-loc-form .address-box-wrapper ul li address {
    font-size: 1.25em;
  }
}
.office-loc-form .address-box-wrapper ul li:nth-child(2) {
  margin-top: 0.19em;
}
.office-loc-form .address-box-wrapper ul li:last-child {
  margin-bottom: 0;
}
.office-loc-form .address-box-wrapper .address-box {
  display: flex;
  flex-wrap: wrap;
  width: 33.33%;
  padding: 0 1em;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .office-loc-form .address-box-wrapper .address-box {
    padding: 0 1.89em;
  }
}
@media (max-width: 575.98px) {
  .office-loc-form .address-box-wrapper .address-box {
    width: 100%;
    margin-bottom: 2em;
  }
  .office-loc-form .address-box-wrapper .address-box:last-child {
    margin-bottom: 0;
  }
}
.office-loc-form .address-box-wrapper .address-box:hover .heading {
  border-color: #e3204a;
}
.office-loc-form .address-box-wrapper .address-box:hover .heading span {
  color: #e3204a;
}
.office-loc-form .address-box-wrapper .address-box:hover .img-wrapper svg path {
  fill: #e3204a;
}
.office-loc-form .form-wrapper {
  padding: 2em;
}
@media (min-width: 576px) {
  .office-loc-form .form-wrapper {
    padding: 3em;
  }
}
@media (min-width: 1200px) {
  .office-loc-form .form-wrapper {
    padding: 5.625em 5.75em 3.125em 7.5em;
  }
}
.form-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-box .services-hero__form {
  width: 100%;
  padding: 0;
}
.form-box .generic--head {
  margin-top: 2.1875em;
}
.form-box .generic--head__subhead {
  font-size: 1.875em;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #000;
  margin: 0 0 0.5em 0;
  line-height: 1;
  font-weight: 500 !important;
  margin-bottom: 1.05em;
}
.form-box .generic--form {
  padding: 0;
  background: 0 0;
}
.form-box .generic--form .col-50:nth-child(odd) .input-container {
  padding-right: 0.62em;
}
.form-box .generic--form .col-50:nth-child(even) .input-container {
  padding-left: 0.62em;
}
.form-box .generic--form .input-container {
  margin: 0.8em 0 1.55em 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-box .generic--form .input-container .placeholder {
  position: unset;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  color: #000;
  margin-bottom: 0.525em;
}
.form-box .generic--form .input-container .input {
  height: 2.79em;
  background: rgba(217, 217, 217, 0.3);
  transition: 0.4s;
  border: 2px solid rgba(217, 217, 217, 0);
  font-weight: 500;
  font-size: 1.11em;
  line-height: 2.76em;
  letter-spacing: -0.02em;
  color: #363636;
  padding: 0 1.11em;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
}
.form-box .generic--form .input-container .input:focus {
  border: 2px solid #e3204a;
  background: 0 0;
}
.form-box .generic--form .input-container .input::placeholder {
  opacity: 1;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.02em;
  color: rgba(54, 54, 54, 0.2);
}
.form-box .generic--form .input-container .input.phoneiti {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .form-box .generic--form .input-container .input.phoneiti {
    padding-left: 4.5em;
  }
}
@media (min-width: 1600px) {
  .form-box .generic--form .input-container .input.phoneiti {
    padding-left: 3.5em;
  }
}
.form-box .generic--form .input-container textarea {
  height: 8.4em !important;
}
.form-box .generic--form .input-container label.error {
  font-size: 0.8em !important;
  color: #dc3545;
  margin-top: 0.5em;
  font-weight: 600;
}
.form-box .generic--form .anchor-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 0.9375em;
}
@media (max-width: 575.98px) {
  .form-box .generic--form .anchor-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor {
    order: 2;
    margin-top: 2em;
  }
}
@media (max-width: 575.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor .form-message {
    order: 1;
  }
}
.form-box .generic--form .anchor-wrapper .arrow-anchor span {
  font-weight: 700;
  font-size: 1.35em;
  line-height: 100%;
}
.form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper {
  width: 4.5em;
  height: 4.5em;
}
@media (max-width: 1599.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper {
    width: 3.75em;
    height: 3.75em;
  }
}
@media (max-width: 575.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper {
    width: 3em;
    height: 3em;
  }
}
.form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper svg {
  width: 1.275em;
}
@media (max-width: 1599.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper svg {
    width: 1.15em;
  }
}
@media (max-width: 575.98px) {
  .form-box .generic--form .anchor-wrapper .arrow-anchor .img-wrapper svg {
    width: 1em;
  }
}
.form-box .form-message {
  width: 100%;
  margin-top: 0.43em;
  margin-left: auto;
}
@media (min-width: 576px) {
  .form-box .form-message {
    max-width: 20em;
  }
}
@media (min-width: 992px) {
  .form-box .form-message {
    max-width: 25em;
  }
}
@media (min-width: 1200px) {
  .form-box .form-message {
    max-width: 24.96em;
  }
}
@media (max-width: 575.98px) {
  .form-box .form-message {
    max-width: 100%;
    margin-top: 1.5em;
  }
}
.form-box .form-message p {
  font-style: normal;
  font-weight: 500;
  font-size: 0.867em;
  line-height: 142%;
  color: #363636;
  margin-bottom: 0;
}
.form-box .form-message p a {
  font-weight: 700;
  color: #e3204a;
}
.form-box .anchor-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-box .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-box .lp-loader {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-box .lp-loader .form-loader-img {
  width: 3.125em;
  height: 2.6875em;
  text-align: center;
}
.counter-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2em;
}
.counter-container .counter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .counter-container .counter {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .counter-container .counter {
    width: 25%;
  }
}
.counter-container .counter:last-child::after {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .counter-container .counter::after {
    content: "";
    height: 100%;
    max-height: 6.0625em;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    right: 0;
    width: 2px;
    background-color: #fff;
  }
}
.counter-container .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  margin-bottom: 1em;
}
.counter-container .counter-num-box {
  font-weight: 700;
  color: #e3204a;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: unset;
}
@media (min-width: 768px) {
  .counter-container .counter-num-box {
    font-size: 3.25em;
    line-height: 1.19em;
    margin-bottom: 0.12em;
  }
}
@media (min-width: 1200px) {
  .counter-container .counter-num-box {
    font-size: 6.25em;
    line-height: 1.19em;
    margin-bottom: 0.12em;
  }
}
@media (max-width: 767.98px) {
  .counter-container .counter-num-box {
    font-size: 4em;
    line-height: 1.19em;
    margin-bottom: 0.12em;
  }
}
@media (max-width: 575.98px) {
  .counter-container .counter-num-box {
    font-size: 2.5em;
    line-height: 1.19em;
    margin-bottom: 0.12em;
  }
}
.counter-container .counter-num-box h6 {
  color: #e3204a;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.counter-container p {
  font-weight: 400;
  line-height: 131.34%;
  color: #000;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .counter-container p {
    font-size: 1.125em;
  }
}
.form-modal .form-head .h1,
.form-modal .form-head .h2,
.form-modal .form-head .h3,
.form-modal .form-head .h4,
.form-modal .form-head .h5,
.form-modal .form-head .h6 {
  font-size: 1.875em;
}
.form-modal .generic--form__wrapper {
  justify-content: space-between;
}
.form-modal .form-message {
  width: 100%;
  margin-top: 0.43em;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .form-modal .form-message {
    max-width: 25em;
  }
}
@media (min-width: 992px) {
  .form-modal .form-message {
    max-width: 25em;
  }
}
@media (min-width: 576px) {
  .form-modal .form-message {
    max-width: 25em;
  }
}
@media (max-width: 575.98px) {
  .form-modal .form-message {
    max-width: 100%;
    margin-top: 1.5em;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .form-modal .iti__country-list {
    max-width: 18.35em;
  }
}
@media (min-width: 1600px) {
  .form-modal .iti__country-list {
    max-width: 15.1em;
  }
}
select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  background-image: none;
  font-size: 1em;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  background: rgba(217, 217, 217, 0.3);
  border: 2px solid rgba(217, 217, 217, 0);
  color: #363636;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding-right: 2em;
  cursor: pointer;
  height: 2.79em;
  line-height: 2.539375em;
  position: relative;
  /* Remove IE arrow */
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 2px solid #e3204a;
  background: transparent;
}
select option {
  padding: 0.75em 0;
  font-size: 1em;
}
select.error + .error {
  position: absolute;
  top: 100%;
  margin-top: 0 !important;
}
select.error + .select::after {
  color: #dc3545;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 2.79em;
  border-radius: 0;
  font-size: 1em;
  /* Arrow */
  /* Transition */
}
.select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  transition: 0.25s all ease;
  pointer-events: none;
  height: 100%;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select:hover::after {
  color: #e3204a;
}
.form-box .generic--form .input-container .placeholder sup,
.services-hero-new .generic--form__wrapper .input-container .placeholder sup {
  color: #dc3545;
}
.services-hero-new .generic--form__wrapper .input-container .input {
  font-size: 1em !important;
}
.form-box .generic--form .input-container .input::placeholder,
.services-hero-new
  .generic--form__wrapper
  .input-container
  .input::placeholder {
  color: rgba(54, 54, 54, 0.5);
  font-size: 1em;
  font-weight: 500;
}

.iti__country-list {
  min-width: 225px;
}

@media (min-width: 1200px) {
  .services-hero-new .services-hero__top {
    /* align-items: center; */
    padding-top: 4em;
  }
  .services-hero__wrapper {
    padding: 50px 0px 8px 0px;
  }
  .services-hero__mainWrapper {
    padding-bottom: 3em;
  }
  .brand-logo__anchor picture {
    display: flex;
    justify-content: center;
    height: 3.25em;
  }
}
@media (max-width: 575.98px) {
  .brand-logo {
    padding: 1em;
    max-width: 7.9em;
    margin-left: 0;
  }
  .brand-logo__anchor {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=style.min.css.map */

.section-05 .swiper-wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* gap: 25px; */
}

/* header */
.header {
}
.header .navbar .navbar-brand img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.header .navbar .navbar-nav .nav-item {
    margin: 0 18px;
}
.header .navbar .side-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e01e48;
  padding: 0;
  width: 190px;
  padding: 8px 0;
  border-radius: 28px;
}

.header .navbar .side-ul li {
    margin: 0;
}
.header .navbar .side-ul li a{
  color: #fff;
  font-size: 15px;
}

@media (min-width: 1200px) {
  .services-hero__mainWrapper::before {
    top: 8%;
  }
}

    .loader-first {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .loader-first div {
        width: 70%;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
        margin: 0 auto;
    }

    .loader-first p {
        margin-top: 1em;
        font-size: 20px;
        line-height: 28px;
    }.portfolio{
      padding: 5rem 0;
  }
  .portfolio .hd_txt{
      text-align:  center;
  }
  .portfolio .hd_txt h4{
      /* font-family: 'Manrope', sans-serif; */
      font-weight: 700;
      font-size: 45px;
      text-transform: capitalize;
      color: #111111;
  }
  .portfolio .hd_txt p{
      font-weight: 400;
      font-size: 20px;
      line-height: 1.5;
      color: #515E6C;
      font-family: 'Manrope', sans-serif;
      margin: 20px auto 44px;
      width: 46%;
  }section.packages {
    padding: 0 0 6rem 0;
    font-size: 14px;
    color: #848894;
    line-height: 23px;
    background: #ffffff;
}

section.packages h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #2b2826;
}

section.packages h2 a.grad-btn {
    color: #fff
}

section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: -13px;
    background: #390184 !important;
}

section.packages a.grad-btn:hover {
    background: #000 !important
}

.packages a.grad-btn:hover {
    background: #000;
    color: #fff
}

section.cform-section form ul li input[type=submit]:hover {
    color: #000 !important
}

section.packages p {
    font-size: 15px;
    width: 81%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    color: #fff
}

p.addontag {
    color: #5e5e5e !important
}

section.packages a.border-btn {
    font-weight: 600;
    padding: 6px 30px;
    background: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    border-image-slice: 5;
    text-transform: uppercase
}

section.packages .col-md-4 {
    margin: 30px 0
}

section.packages [class^=col-md-4]>div {
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #b7dbff82;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #f3f8fb;
}

section.packages [class^=col-md-4]>div h2 {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
    font-family: 'Montserrat';
}

section.packages [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0
}

section.packages [class^=col-md-4]>div .pricebox {
    position: relative;
    text-align: left
}

section.packages [class^=col-md-4]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #000
}

section.packages [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 53px;
    margin: 0;
    font-weight: 700;
    color: #e3224b;
    padding-right: 10px
}

section.packages [class^=col-md-4]>div .pricebox strike {
    font-size: 16px;
    color: #000;
    position: relative;
    top: -10px;
    font-weight: 700
}

section.packages [class^=col-md-4]>div .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

section.packages [class^=col-md-4]>div ul li {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    /* padding-left: 18px; */
    position: relative;
    margin-bottom: 0;
    padding-right: 12px;
    list-style: inside;
}

section.packages [class^=col-md-4]>div ul li:before {
    content: "\f137";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
    display: none;
}

section.packages [class^=col-md-4]>div ul {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
    padding: 0 10px;
}

p.addontag {
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
    text-align: v;
    margin: 7px 0
}

p.addontag strong {
    color: #390184;
}

section.packages [class^=col-md-4]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px
}

section.packages [class^=col-md-4]>div h2+p {
    font-size: 11px;
    color: #000;
    text-align: left;
    width: 89%;
    font-weight: 600;
    margin: 0 0 16px;
    line-height: 14px
}

section.packages [class^=col-md-4]>div:hover {
    border: 2px solid #6e6e6e !important;
    border-right: 2px solid #6e6e6e;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px
}

.style-14::-webkit-scrollbar-track {
    background-color: #e8e8e8
}

.style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #331f00
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #331f00
}

.scrollbar {
    margin-left: 0;
    float: left;
    height: 228px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden
}

.force-overflow {
    min-height: 450px
}

section.br-sol {
    background: url(img/br-sol-bg.webp);
    color: #fff;
    padding: 50px 0;
    position: relative;
    background-size: cover
}

section.br-sol .col-md-7 h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin: 50px 0 20px
}

section.br-sol .col-md-7 h2+p {
    font-size: 16px;
    line-height: 26px
}

section.br-sol .col-md-7 a {
    background: #5d3c83;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 5px
}

section.br-sol [class^=col-md-4]>div {
    border-radius: 14px;
    padding: 0 30px 0;
    position: relative;
    background: -moz-linear-gradient(left, #db334c 0, #f97c15 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #db334c), color-stop(100%, #f97c15));
    background: -o-linear-gradient(left, #db334c 0, #f97c15 100%);
    background: -ms-linear-gradient(left, #db334c 0, #f97c15 100%);
    position: relative;
    top: 0;
    border: 2px solid #fff
}

section.br-sol [class^=col-md-4]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10p
}

section.br-sol [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0
}

section.br-sol [class^=col-md-4]>div .pricebox {
    position: relative
}

section.br-sol [class^=col-md-4]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative
}

section.br-sol [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 87px;
    margin: 0;
    font-weight: 700;
    color: #fff
}

section.br-sol [class^=col-md-4]>div .pricebox strike {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: -10px;
    font-weight: 700
}

section.br-sol [class^=col-md-4]>div .pricebox span {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

section.br-sol [class^=col-md-4]>div ul li {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px
}

section.br-sol [class^=col-md-4]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0
}

section.br-sol [class^=col-md-4]>div ul {
    margin-bottom: 20px
}

section.br-sol [class^=col-md-4]>div p.addontag {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 7px
}

section.br-sol [class^=col-md-4]>div p.addontag strong {
    color: #fff
}

section.br-sol [class^=col-md-4]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px
}

section.br-sol [class^=col-md-4]>div h2+p {
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px
}

section.br-sol [class^=col-md-4]>div a.various {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px
}
section.solution {
    padding: 100px 0 50px;
    text-align: center
}

section.solution h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #282828
}

section.solution h2+p {
    color: #848894;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 28px
}

section.solution .col-md-4>div {
    text-align: left
}

section.solution .col-md-4>div i {
    display: inline-block;
    padding-right: 15px
}

section.solution .col-md-4>div span {
    display: inline-block;
    color: #c8c8c8;
    font-size: 16px;
    position: absolute;
    top: 5px
}

section.solution .col-md-4>div h3 {
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 800;
    margin: 30px 0 20px
}

section.solution .col-md-4>div p {
    font-size: 13px;
    color: #8e929c;
    line-height: 23px
}

section.solution a.grad-btn {
    margin: 40px 0;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

section.solution a.border-btn {
    font-weight: 600;
    padding: 6px 30px;
    background: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    border-image-slice: 5;
    text-transform: uppercase
}section.packages p {
    font-size: 15px;
    /* width: 83%; */
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    color: #100e0e;
    padding: 16px 0;
}

section.packages h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    color: #111111;
    text-align: center;
}p.addontag strong {
    color: #390184;
}.actions {
    border-top: 1px solid #eee;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    padding: 16px 0 33px;
}

.actions a {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
}

.actions a span small {
    display: block;
    color: #36a6f8;
    font-size: 12px;
}section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: -13px;
    background: #252321 !important;
}.floatbutton.active {
  right: 0;
  z-index: 11;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 16%;
  font-size: 0;
  width: 420px;
  z-index: 9
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 270px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 196px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: #38322f;
  border-radius: 10px 0 0 10px
}

.floatbutton .clickbutton:hover {
  background: #4366ce
}

.back-clr {
  background: #4366ce !important
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus {
  position: relative;
  display: block;
  transform: rotate(0);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  font-size: 16px;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #fff;
  left: -97px;
  white-space: pre;
  bottom: 113px;
  font-weight: 700;
  padding: 12px 10px;
  border-radius: 10px
}

.floatbutton .clickbutton .crossplus.rotate {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #f43535;
  margin: 17px 0 0 15px
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
  width: 100%
}

.banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px
}

.back-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.ban-form input[type=submit] {
  color: #fff;
  font-weight: 600;
  background: #e01e48;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  font-size: 16px;
  border: transparent;
  text-transform: uppercase;
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important
}

.btns_wrap {
  position: fixed;
  right: -6px
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: #fff;
  top: 120px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px
}

.btns_wrap .call_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  padding: 0;
  background: #fff;
  top: 40px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px
}

.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
  color: #ffffff;
  font-size: 18px;
  padding: 18px 20px 16px;
  vertical-align: middle;
  display: inline-block;
  background: #38322f;
}

.btns_wrap .chat_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 18px 30px 17px 15px
}