:root {
  --white: #ffffff;
  --primary-blue: #0099c4;
  --secondary-blue: #c4e3e6;
  --slider-color-dots: #3cbbc9;
  --black: #000000;
  --black-1: #4a4a44;
  --balck-2: #221429;
  --balck-3: #0f0f0f;
  --balck-4: #202946;
  --orange: #f37245;
  --orange-1: #db6c29;
  --grey-bg: #f5f5f5;
  --grey: #8690af;
  --bs-accordion-btn-icon-transform: rotate(45deg);
  --font-40: 40px;
  --font-32: 32px;
  --font-26: 26px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --font-12: 12px;
  --font-w700: 700;
  --font-w600: 600;
  --font-w500: 500;
  --font-w400: 400;
  --font-w300: 300;
}

@font-face {
  src: url(fonts/Brandon-Medium.OTF);
  font-family: Brandon-Medium;
  font-display: swap;
}

@font-face {
  src: url(fonts/Brandon-Regular.OTF);
  font-family: Brandon-Regular;
  font-display: swap;
}

@font-face {
  src: url(fonts/Brandon-Bold.OTF);
  font-family: Brandon-Bold;
  font-display: swap;
}

@font-face {
  src: url(fonts/Brandon-Black.OTF);
  font-family: Brandon-Black;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  padding-right: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5.5px;
  background: #d6d6d6;
  right: 5px;
}

::-webkit-scrollbar-corner {
  background: transparent;
  margin-bottom: 5px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

body {
  font-size: 24px;
  font-weight: var(--fw_400);
  overflow-x: hidden;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  height: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

h1 {
  font-size: var(--font-40);
  font-weight: var(--font-w700);
}

h2 {
  font-size: var(--font-32);
  font-weight: var(--font-w700);
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
  .banner_text_points {
    display: none;
  }
}

h3 {
  font-size: var(--font-26);
  font-weight: var(--font-w700);
}

@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: var(--font-24);
  font-weight: var(--font-w700);
}

h5 {
  font-size: var(--font-20);
}

@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: var(--font-18);
}

p {
  font-size: var(--font-16);
}

.p_secondary {
  font-size: var(--font-14);
}

.orange-btn {
  background: linear-gradient(94deg, #efa449 35.06%, #f37245 105.75%);
  color: var(--white);
  font-size: var(--fnt_16);
  font-weight: var(--font-w700);
  line-height: 32px;
  padding: 8px 0;
  border-radius: 8px;
  border: none;
  width: 180px;
  font-size: 16px;
}

.orange-btn:hover,
.orange-btn:focus,
.orange-btn:active {
  outline: none;
  border: none;
}

.accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

@keyframes rotate-0 {
  0% {
    left: 200px;
    bottom: -50px;
  }

  25% {
    left: -50px;
    bottom: -50px;
  }

  50% {
    left: 50px;
    bottom: 300px;
  }

  75% {
    left: 400px;
    bottom: 300px;
  }

  100% {
    left: 200px;
    bottom: -50px;
  }
}

@keyframes rotate-180 {
  0% {
    top: -50px;
    left: 100px;
  }

  25% {
    top: 0px;
    left: 400px;
  }

  50% {
    top: 300px;
    left: 250px;
  }

  75% {
    top: 300px;
    left: 0px;
  }

  100% {
    top: -50px;
    left: 100px;
  }
}

@media (max-width: 768px) {
  @keyframes rotate-0 {
    0% {
      left: 150px;
      bottom: -50px;
    }

    25% {
      left: -50px;
      bottom: -50px;
    }

    50% {
      left: 25px;
      bottom: 200px;
    }

    75% {
      left: 200px;
      bottom: 200px;
    }

    100% {
      left: 150px;
      bottom: -50px;
    }
  }

  @keyframes rotate-180 {
    0% {
      top: -50px;
      left: 100px;
    }

    25% {
      top: 0px;
      left: 250px;
    }

    50% {
      top: 200px;
      left: 200px;
    }

    75% {
      top: 200px;
      left: 0px;
    }

    100% {
      top: -50px;
      left: 100px;
    }
  }
}
.email-error-msg {
  color: red;
  text-align: left !important;
  display: block;
  font-size: 11px;
  margin-top: 5px;
  font-weight: 600;
  margin-left: 5px;
}
.empower-section-head {
  color: #4e546e;
  margin-bottom: 40px;
  text-align: left;
  font-size: 24px;
  /* font-weight: var(--font-w700); */
  line-height: 1.2;
  font-family: Brandon-Medium !important;
}

.section-head {
  color: #4a4a4a;
  margin-bottom: 15px;
  text-align: center;
  font-size: var(--font-40);
  /* font-weight: var(--font-w700); */
  line-height: 1.2;
  font-family: Brandon-Medium !important;
}

.wfx-banner {
  padding: 60px 0px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-head {
    font-size: 25px;
    line-height: 1.5;
  }

  .empower-section-head {
    text-align: center;
    font-size: 25px;
  }
}

.wfx-banner .banner-text h1 {
  color: var(--primary-blue);
  line-height: 135%;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #0099c4 0%, #00d1cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: Brandon-Medium !important;
  font-size: 45px;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .banner-text h1 {
    font-size: 28px;
    text-align: center;
  }

  .wfx-banner {
    padding: 40px 0px;
  }

  .nav-container {
    display: inline-flex;
    padding-left: 0 !important;
  }
}

.wfx-banner .banner-text h2 {
  color: rgba(47, 50, 65, 0.7);
  font-weight: var(--font-w500);
  margin-bottom: 30px;
  line-height: 25px;
  font-size: var(--font-18);
}

@media only screen and (max-width: 767px) {
  .wfx-banner .banner-text h5 {
    font-size: var(--font-14);
    text-align: center;
    margin-bottom: 24px;
  }

  .wfx-banner .banner-text h2 {
    font-size: var(--font-16);
    text-align: center;
    margin-bottom: 24px;
    /* padding: 0 15px; */
  }
}

@media only screen and (max-width: 767px) {
  .wfx-banner .banner-text button {
    font-size: 16px;
  }
}

.wfx-banner .banner-animate {
  background-image: url(images/banner-rect-bg.svg);
  background-repeat: no-repeat;
  width: 437px;
  height: 360px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 54px 60px;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .banner-animate {
    width: 320px;
    height: 260px;
    margin: auto;
    background-size: contain;
    justify-content: center;
  }
}

.wfx-banner .banner-animate figure {
  margin: 0px;
}

.wfx-banner .banner-animate figure img {
  max-width: 420px;
  max-height: 320px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .banner-animate figure img {
    width: 315px;
    height: 236px;
  }
}

.wfx-banner .banner-animate .banner-block {
  position: absolute;
  z-index: -1;
}

.wfx-banner .banner-animate .banner-block.block-1 {
  right: 100px;
  bottom: -50px;
  animation: rotate-0 5s infinite;
  animation-direction: normal;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .banner-animate .banner-block.block-1 img {
    width: 109px;
    height: 89px;
  }
}

.wfx-banner .banner-animate .banner-block.block-2 {
  bottom: 500px;
  right: 300px;
  animation: rotate-180 5s infinite;
  animation-direction: normal;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .banner-animate .banner-block.block-2 img {
    width: 67px;
    height: 56px;
  }
}

.wfx-banner .patch-blue {
  position: absolute;
  bottom: -20px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .wfx-banner .patch-blue {
    display: none;
  }
}

.empower-world {
  padding: 20px 0px;
  position: relative;
}

.empower-world svg {
  width: 75%;
}

.empower-world img {
  width: 80%;
}

.empower-world .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}

.empower-world .swiper.empower-world-swiper-1 {
  margin-bottom: 32px;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.empower-world .swiper.empower-world-swiper-2 {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.empower-world .swiper.empower-world-swiper-3 {
  margin-bottom: 32px;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.empower-world .swiper.empower-world-swiper-4 {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

/* .empower-world .swiper.empower-world-swiper-5 {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
} */

.empower-world .swiper-slide {
  width: 150px;
  text-align: center;
}

/* .empower-world .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
} */

.empower-world .patch-blue {
  position: absolute;
  right: 0px;
}

@media only screen and (max-width: 768px) {
  .empower-world .patch-blue {
    display: none;
  }

  .empower-world .swiper-slide {
    width: 130px;
  }

  .empower-world .integration-slider .swiper-slide {
    width: 200px;
  }

  .empower-world empower-world-swiper-3 img,
  .empower-world empower-world-swiper-4 img {
    width: 100%;
  }

  .empower-world svg {
    width: 80%;
  }
}

.key-modules {
  padding: 80px 0;
}

.key-modules .p_secondaryheading {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* margin-bottom: 40px; */
  font-weight: 600;
}

.key-modules .module_list {
  margin: 0px 0 35px 0px;
}

.key-modules .p_secondary {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .key-modules .p_secondaryheading {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 40px;
  }

  .wfx-tabs-heading .section-head {
    line-height: 1.2;
  }

  .key-modules {
    padding: 60px 0 0;
  }
}

.key-modules .section-head {
  margin-bottom: 20px;
}

.key-modules .row .accordion {
  margin-block: 150px 0;
}

.key-modules .row .accordion .accordion-item {
  padding: 23px 27px;
  border: 1px solid var(--secondary-blue);
  border-radius: 14px;
  margin-block: 16px;
  cursor: pointer;
}

.key-modules .row .accordion .accordion-item .accordion-header button {
  padding: 0px;
}

.key-modules .row .accordion .accordion-item .accordion-header button::after {
  content: none;
}

.key-modules .row .accordion .accordion-item .accordion-header button p {
  font-weight: var(--font-w700);
  margin-bottom: 0px;
  color: var(--black);
}

.key-modules .row .accordion .accordion-item .accordion-body {
  padding: 0px;
}

.key-modules .row .accordion .accordion-item .accordion-body .card {
  border: none;
  color: var(--black);
  opacity: 0.5;
  height: 200px;
  overflow-y: scroll;
  /*  scrollbar-width: none;*/
}

.key-modules .row .accordion .accordion-item .accordion-body a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: var(--font-w700);
}

.key-modules .row .accordion .accordion-item .accordion-body a img {
  margin-left: 16px;
}

.key-modules .row .accordion .accordion-item .accordion-body a:hover img {
  margin-left: 20px;
  transition: 0.5s ease-in-out;
}

.key-modules .row .nav-pills {
  overflow-x: scroll !important;
  flex-wrap: nowrap;
}

.key-modules .row .nav-pills .nav-link {
  color: var(--balck-2);
  font-size: var(--font-20);
  font-weight: var(--font-w700);
}

.key-modules .row .nav-pills .nav-link.active {
  color: var(--primary-blue);
  background-color: transparent;
}

.key-modules .row .tab-content {
  max-width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  height: 100%;
}

.key-modules .row .tab-content .tabs__tab {
  display: none;
}

.key-modules .row .tab-content .tabs__tab .card {
  display: none;
}

@media only screen and (max-width: 768px) {
  .key-modules .row .tab-content .tabs__tab {
    border: none;
  }

  .key-modules .row .tab-content .tabs__tab .card {
    border: none;
    display: block;
  }
}

.key-modules .row .tab-content .tabs__tab.active[data-tab-info] {
  display: block;
}

.key-modules .row .tab-content .tabs__tab img {
  width: 100%;
}

.key-modules .row .tab-content .tabs__tab form {
  padding: 102px 93px 55px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .key-modules .row .tab-content .tabs__tab form {
    padding: 20px;
    border-radius: 25.613px;
    border: 1.067px solid #028796;
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(2, 135, 150, 0.05);
  }
}

.key-modules .row .tab-content .tabs__tab form .form-group {
  margin-block: 32px;
}

.key-modules .row .tab-content .tabs__tab form .form-group .form-label {
  color: var(--primary-blue);
  margin-bottom: 16px;
}

.key-modules .row .tab-content .tabs__tab form .form-group .form-control {
  border-bottom: 0.534px solid rgba(3, 135, 150, 0.2);
  background: #fff;
  box-shadow: 0px 4.269px 42.688px 0px rgba(0, 0, 0, 0.05);
  border: 0.534px solid rgba(3, 135, 150, 0.2);
  padding: 12px 22px;
  font-size: 14px;
  font-weight: var(--font-w400);
  width: 246px;
}

@media only screen and (max-width: 768px) {
  .key-modules .row .tab-content .tabs__tab form .form-group .form-control {
    width: 100% !important;
  }
}

.key-modules
  .row
  .tab-content
  .tabs__tab
  form
  .form-group
  .form-control::-moz-placeholder {
  color: rgba(31, 31, 31, 0.4);
  font-size: var(--font-14);
}

.key-modules
  .row
  .tab-content
  .tabs__tab
  form
  .form-group
  .form-control::placeholder {
  color: rgba(31, 31, 31, 0.4);
  font-size: var(--font-14);
}

.key-modules
  .row
  .tab-content
  .tabs__tab
  form
  .form-group:first-child
  .form-control {
  width: 364px;
  border-bottom: 0.534px solid rgba(3, 135, 150, 0.2);
  background: #fff;
  box-shadow: 0px 4.269px 42.688px 0px rgba(0, 0, 0, 0.05) !important;
  border: none;
}

.key-modules .row .tab-content .tabs__tab form button {
  border-radius: 8px;
  background: linear-gradient(98deg, #99edec 3.16%, #0099c4 79.89%);
  padding: 10px 26px;
  color: var(--white);
  font-size: var(--font-18);
}

.key-modules .row:nth-of-type(2) .tab-content {
  margin: unset;
}

.swiper-pagination {
  display: none;
}

.swiper-pagination {
  bottom: -5px !important;
}

.sign-up-form h2 {
  margin-bottom: 40px;
  color: var(--white);
}

.sign-up-form h3 {
  margin-bottom: 24px;
  color: #252734;
  text-align: center;
}

.sign-up-form p {
  font-size: 12px;
  padding: 0 5px;
}

.sign-up-form form {
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 69px 0px rgba(142, 142, 142, 0.2);
  margin-top: 20px;
}

.sign-up-form select {
  width: 100%;
  background: #f7f7f7;
  border: 0;
  font-size: 14px;
  height: 45px;
  padding: 10px;
  border-radius: 12px;
  color: #5d5d5d;
}

.sign-up-form form .form-group {
  margin-bottom: 16px;
}

.sign-up-form form .form-group .form-control {
  border-radius: 12px;
  background: var(--Grey-10, #f7f7f7);
  padding: 10px 16px;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

:focus-visible {
  outline: 0;
}

.sign-up-form form .form-group .form-control::-moz-placeholder {
  color: var(--grey);
  font-size: var(--font-14);
}

.sign-up-form form .form-group .form-control::placeholder {
  color: var(--grey);
  font-size: var(--font-14);
}

.sign-up-form form .form-group textarea {
  margin-bottom: 20px;
  border: none;
  background: var(--Grey-10, #f7f7f7);
  padding: 10px 16px;
  color: var(--grey);
  font-size: 16px;
  width: 540px;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .sign-up-form form .form-group textarea {
    width: 100%;
    margin-bottom: 0;
    height: 80px;
  }

  .sign-up-form p {
    margin-top: 10px;
  }
  .sign-up-form form {
    margin-top: 40px;
  }

  .sign-up-form form .button-grp button {
    margin-bottom: 0 !important;
  }
}

.sign-up-form form .form-group textarea::-moz-placeholder {
  color: var(--grey);
  font-size: var(--font-14);
}

.sign-up-form form .form-group textarea::placeholder {
  color: var(--grey);
  font-size: var(--font-14);
}

.sign-up-form form .button-grp button {
  width: 100%;
  margin-bottom: 20px;
}

.sign-up-form form .button-grp p {
  font-size: var(--font-12);
  color: var(--balck-3);
}

/*---------key-modules-section-----------*/
.key-modules-section .category-lists-slider {
  position: relative;
}

.key-modules-section #catgory-slider .swiper-slide {
  width: auto;
}

.key-modules-section .category-button {
  text-align: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  user-select: none;
}

.key-modules-section .category-button.active {
  background-color: #0099c3;
  color: #fff;
}

.key-modules-section .data-text {
  display: none;
  margin-bottom: 40px;
}

.key-modules-section .data-text.active {
  display: block;
}

.key-modules-section .slider-button {
  width: 30px;
  height: 30px;
  /* background-color: #29abe2;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%); */
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
}

.key-modules-section-spacing {
  margin-top: 60px;
}

.key-modules-section .slider-button.slider-prev {
  left: -40px;
}

.key-modules-section .slider-button.slider-next {
  right: -40px;
}

.key-modules-section .slider-button.swiper-button-disabled {
  color: #000;
  opacity: 0.5;
  background: #fff;
}

.key-modules-section .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.key-modules-section .design-inspiration p {
  color: #4e546e;
  font-size: 18px;
  font-family: OpenSans-Regular;
  padding-top: 10px;
  width: 580px;
  line-height: 27px;
  text-align: left;
}

.key-modules-section .design-inspiration li {
  color: #4a4a4a;
  list-style: none;
  font-size: 16px;
  display: flex;
  line-height: 27px;
}

.key-modules-section .design-inspiration li svg {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.key-modules-section .design-inspiration {
  padding: 30px 0;
}

.key-modules-section .design-inspiration ul {
  padding: 30px 0;
  margin: 0;
}

.key-modules-section .wfx-tabs-heading h1 {
  font-family: Brandon-Bold;
  color: #0099c4;
  text-align: center;
  font-size: 32px;
}

.key-modules-section .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

.key-modules-section .wfx-tabs-heading {
  margin-bottom: 40px;
}

@media only screen and (max-device-width: 959px) {
  .key-modules-section .wfx-tabs-heading p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 40px;
  }

  .key-modules-section .design-inspiration ul {
    padding: 25px 0;
  }
  .key-modules-section .design-inspiration li span {
    width: 320px;
  }

  .key-modules-section .design-inspiration p {
    width: auto;
  }
}

@media (max-width: 575px) {
  /* .key-modules-section .slider-button{
      top: -40px;
  } */
  .key-modules-section .slider-button.slider-prev {
    left: inherit;
    /* right: 32px; */
  }

  .key-modules-section .slider-button.slider-next {
    right: 0;
  }

  .key-modules-section .data-text {
    margin-bottom: 0px;
  }
}

/*---------key-modules-section-----------*/

/**** key module dropdown section **/
.key-modules-section .design-inspiration-heading {
  font-size: 38px;
  font-family: Brandon-Medium !important;
  color: #5d5d5f;
  font-weight: 400;
  line-height: 1.2;
}

/* .tab-navigation {
  margin-bottom: 40px;
  text-align: right;
  background: #E66667;
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  width:70%;
} */

.tab-box {
  display: flex;
  justify-content: right;
  margin-bottom: 35px;
}

/* 
.tab-navigation select {
  background: #E66667;
  border: 0;
color: #fff;
display: block;
  -webkit-appearance: none;
  -moz-appearance: window;
  appearance: none;
  background-image: url("images/arrowIcon.svg");
 background-repeat: no-repeat;
 background-position: right center;
font-weight: 500;
}

.tab-navigation select  option{
  color: #4a4a4a;
  background: #fff;
  font-size: 12px;
} */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  width: 70%;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 13px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
}

/*style the items (options), including the selected item:*/
.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 0;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  background-color: #e66667;
  font-size: 14px;
}

.select-items div {
  color: #4a4a4a;
  padding: 8px 16px;
  border: 0;
  cursor: pointer;
  user-select: none;
  background: #fff;
  box-shadow: 0 5px 7px 4px rgb(0 0 0 / 4%);
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f5f5f5;
}

@media only screen and (max-device-width: 959px) {
  .key-modules-section .design-inspiration-heading {
    font-size: 25px;
  }

  .key-modules-section .wfx-tabs-heading {
    margin-bottom: 0px;
  }

  .key-modules-section .design-inspiration p {
    font-size: 18px;
  }
}

/**** key module dropdown section **/

.second-nav span.category-title {
  font-family: Brandon-Medium !important;
  font-size: 22px;
  color: #4a4a4a !important;
}

/*# sourceMappingURL=global.css.map */

/*****  global-leader   ********/

.global-leader p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  text-align: center;
  color: #5d5d5f;
}

.global-leader .global-leader-logos {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.global-leader {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media only screen and (max-device-width: 959px) {
  .global-leader {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .global-leader p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 40px;
  }

  .global-leader .global-leader-logos {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 10px;
  }

  .global-leader .global-leader-logos img {
    width: 45%;
  }

  .global-leader .global-leader-logo-none {
    display: none;
  }
}

/*****  global-leader   ********/

/***** header ****/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 10px 125px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 4px 29.8px rgba(0, 0, 0, 0.11);
}

header.sticky {
  padding: 12px 125px;
  background: #fff;
}

header.sticky ul li a,
header.sticky .logo {
  color: #000;
}

header .logo {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: 2em;
  letter-spacing: 2px;
  transition: 0.6s;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  position: relative;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  transition: 0.6s;
  display: block;
  height: 50px;
  line-height: 50px;
}

header nav ul li a:hover,
header nav ul li a.active {
  border-bottom: 2px solid #fff;
}

.menuToggle {
  position: absolute;
  top: 5px;
  right: 100px;
  width: 50px;
  height: 50px;
  background: #000
    url(https://frezaeistudio.ir/wp-content/uploads/2020/12/toggle.png);
  z-index: 2;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.6s;
  display: none;
}

header.sticky .menuToggle {
  filter: invert(1);
}

.menuToggle.active {
  background: #000
    url(https://frezaeistudio.ir/wp-content/uploads/2020/12/close.png);
  z-index: 3;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  filter: invert(1);
}

@media (max-width: 991px) {
  header {
    padding: 10px;
    background: #fff;
  }

  header.sticky {
    padding: 10px;
    background: #fff;
  }

  header .logo {
    color: #000;
  }

  .menuToggle {
    display: block;
    filter: invert(1);
  }

  header nav {
    /*display: none;*/
    position: absolute;
    top: 50px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.6s;
  }

  header ul li a {
    color: #000;
  }

  header nav.active {
    left: 0;
  }

  header nav ul {
    display: block;
    text-align: center;
  }

  header nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}

header .btn-secondary {
  background: #0099c4;
  box-shadow: 3px 3px 5px 2px rgb(0 153 196 / 20%);
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 30px;
  border: none;
  transition: all 0.4s ease-in-out 0s;
  font-size: 15px;
  text-decoration: none;
}

header .btn-secondary:hover {
  background: #efa64a;
  box-shadow: 3px 3px 5px 2px rgb(0 153 196 / 20%);
  color: #ffffff;
}

.header-logo svg {
  width: 120px;
}

@media only screen and (max-device-width: 768px) {
  header .btn-secondary {
    padding: 8px 17px;
  }
}

/***** header ****/

/***** testimonial slider ******/

.customer-stories {
  margin-top: 20px;
}

.customer-stories .post-slide .testimonial-user p {
  font-size: 13px;
}

.customer-stories #news-slider {
  margin-top: 20px;
  margin-bottom: 20px;
  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0)); */
}

.customer-stories .post-slide {
  background: #4e546e;
  margin: 20px 15px;
  border-radius: 15px;
  padding: 20px 15px;
  min-height: 296px;
  position: relative;
}

.customer-stories .swiper-slide {
  background: #4e546e;
  margin: 20px 15px;
  border-radius: 15px;
  padding: 20px 15px;
  min-height: 296px;
  position: relative;
  width: 400px;
  text-align: left;
  color: #fff;
}

.customer-stories .empower-world img {
  width: 30%;
}

.customer-stories .post-slide-discription {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
}

.customer-stories .owl-carousel .owl-item img {
  display: block;
  width: 25% !important;
}

.customer-stories .owl-carousel .owl-item .testimonial-user-div img {
  display: block;
  width: 20% !important;
}

.customer-stories .testimonial-user-div {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.customer-stories .testimonial-user .user-name {
  color: #fff;
  font-family: Brandon-Bold !important;
}

.customer-stories .testimonial-user p {
  color: #b4b4b4;
  margin: 0;
  font-family: Brandon-Medium !important;
  line-height: 20px;
}

.customer-stories .post-slide .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.customer-stories .post-slide .owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s;
}

.customer-stories .post-slide .owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s;
}

.customer-stories .post-slide .owl-controls .owl-buttons .owl-next:after,
.customer-stories .post-slide .owl-controls .owl-buttons .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.customer-stories .post-slide .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.customer-stories #news-slider .owl-dots button.owl-dot {
  border: none;
  margin: 0 5px !important;
  background: #d9d9d9 !important;
  height: 10px;
  z-index: 1;
  border-radius: 49%;
  width: 10px;
}

.customer-stories #news-slider .owl-dots button.owl-dot.active {
  background: #4e546e !important;
}

.customer-stories #news-slider .owl-dots {
  text-align: center;
  display: none;
}

.customer-stories #news-slider .owl-nav {
  display: none;
}

.customer-stories .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

@media only screen and (max-device-width: 959px) {
  .customer-stories #news-slider .owl-dots {
    text-align: center;
    display: block;
  }

  .customer-stories .post-slide .testimonial-user p {
    font-size: 13px;
    min-height: 40px;
  }

  .customer-stories {
    margin-top: 30px;
  }

  .customer-stories .post-slide-discription {
    margin-top: 40px;
    min-height: 96px;
  }

  .customer-stories .wfx-tabs-heading p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 20px;
  }

  .customer-stories .post-slide {
    min-height: 0;
    margin-bottom: 0;
  }

  .customer-stories #news-slider {
    mask-image: linear-gradient(
      to right,
      rgb(0 0 0),
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgb(0 0 0)
    );
    margin-top: 0;
  }
}

/***** testimonial slider ******/

/***** integrations ******/

.integrations {
  background: url(images/integration-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 125px;
  padding-top: 40px;
}

.integrations .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

.integrations .integration-bg {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 30px;
  margin: 60px 0 0;
}

.integrations .integration-bg .integration-logos {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 20px;
}

.integrations .integration-bg .integration-logos:last-child {
  margin-bottom: 0;
}

.integrations .integration-bg .integration-logos img {
  width: 23%;
}

.integrations .slider {
  padding-block: 12px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.integrations .list {
  display: flex;
  width: calc(var(--width) * var(--imageQuantity) * 2);
  /* Double the width for seamless looping */
  gap: calc(var(--width) / 4);
  animation: autoScroll 20s linear infinite;
}

.integrations .list:hover {
  animation-play-state: paused !important;
}

.integrations .item {
  width: var(--width);
  height: var(--height);
  flex-shrink: 0;
}

.integrations .item img {
  width: 100%;
  height: 100%;
  transition: filter 0.5s ease-in-out;
}

@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }
}

.slider[reverse="true"] .list {
  animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
  0% {
    transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
  }

  100% {
    transform: translateX(0);
  }
}

.integrations .slider:hover .item img {
  filter: grayscale(1);
}

.integrations .slider .item:hover img {
  filter: grayscale(0);
}

@media only screen and (max-device-width: 959px) {
  .integrations .wfx-tabs-heading p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 40px;
  }

  .integrations {
    background: none;
    padding: 40px 0;
  }
}

.integrations .integration-responive-logos {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 40px;
}

.integrations .integration-responive-logos img {
  width: 45%;
}

/***** integrations ******/

/***** wfx plm ***/
.wfx-plm .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

.wfx-plm .wfx-plm-spacing {
  margin: 50px 0;
}

.wfx-plm .item {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #9b9b9b;
  border-radius: 15px;
}

.wfx-plm .equal-height {
  margin-bottom: 30px;
}

.wfx-plm .item h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  margin: 20px 0;
  color: #2b2c3b;
}

.wfx-plm .item p {
  margin: 0;
  font-size: 14px;
  min-height: 42px;
}

.wfx-plm .item svg {
  width: 40px;
  height: 40px;
}

.wfx-plm .wfx-plm-boxes {
  display: flex;
  align-items: center;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  padding: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}

.wfx-plm .wfx-plm-boxes h4 {
  font-size: 12px;
  margin: 0;
}

@media only screen and (max-device-width: 959px) {
  .wfx-plm .wfx-tabs-heading p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 40px;
  }

  .wfx-plm {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .wfx-plm .item p {
    margin: 0;
    font-size: 14px;
    min-height: 63px;
  }
}
/***** wfx plm ***/

/***** plm industries *****/

.plm-industries {
  position: relative;
  padding-top: 10px;
}

.plm-industries .plm-industries-heading {
  text-align: center;
  padding: 50px 0;
  position: relative;
  font-family: Brandon-Bold !important;
  color: #5d5d5f;
  text-align: center;
  font-size: 47px;
}

.plm-industries .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

.plm-industries figure {
  display: block;
  max-height: 320px;
  position: relative;
  margin-bottom: 8px;
}

.plm-industries .carousel-item > div {
  padding: 25px;
  text-align: left;
}

.plm-industries figure:hover {
  box-shadow: 0 5px 25px 2px rgb(0 0 0 / 8%);
}

.plm-industries .industries-images svg {
  width: 5px;
  height: 20px;
  margin-left: 5px;
}

/* .plm-industries figure::before {
  position: absolute;
  content: '';
  height: 50px;
  width: 2px;
  background-image: linear-gradient(to bottom right, #eea849, #f46b45);
  bottom: -26px;
  left: 14px
} */

.plm-industries figure i {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.plm-industries figure i img {
  border-radius: 5px;
  width: 100%;
}

.plm-industries span {
  font-family: Brandon-Medium !important;
  font-size: 22px;
  padding-left: 0;
}

.plm-industries .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out !important;
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  #industries .carousel-inner .carousel-item > div {
    display: none;
    width: 100%;
  }

  #industries .carousel-inner .carousel-item > div:first-child {
    display: block;
    width: 100%;
  }

  .plm-industries .carousel-item > div {
    text-align: center;
  }

  .plm-industries figure {
    box-shadow: none;
    max-height: inherit;
  }

  .plm-industries figure::before {
    display: none;
  }
  .plm-industries {
    position: relative;
    padding-top: 50px;
  }
}

#industries .carousel-inner .carousel-item-next,
#industries .carousel-inner .carousel-item-prev,
#industries .carousel-inner .carousel-item-start,
#industries .carousel-inner .carousel-item.active {
  display: flex;
}

/***** plm industries *****/

/***** map footer *****/
.map-footer {
  background: url(images/map-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 140px;
  background-position: center bottom;
  text-align: center;
  margin-top: 60px;
}

.map-footer .map-footer-heading {
  color: #4e546e;
  font-size: 50px;
  text-align: center;
  font-family: Brandon-Medium !important;
  line-height: 70px;
  margin-bottom: 15px;
}

.map-footer .map-footer-paragraph {
  margin-bottom: 60px;
  text-align: center;
}

.map-footer .btn-primary {
  border: none;
  padding: 10px 45px;
  border-radius: 5px;
  font-size: 18px;
  background-image: linear-gradient(
    to bottom left,
    #eea849,
    #f46b45
  ) !important;
  box-shadow: 3px 4px 10px 2px rgba(239, 166, 74, 0.2);
  font-family: Brandon-Medium !important;
}

.map-footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .map-footer .map-footer-heading {
    color: #4e546e;
    font-size: 27px;
    text-align: center;
    font-family: Brandon-Medium !important;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .map-footer {
    padding: 60px 0;
    margin: 0;
  }
}

/***** map footer *****/

/***** industries slider ******/

.industries-slider #industries-slider {
  margin-top: 20px;
  margin-bottom: 20px;
  /* mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0)); */
}

.industries-slider .post-slide .post-slide-discription {
  color: #2b2c3b;
  margin: 0;
  font-weight: 600;
}

.industries-slider .owl-carousel .owl-item img {
  display: block;
  width: 95% !important;
  height: auto;
  border-radius: 10px;
}

.industries-slider .industries-slider-text {
  display: flex;
  align-items: center;
  column-gap: 7px;
  padding-left: 10px;
  padding-top: 10px;
}

.industries-slider {
  margin-top: 50px;
}

.industries-slider .post-slide .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.industries-slider .post-slide .owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s;
}

.industries-slider .post-slide .owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s;
}

.industries-slider .post-slide .owl-controls .owl-buttons .owl-next:after,
.industries-slider .post-slide .owl-controls .owl-buttons .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.industries-slider .post-slide .owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

.industries-slider #industries-slider .owl-dots button.owl-dot {
  border: none;
  margin: 0 5px !important;
  background: #d9d9d9 !important;
  height: 10px;
  z-index: 1;
  border-radius: 49%;
  width: 10px;
}

.industries-slider #industries-slider .owl-dots button.owl-dot.active {
  background: #4e546e !important;
}

.industries-slider #industries-slider .owl-dots {
  text-align: center;
  display: none;
}

.industries-slider #industries-slider .owl-nav {
  display: none;
}

.industries-slider .wfx-tabs-heading p {
  width: 50%;
  margin: auto;
  font-size: var(--font-14);
  /* font-weight: 600; */
  text-align: center;
  color: #5d5d5f;
}

@media only screen and (max-device-width: 959px) {
  .industries-slider #industries-slider .owl-dots {
    text-align: center;
    display: block;
  }

  .industries-slider {
    margin-top: 60px;
  }

  .industries-slider .wfx-tabs-heading p {
    width: auto;
    margin: auto;
    font-size: var(--font-14);
    margin-bottom: 20px;
  }

  .industries-slider #industries-slider {
    padding-left: 5px;
  }
}

/***** industries slider ******/

/**** media query for ipad ***/

@media only screen and (max-width: 1024px) {
  .global-leader-logos img {
    width: 18%;
  }

  .customer-stories .post-slide .testimonial-user p {
    font-size: 13px;
  }

  .wfx-plm .item h4 {
    min-height: 53px;
  }
}
/**** media query for ipad ***/

.hide {
  visibility: hidden;
}

.textile-erp-success-message {
  color: #5d5d5f;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .textile-erp-success-message {
    line-height: 18px;
    margin-top: 20px !important;
  }
}

/*** banner list ***/

.wfx-banner .banner-list {
  display: flex;
  align-items: baseline;
}

.wfx-banner .banner-list span {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

.wfx-banner .banner-list svg {
  margin: 0;
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

hr {
  margin: 2rem 0 1rem;
}

@media (max-width: 768px) {
  .wfx-banner .banner-list svg {
    vertical-align: text-top;
    margin-top: 5px;
  }

  .wfx-banner .banner-list {
    margin-bottom: 15px;
    align-items: unset;
  }
}
/*** banner list ***/
