/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@import url('font-css.css');
:root {
  --white: #ffffff;
  --white-primary: #ffeff5;
  --black: #1b1919;
  --black-primary: #272123;
  --white-transp-1: rgba(255, 255, 255, 0.7);
  --white-transp-2: rgba(255, 255, 255, 0.3);
  --gray: #8b8b8b;
  --primary: #bb2464;
  --secondary: #3d4963;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --margin-x-sm: 24px;
  --margin-y-sm: 24px;
  --margin-x-md: 32px;
  --margin-y-md: 32px;
  --margin-x: 24px;
  --margin-y: 24px;
  --font-family-sans-serif: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  --font-family-serif: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  --font-family-monospace: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  --bs-font-sans-serif: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  --bs-font-monospace: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-display: optional;
}

@media screen and (min-width: 768px) {
  :root {
    --margin-x: 32px;
    --margin-y: 32px;
  }
}

@media screen and (min-width: 992px) {
  :root {
    --margin-x: 64px;
    --margin-y: 40px;
  }
}

html {
  font-size: 16px;
}

html.smooth-scroll {
  scroll-behavior: smooth;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
}

body {
  background: #1b1919;
  color: #ffffff;
}

.bg-gradient-primary {
  background: linear-gradient(to left, #d1335b, #00152e);
  background: linear-gradient(to left, #bb2464, #00152e);
  background: linear-gradient(to left, #c0105d, #250234);
  background: linear-gradient(to left, #bb2464, #250234);
}

.bg-primary {
  background-color: #bb2464 !important;
}

.bg-secondary {
  background-color: #3d4963 !important;
}

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

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

.filter-black {
  filter: grayscale(1);
}

.bg-black-demo {
  background: #2d2d2d;
}

.strong {
  font-weight: bold;
}

.text-p-xl p {
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .text-p-xl p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .text-p-xl p {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.text-p-xl p strong,
.text-p-xl p .strong {
  font-weight: 600;
}

.text-p-lg p {
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .text-p-lg p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .text-p-lg p {
    font-size: 2.25rem;
    line-height: 1.8;
  }
}

.text-p-md {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .text-p-md p {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.text-p-mm p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.display-3 {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .display-3 {
    font-size: 20px !important;
    text-transform: capitalize;
  }
}

.display-4 {
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .display-4 {
    font-size: 3.5rem !important;
  }
}

.display-title-1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-1 {
    font-size: 5rem;
  }
}

.display-title-2 {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-2 {
    font-size: 5.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-2 {
    font-size: 7.5rem;
  }
}

.display-title-3 {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-3 {
    font-size: 7.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-3 {
    font-size: 9rem;
  }
}

.display-title-4 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-4 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-4 {
    font-size: 6rem;
  }
}

.text-muted-1 {
  opacity: 50%;
}

.text-muted-2 {
  opacity: 66.66667%;
}

.text-muted-3 {
  opacity: 33.33333%;
}

.text-spaced {
  letter-spacing: 0.2em;
}

.inline-text {
  display: inline;
}

.text-stroke {
  -webkit-text-stroke: 1px white;
  -webkit-text-stroke: 1px var(--white, #ffffff);
  color: transparent;
}

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

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

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

.nowrap {
  white-space: nowrap;
}

.lh-sm {
  line-height: 1.2;
}

.lh-md {
  line-height: 1.4;
}

.lh-lg {
  line-height: 1.7;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.rounded-xs {
  border-radius: 4px !important;
}

.rounded-sm {
  border-radius: 8px !important;
}

.rounded-md {
  border-radius: 16px !important;
}

.rounded-lg {
  border-radius: 32px !important;
}

.shadow-sm {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.shadow-md {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.shadow-lg {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.max-w-small,
.width-small {
  max-width: 40rem !important;
}

.max-w-medium,
.width-medium {
  max-width: 48rem !important;
}

.max-w-large,
.width-large {
  max-width: 60rem !important;
}

.max-w-full,
.width-full {
  max-width: unset !important;
}

.fullscreen-h {
  min-height: 100vh;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .fullscreen-h-lg {
    min-height: 100vh;
  }
}

.h-100vh {
  height: 100vh !important;
}

.fullscreen-w {
  min-width: 100vw;
}

.content-full {
  width: 100%;
}

.pt-list {
  padding-top: 5rem;
}

.g-list,
.gy-list {
  --bs-gutter-y: 2rem;
}

@media screen and (min-width: 992px) {
  .g-list,
  .gy-list {
    --bs-gutter-y: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .g-list,
  .gy-list {
    --bs-gutter-y: 8rem;
  }
}

.g-list,
.gx-list {
  --bs-gutter-x: 2rem;
}

@media screen and (min-width: 992px) {
  .g-list,
  .gx-list {
    --bs-gutter-x: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .g-list,
  .gx-list {
    --bs-gutter-x: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .g-list-lg,
  .gy-list-lg {
    --bs-gutter-y: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .g-list-lg,
  .gx-list-lg {
    --bs-gutter-x: 8rem;
  }
}

.rellax-vert {
  transform: rotate(90deg);
}

.rellax-vert .rellax {
  transform: rotate(-90deg);
}

.scroll-anim [data-anim-visible="fade"] {
  opacity: 0;
  transition: 1.2s;
}

.scroll-anim .anim-visible[data-anim-visible="fade"] {
  opacity: 1;
}

.scroll-anim [data-anim-visible="fade-up"] {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(64px);
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.scroll-anim .anim-visible[data-anim-visible="fade-up"] {
  transform: none;
  opacity: 1;
}

.scroll-anim [data-anim-visible="zoom-in"] {
  opacity: 0;
  transform: scale(1.5);
  transition: 1.2s;
}

.scroll-anim .anim-visible[data-anim-visible="zoom-in"] {
  transform: none;
  opacity: 1;
}

.scroll-anim [data-anim-visible="unmask"] {
  position: relative;
  z-index: 0;
}

.scroll-anim [data-anim-visible="unmask"]::before {
  content: "";
  background: #8b8b8b;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.9s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  z-index: 1;
}

.scroll-anim .anim-visible[data-anim-visible="unmask"] {
  opacity: 1;
}

.scroll-anim .anim-visible[data-anim-visible="unmask"]::before {
  height: 0%;
}

.scroll-anim [data-anim-visible="by-letter"] {
  opacity: 0;
}

.scroll-anim [data-anim-visible="by-letter"] .word {
  display: inline-block;
  white-space: nowrap;
}

.scroll-anim [data-anim-visible="by-letter"] .letter {
  display: inline-block;
  white-space: break-spaces;
  opacity: 0;
  transform: translateY(50%);
  transition: 0.9s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.scroll-anim .anim-visible[data-anim-visible="by-letter"] {
  opacity: 1;
}

.scroll-anim .anim-visible[data-anim-visible="by-letter"] .letter {
  opacity: 1;
  transform: none;
}

.fullpage-anim .section .section-title.title-anim {
  transform: scale(1.2) translateY(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0s;
}

.fullpage-anim .section.active .section-title.title-anim {
  transform: rotate(-90deg);
  opacity: 1;
  transition-delay: 0.6s;
  font-size: 12px !important;
  position: absolute;
  top: 38%;
  left: -140px;
  width: 400px;
  letter-spacing: 2px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .fullpage-anim .section .anim.translateUp {
    transform: translateY(48px);
    transition: 0.3s ease-in-out;
  }
  .fullpage-anim .section.active .anim.translateUp {
    transition-delay: 0.3s;
    transform: none;
  }
  .fullpage-anim .section .anim.translateDown {
    transform: translateY(-48px);
    transition: 0.3s ease-in-out;
  }
  .fullpage-anim .section.active .anim.translateDown {
    transition-delay: 0.3s;
    transform: none;
  }
}

@media (min-width: 601px) {
  .fullpage-anim .section .anim .anim-wrapper {
    overflow: hidden;
    display: block;
  }
  .fullpage-anim .section .anim .row.anim-list>.col {
    opacity: 1;
    transition: 0.6s;
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(1) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(2) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(3) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(4) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(5) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(6) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(7) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(8) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(9) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(10) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(11) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(12) {
    opacity: 0;
    transform: translateY(48px);
  }
  .fullpage-anim .section .anim .anim-1,
  .fullpage-anim .section .anim .anim-2,
  .fullpage-anim .section .anim .anim-3,
  .fullpage-anim .section .anim .anim-4 {
    transition: 0.3s;
    transition-delay: 0s;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
  }
  .fullpage-anim .section .anim .zoomout-1 {
    transition: 0.6s;
    transition-delay: 0s;
    transform: scale(1.1);
    opacity: 0;
  }
  .fullpage-anim .section .anim .fade-2,
  .fullpage-anim .section .anim .fade-3,
  .fullpage-anim .section .anim .fade-4,
  .fullpage-anim .section .anim .fade-1 {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 0.75s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: 1.05s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: 1.2s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: 1.35s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: 1.5s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(8) {
    opacity: 1;
    transform: none;
    transition-delay: 1.65s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(9) {
    opacity: 1;
    transform: none;
    transition-delay: 1.8s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(10) {
    opacity: 1;
    transform: none;
    transition-delay: 1.95s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(11) {
    opacity: 1;
    transform: none;
    transition-delay: 2.1s;
  }
  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(12) {
    opacity: 1;
    transform: none;
    transition-delay: 2.25s;
  }
  .fullpage-anim .section.active .anim .anim-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .fullpage-anim .section.active .anim .anim-2 {
    transform: none;
    transition-delay: 0.5s;
    opacity: 1;
  }
  .fullpage-anim .section.active .anim .anim-3 {
    transform: none;
    transition-delay: 0.7s;
    opacity: 1;
  }
  .fullpage-anim .section.active .anim .anim-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }
  .fullpage-anim .section.active .anim .zoomout-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .fullpage-anim .section.active .anim .fade-1 {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s;
  }
  .fullpage-anim .section.active .anim .fade-2 {
    opacity: 1;
    transform: none;
    transition-delay: 0.5s;
  }
  .fullpage-anim .section.active .anim .fade-3 {
    opacity: 1;
    transform: none;
    transition-delay: 0.7s;
  }
  .fullpage-anim .section.active .anim .fade-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }
}

.navbar-a {
  padding: 8px 24px;
  padding: 8px var(--margin-x-sm);
  margin-top: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.6s;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.navbar-menu-wrapper {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .navbar-a {
    padding: 16px 32px;
    padding: 16px var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .navbar-a {
    padding: 1rem 1rem;
  }
}

.navbar-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
  .navbar-a {
    padding: 0 64px;
    padding: 0 var(--margin-x);
    margin-top: calc(-40px + var(--margin-y));
  }
}

.navbar-a .navbar-brand {
  display: flex;
  padding: 0;
  color: currentColor;
}

.navbar-a .navbar-brand .light-logo {
  display: block;
  z-index: -1;
  position: relative;
}

.navbar-a .navbar-brand .dark-logo {
  display: none;
}

.navbar-a .navbar-brand img {
  height: 90px;
  width: 100% !important;
}

.navbar-a .navbar-brand .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: currentColor;
  font-size: 1.125rem;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-brand .text {
    line-height: 1.375;
  }
}

.navbar-a .navbar-brand .text .line {
  display: block;
}

.navbar-a .navbar-brand .text .line.sub {
  font-size: 0.875rem;
  opacity: 0.5;
}

.navbar-a .navbar-toggler {
  border: none;
  height: 48px;
  width: 40px;
  margin-left: 24px;
  padding: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
  color: currentColor;
}

.navbar-a .navbar-toggler:focus,
.navbar-a .navbar-toggler:hover {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-toggler {
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-toggler.menu-icon-left-center {
    position: fixed;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 16px;
    padding-left: 0;
    margin-left: 0;
    width: auto;
  }
}

.navbar-a .navbar-menu-wrapper {
  padding: 24px;
  padding: var(--margin-x-sm);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  background: rgba(27, 25, 25, 0.5);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 9;
  transition: 0.45s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .navbar-a .navbar-menu-wrapper {
    padding: 32px;
    padding: var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper {
    justify-content: flex-end;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 0;
    flex-direction: row;
    overflow: initial;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    height: auto;
  }
}

.navbar-a .navbar-menu-wrapper .nav-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper .nav-body {
    justify-content: flex-end;
    align-items: center;
  }
}

.navbar-a .navbar-menu-wrapper .nav-footer-md {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
  align-self: flex-end;
  justify-self: flex-end;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper .nav-footer-md {
    display: none;
  }
}

.navbar-a .navbar-collapse.collapsing {
  transition: 0s;
  display: block;
  height: 100% !important;
}

.navbar-a .navbar-collapse {
  display: block;
}

.navbar-a .navbar-collapse.collapse {
  display: block;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-collapse.collapse {
    overflow: initial;
  }
}

.navbar-a .navbar-collapse.collapse .navbar-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(40px);
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-collapse.collapse .navbar-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.navbar-a .navbar-collapse.collapse.show {
  transition: 0.3s;
}

.navbar-a .navbar-collapse.collapse.show .navbar-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.navbar-a .navbar-nav {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav {
    width: initial;
  }
}

.navbar-a .navbar-nav .nav-link {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.navbar-a .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 1em !important;
}

.navbar-a .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-a .navbar-nav .nav-item {
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav .nav-item {
    font-size: 1rem;
    margin-left: 15px;
    margin-right: 0px;
  }
}

.navbar-a .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-a .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-a .navbar-nav .nav-item.active a,
.navbar-a .navbar-nav .nav-item.active .nav-item {
  color: #ffffff;
}

.navbar-a .navbar-nav .nav-item .btn {
  font-size: 1.5rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav .nav-item .btn {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .nav-cta {
    margin-left: 1.5rem;
  }
}

.navbar-a .dropdown-menu {
  border-radius: 16px;
  color: currentColor;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.48);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 992px) {
  .navbar-a .dropdown-menu {
    left: auto;
    right: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
    transform: scale(1.1);
  }
  .navbar-a .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.navbar-a .dropdown-item {
  padding: 0.5rem 1.25rem;
  color: currentColor;
  font-size: 1.25rem;
}

.navbar-a .dropdown-item:hover,
.navbar-a .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 992px) {
  .navbar-a .dropdown-item {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .nav-links-underline .nav-item {
    margin: 0 32px;
  }
  .navbar-a .nav-links-underline .nav-link {
    padding: 0.75em 0;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: white;
  }
  .navbar-a .nav-links-underline .nav-link::before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0.25em;
    border-bottom: 2px solid currentColor;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  }
  .navbar-a .nav-links-underline .nav-link::before {
    left: 0;
    right: 100%;
  }
  .navbar-a .nav-links-underline .nav-fullscreen-lg .nav-link {
    padding: 0.15em 0;
  }
  .navbar-a .nav-links-underline .nav-fullscreen-lg .nav-link:before {
    bottom: 0;
    border-bottom-width: 4px;
  }
  .navbar-a .nav-links-underline .nav-item.active .nav-link,
  .navbar-a .nav-links-underline .nav-link:hover,
  .navbar-a .nav-links-underline .nav-link:hover {
    background: none;
    outline: none;
    box-shadow: none;
    opacity: 0.7;
    color: currentColor;
  }
  .navbar-a .nav-links-underline .nav-item.active .nav-link::before,
  .navbar-a .nav-links-underline .nav-link:hover::before,
  .navbar-a .nav-links-underline .nav-link:hover::before {
    right: 0%;
    transition-delay: 0.2s;
    opacity: 1;
  }
}

.navbar-a.navbar-dark .navbar-toggler {
  color: #ffffff;
}

.navbar-a.navbar-dark .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-a.hide-header {
  transform: translateY(-100%);
}

@media screen and (min-width: 768px) {
  .navbar-a.hide-header {
    transform: none;
  }
}

body.menu-visible .navbar-a.hide-header {
  transform: none;
}

@media screen and (max-width: 576px) {
  body.scrolled .navbar-a:before {
    opacity: 1;
  }
}

.nav-fullscreen-lg {
  width: 100%;
  transform: translateY(-100%);
}

@media screen and (min-width: 992px) {
  .nav-fullscreen-lg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 8, 8, 0.95);
  }
}

@media screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 0) {
  .nav-fullscreen-lg {
    background: rgba(8, 8, 8, 0.95);
  }
}

@media screen and (min-width: 992px) {
  .nav-fullscreen-lg .navbar-nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 70rem;
    padding: 3rem 1rem;
    perspective: 500px;
  }
  .nav-fullscreen-lg .nav-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 22px !important;
    line-height: 0.8;
    font-weight: bold;
    transform: rotateY(-15deg);
    transform-origin: -96px;
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  }
  .nav-fullscreen-lg .nav-link {
    color: #ffffff !important;
    font-size: inherit;
  }
  .nav-fullscreen-lg .nav-link:hover {
    color: #bb2424 !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-collapse.show .nav-fullscreen-lg {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.6s ease;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item {
    transform: none;
    opacity: 1;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(0) {
    transition-delay: 0s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(8) {
    transition-delay: 0.8s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(9) {
    transition-delay: 0.9s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(10) {
    transition-delay: 1s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(11) {
    transition-delay: 1.1s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(12) {
    transition-delay: 1.2s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(13) {
    transition-delay: 1.3s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(14) {
    transition-delay: 1.4s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(15) {
    transition-delay: 1.5s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(16) {
    transition-delay: 1.6s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(17) {
    transition-delay: 1.7s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(18) {
    transition-delay: 1.8s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(19) {
    transition-delay: 1.9s;
  }
  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(20) {
    transition-delay: 2s;
  }
}

@media screen and (max-width: 1024px) {
  #fp-nav {
    visibility: hidden;
  }
}

#fp-nav.right {
  right: var(--margin-x);
  margin-right: -6px;
  position: absolute;
}

#fp-nav span,
.fp-slidesNav span {
  border-top-color: #fff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}

#fp-nav ul li a span {
  background: #fff;
}

#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

#fp-nav span:after,
.fp-slidesNav span:after {
  border: solid 4px #fff;
  border-radius: 50px;
  opacity: 0.20;
  /*background: rgba(255, 255, 255, 0.15);*/
  position: absolute;
  content: "";
  display: block;
  transition: 0.3s;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
  background: #fff;
  position: absolute;
}

#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border-color: #ffffff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 10px;
  /*margin: -3px 0 0 -2px;*/
  border-radius: 50px 50px 50px 50px;
}

#fp-nav ul li a {
  opacity: 0.5;
}

#fp-nav ul li a:hover {
  opacity: 0.6;
}

#fp-nav ul li a.active,
#fp-nav ul li a.active:hover {
  opacity: 1;
}

.nav-dot-container {
  position: fixed;
  right: var(--margin-x-sm);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

@media (min-width: 768px) {
  .nav-dot-container {
    right: var(--margin-x-md);
  }
}

@media (min-width: 992px) {
  .nav-dot-container {
    right: var(--margin-x);
  }
}

.nav-dots ul,
.nav-dots li {
  list-style: none;
  margin: 0;
}

.nav-dots li,
.nav-dots .nav-item {
  margin: 1rem 0;
}

.nav-dots a,
.nav-dots .nav-link {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  border-radius: 60px 60px 60px 60px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  cursor: pointer;
}

.nav-dots a::before,
.nav-dots a::after,
.nav-dots .nav-link::before,
.nav-dots .nav-link::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-dots a:after,
.nav-dots .nav-link:after {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
}

.nav-dots li.active a,
.nav-dots .nav-item.active a,
.nav-dots a:hover,
.nav-dots .nav-link:hover {
  background: white;
}

.nav-dots li.active a:after,
.nav-dots .nav-item.active a:after,
.nav-dots a:hover:after,
.nav-dots .nav-link:hover:after {
  transform: scale(1);
}

.nav-dots li.active a:hover:after,
.nav-dots li.active .nav-link:hover:after {
  background: rgba(255, 255, 255, 0.8);
}

.nav-sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  left: var(--margin-x);
  z-index: 2;
}

.nav-sidebar .nav-wrapper {
  margin: 0;
}

.nav-sidebar ul,
.nav-sidebar li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nav-sidebar a,
.nav-sidebar .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 0;
}

.nav-sidebar a .icon,
.nav-sidebar .nav-link .icon {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2rem 2rem 2rem 2rem;
  margin-right: 10px;
  position: relative;
  z-index: 0;
}

.nav-sidebar a .icon:before,
.nav-sidebar .nav-link .icon:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 2rem 2rem 2rem 2rem;
  transform: scale(0);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-sidebar a .text,
.nav-sidebar .nav-link .text {
  opacity: 0.5;
}

.nav-sidebar a:hover .icon,
.nav-sidebar .active .icon {
  color: #272123;
}

.nav-sidebar a:hover .icon:before,
.nav-sidebar .active .icon:before {
  transform: scale(1);
}

.nav-sidebar a:hover .text,
.nav-sidebar .active .text {
  opacity: 1;
}

.nav-social-a ul,
.nav-social-a li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-social-a ul {
  display: flex;
}

.nav-social-a ul li {
  position: relative;
  margin-right: 1rem;
}

@media screen and (min-width: 992px) {
  .nav-social-a ul li {
    margin-right: 1.5rem;
  }
}

.nav-social-a ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-social-a a,
.nav-social-a .btn {
  padding: 0;
  min-height: unset;
  color: currentColor;
  line-height: 1;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-social-a a:hover,
.nav-social-a .btn:hover {
  opacity: 0.5;
}

.nav-social-a .icon {
  font-size: 28px;
  line-height: 1;
}

.nav-social-b ul,
.nav-social-b li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-social-b ul {
  display: flex;
}

.nav-social-b ul li {
  position: relative;
  margin-right: 3rem;
}

.nav-social-b ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-social-b a,
.nav-social-b .btn {
  padding: 0;
  padding-bottom: 0.25rem;
  min-height: unset;
  color: currentColor;
  line-height: 1;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  opacity: 0.7;
}

.nav-social-b a:hover,
.nav-social-b .btn:hover {
  opacity: 1;
}

.nav-social-b .icon {
  font-size: 28px;
  line-height: 1;
}

.nav-list a,
.nav-list .nav-link {
  color: #ffffff;
  padding: 0.125rem 0;
  margin: 0.125rem 0;
  display: inline-block;
  position: relative;
  opacity: 0.7;
}

.nav-list a:before,
.nav-list .nav-link:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-list a:hover:before,
.nav-list .nav-link:hover:before {
  width: 100%;
  opacity: 1;
}

.nav-list a:hover,
.nav-list .nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.icon-sm {
  font-size: 1.25em;
  line-height: 0.75;
  vertical-align: text-bottom;
}

.icon-md {
  font-size: 32px;
  line-height: 1;
}

.icon-lg {
  font-size: 40px;
}

.icon-box-md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

.icon-box-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
}

.icon-img-md {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-img-lg {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-menu-a {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px 2rem 2rem 2rem;
  opacity: 1;
}

.icon-menu-a .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-a .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-a .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-a .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-a .bars {
  width: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-a .bar1,
.icon-menu-a .bar2,
.icon-menu-a .bar3 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-a .bar1 {
  transform: translateY(-8px);
}

.icon-menu-a .bar3 {
  transform: translateY(8px);
}

.icon-menu-a.bars-spaced .bar1 {
  transform: translateY(-16px);
}

.icon-menu-a.bars-spaced .bar3 {
  transform: translateY(16px);
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .text.show-menu-visible,
.icon-menu-a.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .text.hide-menu-visible,
.icon-menu-a.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .bar1,
.icon-menu-a.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
  color: #fff;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .bar3,
.icon-menu-a.menu-visible .bar3 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
  color: #fff;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .bar2,
.icon-menu-a.menu-visible .bar2 {
  transform: scaleX(0);
}

.icon-menu-b {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px 2rem 2rem 2rem;
  opacity: 1;
}

.icon-menu-b .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-b .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-b .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-b .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-b .bars {
  width: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-b .bar1,
.icon-menu-b .bar2,
.icon-menu-b .bar3 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-b .bar1 {
  transform: translateY(-10px);
  width: 75%;
}

.icon-menu-b .bar3 {
  transform: translateY(10px);
  width: 50%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .text.show-menu-visible,
.icon-menu-b.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .text.hide-menu-visible,
.icon-menu-b.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar1,
.icon-menu-b.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar3,
.icon-menu-b.menu-visible .bar3 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar2,
.icon-menu-b.menu-visible .bar2 {
  transform: scaleX(0);
}

.icon-menu-c {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px 2rem 2rem 2rem;
  opacity: 1;
}

.icon-menu-c .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-c .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-c .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-c .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-c .bars {
  width: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-c .bar1,
.icon-menu-c .bar2 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-c .bar1 {
  transform: translateY(-6px);
  width: 100%;
}

.icon-menu-c .bar2 {
  transform: translateY(6px);
  width: 100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .text.show-menu-visible,
.icon-menu-c.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .text.hide-menu-visible,
.icon-menu-c.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .bar1,
.icon-menu-c.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .bar2,
.icon-menu-c.menu-visible .bar2 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
}

.btn-full {
  width: 100%;
}

.btn-solid {
  border: none;
  background: #bb2464;
  background: var(--primary);
  color: #ffffff;
  box-shadow: none;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 8px 8px;
  padding: 0.75rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.btn-solid::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: currentColor;
  transition: 0.2s;
  opacity: 0.15;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-solid:hover {
  background: #bb2464;
  background: var(--primary);
}

.btn-solid:hover::before {
  right: 0;
}

.btn-solid.btn-white {
  background: #ffffff;
  color: #bb2464;
}

.btn-solid-a {
  min-height: 3rem;
  min-width: 3rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: rgba(150, 150, 150, 0.1);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  position: relative;
  border: none;
}

.btn-solid-a::before {
  content: "";
  position: absolute;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.1);
  transition: 0.3s;
  transform: scale(0.5);
  opacity: 0;
}

.btn-solid-a .icon {
  font-size: 1.25em;
}

.btn-solid-a:hover {
  color: white;
}

.btn-solid-a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.btn-inline {
  position: relative;
}

.btn-inline:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-inline:hover:before {
  width: 100%;
  opacity: 1;
}

.btn-outline {
  border: none;
  border-radius: 0px;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  min-height: 48px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 1.875em;
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.2);
}

.btn-outline .text {
  z-index: 1;
}

.btn-outline .icon {
  line-height: 0;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline .icon>* {
  font-size: 1.2em;
}

.btn-outline .icon~.text {
  margin-left: 1em;
}

.btn-outline .text~.icon {
  margin-left: 1em;
}

.btn-outline.border-thick {
  border-width: 3px;
}

.btn-outline.border-thick:before,
.btn-outline.border-thick:after {
  border-width: 3px;
}

.btn-outline.btn-lg {
  font-size: 1.5rem;
  padding: 1em 1.875em;
  line-height: 1;
}

.btn-outline::before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: 100%;
  background: currentColor;
  transition: 0.2s;
  opacity: 0.2;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-outline:active {
  opacity: 0.75;
}

.btn-outline:hover {
  opacity: 0.75;
}

.btn-outline:hover::before {
  right: -2px;
}

.btn-outline.btn-primary {
  color: #bb2464;
  box-shadow: inset 0 0 0px 2px rgba(187, 36, 100, 0.2);
}

.btn-outline.btn-primary:hover {
  box-shadow: inset 0 0 0px 2px #bb2464;
}

.btn-outline.btn-secondary {
  color: #3d4963;
  box-shadow: inset 0 0 0px 2px rgba(61, 73, 99, 0.2);
}

.btn-outline.btn-secondary:hover {
  box-shadow: inset 0 0 0px 2px #3d4963;
}

.btn-outline.btn-white {
  color: #ffffff;
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.2);
}

.btn-outline.btn-white:hover {
  box-shadow: inset 0 0 0px 2px #ffffff;
}

.btn-outline.btn-black {
  color: #1b1919;
  box-shadow: inset 0 0 0px 2px rgba(27, 25, 25, 0.2);
}

.btn-outline.btn-black:hover {
  box-shadow: inset 0 0 0px 2px #1b1919;
}

.btn-outline-b {
  border: none;
  border-radius: 160rem;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  height: 3.5em;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 1.5em;
  padding-right: 0;
  color: #ffffff;
}

.btn-outline-b .text {
  z-index: 1;
}

.btn-outline-b .icon {
  line-height: 0;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-b .icon>* {
  font-size: 1.2em;
}

.btn-outline-b .icon~.text {
  margin-left: 1em;
}

.btn-outline-b .text~.icon {
  margin-left: 1em;
}

.btn-outline-b.border-thick {
  border-width: 3px;
}

.btn-outline-b.border-thick:before,
.btn-outline-b.border-thick:after {
  border-width: 3px;
}

.btn-outline-b::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.5em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  opacity: 0.2;
  border-radius: inherit;
  transition: 0s;
  transition: transform 0s ease-in 0s, border 0.2s ease-in 0s, width 0.2s ease-in 0.2s;
}

.btn-outline-b:active {
  opacity: 0.75;
}

.btn-outline-b:hover {
  color: currentColor;
  padding: 0.75em 1.875em;
}

.btn-outline-b:hover::before {
  transform: rotate(360deg);
  width: 100%;
  border-right-color: currentColor;
  transition: transform 0.3s ease-in 0s, border 0.2s ease-in 0.3s, width 0.2s ease-in 0.3s;
}

.btn-underline-a {
  border: none;
  background: none;
  padding: 0.75em 0;
  position: relative;
  transition: 0.3s;
}

.btn-underline-a::before,
.btn-underline-a::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0.25em;
  border-bottom: 2px solid currentColor;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-underline-a::before {
  left: 0;
  right: 100%;
}

.btn-underline-a::after {
  left: 00%;
  right: 00%;
  transition-delay: 0.2s;
}

.btn-underline-a.bd-thin::before,
.btn-underline-a.bd-thin::after {
  border-width: 1px;
}

.btn-underline-a.btn-xl {
  padding: 0.25em 0;
}

.btn-underline-a.btn-xl::before,
.btn-underline-a.btn-xl::after {
  bottom: 0em;
}

.btn-underline-a:focus,
.btn-underline-a:active,
.btn-underline-a:hover {
  background: none;
  opacity: 0.7;
  outline: none;
  box-shadow: none;
  color: currentColor;
}

.btn-underline-a:focus::before,
.btn-underline-a:active::before,
.btn-underline-a:hover::before {
  right: 0%;
  transition-delay: 0.2s;
}

.btn-underline-a:focus::after,
.btn-underline-a:active::after,
.btn-underline-a:hover::after {
  left: 100%;
  transition-delay: 00s;
}

.btn-underline-a.btn-primary {
  color: #bb2464;
}

.btn-underline-a.btn-secondary {
  color: #3d4963;
}

.btn-underline-a.btn-white {
  color: white;
}

.btn-underline-a.btn-white:hover {
  color: #eaeaea;
}

.btn-underline-a.btn-black {
  color: #1b1919;
}

.btn-underline-b {
  border: none;
  background: none;
  padding: 0;
  padding-bottom: 0.75em;
  padding-top: 0;
  position: relative;
  transition: 0.3s;
}

.btn-underline-b::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0.25em;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s transform;
}

.btn-underline-b::before {
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: top right;
}

.btn-underline-b.bd-thin::before {
  border-width: 1px;
}

.btn-underline-b.btn-lg {
  font-size: 1.25rem;
  padding: 0;
  padding-bottom: 0.125em;
}

.btn-underline-b.btn-lg::before {
  bottom: 0em;
}

.btn-underline-b.btn-xl {
  padding: 0;
  padding-bottom: 0.25em;
}

.btn-underline-b.btn-xl::before {
  bottom: 0em;
}

.btn-underline-b:focus,
.btn-underline-b:active,
.btn-underline-b:hover {
  background: none;
  opacity: 0.7;
  outline: none;
  box-shadow: none;
  color: currentColor;
}

.btn-underline-b:focus::before,
.btn-underline-b:active::before,
.btn-underline-b:hover::before {
  transform: scaleX(1);
  transform-origin: top left;
}

.btn-underline-b.btn-primary {
  color: #bb2464;
}

.btn-underline-b.btn-secondary {
  color: #3d4963;
}

.btn-underline-b.btn-white {
  color: white;
}

.btn-underline-b.btn-white:hover {
  color: #eaeaea;
}

.btn-underline-b.btn-black {
  color: #1b1919;
}

.btn-overline-a {
  border: none;
  background: none;
  padding: 0.75em 0;
  position: relative;
  transition: 0.3s;
  color: currentColor;
}

.btn-overline-a::before,
.btn-overline-a::after {
  position: absolute;
  content: "";
  top: 0.25em;
  border-top: none;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-overline-a::before {
  left: 0;
  right: 100%;
}

.btn-overline-a::after {
  left: 00%;
  right: 00%;
  transition-delay: 0.2s;
}

.btn-overline-a.bd-thin::before,
.btn-overline-a.bd-thin::after {
  border-width: 1px;
}

.btn-overline-a.btn-xl {
  padding: 0.25em 0;
}

.btn-overline-a.btn-xl::before,
.btn-overline-a.btn-xl::after {
  bottom: 0em;
}

.btn-overline-a:focus,
.btn-overline-a:active,
.btn-overline-a:hover {
  color: currentColor;
  background: none;
  opacity: 0.7;
  outline: none;
  box-shadow: none;
}

.btn-overline-a:focus::before,
.btn-overline-a:active::before,
.btn-overline-a:hover::before {
  right: 0%;
  transition-delay: 0.2s;
}

.btn-overline-a:focus::after,
.btn-overline-a:active::after,
.btn-overline-a:hover::after {
  left: 100%;
  transition-delay: 00s;
}

.btn-overline-a.btn-primary {
  color: #bb2464;
}

.btn-overline-a.btn-secondary {
  color: #3d4963;
}

.btn-overline-a.btn-white {
  color: white;
}

.btn-overline-a.btn-white:hover {
  color: #eaeaea;
}

.btn-overline-a.btn-black {
  color: #1b1919;
}

.btn-scrolldown-a {
  color: currentColor;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn-scrolldown-a .icon {
  margin-bottom: 8px;
}

.btn-scrolldown-a .text {
  font-size: 0.875rem;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-a .text-before-vertical {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin: 1rem 0;
  perspective: 40px;
  opacity: 0.3;
  position: relative;
}

.btn-scrolldown-a .text-before-vertical .char {
  display: block;
  height: 1em;
  width: 1em;
  transition: 0s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-a .icon-scrolldown {
  width: 22px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 40px;
  position: relative;
}

.btn-scrolldown-a .icon-scrolldown:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 16px;
  background: #ffffff;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-a:hover {
  color: currentColor;
}

.btn-scrolldown-a:hover .text-before-vertical .char {
  transition: 2s;
  transform: rotateY(360deg);
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(0) {
  transition-delay: -0.075s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(1) {
  transition-delay: 0s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(2) {
  transition-delay: 0.075s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(3) {
  transition-delay: 0.15s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(4) {
  transition-delay: 0.225s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(5) {
  transition-delay: 0.3s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(6) {
  transition-delay: 0.375s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(7) {
  transition-delay: 0.45s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(8) {
  transition-delay: 0.525s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(9) {
  transition-delay: 0.6s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(10) {
  transition-delay: 0.675s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(11) {
  transition-delay: 0.75s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(12) {
  transition-delay: 0.825s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(13) {
  transition-delay: 0.9s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(14) {
  transition-delay: 0.975s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(15) {
  transition-delay: 1.05s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(16) {
  transition-delay: 1.125s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(17) {
  transition-delay: 1.2s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(18) {
  transition-delay: 1.275s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(19) {
  transition-delay: 1.35s;
}

.btn-scrolldown-a:hover .text-before-vertical .char:nth-child(20) {
  transition-delay: 1.425s;
}

.btn-scrolldown-a:hover .icon-scrolldown:after {
  top: 22px;
}

.btn-scrolldown-a:hover .text {
  opacity: 0.5;
}

.btn-scrolldown-b {
  color: currentColor;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 1rem;
}

.btn-scrolldown-b .icon~.text {
  margin-left: 0.75rem;
}

.btn-scrolldown-b .text {
  transition: 0.2s;
}

.btn-scrolldown-b .icon-scrolldown {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  display: flex;
}

.btn-scrolldown-b .icon-scrolldown::before,
.btn-scrolldown-b .icon-scrolldown::after {
  content: "";
  border: none;
  border-radius: 1em;
  line-height: 1em;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-scrolldown-b .icon-scrolldown::before {
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
}

.btn-scrolldown-b .icon-scrolldown::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 0.5em;
}

.btn-scrolldown-b:hover {
  color: currentColor;
}

.btn-scrolldown-b:hover .text {
  opacity: 0.7;
}

.btn-scrolldown-b:hover .icon-scrolldown:before {
  box-shadow: inset 0 0 0px 0.75em white;
}

.btn-scrolldown-b:hover .icon-scrolldown:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 0.5em;
}

.btn-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  font-size: 1.3125rem;
  border: none;
  background: #bb2464;
  color: #ffffff;
  position: relative;
}

.btn-icon:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: currentColor;
  opacity: 0.25;
  border-radius: 2rem;
  transform: scale(0);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-icon .icon {
  z-index: 1;
  position: relative;
}

.btn-icon:focus,
.btn-icon:hover {
  background: #bb2464;
  outline: none;
  color: #ffffff;
}

.btn-icon:focus:before,
.btn-icon:hover:before {
  transform: scale(1.02);
}

.btn-icon.btn-white {
  background: #ffffff;
  color: #bb2464;
}

.btn-icon.btn-white:before {
  background: #bb2464;
  opacity: 1;
}

.btn-icon.btn-white:focus,
.btn-icon.btn-white:hover {
  color: #ffffff;
}

.btn-icon-a {
  height: 1em;
  width: 1em;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: currentColor;
  transition: 0.3s;
}

.btn-icon-a:focus,
.btn-icon-a:hover {
  color: currentColor;
  opacity: 0.5;
}

.btn-fab {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  font-size: 1.3125rem;
  border: none;
  background: #bb2464;
  color: #ffffff;
  position: relative;
}

.btn-fab:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: currentColor;
  opacity: 0.25;
  border-radius: 2rem;
  transform: scale(0);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-fab .icon {
  z-index: 1;
  position: relative;
  line-height: 1;
}

.btn-fab:focus,
.btn-fab:hover {
  background: #bb2464;
  outline: none;
}

.btn-fab:focus:before,
.btn-fab:hover:before {
  transform: scale(1.02);
}

.btn-fab.btn-white {
  background: #ffffff;
  color: #bb2464;
}

.btn-fab.btn-white:before {
  background: #bb2464;
  opacity: 1;
}

.btn-fab.btn-white:focus,
.btn-fab.btn-white:hover {
  color: #ffffff;
}

.btn-xl {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .btn-xl {
    font-size: 3rem;
  }
}

.card-pricing-a {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border: 2px solid #ffffff;
  padding: 0;
}

.card-pricing-a .card-header {
  background: none;
  border: none;
  padding: 1.25rem;
}

.card-pricing-a .card-header .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.card-pricing-a .card-footer {
  background: none;
  border: none;
  padding: 1.25rem;
}

.card-pricing-a .card-body {
  padding: 1.25rem;
}

.card-pricing-a .card-header~.card-body {
  padding-top: 0;
}

.card-pricing-a .card-body~.card-footer {
  padding-top: 0;
}

.card-pricing-a .price {
  line-height: 1.2;
}

.card-pricing-a .price .amount {
  font-size: 3rem;
  font-weight: bold;
}

.card-pricing-a .price p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.25rem;
}

.card-pricing-a .list-feature {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75;
}

.card-pricing-a.featured {
  background: #ffffff;
  color: #bb2464;
}

.card-pricing-a.featured .list-feature {
  color: #1b1919;
}

.card-pricing-a.featured .list-feature .icon {
  color: #bb2464;
}

.article-a h2,
.article-a .title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.article-a h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.article-a .subtitle {
  color: currentColor;
  font-size: 1.25rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .article-a .subtitle {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .article-a .subtitle {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .article-a .subtitle {
    max-width: 50%;
  }
}

.article-a p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .article-a p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .article-a p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .article-a>p {
    max-width: 75%;
    max-width: 40rem;
  }
}

.article-a hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 2px solid currentColor;
  opacity: 0.1;
}

.dropdown-toggle {
  padding-right: 32px !important;
  position: relative;
}

.dropdown-toggle::before,
.dropdown-toggle::after {
  content: "";
  border: none;
  border-radius: 1em;
  line-height: 1em;
  width: 1.25em;
  height: 1.25em;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
}

/* .dropdown-toggle::before { box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2); } */

.dropdown-toggle::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

/* .dropdown-toggle:hover:before { box-shadow: inset 0 0 0px 0.625em white; } */

.dropdown-toggle:hover:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.form-control {
  background: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  position: relative;
}

.form-control:required:focus:invalid {
  border-bottom: 2px solid #f44;
}

.form-control~.input-alert {
  visibility: hidden;
}

.form-control-a {
  background: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
}

textarea.form-control-a {
  background: rgba(255, 255, 255, 0.1);
  min-height: 120px;
}

.form-control-b {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: none;
  border-radius: 0;
  border: 2px solid #ffffff;
}

textarea.form-control-b {
  min-height: 120px;
}

.form-a:focus-within .form-control:required:invalid {
  border-bottom: 2px solid #ffffff;
}

.form-a:focus-within .form-control:required:invalid~.input-alert {
  visibility: visible;
  color: #ffffff;
}

.form-a:focus-within .form-control:required:focus:invalid~.input-alert {
  visibility: visible;
  color: #f44;
}

.form-a .info .success {
  display: none;
}

.form-a .info .error {
  display: none;
}

.form-a .success-show {
  display: none;
}

.form-a .error-show {
  display: none;
}

.form-a.form-success .success-gone {
  display: none;
}

.form-a.form-success .success-show {
  display: block;
}

.form-a.form-error .error-show {
  display: block;
}

.modal-a {
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(30px) !important;
  backdrop-filter: blur(43.2px);
  transition: 0.3s;
  display: flex !important;
  visibility: hidden;
  opacity: 0;
  background: #000;
}

.modal-inner-page {
  background: #00000085;
}

.modal-a .modal-content {
  background: none;
  border: none;
  padding: 0;
}

.modal-a .modal-dialog {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 360px;
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0;
}

.modal-a .modal-dialog .popup-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  /*top: 40px; position: relative; */
}

.modal-a .modal-dialog .popup-header .title {
  font-size: 2rem;
  font-weight: bold;
}

.modal-a .modal-dialog .popup-body {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 1rem;
  background: #ffffff47;
}

.modal-a.show {
  visibility: visible;
  opacity: 1;
}

.modal-a.show .modal-dialog {
  transform: none;
  transition: 0.3s;
  opacity: 1;
}

.form-label {
  margin-bottom: 0px;
}

.form-control {
  padding: 5px;
}

.sign-up-registration {
  max-width: 55% !important;
}

.country-count {
  background: transparent !important;
}

.item-feature-a a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-a .img {
  margin-bottom: 1rem;
}

.item-feature-a .img .icon {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}

.item-feature-a .item-body h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.item-feature-a .item-body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-feature-a .item-body p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-a .item-body p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-feature-a .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-b {
  display: flex;
  align-items: center;
}

.item-feature-b a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-b .img {
  margin-right: 1rem;
  width: 2rem;
  height: 2.3rem;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 10px;
}

.item-feature-b .img .icon {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}

.item-feature-b .item-body h4 {
  font-size: 18.5px;
  font-weight: normal;
  margin-bottom: 0rem;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
  padding-bottom: 6px;
}

.item-feature-b .item-body h4:hover {
  transform: translateX(20px);
}

.item-feature-b .item-body h4:hover svg {
  opacity: 1;
  margin-left: 20px;
}
.item-feature-b .item-body h3 {
  font-size: 18.5px;
  font-weight: normal;
  margin-bottom: 0rem;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
  padding-bottom: 6px;
}

.item-feature-b .item-body h3:hover {
  transform: translateX(20px);
}

.item-feature-b .item-body h3:hover svg {
  opacity: 1;
  margin-left: 20px;
}

.item-feature-b .item-body svg {
  opacity: 0;
  margin-left: 10px;
  transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.item-feature-b .item-body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .item-feature-b .item-body p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-b .item-body p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-feature-b .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-c {
  position: relative;
  display: block;
}

.item-feature-c a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-c .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.item-feature-c .item-img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.item-feature-c .item-img img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-feature-c .item-img.anim-hover {
  opacity: 0;
  visibility: hidden;
  --marg: -2rem;
  top: var(--marg, 0);
  left: var(--marg, 0);
  right: var(--marg, 0);
  bottom: var(--marg, 0);
  transition: 0.3s;
  transform: scale(0.9);
}

.item-feature-c .icon {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  opacity: 0.3;
  z-index: 1;
  display: block;
  position: relative;
}

.item-feature-c .item-body {
  display: block;
  z-index: 1;
  position: relative;
}

.item-feature-c .item-body h4 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}

.item-feature-c .item-body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-feature-c .item-body p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-c .item-body p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-feature-c .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-c:hover .item-img.anim-hover,
.item-feature-c:focus .item-img.anim-hover {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.item-feature-c:hover .item-img img,
.item-feature-c:focus .item-img img {
  transform: scale(1.2);
  transition: 5s linear;
}

a.item-feature-c {
  color: currentColor;
  text-decoration: none;
}

.item-image-a {
  text-align: center;
  display: block;
}

.item-image-a .img {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  height: 100%;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}

.item-image-a .img.img-full {
  max-width: unset;
}

.item-image-a .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0px 2px white;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 3s;
  transition-timing-function: linear;
  position: relative;
  z-index: 0;
}

.item-image-a .item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-image-a .item-body a.page-link {
  padding: 0;
  background: none;
  border: none;
  color: currentColor;
  margin-bottom: 1rem;
}

.item-image-a .item-body h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.item-image-a .item-body p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .item-image-a .item-body p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-image-a .item-body p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-image-a .item-body p:last-child {
  margin-bottom: 0;
}

.item-image-a .nav-social {
  display: inline-flex;
}

.item-image-a .img:hover::after {
  box-shadow: inset 0 0 0px 8px white;
}

.item-image-a .img:hover img {
  transform: scale(1.3);
}

.item-image-a.no-border .img::after {
  box-shadow: none;
}

.item-image-b {
  text-decoration: none;
  position: relative;
  display: block;
  color: #fff;
}

.item-image-b:hover {
  color: #fff !important;
}

.item-image-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  box-shadow: 0 0 0px 2px rgba(128, 128, 128, 0.2);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-b img {
  width: 100%;
  transition: 0.3s;
}

.item-image-b img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-b .item-img {
  overflow: hidden;
  transition: 0.3s;
}

.item-image-b .item-body {
  margin-top: 1.75rem;
}

.item-image-b .item-body h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  color: currentColor;
  line-height: 1.2;
}

.item-image-b .item-body p {
  margin-bottom: 0;
  color: currentColor;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .item-image-b .item-body p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-image-b .item-body p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-image-b .item-body .price {
  font-size: 1.3125rem;
  color: currentColor;
  line-height: 1.2;
}

.item-image-b .item-body hr {
  margin: 0.875rem 0;
  border: none;
  border-bottom: 2px solid currentColor;
  opacity: 0.3;
  transition: 0.3s;
}

a.item-image-b:hover {
  color: currentColor;
}

a.item-image-b:hover::before {
  opacity: 1;
  visibility: visible;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

a.item-image-b:hover img:not(.no-zoom) {
  transform: scale(1.2);
  transition: 5s linear;
}

.item-image-c {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.item-image-c img {
  width: 100%;
  transition: 0.3s;
}

.item-image-c img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-c .item-header {
  left: 0;
  right: 0;
  padding: 10px 0px 0px 0px;
  font-size: 22px;
}

.item-image-c .item-header h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cover-content h2 {
  font-size: 30px !important;
  margin-bottom: 15px;
}

.item-image-c .item-header h5 {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.item-image-c .item-header p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
}

.item-image-c.h-thumb img {
  height: auto;
}

a.item-image-c {
  color: currentColor;
  text-decoration: none;
}

a.item-image-c:hover {
  color: currentColor;
}

a.item-image-c:hover img {
  transform: scale(1.2);
  transition: 5s linear;
}

.item-image-d {
  display: grid;
  align-items: center;
}

.item-image-d .item-layer {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.item-image-d .item-img {
  overflow: hidden;
}

.item-image-d .item-img.h-vh {
  max-height: 100vh;
}

.item-image-d .item-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-d .item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.item-image-d .item-body h4 {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.item-image-d .item-body p {
  font-size: 1.25rem;
  color: white;
}

.item-image-d .item-body .text-big {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .item-image-d .item-body .text-big {
    font-size: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .item-image-d .item-body .text-big {
    font-size: 8rem;
  }
}

.item-image-e {
  color: #ffffff;
  color: var(--white);
  text-decoration: none;
  position: relative;
  display: block;
}

.item-image-e img {
  width: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.item-image-e img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-e .item-img {
  overflow: hidden;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-e .item-img::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  z-index: 1;
  background: #8b8b8b;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-e .item-body {
  margin-top: 1.75rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 1;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

@media screen and (min-width: 1200px) {
  .item-image-e .item-body.overlap {
    left: -3rem;
    right: -3rem;
    bottom: 5rem;
  }
}

.item-image-e .item-body h4 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--white);
  line-height: 1.2;
}

.item-image-e .item-body p {
  margin-bottom: 0;
  color: var(--white);
  opacity: 0.7;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}

.item-image-e .item-body .price {
  font-size: 1.3125rem;
  color: white;
  line-height: 1.2;
}

.item-image-e .item-body hr {
  margin: 0.875rem 0;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}

.item-image-e.anim-scroll .item-img::before {
  height: 100%;
}

.item-image-e.anim-scroll.elem-visible .item-img::before {
  height: 0%;
}

a.item-image-e {
  perspective: 800px;
}

a.item-image-e:hover {
  color: currentColor;
}

a.item-image-e:hover .item-img {
  transform: scale(0.95) rotateY(15deg);
}

a.item-image-e:hover .item-body {
  transform: scale(0.95) rotateY(-15deg);
}

.item-image-f {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: block;
}

.item-image-f img {
  width: 100%;
  transition: 0.3s;
}

.item-image-f img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-f .item-img {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.item-image-f .item-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 1;
  overflow: hidden;
}

.item-image-f .item-header.mask-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.4;
  transition: 0.3s;
}

.item-image-f .item-body {
  margin-top: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  padding-top: 4rem;
  z-index: 1;
  overflow: hidden;
}

.item-image-f .item-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  opacity: 0.4;
  transition: 0.3s;
}

.item-image-f .item-body .title,
.item-image-f .item-body h4 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

.item-image-f .item-body p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.item-image-f .item-body .price {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.item-image-f .item-body hr {
  margin: 0.875rem 0;
  border: none;
  border-bottom: 2px solid currentColor;
  opacity: 0.3;
  transition: 0.3s;
}

.item-image-f .item-body.item-body-glass {
  top: auto;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  background-color: rgba(90, 90, 90, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.item-image-f .item-body.item-body-glass::before {
  display: none;
}

a.item-image-f:hover {
  color: currentColor;
}

a.item-image-f:hover::before {
  opacity: 1;
  visibility: visible;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

a.item-image-f:hover .item-body:before {
  opacity: 0.6;
}

a.item-image-f:hover img:not(.no-zoom) {
  transform: scale(1.2);
  transition: 5s linear;
}

.item-pricing-a {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border: 2px solid #ffffff;
  padding: 0;
}

.item-pricing-a .item-header {
  background: none;
  border: none;
  padding: 1.25rem;
}

.item-pricing-a .item-header .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.item-pricing-a .item-footer {
  background: none;
  border: none;
  padding: 1.25rem;
}

.item-pricing-a .item-body {
  padding: 1.25rem;
}

.item-pricing-a .item-header~.item-body {
  padding-top: 0;
}

.item-pricing-a .item-body~.item-footer {
  padding-top: 0;
}

.item-pricing-a .price {
  line-height: 1.2;
}

.item-pricing-a .price .amount {
  font-size: 3rem;
  font-weight: bold;
}

.item-pricing-a .price .unit {
  color: currentColor;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-pricing-a .price .unit {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-pricing-a .price .unit {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.item-pricing-a .price p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.25rem;
}

.item-pricing-a .list-feature {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75;
  color: currentColor;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-pricing-a .list-feature {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .item-pricing-a .list-feature {
    font-size: 16.5px;
    line-height: 1.8;
  }
}

.item-pricing-a.featured {
  background: #ffffff;
  color: #bb2464;
}

.item-pricing-a.featured .list-feature {
  color: #1b1919;
}

.item-pricing-a.featured .list-feature .icon {
  color: #bb2464;
}

.item-quote-a .quote {
  position: relative;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .item-quote-a .quote {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.item-quote-a .quote .quote-icon {
  font-size: 1.75em;
  line-height: 0;
  height: 1em;
  vertical-align: super;
  transform: translateY(0.05em);
  display: inline-block;
  margin-right: 0.25em;
}

.item-quote-a .quote .quote-icon svg {
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 992px) {
  .item-quote-a .quote .quote-icon {
    font-size: 2.5em;
    transform: none;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 24px;
  padding-right: var(--margin-x-sm);
  padding-left: 24px;
  padding-left: var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 32px;
    padding-right: var(--margin-x-md);
    padding-left: 32px;
    padding-left: var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.row.shifted-odd {
  --shift-width: 8rem;
  margin-bottom: var(--shift-width);
}

@media screen and (min-width: 992px) {
  .row.shifted-odd .col:nth-child(2n+1) {
    position: relative;
    top: var(--shift-width);
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide-item-a {
  width: 100%;
  max-width: 48rem;
  padding: 0 var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slide-item-a {
    padding: 0 var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-a {
    padding: 0;
  }
}

.slide-item-a .item-wrapper {
  display: block;
  grid-template-columns: 80%;
  grid-template-rows: 80%;
  align-items: center;
  /* align-items: center; */
  justify-content: center;
}

.slide-item-a .item-image {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.slide-item-a .item-content {
  grid-column: 1;
  grid-row: 1;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide-item-a .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-a .item-content .title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #fff;
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  .slide-item-a .item-content .title a {
    text-decoration: none;
  }
  .single-blog-title {
    background: #d3d5d3;
    padding: 0px 15px;
  }
}

.slide-item-a .item-content .category {
  font-size: 1rem;
}

.slider-simple-a.animated .slide-item-a .item-content a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .slide-item-a .item-content .category {
    font-size: 1.5rem;
    color: #fff;
  }
}

.slide-item-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-item-b {
  width: 100%;
  max-width: 48rem;
  padding: 0 var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slide-item-b {
    padding: 0 var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-b {
    padding: 0;
  }
}

.slide-item-b .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
}

.slide-item-b .item-image {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  z-index: 0;
  will-change: transform;
  overflow: hidden;
}

.slide-item-b .item-content {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide-item-b .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-b .item-content .title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .title {
    font-size: 7rem;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
}

.slide-item-b .item-content .category {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .category {
    font-size: 1.5rem;
  }
}

.slide-item-b img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .slide-item-b img {
    height: auto;
  }
}

.slide-item-gallery-a {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.slide-item-gallery-a .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-item-gallery-a .item-image {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.slide-item-gallery-a .item-content {
  grid-column: 1;
  grid-row: 1;
  padding: 0 var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slide-item-gallery-a .item-content {
    padding: 0 var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-gallery-a .item-content {
    padding: 0 16px;
  }
}

.slide-item-gallery-a .item-content.content-width {
  /*width: 100%;*/
  max-width: 78rem;
  margin-right: auto;
}

.slide-item-gallery-a .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-gallery-a .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-gallery-a .item-content .title {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-gallery-a .item-content .title {
    padding: 4px;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    line-height: 1;
    /*text-shadow:1px 1px black;*/
  }
}

.slide-item-gallery-a .item-content .category {
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: var(--white, white);
    opacity: 0.9;
}

@media screen and (min-width: 992px) {
.slide-item-gallery-a .item-content .category {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: normal;
}
}

.slide-item-gallery-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.slider-simple-a {
  position: relative;
}

.slider-simple-a .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: 6rem;
  width: 6rem;
  border: 2px solid currentColor;
  border: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.slider-simple-a .slider-btn:before,
.slider-simple-a .slider-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border: 2px solid white;
  transform: rotate(-45deg);
  transition: 0.3s;
  opacity: 0.25;
}

.slider-simple-a .slider-btn .icon {
  font-size: 2rem;
}

.slider-simple-a .swiper-button-prev,
.slider-simple-a .slider-prev {
  left: calc((100% - 48rem) / 2 - 80px - 96px / 2);
  right: auto;
}

.slider-simple-a .swiper-button-prev:after,
.slider-simple-a .slider-prev:after {
  border-left-color: transparent;
  border-top-color: transparent;
}

.slider-simple-a .swiper-button-prev:before,
.slider-simple-a .slider-prev:before {
  border-left-color: transparent;
  border-top-color: transparent;
  opacity: 0;
}

.slider-simple-a .swiper-button-prev:hover:after,
.slider-simple-a .slider-prev:hover:after {
  opacity: 1;
}

.slider-simple-a .swiper-button-prev:hover:before,
.slider-simple-a .slider-prev:hover:before {
  opacity: 1;
  transform: rotate(135deg);
}

.slider-simple-a .swiper-button-next,
.slider-simple-a .slider-next {
  right: calc((100% - 48rem) / 2 - 80px - 96px / 2);
  left: auto;
}

.slider-simple-a .swiper-button-next:after,
.slider-simple-a .slider-next:after {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.slider-simple-a .swiper-button-next:before,
.slider-simple-a .slider-next:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
}

.slider-simple-a .swiper-button-next:hover:after,
.slider-simple-a .slider-next:hover:after {
  opacity: 1;
}

.slider-simple-a .swiper-button-next:hover:before,
.slider-simple-a .slider-next:hover:before {
  opacity: 1;
  transform: rotate(-225deg);
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

.slider-simple-a.animated .slide-item-a .item-image {
  transform: scale(0.8);
  transition: 0.6s;
  z-index: -1;
}

.slider-simple-a.animated .slide-item-a .item-content {
  transform: translateX(80px);
  opacity: 0;
  transition-delay: 0.6s;
  transition: 0.9s;
  z-index: 1;
  position: relative;
  left: 0px;
  background: #00000069;
  top: -470px;
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-image {
  transform: none;
  opacity: 1;
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-content {
  transform: none;
  opacity: 1;
}

.slider-simple-b {
  position: relative;
}

.slider-simple-b .swiper-slide {
  opacity: 0;
}

.slider-simple-b .swiper-pagination {
  text-align: right;
}

.slider-simple-b .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-simple-b .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

.slider-gallery-a {
  position: relative;
}

.slider-gallery-a .slider-btns {
  position: absolute;
  top: auto;
  bottom: var(--margin-y);
  width: 100%;
  max-width: 60rem;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  padding: 0 16px;
}

.slider-gallery-a .slider-btn {
  pointer-events: visible;
  position: relative;
  margin: 0;
  height: 3.5rem;
  width: 3.5rem;
  border: 2px solid currentColor;
  border: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  left: auto;
  right: auto;
  z-index: 5;
}

.slider-gallery-a .slider-btn:before,
.slider-gallery-a .slider-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border: 2px solid white;
  transition: 0.3s;
  opacity: 0.25;
}

.slider-gallery-a .slider-btn .icon {
  font-size: 1.5rem;
}

.slider-gallery-a .swiper-button-prev,
.slider-gallery-a .slider-prev {
  margin-right: 1rem;
}

.slider-gallery-a .swiper-button-prev:after,
.slider-gallery-a .slider-prev:after {
  border-right-color: transparent;
  transform: rotate(0deg);
}

.slider-gallery-a .swiper-button-prev:before,
.slider-gallery-a .slider-prev:before {
  border-right-color: transparent;
  opacity: 0;
}

.slider-gallery-a .swiper-button-prev:active,
.slider-gallery-a .swiper-button-prev:focus,
.slider-gallery-a .swiper-button-prev:hover,
.slider-gallery-a .slider-prev:active,
.slider-gallery-a .slider-prev:focus,
.slider-gallery-a .slider-prev:hover {
  border: none;
  outline: none;
}

.slider-gallery-a .swiper-button-prev:active:after,
.slider-gallery-a .swiper-button-prev:focus:after,
.slider-gallery-a .swiper-button-prev:hover:after,
.slider-gallery-a .slider-prev:active:after,
.slider-gallery-a .slider-prev:focus:after,
.slider-gallery-a .slider-prev:hover:after {
  opacity: 1;
}

.slider-gallery-a .swiper-button-prev:active:before,
.slider-gallery-a .swiper-button-prev:focus:before,
.slider-gallery-a .swiper-button-prev:hover:before,
.slider-gallery-a .slider-prev:active:before,
.slider-gallery-a .slider-prev:focus:before,
.slider-gallery-a .slider-prev:hover:before {
  opacity: 1;
  transform: rotate(135deg);
}

.slider-gallery-a .swiper-button-next:after,
.slider-gallery-a .slider-next:after {
  border-left-color: transparent;
}

.slider-gallery-a .swiper-button-next:before,
.slider-gallery-a .slider-next:before {
  border-left-color: transparent;
  opacity: 0;
}

.slider-gallery-a .swiper-button-next:active,
.slider-gallery-a .swiper-button-next:focus,
.slider-gallery-a .swiper-button-next:hover,
.slider-gallery-a .slider-next:active,
.slider-gallery-a .slider-next:focus,
.slider-gallery-a .slider-next:hover {
  border: none;
  outline: none;
}

.slider-gallery-a .swiper-button-next:active:after,
.slider-gallery-a .swiper-button-next:focus:after,
.slider-gallery-a .swiper-button-next:hover:after,
.slider-gallery-a .slider-next:active:after,
.slider-gallery-a .slider-next:focus:after,
.slider-gallery-a .slider-next:hover:after {
  opacity: 1;
}

.slider-gallery-a .swiper-button-next:active:before,
.slider-gallery-a .swiper-button-next:focus:before,
.slider-gallery-a .swiper-button-next:hover:before,
.slider-gallery-a .slider-next:active:before,
.slider-gallery-a .slider-next:focus:before,
.slider-gallery-a .slider-next:hover:before {
  opacity: 1;
  transform: rotate(-135deg);
}

.slider-gallery-a .swiper-pagination {
  bottom: var(--margin-y);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
  right: var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slider-gallery-a .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}

.slider-gallery-a .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-gallery-a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

/* .slider-gallery-a.animated .slide-item-gallery-a .item-image { z-index: -1; overflow: hidden; } .slider-gallery-a.animated .slide-item-gallery-a .item-image img { transform: scale(1.2); transition: 0.3s; opacity: 0; } */

.slider-gallery-a.animated .slide-item-gallery-a .item-content {
  perspective: initial;
  z-index: 1;
}

/* .slider-gallery-a.animated .slide-item-gallery-a .item-content>* { transition: 0.3s; transform: translateY(20px); opacity: 0; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-image { opacity: 1; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-image img { transform: none; opacity: 1; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content { transform: none; opacity: 1; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>* { transform: none; opacity: 1; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(0) { transition-delay: -0.2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(1) { transition-delay: 0s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(2) { transition-delay: 0.2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(3) { transition-delay: 0.4s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(4) { transition-delay: 0.6s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(5) { transition-delay: 0.8s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(6) { transition-delay: 1s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(7) { transition-delay: 1.2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(8) { transition-delay: 1.4s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(9) { transition-delay: 1.6s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(10) { transition-delay: 1.8s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(11) { transition-delay: 2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(12) { transition-delay: 2.2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(13) { transition-delay: 2.4s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(14) { transition-delay: 2.6s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(15) { transition-delay: 2.8s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(16) { transition-delay: 3s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(17) { transition-delay: 3.2s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(18) { transition-delay: 3.4s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(19) { transition-delay: 3.6s; } .slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(20) { transition-delay: 3.8s; } */

.scroll-simple-a {
  position: relative;
}

.scroll-simple-a .scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  overflow-x: hidden;
}

.scroll-simple-a .scroll-slides {
  position: relative;
  display: flex;
  align-items: center;
  will-change: transform;
}

.scroll-simple-a .scroll-slides .scroll-slide {
  min-width: 100vw;
}

.scroll-simple-a .scroll-slides .scroll-slide:first-child {
  margin-left: 0;
}

.scroll-simple-a .scroll-slides .scroll-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .scroll-simple-a .scroll-slides .scroll-slide {
    min-width: 48rem;
    height: auto;
    margin: 0 64px;
  }
}

.scroll-simple-a .scale-1,
.scroll-simple-a .scale-2,
.scroll-simple-a .speed-1,
.scroll-simple-a .speed-2,
.scroll-simple-a .speed-3 {
  will-change: transform;
}

.scroll-container {
  position: relative;
  width: 100%;
}

.inline-separator {
  display: inline-flex;
  width: 1em;
  height: 1em;
  position: relative;
  content: "";
  vertical-align: middle;
}

.inline-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  border-bottom: 2px solid currentColor;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.section.with-overflow {
  overflow: initial;
}

.section-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cover .bg-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cover .bg-part {
  min-height: 100%;
}

.section-cover .bg-wrapper {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.section-cover img {
  width: 100%;
}

.section-cover .fill-width {
  width: 100%;
}

.section-cover .fit {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section-cover .img-full,
.section-cover .img-cover,
.section-cover .bg-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-cover .img-box {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: calc(100% - var(--margin-x-sm) * 2);
  height: 70vh;
}

@media screen and (min-width: 992px) {
  .section-cover .img-box {
    width: 40vw;
    height: 60vh;
  }
  .section-cover .img-box.box-md {
    width: 36rem;
    height: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .section-cover .img-md-box {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 40vw;
    height: 60vh;
  }
}

@media screen and (min-width: 992px) {
  .section-cover .img-lg-box {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50vw;
    height: 66vh;
  }
}

.section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-title .text {
  z-index: -1;
  font-size: 5rem;
  font-weight: bold;
  font-weight: 800;
  margin: 0;
  opacity: 0.1;
}

@media screen and (min-width: 992px) {
  .section-title .text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .section-title .text.text-lg {
    font-weight: 800;
    font-size: 15rem;
    line-height: 1;
  }
}

.section-title.z-top {
  pointer-events: none;
  z-index: 10;
}

.section-title.title-right {
  width: auto;
  height: auto;
  left: auto;
  right: 0px;
}

@media screen and (min-width: 992px) {
  .section-title.title-right {
    right: calc((100vw - 60rem) / 2);
  }
}

.section-title.title-left {
  width: auto;
  height: auto;
  right: auto;
  left: 0;
}

@media screen and (min-width: 992px) {
  .section-title.title-left {
    left: calc((100vw - 60rem) / 2);
  }
}

.section-title.text-vert {
  overflow: unset;
  top: 20vh;
  transform: none;
}

.section-title.text-vert .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}

.section-title.title-right-y {
  transform: rotate(90deg) translateX(100%) translateX(-30vh);
  transform-origin: top right;
  width: auto;
  height: auto;
  left: auto;
  right: calc((100vw - 60rem) / 2);
  overflow: unset;
}

@media screen and (min-width: 992px) {
  .section-title.title-right-y .text {
    font-weight: 800;
    font-size: 14rem;
    line-height: 1;
  }
}

.section .sticky-title {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  transform: translateY(-50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.section-body {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .section-body {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.section-pt-0 .section-body {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .section-pt-0 .section-body {
    padding-top: 0;
  }
}

.section-pb-0 .section-body {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-pb-0 .section-body {
    padding-bottom: 0;
  }
}

.section-content.content-width-md {
  max-width: 48rem;
}

.section-content.content-width-lg,
.section-content.content-width {
  max-width: 75rem;
}

@media screen and (min-width: 1200px) {
  .section-content.content-width-xl,
  .section-content.content-xl {
    max-width: 70rem;
  }
}

@media screen and (min-width: 992px) {
  .section-content.content-width-xxl,
  .section-content.content-xxl {
    max-width: 70rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-content.content-width-xxl,
  .section-content.content-xxl {
    max-width: 85rem;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.section-content.content-width-full,
.section-content.content-full {
  max-width: unset;
}

@media screen and (min-width: 992px) {
  .section-content.content-width-full,
  .section-content.content-full {
    max-width: unset;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.section-contact .contact-main,
.section-contact .email-main {
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.section-contact .contact-main:hover,
.section-contact .email-main:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .section-contact .contact-main,
  .section-contact .email-main {
    font-size: 20px;
  }
}

.section-contact .dep-address {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-contact .dep-address {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .section-contact .dep-address {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.section-footer-left {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 2;
  left: var(--margin-x);
  bottom: var(--margin-y);
  padding-right: 1px;
  display: block;
}

.section-footer-center {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 2;
  bottom: var(--margin-y);
  padding-right: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.section-footer-right {
  position: absolute;
  top: auto;
  left: auto;
  right: var(--margin-x);
  z-index: 2;
  bottom: var(--margin-y);
  padding-right: 1px;
  display: block;
}

@media (min-width: 768px) {
  .section-footer-md-left {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    left: var(--margin-x);
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
    transform: none;
  }
}

@media (min-width: 768px) {
  .section-footer-md-center {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    padding-right: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--margin-y);
  }
}

@media (min-width: 768px) {
  .section-footer-md-right {
    position: absolute;
    top: auto;
    left: auto;
    right: var(--margin-x);
    z-index: 2;
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
  }
}

@media (min-width: 768px) {
  .section-footer-lg-left {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    left: var(--margin-x);
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
    transform: none;
  }
}

@media (min-width: 992px) {
  .section-footer-lg-center {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    padding-right: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--margin-y);
  }
}

@media (min-width: 768px) {
  .section-footer-lg-right {
    position: absolute;
    top: auto;
    left: auto;
    right: var(--margin-x);
    z-index: 2;
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
  }
}

.section-a.child-sticky {
  overflow: initial;
}

.section-a .title-desc p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-a .title-desc p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .section-a .title-desc p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.section-a .title-desc.large-text-size .text-p,
.section-a .title-desc.large-text-size p {
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-a .title-desc.large-text-size .text-p,
  .section-a .title-desc.large-text-size p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .section-a .title-desc.large-text-size .text-p,
  .section-a .title-desc.large-text-size p {
    font-size: 2.25rem;
    line-height: 1.8;
  }
}

.section-a .title-desc.xl-text-size .text-p,
.section-a .title-desc.xl-text-size p {
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .section-a .title-desc.xl-text-size .text-p,
  .section-a .title-desc.xl-text-size p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .section-a .title-desc.xl-text-size .text-p,
  .section-a .title-desc.xl-text-size p {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.section-a .title-desc.xl-text-size .text-p strong,
.section-a .title-desc.xl-text-size .text-p .strong,
.section-a .title-desc.xl-text-size p strong,
.section-a .title-desc.xl-text-size p .strong {
  font-weight: 600;
}

.section-a .section-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .section-a .section-body {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section-a.section-pt-0 .section-body {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .section-a.section-pt-0 .section-body {
    padding-top: 0;
  }
}

.section-a.section-pb-0 .section-body {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-a.section-pb-0 .section-body {
    padding-bottom: 0;
  }
}

.section-b .title-desc p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-b .title-desc p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .section-b .title-desc p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.hero-a {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-a {
    align-items: center;
  }
}

.hero-a .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-a .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-a .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-a .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-a .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-a .hero-title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-a .hero-title {
    font-size: 6.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-a .hero-title {
    font-size: 4rem;
  }
}

.hero-a .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-a .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-a .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-a .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-a .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-b {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-b {
    align-items: center;
  }
}

.hero-b .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-b .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-b .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-b .content-col {
  position: relative;
}

.hero-b .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-b .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-b .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-b .hero-title {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-b .hero-title {
    font-size: 8rem;
  }
}

.hero-b .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-b .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-b .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-b .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-b .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-c {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-c {
    align-items: center;
  }
}

.hero-c .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-c .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-c .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-c .content-col {
  position: relative;
}

.hero-c .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-c .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-c .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .hero-c .hero-title {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-c .hero-title {
    font-size: 8rem;
  }
}

.hero-c .content-part {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .hero-c .content-part {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
  }
}

.hero-c .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-c .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-c .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
  }
}

.hero-c .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-c .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-d {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-d {
    align-items: center;
  }
}

.hero-d .section-body {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-height: 660px) {
  .hero-d .section-body {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-d .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-d .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-d .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-d .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-d .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-d .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-d .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
}

body.scrolled .hero-d .hero-footer {
  opacity: 0;
  visibility: hidden;
  margin-top: -100px;
  transform: translateY(-20px);
}

.hero-item-a {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-item-a {
    align-items: center;
  }
}

.hero-item-a .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-item-a .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-a .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-item-a .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-content {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}

.hero-item-a .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-item-a .hero-title {
    font-size: 6.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-title {
    font-size: 5.5rem;
  }
}

.hero-item-a .subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  color: var(--white-transp-1);
}

.hero-item-a .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-item-a .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-item-a .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-item-a .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-item-b {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-item-b {
    align-items: flex-end;
    min-height: 100vh;
  }
}

.hero-item-b .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-item-b .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-b .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-item-b .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-content {
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-bottom: 40px;
    padding-bottom: var(--margin-y);
  }
}

.hero-item-b .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-item-b .hero-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-title {
    font-size: 5rem;
  }
}

.hero-item-b .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  color: var(--white-transp-1);
}

.hero-item-b .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-item-b .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-item-b .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-item-b .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.page-twocols {
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-twocols .col-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .page-twocols .col-scroll {
    position: relative;
    top: 0;
  }
  .page-twocols .col-scroll .section-content.content-width {
    max-width: 100%;
    padding-left: 4rem;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.fp-scrollable {
  width: 100%;
}

.cover-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  transition: 0.3s;
}

.cover-page .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-page iframe,
.cover-page video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-page {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  transition: 0.3s;
  position: relative;
  padding: 24px;
  padding: var(--margin-x-sm);
  z-index: 5;
  pointer-events: none;
  display: block;
}

.footer-page>* {
  pointer-events: visible;
}

@media screen and (min-width: 768px) {
  .footer-page {
    left: 32px;
    left: var(--margin-x-md);
    right: 32px;
    right: var(--margin-x-md);
    bottom: 32px;
    bottom: var(--margin-y-md);
    position: absolute;
  }
}

@media screen and (min-width: 992px) {
  .footer-page {
    left: 64px;
    left: var(--margin-x);
    right: 64px;
    right: var(--margin-x);
    bottom: 40px;
    bottom: var(--margin-y);
    position: fixed;
  }
}

.footer-page .footer-left {
  position: relative;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer-page .footer-left {
    position: absolute;
  }
}

.footer-page .footer-right {
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-page .footer-right {
    position: absolute;
  }
}

.footer-page .note {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.footer-page .note .marked {
  font-weight: 500;
}

.footer-page .note a {
  text-decoration: none;
  color: #ffffff;
}

.type-text-here h1 {
  font-size: 55px;
}

.type-text-here h1 {
  font-size: 55px;
  text-transform: capitalize;
  font-weight: normal;
}

.ecommerce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 280px;
  height: 3.6vw;
  min-height: 40px;
  max-height: 72px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  border-radius: 50px;
  text-decoration: navajowhite;
  margin-top: 8px;
}

.ecommerce-btn:hover {
  background: #fff;
  color: #1a1818;
}

.main-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: capitalize;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
}

.main-title::after {
  content: "";
  display: inline-block;
  width: 100px;
  border-bottom: 2px solid #fff;
  margin-left: 30px;
  top: -14px;
  position: relative;
}

.eCommerce-home-page img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid #800020;
  position: relative;
  top: 140px;
  opacity: 0.5;
}

.typewriter {
  width: 17ch;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid transparent;
  animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
}

@keyframes cursor {
  0%,
  100% {
    border-color: transparent;
  }
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 17ch;
  }
}

.main-side-nav-bottom {
  position: relative;
  top: 20px;
  color: #fff;
}

.main-side-nav-bottom a {
  color: #fff;
  font-size: 16px;
  border: 1px solid;
  padding: 5px 10px;
  text-decoration: navajowhite;
  border-radius: 23px;
  text-transform: capitalize;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.main-side-nav-bottom a:hover {
  background: rgb(157, 74, 20);
  color: rgb(255, 255, 255);
  font-weight: b;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-weight: normal;
  text-transform: none;
}

.btn {
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
}

.lazy-load-image-background {
  transition: all 0.5s ease-in-out;
}

.bounce-up-down {
  animation-name: bounce-up-down;
  animation-timing-function: ease-in-out;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.left-shopify-list li h5 a {
  font-size: 18.5px;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
}

.left-shopify-list li h5 a:hover {
  transform: translateX(20px);
}

.left-shopify-list li h5 a:hover svg {
  opacity: 1;
  margin-left: 20px;
}

.left-shopify-list li h5 a svg {
  opacity: 0;
  margin-left: 10px;
  transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.left-shopify-list li h5 {
  font-size: 60px;
  line-height: 10px;
  font-weight: 300;
  color: #1a1818;
  z-index: 10;
  position: relative;
}

.left-shopify-list li h3 a {
  font-size: 18.5px;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
}

.left-shopify-list li h3 a:hover {
  transform: translateX(20px);
}

.left-shopify-list li h3 a:hover svg {
  opacity: 1;
  margin-left: 20px;
}

.left-shopify-list li h3 a svg {
  opacity: 0;
  margin-left: 10px;
  transition: margin 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.left-shopify-list li h3 {
  font-size: 60px;
  line-height: 10px;
  font-weight: 300;
  color: #1a1818;
  z-index: 10;
  position: relative;
}




.left-shopify-list li {
  list-style: none;
}

.left-shopify-list .listing.dash {
  margin: 0vw 0;
  margin-left: 0px;
}

.listing.dash {
  margin: 0vw 0;
  margin-left: -30px;
}

.left-shopify-list {
  display: flex;
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.eCommerce-home-page h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  z-index: 10;
  position: relative;
  margin-bottom: 35px;
}

.eCommerce-home-page p {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-display: optional;
  line-height: 2;
}

.bounce-1 {
  color: #eee;
  padding-top: 30px !important;
  font-family: "Coiny", cursive;
  font-display: optional;
  text-align: center;
  font-size: 70px;
  -webkit-animation: bounce 4s ease infinite alternate;
  animation: bounce 4s ease infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce-commerce-img img {
  margin-top: 20px;
}

.bounce-box-img img {
  width: 100%;
}

.title-desc p {
  font-size: 16px !important;
  line-height: 21px !important;
}

.accept-card p {
  margin-bottom: 0;
  margin-top: 13px;
}

.example-1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f18181;
  text-align: center;
  border-radius: 28px;
  /* float: left; animation: fade-shadow 4s infinite;*/
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

@keyframes fade-shadow {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.the-type {
  width: 80%;
  margin: 0 auto;
}

h6 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 60px;
  font-weight: normal;
  font-display: optional;
  display: inline;
  background: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(250, 224, 66));
  /* -webkit-background-clip: text; -moz-background-clip: text;*/
  color: transparent;
  text-transform: capitalize;
  border-right-style: solid;
  border-width: 5px;
  border-image: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(250, 224, 66)) 1;
}

.map-gif-img {
  opacity: 0.5;
}

.timeing-wishing {
  float: right;
  position: absolute;
  left: 50%;
}

.timeing-wishing h4,
.timeing-wishing p {
  font-size: 63px;
  font-weight: bold;
  opacity: 0.4;
  color: rgb(255, 235, 223);
}

.carousel-swiper-beta {
  position: relative;
}

.carousel-swiper-beta .slider-container {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 20px solid #000;
  border-right: 15px solid #000;
  border-bottom: 20px solid #000;
  border-radius: 0px 30px 30px 0px;
}

.desktop-footer-bg {
    position: absolute;
    margin-top: -45px;
    margin-left: -194px;
}

.carousel-swiper-beta .slider-container .slide-item {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.carousel-swiper-beta .slider-container .item-list {
  padding: 0;
  opacity: 1;
}

.carousel-swiper-beta .slider-container .item-wrapper {
  padding: 0;
  display: block;
}

@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .item-wrapper {
    padding: 0 0;
  }
}

.carousel-swiper-beta .slider-container .illustr {
  display: block;
  position: relative;
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  transition: 0.15s;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .illustr {
    min-height: 200px;
  }
}

.carousel-swiper-beta .slider-container .illustr img {
  width: 100%;
  display: block;
}

.carousel-swiper-beta .slider-container .legend {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  margin-left: 20px;
  top: 10%;
  color: #ffffff;
}

.carousel-swiper-beta .slider-container .legend:hover {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 576px) {
  .carousel-swiper-beta .slider-container .legend {
    top: 40%;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}

@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .legend {
    top: 40%;
    margin-left: 40px;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}

.carousel-swiper-beta .slider-container .swiper-slide {
  position: relative;
  transition: 0.3s;
}

.carousel-swiper-beta .slider-container .swiper-slide-active .illustr {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-beta .slider-container .swiper-slide-active .legend {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition-delay: 0.15s;
}

.carousel-swiper-beta .slider-container .swiper-slide-active:before {
  opacity: 0;
}

.carousel-swiper-beta .slider-container .swiper-slide-prev {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}

@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .swiper-slide-prev {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}

.carousel-swiper-beta .slider-container .swiper-slide-next {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

@media (min-width: 768px) {
  .carousel-swiper-beta .slider-container .swiper-slide-next {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}

@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .item-wrapper {
    padding: 0 25%;
  }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}

@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
  left: 95%;
  width: 5%;
}

@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-prev:before {
    left: 90%;
    width: 10%;
  }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}

.carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
  left: 0;
  width: 5%;
}

@media (min-width: 768px) {
  .carousel-swiper-beta.carousel-small .slider-container .swiper-slide-next:before {
    left: 0;
    width: 10%;
  }
}

.carousel-swiper-beta .items-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .carousel-swiper-beta .items-pagination {
    padding-bottom: 0;
  }
}

.carousel-swiper-beta .items-pagination .swiper-pagination-bullet {
  background: currentColor;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
  transition: 0.15s;
}

.carousel-swiper-beta .items-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}

.carousel-swiper-beta .items-pagination.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 10px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet {
    width: 40px;
  }
}

.carousel-swiper-beta .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  color: #7c0000;
  background: #f00;
}

.carousel-swiper-beta .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-swiper-beta .items-button.items-button-prev {
  left: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-beta .items-button.items-button-prev.fit {
    left: 25%;
  }
}

.carousel-swiper-beta .items-button.items-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-beta .items-button.items-button-next.fit {
    right: 25%;
  }
}

.carousel-swiper-beta .items-button.bottom {
  bottom: -50px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-beta .items-button.top {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-gamma {
  position: relative;
}

.carousel-swiper-gamma .slider-container {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.carousel-swiper-gamma .slider-container .slide-item {
  margin-top: 0;
  margin-bottom: 0;
}

.carousel-swiper-gamma .slider-container .item-list {
  padding: 0;
  opacity: 1;
}

.carousel-swiper-gamma .slider-container .item-wrapper {
  padding: 0;
}

.carousel-swiper-gamma .slider-container .illustr {
  display: block;
  position: relative;
  width: 100%;
  background: #1d1d1d;
  overflow: hidden;
  transition: 0.15s;
}

.carousel-swiper-gamma .slider-container .illustr img {
  width: 100%;
  display: block;
}

.carousel-swiper-gamma .slider-container .legend {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  transition: 0.3s;
  text-align: center;
}

.carousel-swiper-gamma .slider-container .swiper-slide {
  position: relative;
  transition: 0.3s;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-gamma .slider-container .swiper-slide-active {
  z-index: 10;
}

.carousel-swiper-gamma .slider-container .swiper-slide-active .illustr {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-swiper-gamma .slider-container .swiper-slide-active .legend {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 0.15s;
}

.carousel-swiper-gamma .slider-container .swiper-slide-active:before {
  opacity: 0;
}

.carousel-swiper-gamma .items-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .carousel-swiper-gamma .items-pagination {
    padding-bottom: 0;
  }
}

.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet {
  background: currentColor;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.5;
  transition: 0.15s;
}

.carousel-swiper-gamma .items-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 1;
}

.carousel-swiper-gamma .items-pagination.bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet {
    width: 40px;
  }
}

.carousel-swiper-gamma .items-pagination.bar .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.carousel-swiper-gamma .items-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.carousel-swiper-gamma .items-button.items-button-prev {
  left: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-gamma .items-button.items-button-prev.fit {
    left: 25%;
  }
}

.carousel-swiper-gamma .items-button.items-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .carousel-swiper-gamma .items-button.items-button-next.fit {
    right: 25%;
  }
}

.carousel-swiper-gamma .items-button.bottom {
  bottom: -20px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.carousel-swiper-gamma .items-button.top {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0;
}

.body-page {
  position: relative;
}

.body-page .cursor-ball {
  position: absolute;
  z-index: 0;
  content: "";
  width: 50vw;
  height: 100vh;
  margin-left: -25vw;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.05s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section {
  position: relative;
}

.section-cover-half-left {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
}

@media (min-width: 576px) {
  .section-cover-half-left {
    position: absolute;
    width: 50%;
  }
}

.section-cover-half-left.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.section-cover-tier {
  position: relative;
  left: 0;
  width: 100%;
  top: -32px;
  min-height: 200px;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .section-cover-tier {
    top: 0;
    position: fixed;
    width: 33.33%;
    height: 100%;
    transition-delay: 0.6s;
    background-size: contain;
    background-repeat: no-repeat;
    background: round;
  }
}

.section-cover-tier.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .section.active .section-cover-tier {
    -webkit-transform: none;
    transform: none;
  }
}

.section-cover-full {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1d1d1d;
  background-size: cover;
  background-position: center;
}

.section-cover-full.mask-black:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.cover-content {
  position: relative;
  height: auto;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 64px 16px;
  color: #ffffff;
}

@media (min-width: 576px) {
  .cover-content {
    padding-left: 64px;
    padding-bottom: 64px;
    padding-right: 40px;
    padding-top: 60px;
  }
}

.cover-content p:last-child {
  margin-bottom: 0;
}

.scrolldown {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  margin-bottom: 32px;
  left: 50%;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  z-index: 2;
  font-display: optional;
  background: transparent;
}

@media (max-width: 768px) {
  .scrolldown {
    display: none;
  }
  .page-id-32 .bounce-project-img {
    margin-top: 20px;
  }
}

@media (max-height: 480px) {
  .scrolldown {
    display: none;
  }
}

.scrolldown a {
  margin-left: 0;
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-family: "Open Sans", "Proxima Nova ", "Segoe UI", "Opensans", "Roboto", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  line-height: 1;
  font-display: optional;
  padding: 8px 8px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.2);
  background: transparent;
  border: none;
}

.scrolldown a .txt {
  position: absolute;
  width: 200px;
  text-align: center;
  left: -100px;
  top: 0;
}

.scrolldown a:after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 0;
  height: 34px;
  width: 18px;
  margin-right: 9px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: 0.3s;
}

.scrolldown a:before {
  position: absolute;
  content: "";
  bottom: 54px;
  right: 0;
  height: 4px;
  width: 4px;
  margin-right: 16px;
  border-radius: 40px;
  background: white;
  transition: 0.3s;
}

.scrolldown a:hover {
  color: #ffffff;
}

.scrolldown a:hover:before {
  bottom: 38px;
  background: #ffffff;
}

@media (min-width: 576px) {
  .btns-action {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.btns-action .btn {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .btns-action .btn {
    min-width: 120px;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 1;
}

@media (max-width: 576px) {
  .section {
    height: auto !important;
    display: block;
  }
}

@media (max-width: 768px) {
  .section {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .section {
    padding: 3px 2rem;
  }
}

@media (min-width: 992px) {}

@media (max-height: 480px) {
  .section:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
  }
}

.section.active:after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.section.bg-bright {
  color: #1d1d1d;
}

.section.bg-bright .section-title h2 {
  color: #d1335b;
}

.section h4,
.section h5 {
  line-height: 1.3;
}

.section p,
.section ul {
  opacity: 0.95;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .section p,
  .section ul {
    line-height: 1.75;
  }
}

.section .padding-top {
  padding-top: 32px;
}

@media (min-width: 768px) {
  .section .padding-top {
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .section .padding-top {
    padding-top: 80px;
  }
}

.section .padding-bottom {
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .section .padding-bottom {
    padding-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .section .padding-bottom {
    padding-bottom: 80px;
  }
}

.section .slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section.no-slide-arrows .fp-controlArrow {
  visibility: hidden;
}

.section .section-wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 0;
  margin-right: auto;
}

.section .section-wrapper.largewidth {
  max-width: 1237px;
}

@media (min-width: 768px) {
  .section .section-wrapper .scrollable {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .article-col-same-pm {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .section .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .section .section-wrapper {
    max-width: 1200px;
  }
}

.section .section-wrapper.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1600px) {
  .section .section-wrapper.fullwidth {
    max-width: none;
  }
}

.section-item {
  background: #1d1d1d;
}

.section-gallery {
  background: #1d1d1d;
}

.fp-scroller {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  padding-top: 64px;
  padding-bottom: 64px;
  transform: none !important;
}

@media (min-width: 768px) {
  .section-title .title-bg {
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  .section-title .title-bg {
    letter-spacing: 0em;
    padding-left: 0em;
    font-size: 10rem;
  }
}

@media (min-width: 768px) {
  .section-title .title-abs {
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
  }
}

.section.active .title-bg {
  opacity: 0;
  transition-delay: 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .section.active .title-bg {
    opacity: 0.075;
  }
}

@media (min-width: 768px) {
  .section-content.reduced {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-content .title-desc {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-content .title-desc {
    margin-bottom: 0rem;
  }
}

.section-content .illustr img {
  width: 100%;
}

.section-content .illustr img.portrait {
  max-height: 66vh;
  width: auto;
}

.section-content .illustr-legend {
  position: relative;
}

.section-content .illustr-legend img,
.section-content .illustr-legend .img {
  width: 50%;
  max-width: 480px;
}

.section-content .illustr-legend .legend {
  text-align: left;
}

@media (min-width: 768px) {
  .section-content .illustr-legend .legend {
    position: absolute;
    left: 75%;
    width: 25%;
    top: 10%;
  }
}

.section-content .illustr-legend .legend hr {
  width: 50%;
  margin: 0.25rem 0;
  border-top: 2px solid #d1335b;
}

.section-content .illustr-legend .legend h4 {
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .section-content .illustr-legend .legend.legend-left {
    left: 0%;
  }
}

.section-content .illustr-legend .legend.text-right hr {
  margin-left: 50%;
}

.section-content .illustr-center {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-content .illustr-center .img,
.section-content .illustr-center img {
  width: 100%;
}

.section-content img.logo {
  height: 96px;
  margin: 0.75rem 0;
}

@media (min-width: 576px) {
  .section-content img.logo {
    height: 128px;
  }
}

@media (min-width: 768px) {
  .section-content img.logo {
    height: 160px;
  }
}

.section-content hr {
  width: 100%;
  margin: 0.25rem 0;
  border-top: 1px solid #fff;
}

.section-content h4 {
  display: inline-block;
}

.section-content h4 strong {
  color: #d1335b;
}

.section-content .left-shopify-list ul {
  padding-left: 0;
}

.section-content ul {
  padding-left: 1rem;
}

.section-content ul li {
  list-style: none;
}

.section-content ul.list-primary {
  padding-left: 0;
}

.section-content ul.list-primary>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-primary>li:before {
  position: absolute;
  border-radius: 2rem;
  background: #d1335b;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: "";
}

.section-content ul.list-secondary {
  padding-left: 0;
}

.section-content ul.list-secondary>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-secondary>li:before {
  position: absolute;
  border-radius: 2rem;
  background: #3f4b62;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: "";
}

.section-content ul.list-white {
  padding-left: 0;
}

.section-content ul.list-white>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-white>li:before {
  position: absolute;
  border-radius: 2rem;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: "";
}

.section-content ul.list-black {
  padding-left: 0;
}

.section-content ul.list-black>li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}

.section-content ul.list-black>li:before {
  position: absolute;
  border-radius: 2rem;
  background: #1d1d1d;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.25em;
  content: "";
}

.section-content h2.border-primary,
.section-content h3.border-primary,
.section-content h4.border-primary,
.section-content h5.border-primary,
.section-content p.border-primary {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-primary:before,
.section-content h3.border-primary:before,
.section-content h4.border-primary:before,
.section-content h5.border-primary:before,
.section-content p.border-primary:before {
  position: absolute;
  border-top: 2px solid #d1335b;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-secondary,
.section-content h3.border-secondary,
.section-content h4.border-secondary,
.section-content h5.border-secondary,
.section-content p.border-secondary {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-secondary:before,
.section-content h3.border-secondary:before,
.section-content h4.border-secondary:before,
.section-content h5.border-secondary:before,
.section-content p.border-secondary:before {
  position: absolute;
  border-top: 2px solid #3f4b62;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-white,
.section-content h3.border-white,
.section-content h4.border-white,
.section-content h5.border-white,
.section-content p.border-white {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-white:before,
.section-content h3.border-white:before,
.section-content h4.border-white:before,
.section-content h5.border-white:before,
.section-content p.border-white:before {
  position: absolute;
  border-top: 2px solid #ffffff;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.section-content h2.border-black,
.section-content h3.border-black,
.section-content h4.border-black,
.section-content h5.border-black,
.section-content p.border-black {
  position: relative;
  padding-left: 1.5em;
}

.section-content h2.border-black:before,
.section-content h3.border-black:before,
.section-content h4.border-black:before,
.section-content h5.border-black:before,
.section-content p.border-black:before {
  position: absolute;
  border-top: 2px solid #1d1d1d;
  width: 1em;
  height: 0;
  left: 0;
  top: 0.5em;
  content: "";
}

.row .align-self-end .section-content .title-desc {
  margin-bottom: 0;
}

.row .align-self-end .section-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .fp-scrollable {
    height: auto !important;
  }
  .fp-scroller {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .section .anim.translateUp {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    transition: 0.3s ease-in-out;
  }
  .section.active .anim.translateUp {
    transition-delay: 0.3s;
    -webkit-transform: none;
    transform: none;
  }
  .fullscreen {
    width: 100%;
    min-height: 100vh;
  }
  @media (min-width: 576px) {
    .fullscreen-md {
      width: 100%;
      min-height: 100vh;
    }
  }
  @media (min-width: 768px) {
    .fullscreen-lg {
      width: 100%;
      min-height: 100vh;
    }
  }
  .fullscreen-position {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  @media (max-width: 767px) {
    .fullheight-sm-only {
      min-height: 100vh;
    }
  }
  .fullwidth {
    width: 100%;
  }
  @media (max-width: 767px) {
    .plr-sm-4 {
      padding-left: 4px;
      padding-right: 4px;
    }
  }
  @media (max-width: 767px) {
    .plr-sm-8 {
      padding-left: 8px;
      padding-right: 8px;
    }
  }
  @media (max-width: 767px) {
    .row-mlr-sm-4 {
      margin-left: -4px;
      margin-right: -4px;
    }
  }
  @media (max-width: 767px) {
    .row-mlr-sm-8 {
      margin-left: -8px;
      margin-right: -8px;
    }
  }
  @media (max-width: 767px) {
    .mb-sm-2 {
      margin-bottom: 8px !important;
    }
  }
  .hidden {
    display: none !important;
    visibility: hidden;
  }
  @media (max-width: 575px) {
    .hidden-sm {
      display: none !important;
      visibility: hidden;
    }
  }
  @media (max-width: 575px) {
    .hidden-md {
      display: none !important;
      visibility: hidden;
    }
  }
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .invisible {
    visibility: hidden;
  }
  .bg-primary {
    background-color: #d1335b !important;
  }
  .bg-secondary {
    background-color: #3f4b62 !important;
  }
  .bg-light-gray {
    background-color: #e1e1e1 !important;
  }
  .bg-white-gray {
    background-color: #f8f9fa !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .bg-black {
    background-color: #1d1d1d !important;
  }
  .bg-triangle-primary {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-primary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #d1335b;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-primary {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-primary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #d1335b;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-primary {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-primary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #d1335b;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-primary {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-primary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #d1335b;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .bg-triangle-secondary {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-secondary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-secondary {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-secondary:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-secondary {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-secondary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-secondary {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-secondary:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #3f4b62;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .bg-triangle-light-gray {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-light-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-light-gray {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-light-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-light-gray {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-light-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-light-gray {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-light-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .bg-triangle-white-gray {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-white-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-white-gray {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-white-gray:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-white-gray {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-white-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-white-gray {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-white-gray:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .bg-triangle-white {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-white:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-white {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-white:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-white {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-white:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-white {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-white:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .bg-triangle-black {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-black:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(50%);
    transform: skewY(-3deg) translateY(50%);
  }
  .bg-triangle-inverse-black {
    position: relative;
    padding-bottom: 100px;
  }
  .bg-triangle-inverse-black:after {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(50%);
    transform: skewY(3deg) translateY(50%);
  }
  .bg-triangle-top-black {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-top-black:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-3deg) translateY(-50%);
    transform: skewY(-3deg) translateY(-50%);
  }
  .bg-triangle-inverse-top-black {
    position: relative;
    padding-top: 100px;
  }
  .bg-triangle-inverse-top-black:before {
    content: "";
    height: 120px;
    width: 100%;
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(3deg) translateY(-50%);
    transform: skewY(3deg) translateY(-50%);
  }
  .mask-primary:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 51, 91, 0.5);
  }
  .mask-secondary:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 75, 98, 0.5);
  }
  .mask-light-gray:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
  }
  .mask-white-gray:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 249, 250, 0.5);
  }
  .mask-white:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .mask-black:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .btn-transp-icon.btn-black {
    color: #1d1d1d;
  }
  .btn-transp-icon.btn-black .icon {
    color: #1d1d1d;
  }
  .btn-transp-icon.btn-black.active,
  .btn-transp-icon.btn-black:active,
  .btn-transp-icon.btn-black:hover {
    color: inherit;
    background: rgba(29, 29, 29, 0.25);
  }
  .btn-transp-icon.btn-black.active .icon,
  .btn-transp-icon.btn-black:active .icon,
  .btn-transp-icon.btn-black:hover .icon {
    color: #ffffff;
  }
  .btn-transp-icon.btn-black.disabled,
  .btn-transp-icon.btn-black:disabled {
    color: #ffffff;
    background-color: #1d1d1d;
  }
  .btn-transp-icon.btn-black.icon-only:hover .icon {
    color: #ffffff;
  }
  .btn-transp-arrow {
    color: #ffffff;
    border: none;
    background-color: transparent;
    padding-right: 2rem;
    padding-left: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
  }
  .btn-transp-arrow:focus {
    box-shadow: none;
  }
  .btn-transp-arrow .icon {
    color: #d1335b;
    position: absolute;
    left: auto;
    right: 1rem;
    top: 1rem;
    transition: 0.2s;
  }
  .btn-transp-arrow .icon .fa,
  .btn-transp-arrow .icon .ion,
  .btn-transp-arrow .icon .icon {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
  }
  .btn-transp-arrow .arrow-right {
    width: 24px;
    height: 16px;
  }
  .btn-transp-arrow .arrow-right::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -9px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .btn-transp-arrow .arrow-right::after {
    content: "";
    top: 1px;
    right: -8px;
    position: absolute;
    width: 16px;
    height: 2px;
    border-top: 2px solid #ffffff;
    transition: 0.2s;
  }
  .btn-transp-arrow .arrow-left {
    width: 24px;
    height: 16px;
  }
  .btn-transp-arrow .arrow-left::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -8px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .btn-transp-arrow .arrow-left::after {
    content: "";
    top: 1px;
    left: -8px;
    position: absolute;
    width: 16px;
    height: 2px;
    border-top: 2px solid #ffffff;
    transition: 0.2s;
  }
  .btn-transp-arrow .text {
    display: inline-block;
    position: relative;
    transition: 0.2s;
  }
  .btn-transp-arrow.active,
  .btn-transp-arrow:active,
  .btn-transp-arrow:hover {
    color: #ffffff;
    background: #b02b4c;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .btn-transp-arrow.active .icon,
  .btn-transp-arrow:active .icon,
  .btn-transp-arrow:hover .icon {
    right: 0.75rem;
  }
  .btn-transp-arrow.active .text,
  .btn-transp-arrow:active .text,
  .btn-transp-arrow:hover .text {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  .btn-transp-arrow.active .arrow-right:after,
  .btn-transp-arrow:active .arrow-right:after,
  .btn-transp-arrow:hover .arrow-right:after {
    content: "";
    width: 28px;
  }
  .btn-transp-arrow.active .arrow-left:after,
  .btn-transp-arrow:active .arrow-left:after,
  .btn-transp-arrow:hover .arrow-left:after {
    content: "";
    width: 26px;
  }
  .btn-transp-arrow.active.icon-left .icon,
  .btn-transp-arrow:active.icon-left .icon,
  .btn-transp-arrow:hover.icon-left .icon {
    right: auto;
    left: 0.75rem;
  }
  .btn-transp-arrow.active.icon-left .text,
  .btn-transp-arrow:active.icon-left .text,
  .btn-transp-arrow:hover.icon-left .text {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  .btn-transp-arrow.disabled,
  .btn-transp-arrow:disabled {
    color: #ffffff;
    opacity: 0.7;
    background-color: #d1335b;
  }
  .btn-transp-arrow.btn-outline {
    border: 2px solid currentColor;
    padding-top: 0.65rem;
  }
  .btn-transp-arrow.btn-outline .icon {
    top: 0.9rem;
  }
  .btn-transp-arrow.icon-left {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
  .btn-transp-arrow.icon-left .icon {
    right: auto;
    left: 1rem;
  }
  .btn-transp-arrow.icon-only {
    padding: 0.75rem 1.5rem;
    height: 44px;
    width: 48px;
  }
  .btn-transp-arrow.btn-primary {
    color: inherit;
    background-color: transparent;
  }
  .btn-transp-arrow.btn-primary .icon {
    color: inherit;
  }
  .btn-transp-arrow.btn-primary .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit;
  }
  .btn-transp-arrow.btn-primary .arrow-right:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-primary .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit;
  }
  .btn-transp-arrow.btn-primary .arrow-left:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-primary.active,
  .btn-transp-arrow.btn-primary:active,
  .btn-transp-arrow.btn-primary:hover {
    color: #ffffff;
    background: #b02b4c;
  }
  .btn-transp-arrow.btn-primary.disabled,
  .btn-transp-arrow.btn-primary:disabled {
    color: #ffffff;
    background-color: #d1335b;
  }
  .btn-transp-arrow.btn-secondary {
    color: inherit;
    background-color: transparent;
  }
  .btn-transp-arrow.btn-secondary .icon {
    color: inherit;
  }
  .btn-transp-arrow.btn-secondary .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit;
  }
  .btn-transp-arrow.btn-secondary .arrow-right:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-secondary .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit;
  }
  .btn-transp-arrow.btn-secondary .arrow-left:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-secondary.active,
  .btn-transp-arrow.btn-secondary:active,
  .btn-transp-arrow.btn-secondary:hover {
    color: #ffffff;
    background: #353f52;
  }
  .btn-transp-arrow.btn-secondary.disabled,
  .btn-transp-arrow.btn-secondary:disabled {
    color: #ffffff;
    background-color: #3f4b62;
  }
  .btn-transp-arrow.btn-white {
    color: #ffffff;
    background-color: #d1335b;
  }
  .btn-transp-arrow.btn-white .icon {
    color: inherit;
  }
  .btn-transp-arrow.btn-white .arrow-right:before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
  .btn-transp-arrow.btn-white .arrow-right:after {
    border-top-color: #ffffff;
  }
  .btn-transp-arrow.btn-white .arrow-left:before {
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
  }
  .btn-transp-arrow.btn-white .arrow-left:after {
    border-top-color: #ffffff;
  }
  .btn-transp-arrow.btn-white.active,
  .btn-transp-arrow.btn-white:active,
  .btn-transp-arrow.btn-white:hover {
    color: #ffffff;
    background: #1d1d1d;
  }
  .btn-transp-arrow.btn-white.disabled,
  .btn-transp-arrow.btn-white:disabled {
    color: #ffffff;
    background-color: #1d1d1d;
  }
  .btn-transp-arrow.btn-black {
    color: inherit;
    background-color: transparent;
  }
  .btn-transp-arrow.btn-black .icon {
    color: inherit;
  }
  .btn-transp-arrow.btn-black .arrow-right:before {
    border-top-color: inherit;
    border-right-color: inherit;
  }
  .btn-transp-arrow.btn-black .arrow-right:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-black .arrow-left:before {
    border-bottom-color: inherit;
    border-left-color: inherit;
  }
  .btn-transp-arrow.btn-black .arrow-left:after {
    border-top-color: inherit;
  }
  .btn-transp-arrow.btn-black.active,
  .btn-transp-arrow.btn-black:active,
  .btn-transp-arrow.btn-black:hover {
    color: #ffffff;
    background: #181818;
  }
  .btn-transp-arrow.btn-black.disabled,
  .btn-transp-arrow.btn-black:disabled {
    color: #ffffff;
    background-color: #1d1d1d;
  }
}

.main-eommerce-section-1 {
  padding: 0px 0px 15px;
}

.main-eommerce-section-2 {
  padding: 10px 0px;
}

.bounce-experts-img img {
  width: auto;
}

.eommerce-section-1 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}

.list-eco-arrow ul {
  column-count: 1 !important;
}

.list-eco-arrow ul li::before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 7px;
}

.list-eco-arrow-to ul li::before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 7px;
}

.list-eco-arrow ul li {
  font-size: 15.5px;
}

.list-eco-arrow-to ul li {
  font-size: 15.5px;
}

.list-eco-arrow ul li strong {
  font-weight: bolder;
}

.main-list-eco-arrow {
  font-size: 32px !important;
  margin-top: 10px;
  line-height: 1.2 !important;
}

.main-list-eco-arrow-to {
  font-size: 24px !important;
  margin-top: 10px;
}

.ecommerce-main-list-top p {
  font-size: 24px;
}

.bounce-commerce-img img {
  width: 100%;
}

.btn.grad-orange {
  background: transparent linear-gradient(90deg, #f2724b 16%, #d6881b) 0 0 no-repeat padding-box;
  border-radius: 50px !important;
  color: #fff !important;
}

.btn.grad-orange:hover {
  background: transparent linear-gradient(90deg, #a02a06 16%, #eba442) 0 0 no-repeat padding-box;
  border-radius: 50px !important;
  color: #fff !important;
}

.main-eommerce-section-6 {
  margin-top: 8px;
}

.border-bottom {
  border-bottom: 1px solid rgba(129, 131, 134, .5) !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.5vw;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.btn.quote {
  width: auto;
  padding: 10px 24px;
  color: #1a1818;
  border: none;
  margin-top: 15px;
  margin-right: 10px;
}

.eommerce-section-1 .logos {
  align-items: center;
}

.process-maintenance h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.eommerce-section-1 .logos img {
  width: auto;
}

.process-maintenance img {
  width: 100px !important;
}

.custom-web-design-col {
  font-size: 24px;
  margin-bottom: 15px;
}

.main-eommerce-section-3 {
  padding: 15px 0px 15px;
}

.process-gor-new-col {
  text-align: center;
  margin-top: 15px;
}

.process-maintenance {
  padding: 10px 10px;
  background: #091289;
  border-radius: 10px;
  height: 100%;
}

.Maintenance-card-title {
  font-size: 18px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  font-display: optional;
}

.process-maintenance ul {
  list-style: disc;
  padding: 0 0px 0px 20px;
}

.process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 16px;
  color: #fff;
}

.Maintenance-icon img.icon-sm {
  width: 50%;
  display: block;
  margin: 5px auto 5px;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button::after {
  display: none;
}

.inner-nav-menu-top li a {
  color: #000 !important;
}

.inner-nav-menu-top .navbar-nav .nav-link {
  color: #000 !important;
}

.inner-navbar-toggler {
  color: #ffffff !important;
}

.inner-navbar-toggler .dropdown-toggle::before {
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
  background: #c3c3c3;
  color: #000 !important;
}

.inner-navbar-toggler-icon .bar1,
.inner-navbar-toggler-icon .bar2,
.inner-navbar-toggler-icon .bar3 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  color: #000;
}

.faq-plus-icon {
  margin-right: 15px;
}

.accordion-button {
  width: 100%;
  padding: 15px 30px;
  font-size: 1.5vw;
  color: #000 !important;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(136, 131, 131, 0.13);
}

.inner-main-title {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 0.5vw;
}

ul.footerLinks {
  margin-top: 15px;
  text-align: center;
  margin-left: 0 !important;
}

ul.footerLinks li {
  display: inline-block;
  margin: 0 15px;
}

ul.footerLinks li a {
  color: #514f4e;
  border-color: #514f4e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 180px;
  height: 3.6vw;
  min-height: 40px;
  max-height: 72px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #514f4e;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 50px;
}

.main-eommerce-section-5 {
  margin-top: 30px;
}

.main-eommerce-section-5 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.footerLinks li a:hover {
  background: #514f4e;
  color: #fff;
}

.too-main-title {
  font-size: 31.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none;
  color: #1a1818;
  margin-bottom: 10px;
  margin-top: 0px;
}

.contentSection {
  float: right;
  position: absolute;
  text-align: left;
  right: 0%;
  padding-left: 4%;
}

.main-slider-section .section-wrapper {
  margin-top: 7%;
  width: 50%;
}

.main-slider-section .contentSection {
  width: 48%;
}

.contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.section-body-footer {
  padding-top: 30px;
  padding-bottom: 0px;
}

.footer-col-width i {
  color: #fff;
  opacity: 1 !important;
}

.shopify-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.shopify-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.shopify-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.shopify-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.shopify-content-banner {
  position: relative;
  top: 20px;
}

.Shopify-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.Shopify-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.Shopify-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.shopify-eommerce-section-2 p {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-Shopify-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.shopify-process-maintenance {
  padding: 10px 10px;
  background: rgb(186, 74, 0);
  border-radius: 10px;
  min-height: 560px;
}

.shopify-process-maintenance h3 {
  text-align: center;
}

.shopify-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.shopify-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.shopify-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.shopify-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  color: #fff;
}

.shopify-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 15px;
  color: #fff;
}

.shopify-process-maintenance h3 {
  color: #fff;
}

.shopify-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.get-quote a {
  background: #1a1818;
  padding: 1.25vw .8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 5px;
}

.get-quote a p {
  color: #fff;
  font-size: 1vw;
  letter-spacing: 1.4px;
  font-weight: 300;
  margin: 0;
}

.get-quote a span.btn {
  width: auto;
  border: none;
  color: #1a1818;
  font-size: .73vw;
  padding: 1vw 1.25vw;
  text-decoration: none;
}

.newsletter-subscribe input {
  width: 92%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 8px;
  border-radius: 5px;
  border: 2px solid #fff;
  text-transform: capitalize;
}

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

.newsletter-subscribe button {
  background: transparent;
  padding: 10px 50px;
  font-size: 20px;
  color: #fff;
  border: 2px solid;
  border-radius: 50px;
}

.footer-col-h4 h4 {
  text-align: center !important;
  justify-content: center;
  display: block;
}

.footer-col-h4 h4 strong {
  color: #fff !important;
  opacity: 0.7;
}

.section-body-footer h5 {
  opacity: 0.7 !important;
  margin-bottom: 10px !important;
}

.border-left-right {
  border-left: 2px solid #ffffff8f;
}

.border-left-right {
  border-right: 2px solid #ffffff8f;
}

#other-contry-city {
  font-size: 14px !important;
  text-align: center;
}

.newsletter-subscribe-ul ul {
  column-count: 2;
}

.newsletter-subscribe-ul ul li {
  color: #fff;
}

.newsletter-subscribe-ul ul li:hover {
  text-decoration: underline;
}

.magento-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.magento-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.magento-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.magento-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.magento-content-banner {
  position: relative;
  top: 70px;
}

.magento-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.magento-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.magento-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.magento-eommerce-section-2 p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-Shopify-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.magento-process-maintenance {
  padding: 10px 10px;
  background: #f58437;
  border-radius: 10px;
  color: #fff;
  height: 622px;
}

.magento-process-maintenance h3 {
  text-align: center;
  margin-bottom: 20px;
}

.magento-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.magento-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.magento-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.magento-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 13px;
}

.magento-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.magento-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-magento-section-3 {
  padding: 0px 0px 20px 0px;
}

.magento-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-magento-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.development-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.development-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.development-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.development-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.development-content-banner {
  position: relative;
  top: 70px;
}

.development-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.development-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.development-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.development-eommerce-section-2 p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-development-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.development-process-maintenance {
  padding: 10px 10px;
  background: rgb(26, 82, 118);
  border-radius: 10px;
  min-height: 515px;
}

.development-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.development-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.development-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.development-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.development-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 16px !important;
  color: #fff;
}

.development-process-maintenance h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.development-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-development-section-3 {
  padding: 0px 0px 20px 0px;
}

.development-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-development-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mobile-app-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.mobile-app-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.mobile-app-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.mobile-app-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.mobile-app-content-banner {
  position: relative;
  top: 70px;
}

.mobile-app-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.mobile-app-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.mobile-app-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.mobile-app-eommerce-section-2 p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-mobile-app-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.mobile-app-process-maintenance {
  padding: 10px 10px;
  background: rgb(177, 137, 4);
  border-radius: 10px;
  min-height: 572px;
}

.mobile-app-process-maintenance h3 {
  text-align: center;
  margin-bottom: 20px;
}

.mobile-app-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.mobile-app-process-maintenance h3 {
  color: #fff;
}

.mobile-app-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.mobile-app-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.mobile-app-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 16px !important;
}

.mobile-app-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.mobile-app-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-mobile-app-section-3 {
  padding: 0px 0px 20px 0px;
}

.mobile-app-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-mobile-app-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.cloud-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.cloud-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.cloud-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.cloud-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.cloud-content-banner {
  position: relative;
  top: 70px;
}

.cloud-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.cloud-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.cloud-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.cloud-eommerce-section-2 p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-cloud-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.cloud-process-maintenance {
  padding: 10px 10px;
  background: #132e57;
  border-radius: 10px;
  min-height: 573px;
}

.cloud-process-maintenance h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.cloud-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.cloud-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.cloud-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.cloud-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.cloud-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 16px;
  color: #fff;
  opacity: 1;
}

.cloud-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.cloud-main-expertise-industries-content {
  margin-top: -40px;
}

.cloud-expertise-industries-title {
  position: relative;
  top: -48px;
  background: #fff;
  opacity: 1;
}

.cloud-expertise-industries-title a {
  color: #000;
  text-decoration: navajowhite;
}

.cloud-main-expertise-industries-content img {
  border-radius: 15px 15px 0px 0px;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-cloud-section-3 {
  padding: 20px 0px 40px 0px;
}

.cloud-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-cloud-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.golang-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.golang-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.golang-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.golang-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.golang-content-banner {
  position: relative;
  top: 70px;
}

.golang-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.golang-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.golang-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.golang-eommerce-section-2 p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-golang-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.golang-process-maintenance {
  padding: 10px 10px;
  background: #5da59f;
  border-radius: 10px;
}

.golang-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.golang-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.golang-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.golang-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.golang-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}

.golang-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.golang-main-expertise-industries-content {
  margin-top: -40px;
}

.golang-expertise-industries-title {
  position: relative;
  top: -48px;
  background: #fff;
  opacity: 1;
}

.golang-expertise-industries-title a {
  color: #000;
  text-decoration: navajowhite;
}

.golang-main-expertise-industries-content img {
  border-radius: 15px 15px 0px 0px;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-golang-section-3 {
  padding: 20px 0px 40px 0px;
}

.golang-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-golang-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.digital-marketing-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.digital-marketing-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.digital-marketing-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.digital-marketing-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.digital-marketing-content-banner {
  position: relative;
  top: 70px;
}

.digital-marketing-section-1 {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
  border-right: 2px solid;
}

.digital-marketing-section-2 {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
  border-right: 2px solid;
}

.digital-marketing-section-3 {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
}

.digital-marketing-eommerce-section-2 p {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-digital-marketing-img {
  width: 100% !important;
}

.main-digital-marketing-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.digital-marketing-process-maintenance {
  padding: 10px 10px;
  background: rgb(10, 181, 133);
  border-radius: 10px;
  color: #fff;
}

.digital-marketing-process-maintenance h3 {
  color: #fff;
}

.digital-marketing-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.digital-marketing-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.digital-marketing-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.digital-marketing-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.digital-marketing-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.digital-marketing-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.saas-contentSection .headline {
  font-size: 38.25px;
  font-weight: 200;
}

.saas-contentSection h1 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3.14px;
}

.saas-contentSection .getQuote .quoteListing {
  margin: 1.8vw 0 2.5vw;
  position: relative;
}

.saas-ecomm-get-a-quote {
  margin-top: 24px;
  border-radius: 50px;
}

.saas-content-banner {
  position: relative;
  top: 70px;
}

.saas-section-1 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.saas-section-2 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  border-right: 2px solid;
}

.saas-section-3 {
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.saas-eommerce-section-2 p {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
}

.bounce-shopify-img {
  width: 100% !important;
}

.main-saas-section-2 {
  padding: 50px 0px !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.saas-process-maintenance {
  padding: 10px 10px;
  background: #316484;
  border-radius: 10px;
  min-height: 635px;
}

.saas-process-maintenance h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.saas-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.saas-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.saas-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.saas-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.saas-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}

.saas-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.saas-main-expertise-industries-content {
  margin-top: -40px;
}

.saas-expertise-industries-title {
  position: relative;
  top: -100px;
  background: #fff;
  opacity: 1;
}

.saas-expertise-industries-title a {
  color: #000;
  text-decoration: navajowhite;
}

.saas-main-expertise-industries-content img {
  border-radius: 15px 15px 0px 0px;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-saas-section-3 {
  padding: 20px 0px 40px 0px;
}

.saas-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-saas-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.price-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 1.5vw;
  text-align: center;
}

.ui-ux-process-maintenance {
  padding: 10px 10px;
  background: #143e79;
  border-radius: 10px;
  color: #fff;
  height: 570px;
}

.ui-ux-process-maintenance h3 {
  color: #fff;
}

.ui-ux-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
  color: #fff;
}

.ui-ux-process-maintenance-expart {
  padding: 10px 10px;
  background: #ffffff7d;
  border-radius: 10px;
  border: 2px solid #a4f4a57d;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px 0 rgba(236, 250, 255, 0.2), 0 6px 15px 0 rgba(177, 169, 169, 0.19);
}

.ui-ux-process-maintenance-expart:hover {
  background: #f58537;
  border: 2px solid #cc641b;
}

.ui-ux-process-maintenance-expart ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
}

.ui-ux-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}

.ui-ux-main-eommerce-section-4 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.sectionSubHeading {
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #1a1818;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}

.sectionHeading {
  font-size: 37.5px;
  font-weight: normal;
  color: #1a1818;
  margin-bottom: 1.5vw;
}

.innerBox ul {
  -webkit-columns: 3;
  columns: 3;
  column-count: 3;
}

.innerBox ul li {
  font-size: 16.5px;
  margin-bottom: 1vw;
  font-weight: 500;
  list-style: none;
}

.innerBox ul li span {
  margin: 0 15px;
}

.main-ui-ux-section-3 {
  padding: 20px 0px 40px 0px;
}

.ui-ux-main-title {
  font-size: 37.5px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 2.5vw;
}

.main-ui-ux-section-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.blogs-img {
  width: 100%;
}

.main-blog-content {
  transition: .6s !important;
}

.main-blog-content:hover {
  transform: translate(0, 16%) !important;
}

.main-blog-content img {
  border-radius: 20px 20px 0px 0px !important;
}

.blogs-main-title {
  font-size: 37.5px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: -30px;
  letter-spacing: 0.1px;
}

.main-blogs-section-4 {
  margin-top: 15px;
  margin-bottom: 45px;
}

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

.blogs-section-wrapper {
  margin-left: auto !important;
}

.media img {
  width: 4.5rem;
  height: auto;
  margin-right: 1rem !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blogs-btn {
  height: 18px !important;
  border-radius: 50px;
  padding: 20px !important;
}

.single-blog-title a {
  color: #000;
  text-decoration: navajowhite;
}

.single-blog-title {
  background: #abd6a2;
  border-radius: 0px 0px 20px 20px;
}

.single-blog-title h5 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-blog-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: none;
}

.single-blog-title {
  background: #d3d5d3;
  padding: 10px 15px;
  height: 80px;
}

.blog-pagination li {
  float: left;
}

.blog-pagination {
  text-align: center;
  justify-content: center;
  display: flex;
}

.blog-pagination li a {
  padding: 5px 10px;
  text-decoration: navajowhite;
  border: 1px solid #d3d5d3;
  margin-right: 5px;
  color: #fff;
}

#results .blog-pagination li a {
  padding: 5px 10px;
  border: 1px solid #7c7c7c;
  margin-right: 5px;
  text-decoration: navajowhite;
  color: #000;
}

.blog-pagination li {
  float: left;
  margin-top: 15px;
}

.portfolio-img {
  width: 100%;
}

.main-portfolio-content .view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsla(0, 0%, 100%, .4);
  opacity: 0;
  transition: opacity .2s linear;
}

.main-portfolio-content .view:hover {
  opacity: 1;
}

.main-portfolio-content .view svg {
  width: 50px;
  height: auto;
  fill: #1a1818;
}

.main-portfolio-content img {
  border-radius: 4px !important;
}

.portfolio-main-title {
  font-size: 37.5px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 0px;
}

.main-portfolio-section-4 {
  margin-top: 36px;
  margin-bottom: 75px;
}

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

.portfolio-section-wrapper {
  margin-left: auto !important;
}

.media img {
  width: 4.5rem;
  height: auto;
  margin-right: 1rem !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfolio-btn {
  height: 18px !important;
  border-radius: 50px;
  padding: 0px !important;
}

.single-portfolio-title a {
  color: #000;
  text-decoration: navajowhite;
}

.single-portfolio-title {
  background: #abd6a2;
  border-radius: 0px 0px 20px 20px;
}

.single-portfolio-title h5 {
  font-size: 20px;
}

.single-portfolio-title {
  background: #d3d5d3;
}

.portfolio-pagination li {
  float: left;
}

.portfolio-pagination {
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 25px;
}

.portfolio-pagination li a {
  padding: 5px 10px;
  text-decoration: navajowhite;
  border: 1px solid #417c41;
  margin-right: 5px;
  color: #000;
}

.portfolio-pagination li {
  float: left;
  margin-top: 15px;
}

.portfolio-detail ul li img {
  height: 40px;
  margin-bottom: 15px;
}

.portfolio-detail ul li h5 {
  font-size: 19.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolio-detail ul li p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.portfolio-detail-list li {
  list-style: none;
  width: 215px;
  float: left;
  margin-right: 20px;
}

.modal-a .modal-dialog .portfolio-popup-body {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 1rem;
  background: #fff;
  height: 600px;
  overflow: auto;
}

#portflo_desc p {
  padding: 0;
}

#portflo_desc .w3-content.w3-section {
  width: 500px;
}

#portflo_desc img.mySlides {
  width: 500px !important;
  height: 300px !important;
}

.w3-content {
  max-width: 980px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.portfolio-popup-body .header h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolio-popup-body .header h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.project-img {
  width: 100%;
}

.main-project-content {
  transition: .6s !important;
}

.main-project-content:hover {
  transform: translate(0, -0.1%) !important;
}

.main-project-content img {
  border-radius: 20px 20px 0px 0px !important;
}

.project-main-title {
  font-size: 37.5px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 0px;
}

.main-project-section-4 {
  margin-top: 36px;
  margin-bottom: 75px;
}

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

.project-section-wrapper {
  margin-left: auto !important;
}

.media img {
  width: 4.5rem;
  height: auto;
  margin-right: 1rem !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-btn {
  height: 18px !important;
  border-radius: 50px;
  padding: 0px !important;
}

.single-project-title a {
  color: #000;
  text-decoration: navajowhite;
}

.single-project-title {
  background: #abd6a2;
  border-radius: 0px 0px 20px 20px;
}

.single-project-title h5 {
  font-size: 20px;
}

.single-project-title {
  background: #d3d5d3;
}

.project-pagination li {
  float: left;
}

.project-pagination {
  text-align: center;
  justify-content: center;
  display: flex;
}

.project-pagination li a {
  padding: 5px 10px;
  text-decoration: navajowhite;
  border: 1px solid #d3d5d3;
  margin-right: 5px;
  color: #000;
}

.project-pagination li {
  float: left;
  margin-top: 15px;
}

.saas-eommerce-section-2 p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

.project-project-section-2 h5 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.container.main-project-section-1 p {
  letter-spacing: 0.1px;
}

.project-project-section-2 p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.main-project-section-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.bounce-project-img {
  border-radius: 50px !important;
  padding: 0px;
  -webkit-animation: alternate;
  animation: alternate;
}

.main-job-card h2 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.loction-post-title {
  font-size: 18px;
  margin: 0;
  color: #505050;
}

.job-loction-href {
  font-size: 18px;
  margin: 0;
  color: #505050;
}

.main-job-area {
  border: 1px solid #83ced1;
  border-radius: 15px;
  padding: 20px 10px;
  box-shadow: 0 0 50px #f3f3f3;
  margin-bottom: 20px;
}

.main-job-area:hover {
  background: #e7feff;
}

.button-job-card a {
  border: 2px solid #62c1c5;
  padding: 8px 15px;
  border-radius: 50px;
  color: #62c1c5;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.button-job-card a:hover {
  background: #62c1c5;
  color: #fff;
}

.job-card {
  background: #dbeeec;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 13%);
}

.job-post-title {
  font-size: 22px;
}

.job-post-list li {
  list-style: none;
  margin-left: -10px;
  font-size: 17px;
  font-weight: 400;
}

.job-post-href {
  text-align: left;
  justify-content: center;
  display: block;
  background: transparent;
}

.awsm-job-entry-content h4 {
  color: #f16c43;
}

.awsm-job-entry-content h2 {
  color: #7e0401;
  font-size: 27px;
  font-weight: bold;
}

.awsm-job-entry-content ul li {
  position: relative;
  padding-left: 0;
}

.awsm-job-entry-content ul li::before {
  width: 6px;
  height: 6px;
  background: #f16c43 !important;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 4px;
  display: none;
}

.career-display-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.wpcf7-form-control.wpcf7-submit {
  position: relative;
  line-height: 24px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  background: #ca451c;
  display: inline-block;
  padding: 9px 26px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ca451c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 20px 0 10px -60px;
  left: 50%;
  float: none;
  cursor: pointer;
}

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: auto;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../img/bg-testimonials.jpeg);
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center;
  background-size: cover;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  height: 100vh;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 10px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 0px;
  height: 80vh;
  display: flex;
}

.testimonial .btn.quote {
  margin-top: 0;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.hirescstminn {
  text-align: center;
  width: 100%;
  float: left;
  height: 100%;
  background: #143e79;
  border-bottom: 3px solid #fff !important;
  backdrop-filter: blur(4px);
  padding: 20px 20px;
  position: relative;
  border-radius: 15px;
  color: #fff;
}

.hirescstminn02 {
  flex: 94%;
  text-align: left;
}

.hoverMTop:after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 4px;
  background: #ff4867;
  display: block;
  content: '';
  transition: width .5s ease-in-out;
}

.hirescstminn.hoverMTop:hover {
  background: rgb(186, 74, 0);
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.optimizeicons {
  text-align: center;
  margin-bottom: 10px;
}

.hirescstminn h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.hirescstminn p {
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px !important;
}

.md-name-title {
  font-size: 36px;
  font-weight: bold;
  color: #26076c;
}

.md-name {
  padding: 0;
  font-size: 23px;
  font-weight: bold;
  color: #800000;
}

.md-name-title-p {
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #FF8C00;
}

.md-section-col span {
  color: #FF8C00;
}

.awards-recognition-section {
  position: relative;
}

.mission-vision-bg1:hover {
  background: #ec9c2c;
}

.mission-vision-bg2:hover {
  background: #ec9c2c;
}

.mission-vision-bg3:hover {
  background: #ec9c2c;
}

.rest-api-process-maintenance h3 {
  text-align: center;
  color: #fff;
}

.bounce-rest-img img {
  width: auto;
}

.rest-api-process-maintenance {
  background: #143e79;
  padding: 10px 10px;
  border-radius: 10px;
  min-height: 550px;
}

.rest-api-process-maintenance ul {
  list-style: disc;
  padding: 0 0px 0px 20px;
}

.rest-api-process-maintenance ul li {
  margin-top: 10px;
  list-style: conic-gradient;
  padding: 0 0px 0px 5px;
}

.rest-api-process-maintenance ul li {
  list-style: conic-gradient;
  color: #fff;
}

.rest-api-process-maintenance ul li p {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, system-ui, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-display: optional;
  font-size: 13px;
  color: #fff;
}

#section-tab,
#tab-control,
#tab-div,
li {
  font-weight: 300;
}

ul li.nav-item {
  list-style: none;
}

#tab-control li {
  padding: 15px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}

#section-tab {
  display: flex;
}

#tab-control {
  width: 30vw;
}

#tab-div {
  width: 70vw;
  margin-left: 50px;
}

#control-selected {
  background: transparent linear-gradient(90deg, #a50606 16%, #d6881b) 0 0 no-repeat padding-box;
  color: white !important;
  border-radius: 10px;
}

.main-my-account-section-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-my-account-section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.light-red {
  padding: 20px;
  border-left: 3px solid #f16c43;
}

.form-pay-online input {
  margin-bottom: 18px;
}

.pagination-active {
  background: transparent linear-gradient(rgb(148, 145, 143), rgba(9, 9, 9, 0.21)) 0px 0px no-repeat padding-box;
  color: #fff !important;
  border: 1px solid #949391 !important;
  opacity: 0.7;
}

.section-body-footer p {
  font-size: 14px;
  opacity: 0.7;
}

.ui-ux-img img {
  width: auto;
}

.ai-ml-img-agrow img {
  width: auto;
}

.bounce-about-img img {
  width: auto;
}

.bounce-project-img img {
  width: 100%;
}

.main-menu-arrow i {
  font-size: 26px;
  position: relative;
  top: 3px;
}

.main-menu-arrow {
  font-weight: bold;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

form fieldset label {
  font-size: 13.5px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: top .1s linear, font-size .1s linear;
  pointer-events: none;
}

form fieldset input[type="email"],
form fieldset input[type="tel"],
form fieldset input[type="text"],
form fieldset input[type="url"],
form fieldset select,
form fieldset textarea {
  font-size: 13.5px;
  width: 100%;
  border: none;
  font-weight: 300;
  padding: 4% 0;
  background: transparent;
  border-bottom: 1px solid;
}

form fieldset span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f6760d;
  transition: width .5s ease-in-out;
}

form fieldset {
  margin-bottom: 2.5%;
  position: relative;
}

.newsletter-subscribe-ul ul li a {
  text-decoration: none;
  font-size: 14px;
}

.footer-col-h4 ul li a {
  font-size: 16px;
}

.coming-soon {
  font-size: 70px;
  font-weight: bold;
  text-decoration: underline;
  color: #a50606;
}

#form-message label {
  color: #fff;
}

#loginModal .title {
  color: #fff;
}

#registrationModal .title {
  color: #fff;
}

.inner-page-footer-left p {
  color: #fff;
}

.inner-page-footer-left a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.inner-page-footer-right i {
  color: #fff;
}

.inner-page-footer-right .nav-social {
  float: right;
}

.lets-work-together {
  width: auto !important;
  text-transform: capitalize !important;
  text-decoration: navajowhite;
  padding: 0px 20px !important;
}

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

.home-section-gorth-mt {
  margin-top: 75px;
}

.btn-pay-online {
  background: #fff;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 20px;
}

.form-pay-online h2 {
  margin-bottom: 23px;
  font-size: 30px;
}

.light-red h2 {
  margin-bottom: 23px;
  font-size: 30px;
}

#view_profile {
  background: transparent;
  border-radius: 5px;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #e9ecef00;
  opacity: 1;
  color: #fff;
}

.country-count option {
  color: #000;
}

/* option:not(first-child) { color: #000; } */

.blog-filter-field {
  border: 1px solid #ccc !important;
  margin-top: 15px;
  border-radius: 6px;
  background: #fff !important;
  padding: 7px;
}

.blog-filter-submit {
  background: #fff;
  border: 2px solid #fff;
  margin-top: 15px;
  padding: 1px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #b11e1e;
  border-radius: 5px;
}

.mt-10 {
  position: relative;
  top: 60px;
}

.desktop-only {
  display: block;
  color: inherit;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.desktop-only:hover {
  color: #fff !important;
}

.inner-desktop-only .desktop-only:hover {
  color: #000 !important;
}

.header-lets-together svg {
  vertical-align: middle;
  margin-right: 6px;
}

.header-lets-together p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  top: 9px;
  text-transform: uppercase;
}

.header-lets-together p span {
  position: relative;
}

.header-lets-together p span::after {
  width: 0;
  background: #1a1818;
  transition: width .5s ease-in-out;
}

.header-lets-together p span::before {
  width: 100%;
  background: #fff;
}

.header-lets-together p span::before {
  width: 100%;
  background: #fff;
}

.header-lets-together p span {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
  font-weight: bold;
}

.header-lets-together p span:hover {
  color: #fff;
}

.header-lets-together p:hover {
  color: #fff;
}

a.header-lets-together span::after {
  width: 0;
  background: #1a1818;
  transition: width .5s ease-in-out;
}

a.header-lets-together:hover span::after {
  width: 100%;
}

header .headerInner .headerLink p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.tal {
  text-align: left;
}

.headerLink p span {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
}

a.line-anim span {
  position: relative;
}

a.line-anim span::after,
a.line-anim span::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
}

a.line-anim span::before {
  width: 100%;
  background: #fff;
}

.headerLink p {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.headerLink p {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
}

a.line-anim span::after {
  width: 0;
  background: #ed0909;
  transition: width .5s ease-in-out;
}

a.line-anim:hover span::after {
  width: 100%;
}

.inner-desktop-only {
  display: block;
  color: inherit;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.inner-desktop-only:hover {
  color: #000;
}

.inner-header-lets-together svg {
  vertical-align: middle;
  margin-right: 10px;
}

.inner-header-lets-together p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  top: 9px;
  text-transform: uppercase;
}

.inner-header-lets-together p span {
  position: relative;
}

.inner-header-lets-together p span::after {
  width: 0;
  background: #1a1818;
  transition: width .5s ease-in-out;
}

.inner-header-lets-together p span {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
  font-weight: bold;
}

.inner-header-lets-together p span:hover {
  color: #000;
}

.inner-header-lets-together p:hover {
  color: #000;
}

a.inner-line-anim span {
  position: relative;
}

a.inner-line-anim span::after,
a.inner-line-anim span::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
}

a.inner-line-anim span::before {
  width: 100%;
  background: #ccc;
}

a.inner-line-anim span::after {
  width: 0;
  background: #000;
  transition: width .5s ease-in-out;
}

a.inner-line-anim:hover span::after {
  width: 100%;
}

.blog-desktop-only {
  display: block;
  color: inherit;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.blog-desktop-only:hover {
  color: #fff;
}

.blog-header-lets-together svg {
  vertical-align: middle;
  margin-right: 10px;
}

.blog-header-lets-together p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  top: 9px;
  text-transform: uppercase;
  color: #fff;
}

.blog-header-lets-together p span {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
  font-weight: bold;
}

.blog-header-lets-together p span:hover {
  color: #fff;
}

.blog-header-lets-together p:hover {
  color: #fff;
}

a.blog-line-anim span {
  position: relative;
}

a.blog-line-anim span::after,
a.blog-line-anim span::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
}

a.blog-line-anim span::before {
  width: 100%;
  background: #fff;
}

a.blog-line-anim span::after {
  width: 0;
  background: #a61818;
  transition: width .5s ease-in-out;
}

a.blog-line-anim:hover span::after {
  width: 100%;
}

.home-desktop-only {
  display: block;
  color: inherit;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.home-desktop-only:hover {
  color: #fff;
}

.home-header-lets-together svg {
  vertical-align: middle;
  margin-right: 10px;
}

.home-header-lets-together p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  top: 9px;
  text-transform: uppercase;
  color: #fff;
}

.home-header-lets-together p h4 {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
  font-weight: bold;
}

.home-header-lets-together p h4:hover {
  color: #fff;
}

.home-header-lets-together p:hover {
  color: #fff;
}

a.home-line-anim span {
  position: relative;
}

a.home-line-anim h4::after,
a.blog-line-anim h4::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
}

a.home-line-anim h4::before {
  width: 100%;
  background: #fff;
}

a.home-line-anim h4::after {
  width: 0;
  background: #fff;
  transition: width .5s ease-in-out;
}

a.home-line-anim:hover h4::after {
  width: 100%;
}

.menu-desktop-only {
  display: block;
  color: inherit;
  cursor: pointer;
  position: relative;
  top: 0px;
  padding-bottom: 9px;
}

.menu-desktop-only:hover {
  color: #fff;
}

.menu-header-lets-together svg {
  vertical-align: middle;
  margin-right: 10px;
}

.menu-header-lets-together span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 0;
  letter-spacing: 0px;
  position: relative;
  top: 2px;
  text-transform: capitalize;
  color: #fff;
}

.menu-header-lets-together span {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 7px;
}

.menu-header-lets-together span:hover {
  color: #fff;
}

.menu-header-lets-together span:hover {
  color: #fff;
}

a.menu-line-anim span {
  position: relative;
}

a.menu-line-anim span::after,
a.blog-line-anim span::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  top: 16px;
}

a.menu-line-anim span::before {
  width: 100%;
  background: #fff;
}

a.menu-line-anim span::after {
  width: 0;
  background: #fff;
  transition: width .5s ease-in-out;
}

a.menu-line-anim:hover span::after {
  width: 100%;
}

#fp-nav .active p {
  opacity: 0;
}

#fp-nav a p {
  display: none;
}

#fp-nav a p:hover {
  display: block;
}

.red-tooltip+.tooltip.top>.tooltip-arrow {
  background-color: #f00;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  background: #a506064a;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 15px;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 15px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(2n) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fbc2eb transparent transparent;
}

.timeline-item:nth-child(3n) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #8fd4f2;
}

.timeline-item:nth-child(4n) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #a1c4fd transparent transparent;
}

.timeline-item:nth-child(5n) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fcb7a0;
}

.timeline-item:nth-child(6n) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fbcca1 transparent transparent;
}

.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -25px rgba(0, 0, 0, 0.3);
}

.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fda383;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #a50606;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 0 20px;
}

.timeline-card a {
  margin-left: 20px;
}

.timeline-img-header h2 {
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.timeline-content {
  flex: 1 1 auto;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  border-radius: 10px;
  cursor: pointer;
}

.timeline-content:hover {
  background-position: right center;
}

.timeline-bg-1 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.timeline-bg-2 {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.timeline-bg-3 {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.timeline-bg-4 {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.timeline-bg-5 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.timeline-bg-6 {
  background: transparent linear-gradient(rgba(244, 118, 33, 0.36), rgba(252, 179, 21, 0.66)) 0px 0px no-repeat padding-box;
}

.timeline-bg-6:hover {
  background: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.timeline-content img {
  width: 100px;
}

.timeline-content h2 {
  font-size: 22px;
}

.main-timeline-section {
  padding: 38px 0px;
}

.timeline-main-title {
  font-size: 38.5px;
  font-weight: bold;
  text-transform: capitalize;
  color: #1a1818;
  margin-bottom: 0.5vw;
  margin-top: 2vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
  }
  .timeline .timeline-img {
    left: 50px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

.ecommerce-are-experts-logo img {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 5px 10px;
}

.legal-title {
  margin-bottom: 20px;
  font-weight: bold;
}

.bounce-shopify-img {
  width: auto;
}

.navbar-a .navbar-nav .nav-link i {
  font-size: 22px;
  width: 20px;
  margin-right: 5px;
}

.ion-md-arrow-forward::before {
  display: none;
}

.ion-md-arrow-back::before {
  display: none;
}

.carousel-nav-icon {
  height: 48px;
  width: 48px;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.img-golang-img-2 {
  width: auto;
}

.bounce-golang-img {
  width: auto;
}

#shopify-content-point-content .inner-main-title {
  margin-bottom: 45px;
  text-align: center;
}

.shopify-box-service {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 24px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.shopify-box-service {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 24px;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 500px;
}

.shopify-content-new p {
  font-size: 17px;
}

.connect-infosoft-for-magento ul {
  column-count: 2;
}

.services-in-magento-customization ul {
  column-count: 2;
}

.bounce-magento-img {
  width: 100%;
}

.bounce-cloud-img img {
  width: 100%;
}

.bounce-cloud-img img {
  border-radius: 50px 10px;
  border: 5px solid #d3d4d5;
  padding: 6px;
}

.bounce-commerce-img img {
  border-radius: 50px 10px;
  border: 5px solid #d3d4d5;
  padding: 6px;
}

.bounce-ui-ux-img img {
  width: 100%;
}

.growth-marketingimg-h img {
  width: auto !important;
}

.golang-fornt-img img {
  width: auto;
}

.img-aiml-img-2 {
  width: 100%;
}

.our-products-img-col img {
  width: 100%;
}

.digital-marketing-box-service {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 24px;
  border-radius: 20px;
  margin-bottom: 0px;
  min-height: 746px;
}

#shopify-content-point-content .digital-marketing-box-service {
  height: 100%;
  display: block;
  margin-bottom: 10px;
  min-height: auto;
}

.ecommerce-ptags-font p {
  font-size: 18px;
}

.shopify-box-service.shopify-ptags-font p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.shopify-box-service01 p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.saas-ptags-font p {
  font-size: 18px;
}

.cloud-ptags-font p {
  font-size: 18px;
}

.golang-content-new p {
  font-size: 18px;
}

.golang-content-new-main p {
  font-size: 23px;
}

.development-content-new p {
  font-size: 18px;
  margin-bottom: 5px;
}

.mobile-app-content-new p {
  font-size: 18px;
}

.digital-marketing-content-new p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.digital-marketing-content-new-main p {
  font-size: 22px;
}

.ui-ux-content-new p {
  font-size: 18px;
}

.rest-api-content-new p {
  font-size: 18px;
}

.process-for-new-project-sq h2 {
  margin-top: 20px;
  margin-bottom: -16px;
  padding: 0;
}

.timeline-content h2 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  padding: 0;
}

.captcha-section-col h2 {
  font-size: 18px;
  margin: 0px !important;
}

.capt-width {
  display: flex;
}

.capt-width input {
  border: 1px solid #ccc !important;
  padding: 5px !important;
  margin-left: 20px;
  width: 119px !important;
  border-radius: 0px;
  margin-top: 0px;
}

.captcha-same {
  margin-top: 15px;
}

.careers-jobs-post-form span {
  display: flex;
}

.careers-jobs-post-form .captcha-same {
  position: relative;
  top: 4px;
  padding: 0;
  margin: 0;
}

.accordion-body {
  padding: 10px 20px;
}

.accordion-body p {
  margin-bottom: 0;
}

.accordion-item.mb-3 {
  margin: 0px !important;
}

h4.bottom-text-col {
  color: #fff;
}

p.bottom-text-col-p {
  color: #fff !important;
}

.captcha-enter {
  color: #000;
}

.Maintenance-icon img {
  text-align: center;
  justify-content: center;
  display: block;
  position: relative;
  width: 100% !important;
  max-width: 100px !important;
  max-height: 100px;
  margin-bottom: 10px;
}

.Maintenance-icon {
  text-align: center;
  justify-content: center;
  display: flex;
}

.services-title-desc-dev-p {
  font-size: 24px !important;
}

.services-title-desc-dev {
  font-size: 45px !important;
}

.vision-bounds-box-img {
  width: 101px;
}

.mission-vision-border {
  border-bottom: 1px solid;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 6px 0px;
}

.mission-vision-bounds h3 {
  font-size: 50px;
  font-weight: 300;
  border-left: 5px solid #ff4767;
  border-right: 5px solid #ff4767;
  padding-left: 20px;
  font-family: sofia pro;
  font-display: optional;
  margin-bottom: 30px;
  border-radius: 20px;
}

.mission-vision-bg1 {
  background: rgb(186, 74, 0);
  color: #fff;
  padding: 20px 20px;
  min-height: 515px;
  border-radius: 25px;
}

.mission-vision-bg2 {
  background: rgb(204, 125, 14);
  color: #fff;
  padding: 20px 20px;
  min-height: 515px;
  border-radius: 25px;
}

.mission-vision-bg3 {
  background: rgb(155, 89, 182);
  color: #fff;
  padding: 20px 20px;
  min-height: 515px;
  border-radius: 25px;
}

.cs-column-inner {
  width: 100%;
  margin-bottom: 20px;
}

.case_study_inner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
  position: relative;
  overflow: hidden;
}

.case_study_inner .overlay.halfwidth {
  width: 70%;
}

.case_study_inner .overlay {
  width: 35%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
  z-index: 1;
  transition: all 1000ms cubic-bezier(.47, 1.64, .41, .8);
}

.case_study_inner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1000ms cubic-bezier(.47, 1.64, .41, .8);
  position: relative;
  overflow: hidden;
}

.case_inner_cover {
  width: 35%;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  z-index: 100;
}

.case_inner_cover.halfwidth {
  width: 70%;
}

.case_inner_cover img {
  max-height: 120px;
  max-width: 80%;
}

.case_inner_cover h3 {
  color: #fff;
  font-size: 30px;
  margin: 15px 0;
  font-weight: 600;
}

.case_inner_cover a {
  background-color: #FFF;
  padding: 10px 22px;
  margin: 20px 0;
  font-size: 16px;
  display: inline-block;
  color: #555;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
}

.case_inner_cover a:hover {
  background-color: #a50606;
  color: #fff;
}

.case_study_inner a:hover {
  text-decoration: none;
}

.case_study_inner:hover .overlay.halfwidth {
  width: 100%;
}

.navbar-collapse.show .nav-fullscreen-lg {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: auto;
  height: 100vh;
  background-color: #000;
}

.page-load-popup-header {
  background: transparent linear-gradient(rgb(244, 118, 33), rgb(252, 179, 21)) 0px 0px no-repeat padding-box;
}

.cs-icon-list {
  padding: 0;
  list-style: none;
  margin-left: 1.425em;
  text-indent: -0.75em;
  font-size: 19px;
  margin-bottom: -50px;
}

.cs-icon-list .cs-in {
  display: inline-block;
  width: 0.7em;
}

#portfolioModal-my .modal-content {
  position: relative;
  top: 70px;
}

.wpb_single_image img {
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  top: 75px;
}

.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}

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

.cs-column-inner {
  width: 100%;
  position: relative;
  top: -30px;
}

.top-btn-inner button {
  width: 100%;
  height: 35px;
  background: #fff;
  color: #3414ce;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  transition: .5s;
  before {
    position: absolute;
  }
  &:;
  margin: 0 auto;
  max-width: 35px;
  float: left;
  left: 0px;
}

.top-btn {
  width: 100%;
  height: 34px;
  background: #fff;
  color: #3414ce;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 33px;
  right: 47%;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  z-index: 999;
  transition: .5s;
  &: :;
  before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
  }
  &:;
  hover::before {
    height: 100%;
  }
  :;
  max-width: 35px;
  margin: 0 auto;
}

.top-btn-Connect {
  width: 200px;
  height: 34px;
  background: #810606;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  position: relative;
  bottom: 3px;
  right: 58px;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  z-index: 999;
  transition: .5s;
  &: :;
  before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
  }
  &:;
  hover::before {
    height: 100%;
  }
}

.top-btn-Connect:hover {
  background: #f00;
}

.top-btn-Connect-inner {
  width: 200px;
  height: 34px;
  background: #810606;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  position: relative;
  bottom: 3px;
  right: 58px;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  z-index: 999;
  transition: .5s;
  top: 30px;
}

.top-btn-Connect-inner a {
  color: #fff;
}

.top-btn-Connect-inner a:hover {
  color: #fff;
}

.top-btn-Connect-inner:hover {
  background: #f00;
}

.top-btn-Connect a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#popup {
  font-size: 16px;
  background-color: rgba(26, 82, 118, 0.84);
  width: 100%;
  padding: 15px 10px;
  left: 75px;
  bottom: 0px;
  position: relative;
  z-index: 2;
  -moz-box-shadow: -2px 3px 25px #a9a9a9;
  -webkit-box-shadow: -2px 3px 25px #a9a9a9;
  box-shadow: -2px 3px 25px #8a8a8a5c;
  float: right;
  right: 0;
  margin: 0px auto;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-radius: 18px;
  max-width: 450px;
  text-align: center;
  float: left;
  left: -63px;
}

#popup {
  display: none;
}

.cross {
  float: right;
  cursor: pointer;
  position: relative;
  top: -10px;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #000 !important;
  border-radius: 50px;
  line-height: 31px;
  left: 5px;
}

.itam-url-page ul {
  column-count: 3;
  margin-top: 30px;
}

.itam-url-page ul li i {
  background: #fff;
  color: #0d6efd;
  padding: 15px 17px;
  border-radius: 50px;
  font-size: 32px;
  margin-bottom: 5px;
}

.back-to-top {
  background-color: #ddd;
  padding: 2px 5px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #444;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.blog-page-title-show {
  position: relative;
  top: 52px;
}

.blog-page-title-show-img {
  width: 80px !important;
  height: 80px !important;
}

.bounce-2 {
  animation-name: bounce-2;
  animation-timing-function: linear;
  align-self: flex-end;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  margin-top: 30px;
}

@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-red {
  background-color: #860202 !important;
}

.invoice h2 {
  margin-bottom: 20px;
}

.invoice-table {
  padding: 20px;
  border: 3px solid #f16c43;
  background-color: #ffffff36;
}

.invoice-table .table>:not(caption)>*>* {
  padding: 0.7rem 0.7rem
}

.hero-a .section-body {
  padding-top: 20px;
}

.digital-marketing-box-service li {
  list-style: inside;
  padding: 3px 0;
}

#featured .section-body {
  padding-top: 4rem;
}

.itam-url-page li {
  color: #fff;
}

.footer-left p a:hover {
  color: #ffeff5;
}

.accordion-body li {
  list-style: inside;
}

ol,
ul {
  padding-left: 1rem;
}

input:focus-visible,
textarea:focus-visible {
  outline-offset: 0;
  outline: 0;
}

.cs-icon-list .cs-in {
  display: inline-block;
  width: 0.7em;
}

.body-page .modal-content {
  color: #fff;
}

.cs-icon-list li:before {
  font-family: "FontAwesome";
  font-display: optional;
  content: "\f058";
  display: inline-block;
  width: 0.7em;
}

ul.bulletpoint {
  padding: 0;
}

.bulletpoint li:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-display: optional;
  display: inline-block;
  width: 1rem;
}

h4.h4custon-css {
  background-color: #810606;
  color: #fff;
  padding: 6px 12px;
}

.lets-work-together i.fa.fa-arrow-circle-right {
  padding-right: 10px;
}

.modal-a .modal-dialog {
  position: relative;
  top: 0;
}

.section-pt-3 {
  padding-top: 0px;
}

.section-body.blog-padding {
  padding-top: 0rem !important;
}

.wpcf7-form b {
  color: red;
}

.row-align .row {
  align-items: center;
}

#payment_notes {
  height: 92px !important;
}

#description {
  min-height: 50px !important;
  height: 50px !important;
  padding: 10px 0px !important;
}

.ecommerce-ptags-font ul {
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
}

.all-tpo-section-contentSection h1 {
  font-size: 2rem;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  text-align: center;
  padding: 8px 0px;
  font-size: 22px;
  border: 5px solid #842029;
  border-radius: 10px;
}

.about-shopify-contentsection {
  position: relative;
  top: 14%;
}

.eommerce-section-1.ecommerce-ptags-font div strong img {
  width: 300px;
}

.newcenterdesign {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.wrapper ul li {
  list-style: inherit;
  font-weight: 300;
}

.article-content p {
  font-weight: 300;
}

.itam-url-page li a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  display: none;
}

.ecommerce-ptags-font ul li {
  list-style: disc;
  margin-left: 15px;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.article-content li {
  font-weight: 300;
}

.accordion-body p {
  font-size: 18px;
  font-weight: 300;
}

#description {
  padding: 4.2% 2px !important;
}

.menu-visible {
  overflow: hidden;
}

.new-number-col-all-section h2 {
  font-size: 40px;
}

.btn-video {
  margin-top: 4px;
}

.container.main-blogs-section-4 {
  padding-bottom: 20px;
}

.better {
  font-size: 20px;
  font-weight: 600;
}

h1.post-title {
  font-weight: 600;
}

.post-details {
  font-size: 16px !important;
  margin: 0;
  opacity: 1 !important;
}

p.post-details2 {
  color: #fff;
  margin-top: 10px;
  text-align: left;
}

.authr {
  height: 100%;
}

ul.bulletpoint {
  list-style: none;
}

.section-cover-tier {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #7e0200;
  background-position-y: 120%
}

p a,
span a,
li a,
strong a {
  text-decoration: underline;
  font-weight: 600;
  text-decoration-color: #000 !important;
}

.job-mask {
  background-size: cover;
}

.job-content {
  padding-top: 110px;
}

.item-list .bounce-commerce-img img,
.item-list .bounce-1 {
  padding-top: 6px !important;
}

.shopify-eommerce-section-2 ul li {
  font-size: 18px;
  line-height: 1.5;
}

.item-image-c .item-img {
  overflow: hidden !important;
  border-radius: 10px;
}

.page-id-20 .part-wrapper .item-list {
  margin-top: 10px;
}

.page-id-20 #featured .section-body {
  padding-top: 0;
}

.page-id-26 .bounce-box-img.dev-main-page-banner,
.page-id-13 .bounce-box-img.dev-main-page-banner {
  padding-top: 55px;
}

.fog-pwd a {
  color: #ed3403;
}

.page-id-27 .shopify-eommerce-section-2.shopify-content-new {
  padding-top: 20px;
}

.section-body-footer li a {
  font-weight: 500;
}

.page-id-27 .innerBox ul li span {
  margin: 0 0px;
}

#video_player iframe {
  width: 100% !important;
}

.page-id-21 .section-cover-tier {
  background-color: #f1f1f1 !important;
}

.article-content th,
.article-content td {
  border: solid 1px #7c7c7c;
  padding: 4px;
}

.article-content table {
  margin-bottom: 10px;
}

.inner-page-footer-right .nav-social ul {
  padding-top: 0;
}

.page-id-40 .item-list.mb-3 {
  margin-bottom: 0.8rem !important;
}

.page-id-31 #portflo_desc {
  color: #000;
  padding: 20px;
}

.portfolio-detail h5 {
  padding-left: 0;
}

.portfolio-popup-header .btn-icon.btn-white {
  background: #ffffff;
  color: #bb2464;
  position: absolute;
  right: 5px;
  top: 20px;
}

.portfolio-popup-header .btn-icon.btn-white:hover {
  color: #fff;
}

.portfolio-popup-header .title {
  display: none;
}

.page-id-31 .portfolio-popup-header {
  display: block;
}

.container.main-eommerce-section-1.template-id-329 {
  padding-top: 20px;
}

.single-post .section-content ul {
  padding-top: 0px;
}

.page-id-11 .main-eommerce-section-1,
.page-id-39 .main-eommerce-section-1,
.page-id-42 .main-eommerce-section-1,
.page-id-25 .main-eommerce-section-1 {
  padding: 0;
}

.page-id-11 .main-list-eco-arrow,
.page-id-25 .main-list-eco-arrow {
  margin-top: 0;
}

.page-id-building-a-brand-with-shopify-tips-and-strategies-for-success .single-post .section-content ul {
  margin-bottom: 0;
}

.template-id-347 .inner-main-title {
  margin-bottom: 20px !important;
  text-align: center;
}

.back-btn-right {
  margin: 0 0 0 auto;
}

.page-id-20 .item-image-c .item-header h4 {
  text-shadow: none !important;
}

.twitter-white {
  filter: invert(1);
  width: 22px;
  height: 25px;
}

.twitter-black {
  filter: invert(0);
  width: 22px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .single-post .section-content ul {
    padding-bottom: 10px;
  }
  .article-content p {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 520px) {
  .about-red h3 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
}

.homesection1 {
  background: #ba4a00;
}

.homeservices {
  background: rgb(204, 125, 14);
}

.watchleft {
  margin-left: 15px;
}

.wdautonew {
  width: 100%;
}

.homebrand {
  background: #f00;
}

.texttnone {
  text-transform: none;
}

.about-red h3 {
  font-size: 2.5rem;
}

.aboutmainbg {
  background: #f6f6f3;
}

.arrowfont {
  font-size: 24px;
  margin-bottom: 0;
}

.sect-padd {
  padding: 10px 0px;
}

.teambg {
  background: #d1def8;
}

.wd100 {
  width: 100%;
}

.stback {
  background: #e8e8e8;
}

.container.main-eommerce-section-1.template-id-431 ol li {
  font-size: 18px;
}

.modal-body {
  a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
    &:hover {
      background-color: #000;
      text-decoration: none;
      color: gold;
    }
  }
}

#myVideo .modal-dialog {
  z-index: 9999;
  position: relative;
  top: 60px;
  width: 100%;
  max-width: 620px;
}

#myVideo .close {
  border-radius: 50%;
  padding: 0px 11px;
  color: #f00;
  border: 2px solid;
  font-size: 22px;
  position: absolute;
  float: right;
  right: 10px;
  top: 10px;
}

#myVideo .modal-header {
  text-align: center;
  justify-content: center;
  padding: 5px;
  background: #000;
}

#myVideo .modal-body {
  padding: 5px;
}

div#myVideo {
  height: 100%;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  #myVideo .modal-dialog {
    width: auto;
    max-width: 700px;
  }
  div#myVideo {
    height: 400px;
  }
}

/*=======================New Banner Section CSS=======================*/

#home_banner_slider_0 .fp-scroller {
  padding: 0;
}

.services_industries.show {
  width: 100%;
  min-width: 833px;
  position: relative;
  left: -310px;
  background: #7f0401b0;
}

.service-top-header {
  position: relative;
  top: 15px;
}

.service-top-header-a {
  font-size: 18px;
}

.banner-slider-btn img {
  width: 112px;
  transition: transform 1s ease, opacity 1s linear, background-color .1s linear;
  /* transform: 3.5s linear 0s infinite normal;; */
}

.banner-slider-btn img:hover {
  transform: rotate(190deg);
}

#home_banner_slider_0 {
  padding: 0;
}

@media (max-width: 768px) {
  #home_banner_slider_0 .section {
    padding: 0px !important;
  }
}

/*=======================New Inner Page=========================*/

#msg {
  font-size: 15px;
  padding: 1px 0px;
}

#registrationModal .popup-header {
  margin-bottom: 0;
}

.navbar-a .inner-header-lets-together {
  width: 100%;
  text-align: left;
}

.inner-header-lets-together {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-a .inner-header-lets-together .nav-item:first-child {
  margin-left: 0;
}

.inner-header-lets-together .dropdown-toggle {
  color: #000;
}

.inner-header-lets-together .dropdown-toggle::before {
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
}

.inner-header-lets-together .dropdown-toggle::before,
.dropdown-toggle::after {
  content: "";
  border: none;
  border-radius: 1em;
  line-height: 1em;
  width: 1.25em;
  height: 1.25em;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  /* border: 1px solid #000; */
  color: #000;
}

.inner-header-lets-together .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.inner-header-lets-together .dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.page-id-26 .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.page-id-26 .dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.header-inner-white .navbar-toggler.collapsed {
  color: #ffffff !important;
  filter: invert(1) !important;
}

.header-inner-white .inner-nav-menu-top li a,
.header-inner-white .inner-nav-menu-top {
  color: #fff !important;
}

.service-top-header .dropdown-menu {
  color: #fff;
}

ul.dropdown-menu.services_industries.show li a {
  color: #fff !important;
}

.inner-header-lets-together .dropdown-toggle:hover::before {
  box-shadow: inset 0 0 0px 0.625em white;
}

.main-sticky-header {
  position: fixed;
}

.header-scroll {
  background: #fff !important;
}

.header-inner-white {
  background: #7e09097d;
}

.inner-header-lets-together .dropdown-menu {
  color: #fff;
}

.swiper-pagination-bullet {
  width: 35px !important;
  height: 8px !important;
  border-radius: 5px 5px 5px 5px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 25px !important;
  height: 8px !important;
  background: #f00 !important;
}

.max_type_enterprise {
  font-size: 28px;
}

.page-id-32 .service-top-header .dropdown-menu {
  color: #fff;
}

.page-id-26 .service-top-header .dropdown-menu {
  color: #fff;
}

.page-id-31 .service-top-header .dropdown-menu {
  color: #fff;
}

.page-id-21 .service-top-header .dropdown-menu {
  color: #fff;
}

.page-id-20 .service-top-header .dropdown-menu {
  color: #fff;
}

.page-id-32 .service-top-header .dropdown-menu a {
  color: #fff !important;
}

.page-id-26 .service-top-header .dropdown-menu a {
  color: #fff !important;
}

.page-id-31 .service-top-header .dropdown-menu a {
  color: #fff !important;
}

.page-id-21 .service-top-header .dropdown-menu a {
  color: #fff !important;
}

.page-id-20 .service-top-header .dropdown-menu a {
  color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
  /* display: none; */
}

.breadcrumb li a {
  color: #fff !important;
  text-decoration: none;
}

.breadcrumb li {
  color: #fff !important;
  text-decoration: none;
}

#crumbs {
  margin-top: 15px;
}

fieldset {
  border: 1px solid #fff !important;
}

.page-id-79 .begin-of-middle-section-1 ul li h3 {
  font-size: 20px;
  list-style: none;
}

.page-id-79 .eommerce-section-1 h3 {
  font-size: 20px;
  list-style: none;
}

.section-twoside ul {
  margin-left: 20px;
}

.header-inner-white {
  background: #7e0909;
}

.button-job-card {
  width: 200px;
}

.portfolioLink i {
  margin-right: 7px;
}

.navbar-nav.nav-cta {
  display: block !important;
}

.article-content img {
  width: 100% !important;
  height: 100% !important;
}

select:focus-visible {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .navbar-a .navbar-brand img {
    height: 90px !important;
    width: 100% !important;
  }
  .navbar-nav.nav-cta {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  /* .slide-item-gallery-a .item-content .title { */
  /* font-size: 3rem !important; */
  /* } */
  /* .slide-item-gallery-a .item-content .category { */
  /* font-size: 1.25rem; */
  /* } */
}

@media (min-width: 1024px) {
  .navbar-a .navbar-brand img {
    height: 48px;
    width: 150px;
  }
  .navbar-nav.nav-cta {
    display: none;
  }
  #fp-nav.right {
    margin-right: -20px;
  }
  .page-id-21 .section-cover-tier {
    background-image: url('https://www.connectinfosoft.com/img/let-s-get-started.jpg') !important;
    background-size: 100% !important;
    background-position-y: initial;
    background-repeat: no-repeat;
  }
  .case_inner_cover h3 {
    font-size: 22px;
  }
  #registrationModal {
    padding-top: 10%;
  }
  .headline-tag-about h1 {
    padding: 0px;
    margin: 0;
  }
  .headline-tag-about h1 {
    padding: 0px;
    margin: 0;
  }
  /* .slide-item-gallery-a .item-content .title { */
  /* font-size: 3rem !important; */
  /* } */
  /* .slide-item-gallery-a .item-content .category { */
  /* font-size: 1.25rem; */
  /* } */
}

@media screen and (min-width: 991px) {
  .navbar-a .navbar-brand img {
    height: 90px !important;
    width: 200px;
  }
  #video_popup_button {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .headline-tag-about h1 {
    padding: 0px;
    margin: 0;
  }
  .navbar-a .inner-header-lets-together {
    width: initial;
  }
  .page-id-21 .section-cover-tier {
    background-image: url('https://www.connectinfosoft.com/img/let-s-get-started.jpg') !important;
    background-size: 100% !important;
    background-position-y: initial;
    background-repeat: no-repeat;
  }
  .navbar-a .navbar-brand img {
    height: 60px;
    width: 200px;
  }
  .menu-visible .logo {
    display: none;
  }
  .navbar-expand-lg .inner-header-lets-together {
    flex-direction: row;
  }
  .navbar-a .inner-header-lets-together .nav-item {
    font-size: 1rem;
    margin-left: 12px;
    margin-right: 0px;
  }
  ul li.nav-item {
    list-style: none;
  }
  .navbar-expand-lg .inner-header-lets-together .dropdown-menu {
    position: absolute;
  }
  #video_popup_button {
    margin-top: 15px;
  }
  .portfolioLink {
    margin-top: 10px !important;
  }
  .slider-simple-a.animated .slide-item-a .item-content {
    display: none !important;
  }
  /* .slide-item-gallery-a .item-content .title { */
  /* font-size: 2rem !important; */
  /* } */
  /* .slide-item-gallery-a .item-content .category { */
  /* font-size: 14px; */
  /* } */
  /* .navbar-a .navbar-toggler { */
  /* margin-top: -8%; */
  /* } */
}

@media screen and (max-width: 768px) {
  .page-id-21 .section-cover-tier {
    background-image: url('https://www.connectinfosoft.com/img/let-s-get-started.jpg') !important;
    background-size: 100% !important;
    background-position-y: initial;
    background-repeat: no-repeat;
  }
  .slider-simple-a.animated .slide-item-a .item-content {
    display: none !important;
  }
  .portfolioLink {
    margin-top: 10px !important;
  }
  #registrationModal {
    padding-top: 20%;
  }
  .menu-visible .logo {
    display: none;
  }
  .navbar-nav.nav-cta {
    display: black;
  }
  .slide-item-gallery-a .item-content.content-width {
    width: auto;
  }
  .service-top-header {
    top: 23px;
  }
  .services_industries.show {
    width: 100%;
    min-width: auto;
    position: relative;
    left: 0px;
    background: #7f0401b0;
  }
  .slide-item-gallery-a .item-content .title {
    font-size: 18px;
  }
  /* .slide-item-gallery-a .item-wrapper { */
  /* height: auto; */
  /* } */
  .banner-slider-btn img {
    width: 100px;
    display: none;
  }
  .slide-item-gallery-a .item-content.content-width {
    width: auto;
    top: 0px;
    position: relative;
    margin-bottom: 0px;
    padding: 64px 20px;
  }
  .slide-item-gallery-a {
    width: 100vw;
    height: auto;
    padding: 0;
    padding-bottom: 0px;
  }
  .slide-item-gallery-a .item-content .category {
    font-size: 14px;
    font-weight: normal;
  }
  .item-feature-b .item-body h4 {
    font-size: 15px;
  }
  .max_type_enterprise {
    font-size: 20px;
  }
  .section-content ul {
    padding-top: 0px;
  }
  .item-feature-b .item-body h4:hover {
    transform: translateX(0px);
  }
  .inner-page-footer-right .footer-right {
    text-align: center;
    margin: 13px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .collaborate-innovate-col {
    top: 30px !important;
  }
  /* .service-top-header-a { font-size: 14px; } */
  .desktop-only {
    margin-top: 15px;
  }
  #bulletpoint-ul-li {
    padding-left: 0px;
    margin-left: 0px;
  }
  #py-4-col {
    padding: 0 !important;
  }
  .inner-header-lets-together .dropdown-item {
    font-size: 14px;
    color: #fff;
  }
  .inner-header-lets-together .dropdown-toggle {
    color: #fff;
  }
  .inner-header-lets-together h5 {
    font-size: 18px;
  }
  #popup {
    left: -50px;
    /* top: 27px; */
  }
  .top-btn-Connect {
    top: 20px;
  }
  #video_popup_button {
    margin-top: 15px;
  }
  .main-eommerce-section-3 {
    margin-bottom: 30px;
  }
  .case_inner_cover h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .navbar-a .navbar-brand img {
    height: 60px !important;
    width: 100% !important;
  }
  .navbar-a .dropdown-item {
    font-size: 1rem;
  }
  .all-tpo-section-contentSection h1 {
    font-size: 2rem;
    padding-left: 0px;
  }
  .all-tpo-section-contentSection h2 {
    padding-left: 20px;
  }
  .slider-simple-a.animated .slide-item-a .item-content {
    display: none !important;
  }
  .section-body.blog-padding {
    padding-bottom: 0px;
  }
  .case_inner_cover h3 {
    font-size: 15px !important;
  }
  .section-twoside ul {
    margin-left: 0px;
  }
  .section-content ul {
    padding-left: 0rem;
  }
  .section-content .article-content ul {
    padding-left: 18px;
  }
  .contentSection {
    padding-left: 0%;
  }
  .menu-visible .logo {
    display: none;
  }
  .navbar-nav.nav-cta {
    display: black;
  }
  .slide-item-gallery-a .item-content.content-width {
    width: auto;
  }
  .service-top-header {
    top: 23px;
  }
  .services_industries.show {
    width: 100%;
    min-width: auto;
    position: relative;
    left: 0px;
    background: #7f0401b0;
  }
  .slide-item-gallery-a .item-content .title {
    font-size: 18px;
  }
  /* .slide-item-gallery-a .item-wrapper { */
  /* height: auto; */
  /* } */
  .banner-slider-btn img {
    width: 100px;
    display: none;
  }
  .slide-item-gallery-a .item-content.content-width {
    width: auto;
    top: 10px;
    position: relative;
    margin-bottom: 0px;
    padding: 64px 20px;
  }
  .slide-item-gallery-a {
    width: 100vw;
    height: auto;
    padding: 0;
    padding-bottom: 0px;
  }
  .slide-item-gallery-a .item-content .category {
    font-size: 14px;
    font-weight: normal;
  }
  .item-feature-b .item-body h4 {
    font-size: 15px;
  }
  .max_type_enterprise {
    font-size: 20px;
  }
  .section-content ul {
    padding-top: 0px;
  }
  .section-body-footer .section-content ul {
    padding-left: 15px;
  }
  .item-feature-b .item-body h4:hover {
    transform: translateX(0px);
  }
  .inner-page-footer-right .footer-right {
    text-align: center;
    margin: 13px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .collaborate-innovate-col {
    top: 30px !important;
  }
  .service-top-header-a {
    font-size: 14px;
  }
  .desktop-only {
    margin-top: 15px;
  }
  #bulletpoint-ul-li {
    padding-left: 0px;
    margin-left: 0px;
  }
  #py-4-col {
    padding: 0 !important;
  }
  .inner-header-lets-together .dropdown-item {
    font-size: 14px;
    color: #fff;
  }
  .inner-header-lets-together .dropdown-toggle {
    color: #fff;
  }
  .inner-header-lets-together h5 {
    font-size: 18px;
  }
}

img.media-image.article_image {
  margin-bottom: 35px;
  margin-top: 15px;
}

.page-id-20 input::placeholder {
  color: #ababab !important;
}

.page-id-20 .form-control:disabled,
.page-id-20 .form-control:read-only {
  color: #ababab;
}

.page-id-31 .header-scroll {
  background-color: #7e0909 !important;
}

.job_btm .footer-page {
  bottom: 6px !important;
}

.job_btm .form-control {
  padding: 2px;
}

.job_btm .alert {
  position: relative;
  padding: 0.4rem 0.4rem;
  font-size: 14px;
}

ul.navbar-nav.nav-menu-top.inner-nav-menu-top .dropdown-toggle::after {
  filter: brightness(0.5);
}

.header-inner-white ul.navbar-nav.nav-menu-top.inner-nav-menu-top .dropdown-toggle::after {
  filter: contrast(0.5);
}

.home-service-bgimg {
  background-image: url('https://www.connectinfosoft.com/img/services-icon11.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.cta-button1 svg {
  background: #fff;
  border-radius: 100px;
  opacity: 0.6;
}

.wdautonew-title h5 {
  text-decoration: underline;
}

.overly-style-1 .cta-instance1:hover .icon-view-text {
  -webkit-transform: rotate3d(0, 0, 1, -360deg);
  transform: rotate3d(0, 0, 1, -360deg);
  -webkit-transition: -webkit-transform 40s linear;
  transition: transform 40s linear;
  -o-transition: transform 40s linear;
  transition: transform 40s linear, -webkit-transform 40s linear
}

.home-service-bgimg1 {
  position: relative;
}

.rfm-marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: var(--width);
  transform: var(--transform);
}

body .rfm-marquee {
  min-width: auto;
}

.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

.rfm-initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.rfm-child {
  transform: var(--transform);
}

.rfm-child .visible {
  line-height: 36px;
}

.hp-logos {
  align-items: center;
  display: flex;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.hp-logo {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  padding: 10px;
  justify-content: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 110px;
  width: 110px;
}

.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

.hp-marquee-container>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.5rem* var(--tw-space-y-reverse));
  margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
}

.rfm-marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: var(--width);
  transform: var(--transform);
}

.hp-gradient-left,
.hp-gradient-right {
  height: 150px;
  position: absolute;
  bottom: 0;
  width: 30%;
  z-index: 10;
}

.hp-gradient-left {
  background-image: linear-gradient(90deg, rgb(1 100 176) 20%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}

.hp-gradient-right {
  background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 20%, rgb(1 100 176) 90%);
  right: 0;
}

.hp-logo-image {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.hp-logo-image:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.rfm-marquee-container:hover div {
  animation-play-state: var(--pause-on-hover);
}

.overly-style-1 {
  position: relative;
  overflow: hidden;
}

.overly-style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  border-radius: 50px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.box_wht {
  color: #3ea8f9
}

.box_org {
  color: #fff;
}

.box_wht:hover {
  background-color: #3ea8f9 !important;
  color: #fff !important;
  transition: all 0.5s ease;
}

.box_org:hover {
  background-color: #fff !important;
  color: #3ea8f9 !important;
  transition: all 0.5s ease;
}

#citplAcceptCookieBar {
  padding: 10px 0 !important;
  background: #00000090 !important;
}

.pl-0 {
  padding-left: 0;
}

.wpcf7-form-control-wrap input {
  border: 1px solid #eaecef;
}

#subscribe-section {
  background-color: #53ce8f;
  color: #fff;
}

#subscribe-section.section {
  height: 140px !important;
}

.subscribe {
  padding: 30px 15px;
  position: relative;
}

.subscribe .images img,
.subscribe .images-block img {
  position: absolute;
  opacity: 0;
  max-height: 90%;
  width: auto;
}

.subscribe .images img.gear,
.subscribe .images-block img.gear {
  top: 50px;
  right: 20px;
}

.subscribe .images-block.not-animated img.gear,
.subscribe .images.not-animated img.gear {
  opacity: 1;
}

.subscribe .images-block.not-animated img.mail,
.subscribe .images.not-animated img.mail {
  opacity: 1;
  bottom: 0;
}

.subscribe .images img.mail,
.subscribe .images-block img.mail {
  left: 0;
  bottom: -100%;
}

.subscribe .images-block.not-animated img.mail-2,
.subscribe .images.not-animated img.mail-2 {
  opacity: 1;
  right: 0;
}

.subscribe .images img.mail-2,
.subscribe .images-block img.mail-2 {
  bottom: 0;
  right: -100%;
}

.form-subscribe {
  display: block;
  flex-flow: row wrap;
}

.form-subscribe input {
  background-color: #fff;
  padding: 17px 12px;
  font-size: 16px;
  color: #797676;
  border-color: transparent;
  border-radius: 50px 0 0 50px;
  width: 69%;
  margin-bottom: 0;
  margin-right: -7px;
}

.form-subscribe button {
  display: inline-block;
  padding: 20px 10px;
  border-radius: 50px 50px 50px 50px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  width: 75%;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #f15b26;
  top: 7px;
  left: 15px;
}

.semicircle--right::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100%;
  right: 0;
}

.semicircle--right {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.subscribe-title h4 {
  font-size: 32px;
  font-weight: bold;
}

.subscribe-title {
  position: relative;
  top: 10px;
}

.sign-up-citpl {
  display: flex;
}

.sign-up-citpl input {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .subscribe {
    padding: 20px 15px;
  }
  .mc4wp-form {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .subscribe-title {
    padding: 0px 0;
  }
  .subscribe-title h4 {
    text-align: center;
  }
}

#citplAcceptCookieBar {
  padding: 10px 0 !important;
  background: #00000090 !important;
}

#citplAcceptCookieBar p {
  font-size: 16px !important;
}

#citplAcceptCookieBar .citplAcceptCookieBarBtn {
  height: 40px !important;
  background: #013fff !important;
  line-height: 38px !important
}

.drop-shadow-sm {
  height: 40px;
}

.bluebg_1 {
  background-color: rgb(197 77 21);
}

.bluebg_2 {
  background-color: #3ea8f940;
}

.bluebg_3 {
  background-color: rgb(211 73 8);
}

.bluebg_4 {
  background-color: #197fcd30;
}

.bluebg_5 {
  background-color: #3ea8f950;
}

.bluebg_6 {
  background-color: #197fcd20;
}

.bluebg_7 {
  background-color: #ed4c1c;
}

.bluebg_8 {
  background-color: #3ea8f930;
}

.bluebg_9 {
  background-color: #197fcd50;
}

.bluebg_10 {
  background-color: #3ea8f9;
}

.bluebg_11 {
  background-color: #197fcd;
}

.bluebg_12 {
  background-color: rgb(247 93 20);
}

.bluebg_13 {
  background-color: #197fcd;
}

.bluebg_14 {
  background-color: rgb(134, 219, 240);
}

.bluebg_15 {
  background-color: #3ea8f9;
}

.bluebg_16 {
  background-color: rgb(100, 186, 223);
}

.bluebg_17 {
  background-color: rgb(103, 199, 216);
}

.bluebg_18 {
  background-color: rgb(99, 185, 222);
}

.ws-10 {
  width: 10px;
}

.ws-20 {
  width: 20px;
}

.ws-30 {
  width: 30px;
}

.ws-40 {
  width: 40px;
}

.ws-50 {
  width: 50px;
}

.ws-60 {
  width: 60px;
}

.ws-80 {
  width: 80px;
}

.ws-90 {
  width: 90px;
}

.ws-100 {
  width: 100px;
}

.ws-110 {
  width: 110px;
}

.ws-120 {
  width: 120px;
}

.ws-140 {
  width: 140px;
}

.ws-150 {
  width: 150px;
}

.ws-170 {
  width: 170px;
}

.ws-180 {
  width: 180px;
}

.ws-200 {
  width: 200px;
}

.ws-230 {
  width: 230px;
}

.blog_post_bottamfooter #subscribe-section {
  display: none;
}

.ref-lets-talk {
  background: #1b1919;
}

@media (max-width:600px) {
  /* .wpcf7-form.row.init .form-group { */
  /* height: 57px; */
  /* } */
}

.success-bg {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 0px;
  padding: 20px 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-top: 5px double #868686;
  border-bottom: 5px double #868686;
}

.features-list li {
  list-style: disclosure-closed;
}

.success-bg input {
  border: 1px solid #ddd !important;
}

.success-bg textarea {
  border: 1px solid #ddd !important;
}

#description {
  padding: 1.2% 2px !important;
}

.details-video-box iframe {
  border: solid 10px #ccc;
  border-radius: 6px;
}

.video-box {
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 15px 15px;
  display: block;
  width: 100%;
  height: 100%;
}

.video-view {
  margin: 18px auto 24px;
  text-align: center;
}

.video-view a {
  border: 2px solid #810606;
  padding: 8px 25px;
  border-radius: 50px;
  text-decoration: none;
  color: #810606;
  background: #fff;
  transition: all 0.5s ease-out;
}

.video-title .shopify-contentSection h1 {
  letter-spacing: normal;
}

ol.list-it li {
  list-style: inside;
  list-style-type: auto;
}

.new-number-col-all-section p {
  font-size: 40px;
}

div#msg_login {
  right: 4% !important;
}

.section-twoside ul {
  margin-left: 0px;
  margin-bottom: 0;
}

.shopify-contentSection .headline p {
  font-size: calc(1.275rem + .3vw);
  line-height: 1.3;
  font-weight: 400;
}



.carousel-caption-title {
    padding-bottom: 10px;
    background: -webkit- linear-gradient(0deg, #E500FF 0%, #E85100 20%, #FF4A4D 30%, #FFEBB7 50%, #FF4A4D 70%, #E85100 80%, #E500FF 100%);
    /* background: linear-gradient(0deg, #ffffff 0%, #E85100 20%, #fa9496 30%, #FFEBB7 50%, #f68f91 70%, #f4c7af 80%, #c67a7a 100%); */
	background: linear-gradient(
    0deg,
    #00E5FF 0%,
    #0099FF 20%,
    #6C63FF 40%,
    #A855F7 60%,
    #FF4D94 80%,
    #00E5FF 100%
);
    -webkit-background-clip: text;
	/* background: linear-gradient(0deg, #E500FF 0%, #E85100 20%, #FF4A4D 30%, #FFEBB7 50%, #FF4A4D 70%, #E85100 80%, #E500FF 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 400%;
    animation: pretty 10s ease-in-out infinite;
    transition: color 1s ease-in-out;
}
.carousel-caption-title {
    font-size: 3.5em !important;
    text-transform: none;
    font-weight: 900;
    /* -webkit-text-stroke: 2px #E2FADB; */
    color: #fff;
    position: relative;
    width: fit-content;
    padding-right: 10px;
    border: 0 !important;
    line-height: 64px !important;
    padding: 0 !important;
}

@keyframes pretty {
  0% {
    background-position:top
  }
  50% {
    background-position:bottom
  }
  100% {
    background-position:top
  }
}
.carousel-caption-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    bottom: -20px;
    opacity: 1;
}
.carousel-caption-category {
    padding-left: 8px;
}
.carousel-caption-title-simple {
    font-size: 3.5em !important;
    text-transform: none;
    font-weight: 900;
    /* -webkit-text-stroke: 2px #E2FADB; */
    color: #fff;
    position: relative;
    width: fit-content;
    padding-right: 10px;
    border: 0 !important;
    line-height: 64px !important;
    padding: 0 !important;
}
span.carousel-caption-title.\32 6-years-text {
    font-size: 64px !important;
}
.section-cover-tier {
    background-position-y: 125%;
}
.dev-main-page-banner img {
    border-radius: 35px;
}


@media (min-width: 1200px) {
  .shopify-contentSection .headline p {
    font-size: 1.5rem;
  }
}
#subscribe-section.section {
    height: 232px!important;
}

@media (max-width: 600px) {
	#subscribe-section.section {
    height: auto !important;
}
.carousel-caption-title {
    font-size: 2.5em !important;
    line-height: 45px !important;
}
.carousel-caption-title-simple {
    font-size: 2.5em !important;
    line-height: 45px !important;
}
span.carousel-caption-title.\32 6-years-text {
    font-size: 40px !important;
}
.carousel-caption-category {
    padding-left: 0px;
    line-height: 22px !important;
}


}

.shopify-contentSection .headline p, .main-slider-section .contentSection .headline p {
    font-size:calc(1.275rem + .3vw);
    line-height: 1.3;
    font-weight: 400;
}
 
@media (min-width: 1200px) {
    .shopify-contentSection .headline p, .main-slider-section .contentSection .headline p {
        font-size: 1.5rem;
    }
}

.innerBox.list-eco-arrow table td {
    border: 1px solid #ddd;
    padding: 2px 8px;
	width: 100%;
}
.innerBox.list-eco-arrow table th {
    border: 1px solid #ddd;
    padding: 10px 8px;
    color: #fff;
    background: #1b4585;
}
.innerBox.list-eco-arrow table td p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 15px;
}
.innerBox.list-eco-arrow table th p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 15px;
}

.innerBox.list-eco-arrow table {
    border: 1px solid #ddd;
    padding: 10px;
}
.shopify-eommerce-section-2.shopify-content-new table td {
    border: 1px solid #ddd;
    padding: 8px 8px;
    width: 100%;
}
.shopify-eommerce-section-2.shopify-content-new table th {
    border: 1px solid #ddd;
    padding: 10px 8px;
    color: #fff;
    background: #1b4585;
}
.shopify-eommerce-section-2.shopify-content-new table td p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 15px;
}
.shopify-eommerce-section-2.shopify-content-new table th p {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 15px;
}

.shopify-eommerce-section-2.shopify-content-new table {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
}
