/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.blueColor {
  color: #0066FF !important;
}

.font-light {
  font-weight: normal !important;
}

.flipImg {
  transform: scaleX(-1);
}

.h-50 {
  height: 50%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-60 {
  width: 60% !important;
}

.mainBg {
  background-color: #F2F2F2;
}

.bgWhite {
  background-color: white !important;
}

.greyBg {
  background-color: #F9F9F9 !important;
}

.borderNone {
  border: none !important;
}

.leftContainer {
  margin-left: auto;
  padding: 0 15px;
  padding-right: 0;
}
body.ar .leftContainer {
  padding-right: 15px;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 576px) {
  .leftContainer {
    width: 100%;
    padding-right: 15px;
    margin-left: auto;
  }
  body.ar .leftContainer {
    padding-right: 0;
    padding-left: 15px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .leftContainer {
    width: calc(540px + (100vw - 540px) / 2);
    padding-right: 15px;
    margin-left: auto;
  }
  body.ar .leftContainer {
    padding-right: 0;
    padding-left: 15px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leftContainer {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leftContainer {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .leftContainer {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}

.halfContainer {
  margin: 0;
  padding: 0;
}
.halfContainer.start {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  margin-inline-start: auto;
}
.halfContainer.end {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  margin-inline-end: auto;
}
@media (max-width: 576px) {
  .halfContainer {
    max-width: 100%;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .halfContainer {
    max-width: 540px;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .halfContainer {
    max-width: 720px;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .halfContainer {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .halfContainer {
    max-width: 570px;
  }
}
@media (min-width: 1400px) {
  .halfContainer {
    max-width: 660px;
  }
}

section.padding {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section.padding {
    padding: 25px 0;
  }
}

.desc {
  color: #171717;
  font-size: 1.2rem;
  line-height: 1.3;
}

.subDesc {
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #707070;
}

.mainColor {
  color: #171717 !important;
}

.secColor {
  color: #171717 !important;
}

.whtColor {
  color: white !important;
}

.blkColor {
  color: black !important;
}

.mainBgColor {
  background-color: #171717 !important;
}

.secBgColor {
  background-color: #171717 !important;
}

.whtBgColor {
  background-color: white !important;
}

.blkBgColor {
  background-color: black !important;
}

.offBgColor {
  background-color: rgba(187, 187, 187, 0.1) !important;
}

.pendingBg {
  background-color: #d58a12 !important;
}

.errorBg {
  background-color: #cf1313 !important;
}

.successBg {
  background-color: #5cab1b !important;
}

.font_light {
  font-weight: 300;
}

.font_regular {
  font-weight: 400;
}

.font_medium {
  font-weight: 600;
}

.font_bold {
  font-weight: 800;
}

.font_bolder {
  font-weight: 900;
}

.hugeTitle {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
}

.mainTitle {
  color: #0066FF;
  font-weight: 100;
  font-size: 1.65rem;
}

.smTitle {
  font-size: 1.25rem;
  font-weight: 800;
  color: black;
  margin-bottom: 1.25rem;
}

.subTitle {
  font-size: 1.15rem;
  font-weight: 600;
  color: black;
  margin-bottom: 1.25rem;
}

p,
.p {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

a,
.a,
.link {
  font-size: 0.95rem;
  font-weight: 400;
  display: inline-block;
}

.termsLink {
  color: #00bbe2;
  font-size: 0.95rem;
}
.termsLink:hover {
  color: #00bbe2;
  text-decoration: underline;
}

.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img_children span {
  width: 100% !important;
  height: 100% !important;
}
.img_children span img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.radius_img {
  border-radius: 5px;
}
.radius_img span {
  border-radius: 5px;
}
.radius_img span img {
  border-radius: 5px;
}

.zoomIn {
  overflow: hidden;
  margin: 0;
}
.zoomIn img {
  transition: all 0.5s ease-in-out;
}
.zoomIn:hover img {
  transform: scale(1.075);
}

.zoomOut {
  overflow: hidden;
  margin: 0;
}
.zoomOut img {
  transition: all 0.5s ease-in-out;
}
.zoomOut:hover img {
  transform: scale(0.925);
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5889706224) 50%, rgb(0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pl-2 {
  padding-inline-start: 2rem;
}
@media (max-width: 991px) {
  .pl-2 {
    padding-inline-start: 0;
  }
}

.closePopup {
  position: absolute;
  opacity: 80%;
  cursor: pointer;
  top: 55px;
  right: 55px;
  width: 2.5rem;
  height: 2.5rem;
}

.lightBlue {
  color: #64defd;
}

.lightGrey {
  color: #ba55c5;
}

.lightRed {
  color: #e1001e;
}

.mTop {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .mTop {
    margin-top: 84px;
  }
}
@media (max-width: 576px) {
  .mTop {
    margin-top: 85px;
  }
}

.borderEffect ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0066FF;
  transition: 0.2s;
  transition-delay: 0.2s;
}
body.ar .borderEffect ~ .focus-border:after {
  right: auto;
  left: 0;
}

.borderEffect ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}
body.ar .borderEffect ~ .focus-border:after {
  right: 0;
  left: auto;
}

.borderEffect ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #0066FF;
  transition: 0.2s;
}
body.ar .borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}
body.ar .borderEffect ~ .focus-border i:after {
  left: 0;
  right: auto;
}

.borderEffect:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}

.borderEffect:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}

.borderEffect:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}

.borderEffect:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}

.feedbackForm .borderEffect ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0066FF;
  transition: 0.2s;
  transition-delay: 0.2s;
  border-radius: 15px !important;
}
body.ar .feedbackForm .borderEffect ~ .focus-border:after {
  right: auto;
  left: 0;
}

.feedbackForm .borderEffect ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
  border-radius: 15px !important;
}
body.ar .feedbackForm .borderEffect ~ .focus-border:after {
  left: auto;
  right: 0;
}

.feedbackForm .borderEffect ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #0066FF;
  transition: 0.2s;
  border-radius: 15px !important;
}
body.ar .feedbackForm .borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.feedbackForm .borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
  border-radius: 15px !important;
}
body.ar .feedbackForm .borderEffect ~ .focus-border i:after {
  right: auto;
  left: 0;
}

.feedbackForm .borderEffect:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
  border-radius: 15px !important;
}

.feedbackForm .borderEffect:focus ~ .focus-border:after {
  transition-delay: 0.2s;
  border-radius: 15px !important;
}

.feedbackForm .borderEffect:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
  border-radius: 15px !important;
}

.feedbackForm .borderEffect:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
  border-radius: 15px !important;
}

.animateLeftRight {
  animation-name: move;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes animation {
  0% {
    width: 250px;
  }
  100% {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  @keyframes animation {
    0% {
      width: 225px;
    }
    100% {
      width: 250px;
    }
  }
}
@media (max-width: 991px) {
  @keyframes animation {
    0% {
      width: 175px;
    }
    100% {
      width: 200px;
    }
  }
}
@media (max-width: 767px) {
  @keyframes animation {
    0% {
      width: 150px;
    }
    100% {
      width: 175px;
    }
  }
}
@media (max-width: 576px) {
  @keyframes animation {
    0% {
      width: 75px;
    }
    100% {
      width: 100px;
    }
  }
}
.arrowPattern {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.ar .arrowPattern {
  right: auto;
  left: 0;
}

.form_input {
  position: relative;
}
.form_input i {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: #707070;
}
body.ar .form_input i {
  right: auto;
  left: 28px;
}

.borderEffect ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0066FF;
  transition: 0.2s;
  transition-delay: 0.2s;
}
body.ar .borderEffect ~ .focus-border:after {
  right: auto;
  left: 0;
}

.borderEffect ~ .focus-border:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  transition-delay: 0.6s;
}
body.ar .borderEffect ~ .focus-border:after {
  left: auto;
  right: 0;
}

.borderEffect ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #0066FF;
  transition: 0.2s;
}
body.ar .borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transition-delay: 0.4s;
}
body.ar .borderEffect ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.borderEffect:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.2s;
  transition-delay: 0.6s;
}

.borderEffect:focus ~ .focus-border:after {
  transition-delay: 0.2s;
}

.borderEffect:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.2s;
}

.borderEffect:focus ~ .focus-border i:after {
  transition-delay: 0.4s;
}

.number2 {
  font-size: 2.5rem;
}

.smallNumber2 {
  font-size: 2.3rem;
}

.verySmallNumber2 {
  font-size: 1.15rem;
}

.rightPosition {
  object-position: right !important;
}
@media (max-width: 991px) {
  .rightPosition {
    object-position: center !important;
  }
}

.leftPosition {
  object-position: left !important;
}
@media (max-width: 991px) {
  .leftPosition {
    object-position: center !important;
  }
}

.noteText {
  font-size: 1.17rem;
  font-weight: bold;
  color: black;
}

.custDesc {
  font-size: 1.17rem !important;
}

.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-underline:hover {
  text-decoration: underline;
}

/* ===  =================================== _____________ Classes Styles _____________ ====================================== */
/* ====================================== _____________ Reset Styles _____________ ====================================== */
* {
  outline: 0 !important;
  box-shadow: none !important;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin-bottom: 0;
}

button {
  border: none;
  background-color: transparent;
}

html {
  font-size: 100%;
}
@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  font-family: "CeraGR";
  overflow-x: hidden;
  background-color: #F2F2F2;
}
body.ar {
  font-family: "A Jannat LT";
  direction: rtl;
  text-align: right;
}

div[aria-label=animation] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px !important;
  height: 150px !important;
  transform: translate(-50%, -50%) !important;
  overflow: inherit !important;
}
body.ar div[aria-label=animation] {
  left: auto;
  right: 50%;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.ar .swiper {
  direction: rtl;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  justify-content: right;
  -webkit-box-align: right;
  -ms-flex-align: right;
  -webkit-align-items: right;
  align-items: right;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("../img/global/btnWhite.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  transform: rotate(180deg);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.playIcon {
  width: 165px;
  height: 165px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.ar .playIcon {
  left: auto;
  right: 50%;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

textarea {
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/contact us/arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 50% !important;
  background-size: 15px !important;
}
body.ar select {
  background-position-x: 4% !important;
}

[type=email], [type=file], [type=number], [type=password], [type=tel], [type=url], code, samp, var {
  text-align: start;
  direction: inherit;
}

.nav-pills {
  position: relative;
}
.nav-pills img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #0066FF;
  background-color: transparent;
}

.nav-pills .nav-link {
  padding: 0.75rem 0;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: start;
  cursor: pointer;
  padding-inline-start: 1rem;
}
.nav-pills .nav-link:hover {
  color: #0066FF;
}

.WhatIsliquify .ourProducts_Card .mainTitle {
  font-size: 1rem;
  font-weight: normal;
}

.WhatIsliquify .ourProducts_Card .mainSection_content_txt_desc {
  font-size: 0.95rem;
  font-weight: normal;
}

.ourProducts_Card_top {
  position: relative;
}

.ourProducts_Card_top_title {
  margin-bottom: 0;
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 0.95rem;
  color: white;
  padding: 6px 10px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.54);
}
body.ar .ourProducts_Card_top_title {
  left: auto;
  right: 25px;
}

/* ====================================== _____________ Reset Styles _____________ ====================================== */
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
@font-face {
  font-family: "CeraGR";
  src: url("fonts/CeraGR-Regular.eot");
  src: url("fonts/CeraGR-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CeraGR-Regular.woff2") format("woff2"), url("fonts/CeraGR-Regular.woff") format("woff"), url("fonts/CeraGR-Regular.ttf") format("truetype"), url("fonts/CeraGR-Regular.svg#CeraGR-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraGR";
  src: url("fonts/CeraGR-Light.eot");
  src: url("fonts/CeraGR-Light.eot?#iefix") format("embedded-opentype"), url("fonts/CeraGR-Light.woff2") format("woff2"), url("fonts/CeraGR-Light.woff") format("woff"), url("fonts/CeraGR-Light.ttf") format("truetype"), url("fonts/CeraGR-Light.svg#CeraGR-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraGR";
  src: url("fonts/CeraGR-Black.eot");
  src: url("fonts/CeraGR-Black.eot?#iefix") format("embedded-opentype"), url("fonts/CeraGR-Black.woff2") format("woff2"), url("fonts/CeraGR-Black.woff") format("woff"), url("fonts/CeraGR-Black.ttf") format("truetype"), url("fonts/CeraGR-Black.svg#CeraGR-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraGR";
  src: url("fonts/CeraGR-Bold.eot");
  src: url("fonts/CeraGR-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CeraGR-Bold.woff2") format("woff2"), url("fonts/CeraGR-Bold.woff") format("woff"), url("fonts/CeraGR-Bold.ttf") format("truetype"), url("fonts/CeraGR-Bold.svg#CeraGR-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A Jannat LT";
  src: url("fonts/ar/AJannatLT.eot");
  src: url("fonts/ar/AJannatLT.eot?#iefix") format("embedded-opentype"), url("fonts/ar/AJannatLT.woff2") format("woff2"), url("fonts/ar/AJannatLT.woff") format("woff"), url("fonts/ar/AJannatLT.ttf") format("truetype"), url("fonts/ar/AJannatLT.svg#AJannatLT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A Jannat LT";
  src: url("fonts/ar/AJannatLT-Bold.eot");
  src: url("fonts/ar/AJannatLT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ar/AJannatLT-Bold.woff2") format("woff2"), url("fonts/ar/AJannatLT-Bold.woff") format("woff"), url("fonts/ar/AJannatLT-Bold.ttf") format("truetype"), url("fonts/ar/AJannatLT-Bold.svg#AJannatLT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
/* ====================================== _____________ Global Styles _____________ ====================================== */
svg.arrow {
  width: 15px;
  margin-inline-start: 5px;
}

/* _____________ start internalBanner Styles _____________ */
.internalBanner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .internalBanner {
    height: 50vh;
  }
}
.internalBanner_logo {
  max-width: 300px;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .internalBanner_logo {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .internalBanner_logo {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .internalBanner_logo {
    max-width: 225px;
  }
}
.internalBanner .liquifyLogo {
  max-width: 225px;
}
.internalBanner_img {
  height: 100%;
  object-fit: cover;
  z-index: -1;
  width: 100%;
}
body.ar .internalBanner_img {
  transform: scaleX(-1);
}
.internalBanner_txt {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  margin-top: -5rem;
}
.internalBanner_txt_head {
  color: white;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .internalBanner_txt_head {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .internalBanner_txt_head br {
    display: none;
  }
}
.internalBanner_txt_desc {
  font-size: 1.17rem;
  width: 41%;
  line-height: 1.3;
  font-weight: 500;
  color: #f2f2f2;
}
@media (max-width: 991px) {
  .internalBanner_txt_desc {
    width: 65% !important;
  }
}
@media (max-width: 767px) {
  .internalBanner_txt_desc {
    width: 85% !important;
  }
  .internalBanner_txt_desc br {
    display: none;
  }
}
@media (max-width: 576px) {
  .internalBanner_txt_desc {
    width: 95% !important;
  }
}
.internalBanner a {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .internalBanner a {
    margin-top: 2rem;
  }
}

.eventsBanner img {
  object-position: left;
}

.showCasesBannner img {
  object-position: right;
}

/* _____________ end internalBanner Styles _____________ */
/* _____________ start mainSection Styles _____________ */
.mainSection {
  padding: 2rem 0;
  background: white;
}
@media (max-width: 1200px) {
  .mainSection {
    padding: 1.5rem 0;
  }
}
.mainSection_content {
  background-color: #F9F9F9;
}
.mainSection_content .mainTitle {
  font-weight: 100;
}
.mainSection_content_txt {
  padding: 2rem;
}
@media (max-width: 1200px) {
  .mainSection_content_txt {
    padding: 1.75rem 2.25rem;
  }
}
@media (max-width: 576px) {
  .mainSection_content_txt {
    padding: 1.5rem;
  }
}
.mainSection_content_txt_desc {
  font-size: 0.85rem;
  color: black;
  font-weight: 100;
}
.mainSection_content_txt_desc_note {
  color: black;
  font-weight: bold;
}
.mainSection_content_txt_desc:last-child {
  margin-bottom: 0;
}
.mainSection_img {
  height: 100%;
}
.mainSection_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 576px) {
  .mainSection_img img {
    height: 230px;
  }
}
.mainSection_pattern {
  object-fit: contain;
  width: 100%;
}

/* _____________ end mainSection Styles _____________ */
/* _____________ start mainSection2 Styles _____________ */
.mainSection2 {
  background-color: white;
}
.mainSection2_content {
  padding: 2rem;
  position: relative;
  background-color: #F9F9F9;
  height: 100%;
}
@media (max-width: 1200px) {
  .mainSection2_content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .mainSection2_content {
    padding: 1.5rem;
  }
}
.mainSection2_content .mainTitle {
  font-weight: 100;
}
.mainSection2_content_number, .mainSection2_content_textOfNumber {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  color: #0066FF;
}
.mainSection2_content_head {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 1.75rem 0 1.25rem;
}
.mainSection2_content_text {
  font-size: 0.85rem;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.mainSection2_content_text:last-child {
  margin-bottom: 0;
}
.mainSection2_img {
  height: 100%;
}
.mainSection2_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .mainSection2_img img {
    height: 300px;
  }
}

/* _____________ end mainSection2 Styles _____________ */
/* _____________ start blueSection Styles _____________ */
.blueSection {
  background-color: white;
}
.blueSection_content {
  padding: 2.5rem 2rem 2.5rem 2rem;
  background-image: url("../img/global/bluePattern.png");
  background-size: cover;
  color: white;
  position: relative;
}
@media (max-width: 1200px) {
  .blueSection_content {
    padding: 2.5rem 2.25rem;
  }
}
@media (max-width: 576px) {
  .blueSection_content {
    padding: 1.5rem 1.5rem;
  }
}
.blueSection_content_number, .blueSection_content_textOfNumber {
  display: block;
  font-size: 1.1rem;
}
.blueSection_content_head {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 1.75rem 0 1.25rem;
  width: 60%;
}
@media (max-width: 1200px) {
  .blueSection_content_head {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .blueSection_content_head {
    width: 95%;
  }
}
.blueSection_content_text {
  font-size: 0.85rem;
  font-weight: 100;
  width: 70%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .blueSection_content_text {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .blueSection_content_text {
    width: 95%;
  }
}
.blueSection_content_pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 225px;
}
body.ar .blueSection_content_pattern {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .blueSection_content_pattern {
    width: 185px;
  }
}
@media (max-width: 576px) {
  .blueSection_content_pattern {
    width: 110px;
  }
}

/* _____________ end blueSection Styles _____________ */
/* _____________ start overlaySection Styles _____________ */
.overlaySection {
  background-color: white;
}
.overlaySection_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.overlaySection_content {
  padding: 2.5rem 2rem 2.5rem 2rem;
  background-image: url("../img/global/overlay.png");
  background-size: cover;
  color: white;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .overlaySection_content {
    padding: 2.5rem 2.25rem;
  }
}
@media (max-width: 576px) {
  .overlaySection_content {
    padding: 1.5rem 1.5rem;
  }
}
.overlaySection_content_number, .overlaySection_content_textOfNumber {
  display: block;
  font-size: 0.9rem;
}
.overlaySection_content_head {
  font-size: 1.75rem;
  margin: 1rem 0 1.5rem;
  display: none;
}
.overlaySection_content_text {
  font-size: 3.5rem;
  font-weight: 100;
}
.overlaySection_content_text_showed {
  display: none;
  font-weight: 500;
  font-size: 4.5rem;
}

/* _____________ end overlaySection Styles _____________ */
/* _____________ start backgroundTransparent Styles _____________ */
.backgroundTransparent .mainSection_content {
  padding: 1rem 0;
  background-color: transparent;
}
.backgroundTransparent .mainSection_content .mainSection_content_txt {
  padding: 0 !important;
}

/* _____________ start backgroundTransparent Styles _____________ */
/* _____________ start blueStrip Styles _____________ */
.blueStrip {
  background-image: url("../img/global/blueStrip.png");
  padding: 1rem 0;
  background-size: cover;
}
.blueStrip.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
body.ar .blueStrip.sticky {
  left: auto;
  right: 0;
}
.blueStrip_items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .blueStrip_items_item {
    padding-inline-end: 0.75rem;
  }
  .blueStrip_items_item:last-child {
    padding-inline-end: 0;
  }
}
.blueStrip_items_item span {
  display: block;
  color: #F2F2F2;
}
@media (max-width: 576px) {
  .blueStrip_items_item span {
    font-size: 0.85rem;
  }
}
.blueStrip_items_item_number {
  opacity: 70%;
}

.blueStripTeaser {
  background-image: url("../img/home/our Products/pattern1.png");
  margin-top: -6px;
}
.blueStripTeaser h5 {
  margin-bottom: 0;
  color: white;
}

.newStrip.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.newStrip_items {
  display: flex;
  justify-content: space-between;
}
.newStrip_items_item {
  background: white;
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
.newStrip_items_item a {
  padding: 1rem;
  display: block;
}
.newStrip_items_item span {
  color: #0066FF;
}
@media (max-width: 576px) {
  .newStrip_items_item span {
    font-size: 0.85rem;
  }
}
.newStrip_items_item.active {
  background-color: #0066FF;
}
.newStrip_items_item.active span {
  color: white;
}

/* _____________ end blueStrip Styles _____________ */
/* _____________ end headerLink Styles _____________ */
.header_nav_item_link.active i, .header_nav_item_link:hover .dropdown-toggle.header_nav_item_link_anchor {
  color: #0066FF;
}

/* _____________ end headerLink Styles _____________ */
/* _____________ start phase2 banner Styles _____________ */
.phase2Banner {
  position: relative;
}
.phase2Banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/phase2/pattern.png");
}
body.ar .phase2Banner:before {
  left: auto;
  right: 0;
}

/* _____________ end phase2 banner Styles _____________ */
/* ====================================== _____________ Global Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  background: white;
}
body.ar .header {
  left: auto;
  right: 0;
}
.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav_logo {
  width: 85px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .header_nav_logo {
    width: 65px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header_nav_logo {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_nav_logo {
    width: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_nav_logo {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .header_nav_logo {
    width: 85px;
  }
}
.header_nav_item {
  display: flex;
}
.header_nav_item_link {
  margin-inline-end: 0.7rem;
  display: flex;
  align-self: center;
  align-items: center;
}
.header_nav_item_link_anchor {
  color: #171717;
  font-size: 0.85rem;
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .header_nav_item_link_anchor {
    justify-content: space-between;
  }
}
.header_nav_item_link_anchor_search {
  width: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.header_nav_item_link_anchor_search:hover {
  transform: scale(1.2);
}
.header_nav_item_link_anchor .burger-btn {
  overflow: visible;
  cursor: pointer;
  fill: #0066FF;
  width: 25px;
  height: 15px;
  display: none;
}
.header_nav_item_link_anchor .burger-btn--1, .header_nav_item_link_anchor .burger-btn--2, .header_nav_item_link_anchor .burger-btn--3 {
  transition: 0.2s;
  transform-origin: center center;
}
.header_nav_item_link_anchor .burger-btn.active .burger-btn--1 {
  transform: translate(-7px, 7px) rotate(45deg);
}
.header_nav_item_link_anchor .burger-btn.active .burger-btn--2 {
  transform: translateX(20px);
  opacity: 0;
}
.header_nav_item_link_anchor .burger-btn.active .burger-btn--3 {
  transform: translate(-7px, -7px) rotate(-45deg);
}
@media (max-width: 1200px) {
  .header_nav_item_link_anchor .burger-btn {
    display: block;
  }
}
.header_nav_item_link a {
  font-size: 0.7rem;
}
.header_nav_item_link i {
  margin-inline-start: 4px;
  color: #171717;
  font-size: 12px;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 576px) {
  .header_nav_item_link i {
    margin-inline-start: 5px;
    font-size: 11px;
  }
}
.header_nav_item_link.active > a,
.header_nav_item_link.active .dropdown-toggle, .header_nav_item_link:hover > a,
.header_nav_item_link:hover .dropdown-toggle {
  color: #0066FF;
}
.header_nav_item_link.active i, .header_nav_item_link:hover i {
  transform: rotate(-90deg);
  color: #0066FF;
}
body.ar .header_nav_item_link.active i, body.ar .header_nav_item_link:hover i {
  transform: rotate(90deg);
}
.header_nav_item_link.contactUsIcon {
  display: none;
}
@media (max-width: 1200px) {
  .header_nav_item_link.contactUsIcon {
    display: block;
  }
}
.header_nav_item_link.contactUsIcon i {
  font-size: 15px;
  margin: 0;
  color: #0066FF;
  opacity: 50%;
}
.header_nav_item_link.contactUsIcon:hover {
  transform: rotate(0);
}
.header_nav_item_link .dropdown-toggle::after {
  display: none;
}
.header_nav_item_link .dropdown-menu {
  margin: 0;
  font-size: 1rem;
  color: #171717;
  background-color: #fff;
  border: 0;
  min-width: 15rem;
  padding: 0;
}
.header_nav_item_link .dropdown-item {
  opacity: 70%;
  font-weight: 300;
}
.header_nav_item_link .dropdown-item:focus, .header_nav_item_link .dropdown-item:hover {
  background-color: transparent;
  color: #0066FF;
}
.header_nav_item_link .dropdown-menu.show {
  position: relative !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.header_nav_leftNav {
  display: none;
}
@media (min-width: 1200px) {
  .header_nav_leftNav {
    display: flex;
  }
}
.header_nav_rightNav li:first-child {
  display: none;
}
@media (min-width: 1200px) {
  .header_nav_rightNav li:first-child {
    display: flex;
  }
}
.header_nav_rightNav li:last-child {
  margin-inline-end: 0;
  padding-inline-end: 0;
}
@media (max-width: 1200px) {
  .header_nav_rightNav li:last-child {
    display: flex;
    margin-inline-end: 0;
  }
}
.header_nav_rightNav li:nth-last-child(3).active a {
  color: white;
}
.header_nav_rightNav li:nth-last-child(3).active a:hover {
  color: #0066FF;
}
@media (min-width: 1200px) {
  .header_nav_rightNav li:nth-last-child(3) {
    margin-inline-end: 0;
  }
}
@media (max-width: 1200px) {
  .header_nav_rightNav li:nth-last-child(2) {
    margin-inline-end: 1.25rem;
  }
}
.header_nav_rightNav li svg {
  color: #0066FF;
  opacity: 50%;
}
.header.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.header.sticky .header_nav_logo {
  width: 75px;
}
@media (max-width: 576px) {
  .header.sticky .header_nav_logo {
    width: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header.sticky .header_nav_logo {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header.sticky .header_nav_logo {
    width: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.sticky .header_nav_logo {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .header.sticky .header_nav_logo {
    width: 75px;
  }
}
.header form {
  display: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-bottom: 10px;
}
.header form .form-group {
  width: 100%;
  margin-bottom: 0;
}
.header form .form-group input {
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 15px;
  border-radius: 0;
  color: white;
}
.header form .form-group input::placeholder {
  color: white;
}
.header form button {
  padding: 10px;
}
.header form button i {
  color: #0066FF;
}
.header form .header_nav_item_link_anchor_search {
  filter: brightness(0) invert(1);
}

/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Footer Styles _____________ ====================================== */
.footer {
  background-image: url("../img/global/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_content {
  padding: 4.5rem 0;
}
@media (max-width: 991px) {
  .footer_content {
    padding: 3rem 0;
  }
}
.footer_content_logo {
  width: 90px;
  margin-bottom: 2rem;
}
.footer_content_desc {
  font-size: 0.8rem;
  margin-bottom: 0;
  color: white;
  width: 90%;
}
@media (max-width: 991px) {
  .footer_content_desc {
    font-size: 0.95rem;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .footer_content_desc {
    width: 100%;
  }
}
.footer_content_title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: white;
}
.footer_content_list_item {
  margin-bottom: 0.25rem;
  color: white;
  width: max-content;
}
.footer_content_list_item:after {
  content: "";
  display: block;
  margin: 3px auto 0;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.651);
  -webkit-transition: opacity 0.3s ease, width 0.3s ease;
  -moz-transition: opacity 0.3s ease, width 0.3s ease;
  -o-transition: opacity 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.footer_content_list_item:hover:after {
  width: 100%;
}
.footer_content_list_item.active:after {
  width: 100%;
}
.footer_content_list_item a {
  font-weight: 100;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.footer_content_socialList {
  display: flex;
  padding-top: 5px;
}
.footer_content_socialList_item {
  color: white;
  padding: 0px 5px;
  transition: all 0.3s ease-in-out;
}
.footer_content_socialList_item:first-child {
  padding-inline-start: 0;
}
.footer_content_socialList_item:last-child {
  padding-inline-end: 0;
}
.footer_content_socialList_item a i {
  font-size: 19px;
}
@media (max-width: 991px) {
  .footer_content_socialList_item a i {
    font-size: 18px;
  }
}
.footer_content_socialList_item:hover {
  opacity: 0.7;
}
.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
  text-align: center;
  padding: 0.75rem 0;
  font-size: 0.85rem;
  color: white;
  font-weight: 100;
  margin-bottom: 0;
}
body.ar .footer_copyright {
  direction: ltr;
}
.footer_copyright a {
  font-size: 0.85rem;
  font-weight: 100;
  padding-inline-start: 3px;
}

/* ====================================== _____________ Footer Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
.sidebar {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  height: 100%;
  background-color: white;
}
@media (max-width: 1200px) {
  .sidebar {
    margin-top: 0;
    height: 100%;
    width: 66.6666666667%;
    background-image: none;
    z-index: 999999;
    left: -66.6666666%;
  }
  body.ar .sidebar {
    left: auto;
    right: -66.6666666%;
  }
}
@media (max-width: 767px) {
  .sidebar {
    width: 66.6666666667%;
    flex: 0 0 66.66666666%;
  }
}
.sidebar_sidebarLeft {
  position: relative;
  width: 33.3333333333%;
  display: flex;
  flex: 0 0 33.3333333333%;
  height: 100%;
  justify-content: center;
  transform: translateY(100px);
  transition: 1s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .sidebar_sidebarLeft {
    display: none;
  }
}
.sidebar_sidebarLeft_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.ar .sidebar_sidebarLeft_img {
  left: auto;
  right: 0;
}
.sidebar_sidebarLeft_logo {
  position: absolute;
  bottom: -36px;
  left: -30px;
  top: auto;
  right: auto;
  height: 275px;
  width: 275px;
}
body.ar .sidebar_sidebarLeft_logo {
  left: auto;
  right: -30px;
  transform: scaleX(-1);
}
.sidebar_sidebarLeft_head {
  font-size: 1.8rem;
  color: white;
  margin-bottom: 0;
  padding: 3rem 0 0 0;
}
@media (max-width: 1200px) {
  .sidebar_sidebarLeft_head {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .sidebar_sidebarLeft_head {
    font-size: 1.4rem;
  }
}
.sidebar_sidebarRight {
  width: 66.667%;
  flex: 0 0 66.667%;
  overflow: hidden;
  position: relative;
  background: white;
}
.sidebar_sidebarRight_grids {
  transform: translate(-150px, 70px) scale(0.7);
  transition: 1s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .sidebar_sidebarRight_grids:first-child {
    display: none;
  }
  .sidebar_sidebarRight_grids:last-child {
    display: flex;
  }
}
@media (max-width: 991px) {
  .sidebar_sidebarRight_grids {
    justify-content: initial;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .sidebar_sidebarRight_grids {
    padding-inline-start: 0;
  }
}
.sidebar_sidebarRight_grids_grid {
  flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 991px) {
  .sidebar_sidebarRight_grids_grid {
    flex: 0 0 100%;
    width: 100%;
  }
}
.sidebar_sidebarRight_grids_grid_links {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100%;
}
.sidebar_sidebarRight_grids_grid_links_head {
  width: max-content;
  padding-bottom: 0.5rem;
  color: #171717;
  font-size: 1.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.sidebar_sidebarRight_grids_grid_links_items {
  display: inline-table;
}
@media (max-width: 991px) {
  .sidebar_sidebarRight_grids_grid_links_items {
    padding-top: 0.5rem;
    border-top: 0;
  }
}
.sidebar_sidebarRight_grids_grid_links_items_item {
  display: block;
  color: #171717;
  opacity: 70%;
  transition: all 0.2s ease-in-out;
  padding-bottom: 0.5rem;
}
.sidebar_sidebarRight_grids_grid_links_items_item:last-child {
  padding-bottom: 0;
}
.sidebar_sidebarRight_grids_grid_links_items_item a {
  font-weight: 300;
  font-size: 0.85rem;
  padding: 3px 0;
}
@media (max-width: 991px) {
  .sidebar_sidebarRight_grids_grid_links_items_item a {
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .sidebar_sidebarRight_grids_grid_links_items_item {
    padding-bottom: 0;
  }
}
.sidebar_sidebarRight_grids_grid_links_items_item:hover {
  opacity: 1;
  color: #0066FF;
}
.sidebar_sidebarRight_img {
  position: absolute;
  width: 66.6666666667%;
  height: 35%;
  bottom: 0;
  right: 0;
}
body.ar .sidebar_sidebarRight_img {
  left: 0;
  right: auto;
}
.sidebar_sidebarRight_img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  transform: translateY(-70%);
  opacity: 0.5;
  transition: 1s;
  object-position: top;
}
@media (max-width: 1200px) {
  .sidebar_sidebarRight_img {
    width: 100%;
    height: 40%;
  }
}
@media (max-width: 576px) {
  .sidebar_sidebarRight {
    width: 50%;
    flex: 0 0 50%;
  }
}
.sidebar__active {
  display: flex !important;
}
@media (max-width: 1200px) {
  .sidebar__active {
    left: 33.333333%;
  }
  body.ar .sidebar__active {
    left: auto;
    right: 33.333333%;
  }
}
@media (max-width: 576px) {
  .sidebar__active {
    width: 58%;
    flex: 0 0 55%;
    left: 42%;
  }
  body.ar .sidebar__active {
    left: auto;
    right: 42%;
  }
}
.sidebar__active .sidebar_sidebarLeft {
  transform: translateY(0);
  opacity: 1;
}
.sidebar__active .sidebar_sidebarRight_grids {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  height: 100%;
  padding: 0 1rem;
}
.sidebar__active .sidebar_sidebarRight_img img {
  transform: translateY(0);
  opacity: 1;
}

.leftSidebar {
  height: calc(100vh - 84px);
  display: flex;
  border-top: 1px solid rgba(0, 102, 255, 0.07);
  position: fixed;
  width: 100%;
  background-color: white;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  left: -101%;
}
body.ar .leftSidebar {
  left: auto;
  right: -101%;
}
@media (max-width: 1200px) {
  .leftSidebar {
    height: calc(100vh - 83px);
  }
}
@media (max-width: 576px) {
  .leftSidebar {
    height: calc(100vh - 78px);
  }
}
.leftSidebar__active {
  left: 0;
  border-top: 1px solid rgba(0, 102, 255, 0.07);
  top: 84px;
}
body.ar .leftSidebar__active {
  left: auto;
  right: 0;
}
.leftSidebar_exitSidebar {
  position: absolute;
  z-index: 999999999;
  right: 20px;
  top: 20px;
  width: 35px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.ar .leftSidebar_exitSidebar {
  left: 20px;
  right: auto;
  transform: rotate(180deg);
}
.leftSidebar_exitSidebar:hover {
  right: 30px;
}
body.ar .leftSidebar_exitSidebar:hover {
  left: 30px;
  right: auto;
}
@media (max-width: 1200px) {
  .leftSidebar_exitSidebar {
    width: 30px;
  }
}
.leftSidebar .header_nav_leftNav {
  display: none;
}
@media (max-width: 1200px) {
  .leftSidebar .header_nav_leftNav {
    display: flex;
    flex-direction: column;
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    height: 100%;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 102, 255, 0.07);
  }
  body.ar .leftSidebar .header_nav_leftNav {
    border-left: 1px solid rgba(0, 102, 255, 0.07);
    border-right: none;
  }
}
@media (max-width: 576px) {
  .leftSidebar .header_nav_leftNav {
    width: 42%;
    flex: 0 0 42%;
  }
}
.leftSidebar .header_nav_leftNav .header_nav_item_link:last-child, .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(1), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(2), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(3), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(4) {
  display: none;
}
@media (max-width: 1200px) {
  .leftSidebar .header_nav_leftNav .header_nav_item_link:last-child, .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(1), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(2), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(3), .leftSidebar .header_nav_leftNav .header_nav_item_link:nth-last-child(4) {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .leftSidebar .header_nav_leftNav .header_nav_item_link {
    margin: 0;
    align-self: start;
    border-bottom: 1px solid rgba(0, 102, 255, 0.07);
    width: 100%;
    justify-content: space-between;
  }
  .leftSidebar .header_nav_leftNav .header_nav_item_link:last-child {
    border-bottom: 1px solid transparent;
  }
}

.careerLink {
  display: none;
}
@media (max-width: 1200px) {
  .careerLink {
    display: block;
  }
}

/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
.contactUs {
  background-color: #F9F9F9;
}
.contactUs .form-control {
  border: 1.5px solid #707070;
  border-radius: 0;
  background: transparent;
  height: 3.5em;
  padding: 0.375rem 1.25rem;
  font-weight: 100;
}
.contactUs .uploadFile {
  background-color: white;
  color: grey;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  position: relative;
  resize: none;
  cursor: pointer;
}
.contactUs .uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: -1;
}
body.ar .contactUs .uploadFile [type=file] {
  right: auto;
  left: 0;
}
.contactUs textarea {
  height: 180px !important;
  padding-top: 1rem !important;
}

.filename {
  line-height: 30px;
}

/* ====================================== _____________ Forms Styles _____________ ====================================== */
.modal .modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: 350px;
  }
}
.modal .modal-dialog .modal-content {
  border: none;
  height: 550px;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content {
    height: 350px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 4rem;
  color: #0066FF;
  text-shadow: none;
}
@media (max-width: 576px) {
  .modal .close {
    top: 10px;
    right: 10px;
    font-size: 3rem;
  }
}

.contactUsPopup .modal-dialog {
  max-width: 900px;
  padding: 0 15px;
  height: max-content;
}
@media (max-width: 991px) {
  .contactUsPopup .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .contactUsPopup .modal-dialog {
    max-width: 500px;
  }
}
.contactUsPopup .modal-dialog .modal-content {
  background-color: #F9F9F9;
  padding: 1.5rem 4rem 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .contactUsPopup .modal-dialog .modal-content {
    padding: 1.5rem 2rem 2rem;
  }
}
.contactUsPopup .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}
.contactUsPopup .modal-dialog .modal-content .modal-header h5 {
  color: #0066FF;
  font-size: 2rem;
  font-weight: 100;
  padding-bottom: 1rem;
}
.contactUsPopup .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  top: 35px;
  right: 75px;
  color: #707070;
  font-size: 3rem;
  font-weight: 100;
}
@media (max-width: 767px) {
  .contactUsPopup .modal-dialog .modal-content .modal-header .close {
    right: 40px;
  }
}
.contactUsPopup .modal-dialog .modal-content .form-control {
  border: 1.5px solid #707070;
  border-radius: 0;
  background: transparent;
  height: 3em;
  padding: 0.375rem 1.25rem 0.5rem;
  font-weight: 100;
  font-size: 0.85rem;
}
.contactUsPopup .modal-dialog .modal-content textarea {
  height: 100px !important;
  padding-top: 1rem !important;
}
.contactUsPopup .modal-dialog .modal-content .globalButton {
  padding: 0.7rem 9rem;
}
@media (max-width: 767px) {
  .contactUsPopup .modal-dialog .modal-content .globalButton {
    padding: 0.7rem 6rem;
  }
}

.NewPopup {
  background: rgba(24, 24, 24, 0.5215686275);
  align-items: center;
}
.NewPopup .modal-dialog {
  height: 75%;
  width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .NewPopup .modal-dialog {
    height: 60%;
  }
}
@media (max-width: 576px) {
  .NewPopup .modal-dialog {
    height: 40%;
    width: 90%;
    max-width: 90%;
  }
}
.NewPopup .modal-dialog .modal-content {
  height: 100% !important;
  padding: 0;
  display: block;
}
.NewPopup .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  border: none;
}
.NewPopup .modal-dialog .modal-content .modal-header button {
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  top: 10px !important;
  padding: 0;
  line-height: 0;
  right: -60px;
  background-color: none !important;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .NewPopup .modal-dialog .modal-content .modal-header button {
    right: -45px !important;
  }
}
@media (max-width: 768px) {
  .NewPopup .modal-dialog .modal-content .modal-header button {
    right: 0 !important;
    padding-top: 0;
    margin-top: -40px;
  }
}
.NewPopup .modal-dialog .modal-content .modal-header button span {
  z-index: 9999;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  height: 100%;
  width: 100%;
  display: block;
  line-height: 50%;
}
.NewPopup .modal-dialog .modal-content .modal-body {
  height: 100%;
}
.NewPopup .modal-dialog .modal-content .modal-body img {
  object-fit: inherit;
}
body.ar .NewPopup .modal-dialog .modal-content .modal-body img {
  height: 100%;
}

/* ====================================== _____________ Buttons Styles _____________ ====================================== */
.button {
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 50px;
  z-index: -1;
}
body.ar .button:before {
  left: auto;
  right: 0;
}
.button:hover::before {
  width: 100%;
}

.blueButton {
  background-color: #0066FF;
  color: white;
  font-weight: bold;
  padding: 6px 18px;
  border: 1px solid transparent;
  border: 1px solid #0066FF;
}
.blueButton:hover:before {
  background-color: white;
}

.newHover {
  color: white;
  border: 1px solid white;
  font-weight: 100;
  padding: 0.4rem 1.75rem;
}
.newHover:hover {
  color: #0066FF;
  border: 1px solid #0066FF;
  background-color: transparent;
}
.newHover:hover:before {
  background-color: white;
}

.softMoreButton {
  color: white;
  border: 1px solid white;
  font-weight: 100;
  padding: 0.4rem 1.75rem;
}
.softMoreButton:hover {
  color: white;
  border: 1px solid #0066FF;
}
.softMoreButton:hover:before {
  background-color: #0066FF;
}

.globalButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.4rem 1.75rem;
}
.globalButton:hover {
  color: white;
  border: 1px solid #0066FF;
}
.globalButton:hover:before {
  background-color: #0066FF;
}
.globalButton:hover svg {
  fill: white;
}
.globalButton:hover svg path {
  fill: white;
}
.globalButton svg {
  margin-inline-start: 10px;
}

.lightBlueButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.7rem 1.75rem;
  display: flex;
  align-items: center;
}
.lightBlueButton:hover {
  color: white;
  border: 1px solid #64DEFD;
  background-color: #64DEFD;
}
.lightBlueButton:hover:before {
  background-color: #64DEFD;
}

.lightOrangeButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.7rem 1.75rem;
  display: flex;
  align-items: center;
}
.lightOrangeButton:hover {
  color: white;
  border: 1px solid #FF7D00;
  background-color: #FF7D00;
}
.lightOrangeButton:hover:before {
  background-color: #FF7D00;
}

.lightPurpleButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.7em 1.75rem;
  display: flex;
  align-items: center;
}
.lightPurpleButton:hover {
  color: white;
  border: 1px solid #BA55C5;
  background-color: #BA55C5;
}
.lightPurpleButton:hover:before {
  background-color: #BA55C5;
}

.lightRedButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.7rem 1.75rem;
  display: flex;
  align-items: center;
}
.lightRedButton:hover {
  color: white;
  border: 1px solid #E1001E;
  background-color: #E1001E;
}
.lightRedButton:hover:before {
  background-color: #E1001E;
}

.lightGreenButton {
  color: #707070;
  border: 1px solid #707070;
  font-weight: 100;
  padding: 0.7rem 1.75rem;
  display: flex;
  align-items: center;
}
.lightGreenButton:hover {
  color: white;
  border: 1px solid #13f786;
  background-color: #13f786;
}
.lightGreenButton:hover:before {
  background-color: #13f786;
}

.whiteButton {
  color: #0066FF;
  border: 1px solid #0066FF;
  font-weight: 100;
  background-color: white;
  padding: 0.4rem 1.75rem;
}
.whiteButton:hover {
  color: white !important;
  border: 1px solid #0066FF !important;
  background-color: transparent !important;
}
.whiteButton:hover:before {
  background-color: #0066FF;
}

.contactUsButton {
  color: #0066FF;
  border: 1px solid #0066FF;
  font-weight: 100;
  width: 85%;
  margin: auto;
  text-align: center;
  padding: 0.7rem 2rem;
}
.contactUsButton:hover {
  color: white;
  border: 1px solid #0066FF;
}
.contactUsButton:hover:before {
  background-color: #0066FF;
}

.newButton {
  color: #0066FF;
  border: 1px solid #0066FF;
  font-weight: 100;
  padding: 0.5rem 2.5rem;
  display: flex;
  align-items: center;
}
.newButton:hover {
  color: white;
  border: 1px solid #0066FF;
  background-color: #0066FF;
}
.newButton:hover svg {
  fill: white;
}
.newButton:hover svg path {
  fill: white;
}
.newButton:hover:before {
  background-color: #0066FF;
}
.newButton svg {
  margin-inline-start: 10px;
}

/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* _____________ start ourProducts section _____________ */
.ourProducts {
  padding: 2rem 0;
}
.ourProducts_title {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.ourProducts .ourProducts_slider {
  padding: 0;
  width: 85%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourProducts .ourProducts_slider {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .ourProducts .ourProducts_slider {
    width: 70%;
  }
}
.ourProducts .swiper-slide {
  min-height: 100%;
  height: auto;
}
.ourProducts .ourProducts_Card {
  background: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  padding: 40px 15px 65px;
  width: 100%;
}
@media (max-width: 991px) {
  .ourProducts .ourProducts_Card {
    padding: 20px 15px 40px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ourProducts .ourProducts_Card {
    padding: 15px 15px 35px;
  }
}
body.ar .ourProducts .ourProducts_Card {
  display: block;
  padding: 40px 15px;
}
.ourProducts .ourProducts_Card_img {
  min-height: 75px;
  object-fit: contain;
  width: 185px;
}
body.ar .ourProducts .ourProducts_Card_img {
  height: 75px;
  min-height: auto;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourProducts .ourProducts_Card_img {
    width: 150px;
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .ourProducts .ourProducts_Card_img {
    width: 100px;
    min-height: 30px;
  }
}
.ourProducts .ourProducts_Card_img.liquifyLogo {
  width: 135px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourProducts .ourProducts_Card_img.liquifyLogo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .ourProducts .ourProducts_Card_img.liquifyLogo {
    width: 80px;
  }
}
.ourProducts .ourProducts_Card_img.BlinqLogo {
  width: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourProducts .ourProducts_Card_img.BlinqLogo {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .ourProducts .ourProducts_Card_img.BlinqLogo {
    width: 70px;
  }
}
.ourProducts .ourProducts_Card_title {
  font-size: 0.95rem;
  color: black;
  margin-bottom: 0;
  min-height: 37px;
}
@media (max-width: 1200px) {
  .ourProducts .ourProducts_Card_title {
    font-size: 0.85rem;
  }
}
body.ar .ourProducts .ourProducts_Card_title {
  margin-bottom: 1rem;
}
.ourProducts .ourProducts_Card_desc {
  margin-bottom: 0;
  font-size: 0.8rem;
  max-width: 85%;
  color: #707070;
}
@media (max-width: 1200px) {
  .ourProducts .ourProducts_Card_desc {
    max-width: 90%;
  }
}
body.ar .ourProducts .ourProducts_Card_desc {
  margin: 0 auto 2rem auto;
}
body.ar .ourProducts .ourProducts_Card_button {
  display: inline-block;
}
.ourProducts .ourProducts_Card_patternImg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.documentProducts .ourProducts_Card {
  background-color: #F9F9F9;
}
.documentProducts .ourProducts_Card .ourProducts_Card_title {
  color: #707070;
}

/* _____________ end ourProducts section _____________ */
.latesPicks {
  position: relative;
  background-color: white;
}
.latesPicks .swiper-slide {
  min-height: 100%;
}
.latesPicks .latestPicksSlider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .latesPicks .latestPicksSlider_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .latesPicks .latestPicksSlider_content {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.latesPicks .latestPicksSlider_content_title {
  margin-bottom: 2rem;
  max-width: 20%;
}
@media (max-width: 991px) {
  .latesPicks .latestPicksSlider_content_title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 576px) {
  .latesPicks .latestPicksSlider_content_title {
    margin-bottom: 1.5rem;
  }
}
.latesPicks .latestPicksSlider_content_desc {
  margin-bottom: 2rem;
  width: 60%;
}
@media (max-width: 1200px) {
  .latesPicks .latestPicksSlider_content_desc {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .latesPicks .latestPicksSlider_content_desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .latesPicks .latestPicksSlider_content_desc {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .latesPicks .latestPicksSlider_content_desc {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .latesPicks .latestPicksSlider_content_desc {
    margin-bottom: 1.5rem;
  }
}
.latesPicks .latestPicksSlider_bottom {
  background-image: url("../img/home/latestPicks/pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 2rem 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.latesPicks .latestPicksSlider_bottom span {
  color: white;
  opacity: 70%;
  font-size: 0.8rem;
  padding-inline-end: 15px;
  margin-top: 5px;
}
.latesPicks .latestPicksSlider_bottom span svg {
  fill: white;
  opacity: 70%;
  width: 13px;
  margin-inline-start: 5px;
  margin-top: -5px;
}
body.ar .latesPicks .latestPicksSlider_bottom span svg {
  transform: rotate(-180deg);
}
.latesPicks .latestPicksSlider_bottom p {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .latesPicks .latestPicksSlider_bottom p {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .latesPicks .latestPicksSlider_bottom p {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .latesPicks .latestPicksSlider_bottom p {
    width: 55%;
  }
}
.latesPicks_arrows {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  margin-left: auto;
  padding: 0 15px;
  padding-inline-start: 0;
}
body.ar .latesPicks_arrows {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 576px) {
  .latesPicks_arrows {
    width: 100%;
    padding-inline-start: 15px;
    margin-left: auto;
  }
  body.ar .latesPicks_arrows {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .latesPicks_arrows {
    width: calc(540px + (100vw - 540px) / 2);
    padding-inline-start: 15px;
    margin-left: auto;
  }
  body.ar .latesPicks_arrows {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .latesPicks_arrows {
    width: calc(720px + (100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latesPicks_arrows {
    width: calc(960px + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .latesPicks_arrows {
    width: calc(1140px + (100vw - 1140px) / 2);
  }
}
.latesPicks_arrows .swiper-button-next,
.latesPicks_arrows .swiper-button-prev {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  z-index: 99;
}
.latesPicks_arrows .swiper-button-next:hover,
.latesPicks_arrows .swiper-button-prev:hover {
  background-color: #0066FF;
}
body.ar .latesPicks_arrows .swiper-button-next,
body.ar .latesPicks_arrows .swiper-button-prev {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .latesPicks_arrows .swiper-button-next,
.latesPicks_arrows .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .latesPicks_arrows .swiper-button-next,
.latesPicks_arrows .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .latesPicks_arrows .swiper-button-next,
.latesPicks_arrows .swiper-button-prev {
    width: 29px;
    height: 29px;
  }
}
.latesPicks_arrows .swiper-button-next {
  right: 40px;
  left: auto;
}
body.ar .latesPicks_arrows .swiper-button-next {
  right: auto;
  left: 40px;
}
@media (max-width: 767px) {
  .latesPicks_arrows .swiper-button-next {
    right: 50px;
  }
  body.ar .latesPicks_arrows .swiper-button-next {
    right: auto;
    left: 50px;
  }
}
@media (max-width: 576px) {
  .latesPicks_arrows .swiper-button-next {
    display: none;
  }
}
.latesPicks_arrows .swiper-button-prev {
  left: auto;
  right: 100px;
}
body.ar .latesPicks_arrows .swiper-button-prev {
  right: auto;
  left: 100px;
}
@media (max-width: 576px) {
  .latesPicks_arrows .swiper-button-prev {
    display: none;
  }
}
.latesPicks .swiper-slide-active .latestPicksSlider_content_title {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.latesPicks .swiper-slide-active .latestPicksSlider_content_desc {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.latesPicks .swiper-slide-active .globalButton {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.latesPicks .swiper-slide-active .slideImg {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.latesPicks .swiper-slide-active .LatestPicksSlider_bottom_text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.latesPicks .swiper-horizontal > .swiper-pagination-bullets,
.latesPicks .swiper-pagination-bullets.swiper-pagination-horizontal,
.latesPicks .swiper-pagination-custom,
.latesPicks .swiper-pagination-fraction {
  width: 20px;
  right: 65px;
  left: auto;
  text-align: end;
  bottom: 35px;
}
@media (max-width: 767px) {
  .latesPicks .swiper-horizontal > .swiper-pagination-bullets,
.latesPicks .swiper-pagination-bullets.swiper-pagination-horizontal,
.latesPicks .swiper-pagination-custom,
.latesPicks .swiper-pagination-fraction {
    right: 40px;
  }
}
@media (max-width: 576px) {
  .latesPicks .swiper-horizontal > .swiper-pagination-bullets,
.latesPicks .swiper-pagination-bullets.swiper-pagination-horizontal,
.latesPicks .swiper-pagination-custom,
.latesPicks .swiper-pagination-fraction {
    bottom: 20px;
    right: 30px;
  }
}
.latesPicks .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 50%;
  margin: 0;
}
.latesPicks .swiper-pagination-bullet-active {
  opacity: 100%;
}

/* _____________ start clientSlider section _____________ */
.clients_slider {
  padding: 3rem 0;
  overflow: hidden;
}

/* _____________ end clientSlider section _____________ */
/* _____________ start internalClients section _____________ */
.internalClients {
  background-color: white;
  padding: 2rem 0 6rem;
}
@media (max-width: 767px) {
  .internalClients {
    padding: 2rem 0 4rem;
  }
}
.internalClients_slider {
  padding: 0;
  width: 80%;
  margin: auto;
}
.internalClients_slider img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .internalClients {
    padding: 1rem 0 3rem;
  }
  .internalClients_slider {
    width: 60%;
  }
}
.internalClients_arrows {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.internalClients_arrows .swiper-button-next,
.internalClients_arrows .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  bottom: 30px;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1250px) {
  .internalClients_arrows .swiper-button-next,
.internalClients_arrows .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1200px) {
  .internalClients_arrows .swiper-button-next,
.internalClients_arrows .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .internalClients_arrows .swiper-button-next,
.internalClients_arrows .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .internalClients_arrows .swiper-button-next,
.internalClients_arrows .swiper-button-prev {
    width: 29px;
    height: 29px;
    bottom: 17px;
  }
}
.internalClients_arrows .swiper-button-next:hover,
.internalClients_arrows .swiper-button-prev:hover {
  background-color: #0066FF;
}
.internalClients_arrows .swiper-button-next {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .internalClients_arrows .swiper-button-next {
    right: 15px;
  }
}
.internalClients_arrows .swiper-button-prev {
  left: 0;
  right: auto;
  transform: rotate(-180deg);
}
@media (max-width: 576px) {
  .internalClients_arrows .swiper-button-prev {
    left: 15px;
  }
}
.internalClients_arrows .swiper-button-next:after,
.internalClients_arrows .swiper-rtl .swiper-button-prev:after,
.internalClients_arrows .swiper-button-prev:after,
.internalClients_arrows .swiper-rtl .swiper-button-next:after {
  background-image: url(../img/global/btnBlack.png);
  background-size: cover;
}

/* _____________ end internalClients section _____________ */
/* _____________ start testimonials section _____________ */
.testimonials {
  padding: 3rem 0 0;
}
.testimonials .swiper {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials .swiper {
    width: 60%;
  }
}

/* _____________ end testimonials section _____________ */
/* _____________ start ourProducts section _____________ */
.phase2Slider {
  background-color: white;
}
.phase2Slider .ourProducts_Card {
  background-color: rgba(244, 244, 244, 0.5);
  gap: 0;
  padding: 35px 25px 55px;
  justify-content: center;
}
.phase2Slider .ourProducts_Card .mainTitle {
  font-size: 1.5rem;
}
.phase2Slider .ourProducts_Card .ourProducts_Card_title {
  margin-bottom: 1rem;
  min-height: auto;
}
.phase2Slider .ourProducts_Card .mainSection_content_txt_desc {
  color: #707070;
  font-size: 0.8rem;
}
.phase2Slider .ourProducts_Card .lightBlueButton, .phase2Slider .ourProducts_Card .lightPurpleButton, .phase2Slider .ourProducts_Card .lightRedButton {
  padding: 0.4rem 1.7rem;
}

/* _____________ end ourProducts section _____________ */
/* _____________ start cleanDataSlider section _____________ */
.cleanDataSlider .swiper-slide {
  display: block !important;
}
.cleanDataSlider .lightPurpleButton {
  padding: 0.4em 1.75rem;
}

/* _____________ end cleanDataSlider section _____________ */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
.fullScreenBox_left_box_content_list {
  padding-inline-start: 1.75rem;
  margin-top: 0.5rem;
}
.fullScreenBox_left_box_content_list_item {
  color: black;
  opacity: 0.5;
  padding: 0.25rem 0;
  transition: all 0.3s ease-in-out;
}
.fullScreenBox_left_box_content_list_item a {
  font-size: 0.85rem;
}
.fullScreenBox_left_box_content_list_item:first-child {
  padding-top: 0;
}
.fullScreenBox_left_box_content_list_item:last-child {
  padding-bottom: 0;
}
.fullScreenBox_left_box_content_list_item:hover, .fullScreenBox_left_box_content_list_item.active {
  opacity: 1;
}

.sidebar .accordion {
  display: none;
}
@media (max-width: 991px) {
  .sidebar .accordion {
    display: block;
    height: 100%;
  }
}

.card {
  background-color: transparent;
  border: none;
}

.card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.card-header h5 button {
  color: #171717;
}
.card-header h5 button.active {
  opacity: 1;
}
.card-header h5 button.active i {
  transform: rotate(180deg);
}

.btn-link:not(.collapsed) {
  color: #171717;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

.btn-link::after {
  display: none;
}

@media (max-width: 576px) {
  .btn-link {
    font-size: 0.9rem;
  }
}

.card:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card:last-of-type .btn-link.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card:first-of-type .btn-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-link {
  padding: 0.5rem 0;
}

.card-body {
  padding: 0;
}

.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #171717;
  margin-inline-start: 10px;
}
.btn-link i {
  margin-inline-start: 7px;
  font-size: 13px;
  margin-top: 3px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .btn-link i {
    margin-inline-start: 5px;
    font-size: 11px;
  }
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #171717;
  color: #0066FF;
}
.btn-link:hover i, .btn-link:focus i {
  transform: rotate(-90deg);
}
body.ar .btn-link:hover i, body.ar .btn-link:focus i {
  transform: rotate(90deg);
}
@media (max-width: 576px) {
  .btn-link {
    margin-inline-start: 0;
  }
}

.countDownSection {
  display: flex;
  align-items: center;
}
.countDownSection h5 {
  font-size: 2.2rem;
}

.main-example {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.main-example .countdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 65px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-example .count {
  background: #0066FF;
  color: #f8f8f8;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}

.main-example .count.top {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.main-example .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}

/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}

.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}

/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.main-example {
  width: 100%;
}

.main-example .countdown-container {
  height: 100px;
}

.main-example .time {
  height: 70px;
}

.main-example .count {
  font-size: 1.5em;
  line-height: 91px;
}

.main-example .label {
  font-size: 1.15rem;
  font-weight: 700;
}

/* _____________ start TradeNetBoxes Styles _____________ */
.tradeNetBoxes_box {
  background-color: white;
  padding: 4rem 0 0;
  text-align: center;
  border: 1px solid rgba(0, 102, 255, 0.08);
  height: 100%;
}
@media (max-width: 1200px) {
  .tradeNetBoxes_box {
    padding: 2rem 0 0;
  }
}
.tradeNetBoxes_box_content {
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.tradeNetBoxes_box_content_head {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  transition: all 0.5s ease-in-out;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .tradeNetBoxes_box_content_head {
    min-height: auto;
  }
}
.tradeNetBoxes_box_content .withLiquify_box_desc {
  padding: 0 2rem;
}
.tradeNetBoxes_box_content .button {
  padding: 0.4rem 1.25rem;
  margin: 1.25rem 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .tradeNetBoxes_box_content .button {
    margin-bottom: 3rem;
  }
}
.tradeNetBoxes_box_content_pattern {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.ar .tradeNetBoxes_box_content_pattern {
  left: auto;
  right: 0;
}
.tradeNetBoxes_box:hover .tradeNetBoxes_box_content {
  transform: translateY(0);
}
.tradeNetBoxes_box:hover .tradeNetBoxes_box_content_head {
  color: #0066FF;
}
.tradeNetBoxes_box:hover .tradeNetBoxes_box_content_pattern,
.tradeNetBoxes_box:hover .button {
  opacity: 1;
}

/* _____________ end TradeNetBoxes Styles _____________ */
/* _____________ start fintechBox Styles _____________ */
.fintechBox_box {
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-bottom: none !important;
  transition: all 0.5s ease-in-out;
}
.fintechBox_box_img {
  width: 100%;
  object-fit: cover;
}
.fintechBox_box_content {
  padding: 0.75rem 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background: white;
  transform: translateY(82%);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
body.ar .fintechBox_box_content {
  left: auto;
  right: 0;
}
@media (max-width: 1200px) {
  .fintechBox_box_content {
    transform: translateY(76%);
  }
}
@media (max-width: 767px) {
  .fintechBox_box_content {
    transform: translateY(80%);
  }
}
@media (max-width: 576px) {
  .fintechBox_box_content {
    transform: translateY(93%);
    height: 95%;
  }
}
.fintechBox_box_content_desc {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.fintechBox_box:hover {
  border-color: #0D20FD;
}
.fintechBox_box:hover .fintechBox_box_content {
  transform: translateY(0);
  justify-content: center;
}
.fintechBox .yourBenefits_box_imgs img {
  border-bottom: none !important;
}
.fintechBox_pattern {
  margin-top: -14px;
  min-height: 30px;
}
@media (max-width: 576px) {
  .fintechBox_pattern {
    margin-top: 0;
  }
}

/* _____________ end fintechBox Styles _____________ */
/* ====================================== _____________ start joining-KN Styles _____________ ====================================== */
/* _____________ end ourLocation Styles _____________ */
.joiningKnowledgenet {
  padding: 2rem 0;
}
@media (max-width: 1200px) {
  .joiningKnowledgenet {
    padding: 1.5rem 0;
  }
}
.joiningKnowledgenet .mainSection2_content_textOfNumber {
  margin-bottom: 2rem;
  color: black;
  line-height: initial;
}
.joiningKnowledgenet .mainSection2_content_text {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.joiningKnowledgenet .mainSection2_content_text:last-child {
  margin-bottom: 0;
}

/* _____________ end ourLocation Styles _____________ */
/* ====================================== _____________ end joining-KN Styles _____________ ====================================== */
/* ====================================== _____________ contactUs Styles _____________ ====================================== */
/* _____________ start contactUsBanner Styles _____________ */
.contactUsBanner {
  background-color: white;
}
.contactUsBanner .imgLeft {
  height: 50%;
}
.contactUsBanner .imgRight {
  object-position: right;
}
.contactUsBanner_box {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8rem;
}
@media (max-width: 1200px) {
  .contactUsBanner_box {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .contactUsBanner_box {
    padding: 2rem 0;
    text-align: center;
  }
}
.contactUsBanner_box .mainTitle {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .contactUsBanner_box .mainTitle {
    margin-bottom: 1.5rem;
  }
}
.contactUsBanner_box .desc {
  margin-bottom: 0;
}

/* _____________ end contactUsBanner Styles _____________ */
/* _____________ start contactUsSection Styles _____________ */
.contactUs {
  padding: 2rem 0;
}
.contactUs .blueButton {
  padding: 0.75rem 10rem;
}
@media (max-width: 767px) {
  .contactUs .blueButton {
    padding: 0.75rem 7rem;
  }
}
.contactUs .blueButton:hover {
  color: #0066FF;
}

/* _____________ end contactUsSection Styles _____________ */
/* _____________ start googleMap Styles _____________ */
.googleMap {
  background-color: white;
  padding: 2rem 0;
}
.googleMap_box {
  background-image: url("../img/contact us/bg.png");
  padding: 1.75rem;
  text-align: center;
  color: white;
  background-size: cover;
  height: 100%;
}
.googleMap_box_head {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.googleMap_box a {
  font-size: 0.85rem;
  font-weight: 100;
  display: block;
}
.googleMap_box a:first-of-type {
  margin-bottom: 0.7rem;
}

/* _____________ end googleMap Styles _____________ */
/* ====================================== _____________ contactUs Styles _____________ ====================================== */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
/* _____________ start mainHeight section _____________ */
.banner {
  height: 88vh;
  background-color: #0066FF;
  position: relative;
  display: flex;
  align-items: center;
}
.banner_pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}
@media (max-width: 991px) {
  .banner_pattern {
    width: 300px;
  }
}
@media (max-width: 568px) {
  .banner_pattern {
    width: 250px;
  }
}
body.ar .banner_pattern {
  right: auto;
  left: 0;
}
.banner_text_desc {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.2;
  color: white;
  opacity: 0.8;
}
@media (max-width: 568px) {
  .banner_text_desc br {
    display: none;
  }
}
.banner_text_span {
  font-size: 2.4rem;
  font-style: oblique;
  color: white;
}
@media (max-width: 568px) {
  .banner {
    height: auto;
  }
}

/* _____________ end mainHeight section _____________ */
/* _____________ start boxes section _____________ */
.boxes {
  background-color: #F2F2F2;
  position: relative;
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .boxes {
    padding: 1rem 0;
  }
}
.boxes .box {
  height: 100%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.boxes .box:hover .box_content_arrow {
  margin-inline-end: -10px;
}
@media (max-width: 767px) {
  .boxes .box {
    padding: 1rem 0;
  }
}
.boxes .box_content {
  position: relative;
  height: 50%;
  padding: 2.5rem 2.5rem 7rem 2.5rem;
  display: flex;
  justify-content: space-between;
}
.boxes .box_content_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.ar .boxes .box_content_img {
  left: auto;
  right: 0;
}
.boxes .box_content_title {
  color: white;
  font-size: 2.5rem;
  width: 50%;
  margin-bottom: 0;
  font-weight: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxes .box_content_title {
    font-size: 1.6rem;
  }
}
.boxes .box_content_arrow {
  width: 33px;
  height: 33px;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxes .box_content_arrow {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
}
body.ar .boxes .box_content_arrow {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .boxes .box_content {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
.boxes .box_img {
  position: relative;
  height: 50%;
}
.boxes .box_img img {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .boxes .box_img img {
    object-position: top;
  }
}
.boxes .box.active {
  width: 100%;
  flex: 0 0 100%;
}
.boxes .fullScreenBox {
  cursor: pointer;
  display: flex;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  z-index: 8;
  transition: all 0.5s ease-in-out;
  background-color: white;
}
body.ar .boxes .fullScreenBox {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .boxes .fullScreenBox.fullScreenBoxMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .boxes .fullScreenBox {
    height: auto !important;
  }
  .boxes .fullScreenBox.fullScreenBoxLap {
    display: none;
  }
  .boxes .fullScreenBox.fullScreenBoxMobile {
    display: flex;
  }
}
.boxes .fullScreenBox_left {
  display: flex;
  width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
@media (max-width: 991px) {
  .boxes .fullScreenBox_left {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .boxes .fullScreenBox_left {
    flex-direction: column;
  }
}
.boxes .fullScreenBox_left_box {
  position: relative;
  cursor: initial;
  z-index: 2;
  width: 50%;
  flex: 0 0 50%;
  transition: all 1s ease-in-out;
  background-color: white;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .boxes .fullScreenBox_left_box:first-child {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .boxes .fullScreenBox_left_box:last-child {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding: 3rem 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .boxes .fullScreenBox_left_box:first-child {
    width: 100%;
    flex: 0 0 auto;
  }
  .boxes .fullScreenBox_left_box:last-child {
    width: 100%;
    flex: 0 0 auto;
    padding: 1rem 3rem !important;
  }
}
.boxes .fullScreenBox_left_box_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxes .fullScreenBox_left_box_content .accordion .card {
  height: auto;
}
.boxes .fullScreenBox_left_box_content_title {
  color: white;
  font-size: 2.5rem;
  width: 60%;
  margin-bottom: 0;
  font-weight: 100;
  transform: scale(1);
  transition: all 1s ease-in-out;
  opacity: 0;
  padding: 2rem 0 2rem 2rem;
}
@media (max-width: 767px) {
  .boxes .fullScreenBox_left_box_content_title {
    width: 100%;
    padding-inline-start: 0;
  }
}
body.ar .boxes .fullScreenBox_left_box_content_title {
  padding: 2rem 2rem 2rem 0;
}
.boxes .fullScreenBox_left_box_content_icon {
  position: absolute;
  z-index: 999999999;
  right: 45px;
  top: 50px;
  width: 33px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.ar .boxes .fullScreenBox_left_box_content_icon {
  right: auto;
  left: 45px;
}
@media (max-width: 991px) {
  .boxes .fullScreenBox_left_box_content_icon {
    top: 25px;
    width: 25px;
  }
  body.ar .boxes .fullScreenBox_left_box_content_icon {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .boxes .fullScreenBox_left_box_content_icon {
    top: 35px;
  }
}
.boxes .fullScreenBox_left_box_content_bgBlue {
  background-image: url("../img/home/boxes/pattern.png");
  background-size: cover;
  transform: translateY(-75%);
  padding: 2.5rem 2rem 2.5rem 3rem;
  transition: all 1s ease-in-out;
}
body.ar .boxes .fullScreenBox_left_box_content_bgBlue {
  padding: 2.5rem 3rem 2.5rem 2rem;
}
@media (max-width: 1200px) {
  .boxes .fullScreenBox_left_box_content_bgBlue {
    padding: 2rem 2rem 3rem 3rem;
  }
  body.ar .boxes .fullScreenBox_left_box_content_bgBlue {
    padding: 2rem 3.5rem 3rem 2rem;
  }
}
@media (max-width: 991px) {
  .boxes .fullScreenBox_left_box_content_bgBlue {
    padding: 2.5rem 3rem 3rem 3.5rem;
    position: relative;
  }
  body.ar .boxes .fullScreenBox_left_box_content_bgBlue {
    padding: 2.5rem 3.5rem 3rem 3rem;
  }
}
.boxes .fullScreenBox_left_box_content_bgBlue_desc {
  padding-bottom: 3rem;
  margin-bottom: 0;
  color: white;
  font-size: 0.75rem;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .boxes .fullScreenBox_left_box_content_bgBlue_desc {
    padding-bottom: 2rem;
  }
}
.boxes .fullScreenBox_left_box:last-child {
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
  padding: 3rem 2rem;
}
body.ar .boxes .fullScreenBox_left_box:last-child {
  transform: translateX(50%);
}
.boxes .fullScreenBox_right {
  width: 33.33333%;
  object-fit: cover;
  position: absolute;
  left: 0;
  height: 50%;
  bottom: 0;
  transform: translateX(0);
  transition: all ease-in-out 1.2s;
  z-index: 8;
  opacity: 0;
}
@media (max-width: 991px) {
  .boxes .fullScreenBox_right {
    display: none;
  }
}
body.ar .boxes .fullScreenBox_right {
  left: auto;
  right: 0;
}
.boxes .fullScreenBox_right_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxes .fullScreenBox.active {
  opacity: 1;
  pointer-events: initial;
}
.boxes .fullScreenBox.active .fullScreenBox_left_box_content_bgBlue {
  transform: translateY(0);
}
.boxes .fullScreenBox.active .fullScreenBox_left_box_content_title {
  transform: scale(0.8);
  color: #0066FF;
  opacity: 1;
}
@media (max-width: 991px) {
  .boxes .fullScreenBox.active .fullScreenBox_left_box_content_title {
    padding: 1rem 0 1rem 2rem;
  }
  body.ar .boxes .fullScreenBox.active .fullScreenBox_left_box_content_title {
    padding: 1rem 2rem 1rem 0;
  }
}
@media (max-width: 767px) {
  .boxes .fullScreenBox.active .fullScreenBox_left_box_content_title {
    padding: 2rem 0;
  }
}
.boxes .fullScreenBox.active .fullScreenBox_right {
  position: absolute;
  height: 100%;
  bottom: 0;
  transform: translateX(200%);
  opacity: 1;
}
body.ar .boxes .fullScreenBox.active .fullScreenBox_right {
  transform: translateX(-200%);
}
.boxes .fullScreenBox.active .fullScreenBox_left_box {
  transform: translateX(0) !important;
  opacity: 1;
}
@media (min-width: 768px) {
  .boxes .boxCol:nth-child(even) .box_content {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .boxes .boxCol:nth-child(even) .box_right {
    top: 0;
    bottom: auto;
  }
}

/* _____________ end boxes section _____________ */
/* _____________ start softmore section _____________ */
.softmoreSection_content {
  position: relative;
  background-image: url("../img/home/softmore/bgg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  background-position: bottom;
}
.softmoreSection_content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #0066ff;
  background: linear-gradient(180deg, transparent 0, rgba(0, 102, 255, 0.356) 30%, #13f387 130%);
}
body.ar .softmoreSection_content:before {
  left: auto;
  right: 0;
}
@media (max-width: 1200px) {
  .softmoreSection_content {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .softmoreSection_content {
    padding: 3rem 0;
    margin-bottom: -3px;
  }
}
.softmoreSection_content_logo {
  max-width: 275px;
}
@media (max-width: 991px) {
  .softmoreSection_content_logo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .softmoreSection_content_logo {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .softmoreSection_content_logo {
    max-width: 180px;
  }
}
.softmoreSection_content_title {
  font-size: 1.5rem;
  color: white;
  padding: 2rem 0 1.5rem;
  margin: 0;
}
.softmoreSection_content_text {
  font-size: 0.95rem;
  color: white;
  width: 35%;
  margin-bottom: 0;
  font-weight: 100;
  opacity: 90%;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .softmoreSection_content_text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .softmoreSection_content_text {
    width: 100%;
  }
}
.softmoreSection_patternImg {
  width: 100%;
}

/* _____________ end softmore section _____________ */
/* _____________ start latestPicks section _____________ */
.latesPicks {
  position: relative;
  background-color: white;
}

/* _____________ end latestPicks section _____________ */
/* _____________ start webinars section _____________ */
.webinars {
  background-color: white;
}
.webinars_content {
  padding: 2rem 0 1.75rem;
}
@media (max-width: 767px) {
  .webinars_content {
    padding: 2rem 0 3rem 0;
  }
  body.ar .webinars_content {
    padding: 2rem 0 3rem 0;
  }
}
.webinars_content_title {
  margin-bottom: 2rem;
}
.webinars_content_desc {
  margin-bottom: 1.5rem;
  width: 85%;
}
@media (max-width: 991px) {
  .webinars_content_desc {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .webinars_content_desc {
    width: 100%;
  }
}
.webinars_content_subDesc {
  margin-bottom: 2rem;
  width: 55%;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .webinars_content_subDesc {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.webinars img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .webinars img:last-child {
    margin-top: -15px;
  }
}

/* _____________ end webinars section _____________ */
/* _____________ start clients section _____________ */
.clients {
  background-color: white;
}

/* _____________ end clients section _____________ */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
/* ====================================== _____________ start diversity&inclusion Styles _____________ ====================================== */
.googleChart .mainSection_content {
  padding: 1rem 0;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .googleChart .mainSection_content {
    padding: 0 0 1.75rem 0;
  }
}
.googleChart .mainSection_content .mainSection_content_txt {
  padding: 0 !important;
}
.googleChart .googleChart_txt {
  color: #707070;
  text-align: center;
  font-size: 0.85rem;
  width: 50%;
  margin: auto;
}

/* ====================================== _____________ end diversity&inclusion Styles _____________ ====================================== */
/* ====================================== _____________ start career Styles _____________ ====================================== */
/* _____________ careerSection Styles _____________ */
.carrerBannerSmallImg {
  height: 50%;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 767px) {
  .carrerBannerSmallImg {
    height: 40%;
  }
}
@media (max-width: 576px) {
  .carrerBannerSmallImg {
    height: 30%;
  }
}

.careerImg, .careerImgOvelay {
  height: 100%;
  position: relative;
}
.careerImg img, .careerImgOvelay img {
  height: 100%;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  object-position: right;
}
@media (max-width: 991px) {
  .careerImg img, .careerImgOvelay img {
    height: 550px;
    object-position: bottom;
  }
}
@media (max-width: 576px) {
  .careerImg img, .careerImgOvelay img {
    height: 320px;
  }
}
.careerImg img.left, .careerImgOvelay img.left {
  object-position: left;
}

/* _____________ careerSection Styles _____________ */
/* _____________ ourCulture Styles _____________ */
.ourCulture {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .ourCulture {
    padding-bottom: 1.5rem;
  }
}
.ourCulture .mainSection2_content_textOfNumber {
  color: white;
}
.ourCulture .overlaySection_content_textOfNumber {
  font-size: 1.1rem;
}
.ourCulture .mainTitle {
  color: white;
  font-weight: 100;
  line-height: normal;
}

/* _____________ ourCulture Styles _____________ */
/* _____________ students Styles _____________ */
.students {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .students {
    padding-bottom: 1.5rem;
  }
}
.students_content {
  position: relative;
}
.students_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.ar .students_content img {
  left: auto;
  right: 0;
}
.students .overlaySection_content {
  text-align: start;
}
.students .mainSection2_content_textOfNumber {
  color: white;
}
.students .mainTitle {
  color: white;
  font-weight: 100;
  line-height: normal;
}
.students .overlaySection_content_text {
  font-size: 0.85rem;
  font-weight: 100;
  width: 70%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .students .overlaySection_content_text {
    width: 100%;
  }
}

/* _____________ students Styles _____________ */
/* _____________ joiningKnowledgeNet Styles _____________ */
.joiningKnowledgeNet {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .joiningKnowledgeNet {
    padding-bottom: 1.5rem;
  }
}
.joiningKnowledgeNet .mainSection2_content {
  height: 100%;
}
.joiningKnowledgeNet .mainSection2_content_textOfNumber {
  color: #0066FF;
}
.joiningKnowledgeNet .mainTitle {
  color: #171717;
  font-weight: 100;
  line-height: normal;
}
.joiningKnowledgeNet .overlaySection_content_text {
  font-size: 0.85rem;
  font-weight: 100;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.joiningKnowledgeNet .overlaySection_content_text a {
  color: #0066FF;
  font-size: 0.85rem;
}

/* _____________ joiningKnowledgeNet Styles _____________ */
/* _____________ internships Styles _____________ */
.internships {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .internships {
    padding-bottom: 1.5rem;
  }
}

/* _____________ internships Styles _____________ */
/* ====================================== _____________ end career Styles _____________ ====================================== */
/* ====================================== _____________ start busniess Styles _____________ ====================================== */
/* _____________ start evenOddSection Styles _____________ */
.evenOddSection {
  padding: 2rem 0;
}
.evenOddSection .BgGrey {
  background-color: #f9f9f9;
  width: max-content;
}
@media (max-width: 991px) {
  .evenOddSection .BgGrey {
    width: auto;
  }
}
.evenOddSection .mainRow {
  margin-bottom: 1.5rem;
}
.evenOddSection .mainRow:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .evenOddSection .mainRow {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .evenOddSection .mainRow:first-child .colImg {
    order: 1;
  }
  .evenOddSection .mainRow:first-child .colText {
    order: 2;
  }
  .evenOddSection .mainRow:last-child .colImg {
    order: 2;
  }
  .evenOddSection .mainRow:last-child .colText {
    order: 1;
  }
}
.evenOddSection .mainSection2_content {
  height: 100%;
}
@media (max-width: 767px) {
  .evenOddSection .mainSection2_content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.evenOddSection .mainSection2_content_textOfNumber {
  display: block;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 100;
  color: #0066FF;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.evenOddSection .tools {
  display: flex;
  justify-content: space-between;
}
.evenOddSection .tools li {
  padding-bottom: 0.75rem;
}
.evenOddSection .tools li a {
  transition: all 0.3s ease-in-out;
}
.evenOddSection .tools li a:hover {
  color: #0066FF;
}

/* _____________ end evenOddSection Styles _____________ */
.financialSection .bgGrey {
  background-color: #F9F9F9;
  height: 100%;
}
.financialSection .bgGrey .mainSection2_img {
  height: auto;
}
.financialSection .bgGrey .mainSection2_img img {
  height: 233px;
  width: 100%;
  object-fit: cover;
}
.financialSection .bgGrey .mainSection2_content {
  padding: 1.5rem;
}
.financialSection .bgGrey .mainSection2_content_head {
  font-size: 1.25rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
  color: #0066FF;
  margin-top: 0;
}
.financialSection .bgGrey .mainSection2_content_textOfNumber {
  color: black;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.financialSection .bgGrey li {
  margin-bottom: 0.75rem;
}
.financialSection .bgGrey li a {
  font-size: 0.85rem;
  display: block;
}
.financialSection .bgGrey li:last-child {
  margin-bottom: 0;
}

/* _____________ end ourProcess Styles _____________ */
.ourProcess {
  padding: 2rem 0;
  background-color: white;
}
@media (max-width: 767px) {
  .ourProcess {
    padding: 0;
  }
}
.ourProcess .mainTitle {
  margin-bottom: 3rem;
}
.ourProcess_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 278px;
  justify-content: center;
}
@media (max-width: 991px) {
  .ourProcess_box {
    height: 250px;
  }
}
.ourProcess_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 1s ease-in-out;
}
body.ar .ourProcess_box img {
  left: auto;
  right: 0;
}
.ourProcess_box_title {
  color: black;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  width: 65%;
}
@media (max-width: 991px) {
  .ourProcess_box_title {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .ourProcess_box_title {
    width: 35%;
  }
}
.ourProcess_box.box1 .ourProcess_box_title, .ourProcess_box.box3 .ourProcess_box_title {
  margin-top: 2rem;
}
.ourProcess_box.box2 .ourProcess_box_title {
  margin-top: -1rem;
}
.ourProcess_box.box4 .ourProcess_box_title {
  margin-top: -1rem;
  margin-inline-start: -2rem;
}
body.ar .ourProcess_box.box4 .ourProcess_box_title {
  margin-inline-start: 2rem;
}

/* _____________ end ourProcess Styles _____________ */
/* _____________ start Lifecycle Styles _____________ */
.jointProductsLifecycle {
  padding: 2rem 0;
  background-color: white;
}
.jointProductsLifecycle .mainTitle {
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .jointProductsLifecycle .mainTitle br {
    display: none;
  }
}
.jointProductsLifecycle_content {
  text-align: center;
  position: relative;
}
.jointProductsLifecycle_content img {
  transition: all 1s ease-in-out;
}
.jointProductsLifecycle_content_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jointProductsLifecycle_content_txt_head {
  width: 15%;
  margin: auto;
  position: absolute;
}
.jointProductsLifecycle_content_txt_head:first-child {
  top: 25%;
  transform: translate(-50%, -25%);
  left: 50%;
}
.jointProductsLifecycle_content_txt_head:nth-child(2) {
  top: 75%;
  transform: translate(-50%, -75%);
  left: 40%;
}
.jointProductsLifecycle_content_txt_head:last-child {
  top: 75%;
  transform: translate(-80%, -75%);
  left: 65%;
}
@media (max-width: 991px) {
  .jointProductsLifecycle_content_txt_head {
    width: 20%;
  }
  .jointProductsLifecycle_content_txt_head:nth-child(2) {
    left: 35%;
  }
  .jointProductsLifecycle_content_txt_head:last-child {
    transform: translate(-70%, -75%);
    left: 70%;
  }
}
@media (max-width: 767px) {
  .jointProductsLifecycle_content_txt_head {
    width: 25%;
  }
  .jointProductsLifecycle_content_txt_head:nth-child(2) {
    transform: translate(-55%, -75%);
    left: 30%;
  }
  .jointProductsLifecycle_content_txt_head:last-child {
    left: 76%;
  }
}
@media (max-width: 450px) {
  .jointProductsLifecycle_content_txt_head {
    width: 30%;
  }
  .jointProductsLifecycle_content_txt_head:nth-child(2) {
    left: 28%;
  }
  .jointProductsLifecycle_content_txt_head:last-child {
    left: 78%;
  }
}

/* _____________ end Lifecycle Styles _____________ */
/* _____________ end getInTouch Styles _____________ */
.getInTouch {
  padding: 2rem 0;
  background-color: white;
  display: flex;
  align-items: center;
}
.getInTouch_content {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .getInTouch_content {
    display: block;
    text-align: center;
  }
}
.getInTouch_content_desc {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: white;
  width: 40%;
}
@media (max-width: 991px) {
  .getInTouch_content_desc {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  .getInTouch_content_desc {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    width: 100% !important;
  }
}
.getInTouch_content img {
  object-position: left;
}
body.ar .getInTouch_content img {
  object-position: right;
}
@media (max-width: 767px) {
  .getInTouch_content img {
    object-position: center;
  }
}

.fintechGetInTouch .getInTouch_content {
  background-image: url("../img/fintech/pattern.png");
}

.jointPorductsGetInTouch .getInTouch_content {
  background-image: url("../img/home/our Products/pattern3.png");
}

.financialGetInTouch .getInTouch_content {
  background-image: url("../img/home/our Products/pattern1.png");
}

.getInTouch .softmore_request {
  background-image: url("../img/home/softmore/pattern.png");
  background-size: contain;
}
body.ar .getInTouch .softmore_request {
  background-image: url("../img/home/softmore/patternAr.png");
}

/* _____________ end getInTouch Styles _____________ */
/* ====================================== _____________ end business Styles _____________ ====================================== */
/* ====================================== _____________ start foundation Styles _____________ ====================================== */
/*  _____________ start foundation Styles _____________  */
@media (max-width: 1200px) {
  .foundation {
    padding: 2rem 0;
  }
}
.foundation_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .foundation_img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .foundation_img {
    height: 250px;
  }
}

/*  _____________ start foundation Styles _____________  */
/*  _____________ start timeline Styles _____________  */
.timeline {
  background-color: white;
  padding: 4rem 0;
}
.timeline_items {
  position: relative;
}
.timeline_items::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  border-left: 3px dashed #939598;
}
@media (max-width: 991px) {
  .timeline_items::before {
    left: 25%;
  }
  body.ar .timeline_items::before {
    left: auto;
    right: 25%;
  }
}
@media (max-width: 576px) {
  .timeline_items::before {
    left: 0;
  }
  body.ar .timeline_items::before {
    left: auto;
    right: 0;
  }
}
body.ar .timeline_items::before {
  left: auto;
  margin-left: auto;
  border-left: none;
  right: 50%;
  margin-right: 0;
  border-right: 3px dashed #939598;
}
.timeline_items_item {
  position: relative;
  width: 50%;
  padding: 0.5rem 0;
}
.timeline_items_item .mainSection_content_txt_desc {
  text-align: start;
}
.timeline_items_item:first-child {
  padding-top: 0;
}
.timeline_items_item:last-child {
  padding-bottom: 0;
}
.timeline_items_item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 4px solid #783b94;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
  left: -10px;
}
body.ar .timeline_items_item::after {
  left: auto;
  right: -10px;
}
.timeline_items_item_txt {
  position: relative;
  padding-inline-start: 90px;
}
.timeline_items_item_txt_date {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #0066FF;
  left: -130px;
  right: auto;
}
body.ar .timeline_items_item_txt_date {
  left: auto;
  right: -130px;
}
@media (max-width: 576px) {
  .timeline_items_item_txt_date {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: none;
    margin-bottom: 1rem;
  }
  body.ar .timeline_items_item_txt_date {
    left: auto !important;
    right: 0 !important;
  }
}
.timeline_items_item_txt::before {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  background-image: url("../img/Foundation And Milestones/strip.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  z-index: 1;
}
.timeline_items_item:nth-child(odd) {
  left: 50%;
  text-align: start;
}
body.ar .timeline_items_item:nth-child(odd) {
  left: auto;
  right: 50%;
}
.timeline_items_item:nth-child(odd) .timeline_items_item_txt::before {
  left: 30px;
}
body.ar .timeline_items_item:nth-child(odd) .timeline_items_item_txt::before {
  left: auto;
  right: 30px;
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(odd) .timeline_items_item_txt_date {
    left: -160px;
  }
  body.ar .timeline_items_item:nth-child(odd) .timeline_items_item_txt_date {
    left: auto;
    right: -160px;
  }
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(even) {
    text-align: end;
  }
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(even)::after {
    right: -15px;
    left: auto;
  }
  body.ar .timeline_items_item:nth-child(even)::after {
    left: -15px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(even) .timeline_items_item_txt {
    padding-inline-end: 90px;
  }
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(even) .timeline_items_item_txt::before {
    right: 30px;
    left: auto;
    transform: scaleX(-1);
  }
  body.ar .timeline_items_item:nth-child(even) .timeline_items_item_txt::before {
    left: 30px;
    right: auto;
  }
}
@media (min-width: 992px) {
  .timeline_items_item:nth-child(even) .timeline_items_item_txt_date {
    right: -160px;
  }
  body.ar .timeline_items_item:nth-child(even) .timeline_items_item_txt_date {
    right: auto;
    left: -160px;
  }
}
@media (max-width: 991px) {
  .timeline_items_item {
    width: 75%;
    left: 25% !important;
    margin-bottom: 2rem;
  }
  body.ar .timeline_items_item {
    left: auto;
    right: 25% !important;
  }
  .timeline_items_item:last-child {
    margin-bottom: 0;
  }
  .timeline_items_item .timeline_items_item_txt::before {
    left: 30px;
  }
  body.ar .timeline_items_item .timeline_items_item_txt::before {
    left: auto;
    right: 30px;
  }
}
@media (max-width: 576px) {
  .timeline_items_item {
    width: 100%;
    left: 0 !important;
  }
  body.ar .timeline_items_item {
    left: auto;
    right: 0 !important;
  }
}

/*  _____________ end timeline Styles _____________  */
/* ====================================== _____________ end foundation Styles _____________ ====================================== */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/*  _____________ start banner Styles _____________  */
.ourClientsBanner .internalBanner_txt_head {
  color: #0066FF;
}

.ourClientsBanner .internalBanner_txt_desc {
  color: black;
}

/*  _____________ start banner Styles _____________  */
/*  _____________ start ourClinets Styles _____________  */
@media (max-width: 767px) {
  .ourClients {
    padding: 0;
  }
}
.ourClients .mainSection_content {
  background-color: white;
}
@media (max-width: 576px) {
  .ourClients .mainSection_content_txt {
    padding: 1.5rem 0;
  }
}

/*  _____________ end ourClinets Styles _____________  */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/* ====================================== _____________ start leadership Styles _____________ ====================================== */
/*  _____________ start leadershipTxt Styles _____________  */
.leadershipTxt .mainSection_content {
  background-color: white;
}
.leadershipTxt .mainSection_content_txt {
  padding: 1.5rem 0;
}

/*  _____________ end leadershipTxt Styles _____________  */
/*  _____________ start leadership Styles _____________  */
.leadership {
  background-color: white;
  padding-bottom: 2rem;
}
.leadership .coll {
  padding: 0 8px;
}
.leadership_item_imgParent {
  overflow: hidden;
}
.leadership_item_imgParent_img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  object-position: top;
}
@media (max-width: 767px) {
  .leadership_item_imgParent_img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .leadership_item_imgParent_img {
    height: 200px;
  }
}
.leadership_item_name {
  font-size: 0.85rem;
  margin-top: 1rem;
  text-align: center;
}
.leadership_item_title {
  color: #0066FF;
  text-align: center;
  font-size: 0.8rem;
  opacity: 70%;
  margin-bottom: 0;
}
.leadership_item:hover .leadership_item_imgParent_img {
  transform: scale(1.1);
}

/*  _____________ end leadership Styles _____________  */
/*  _____________ start leadershipPopup Styles _____________  */
.leadershipPopup .modal-header {
  border: none;
  padding: 0;
}
.leadershipPopup .modal-header .close {
  top: 0;
  right: 20px;
  font-size: 3rem;
  z-index: 8;
}
.leadershipPopup .modal-dialog {
  max-width: 90%;
}
.leadershipPopup .modal-dialog .modal-content {
  height: auto !important;
  border-radius: 0;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .leadershipPopup .modal-dialog .modal-content {
    height: auto;
  }
}
.leadershipPopup .modal-dialog .modal-content .personDetails {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .leadershipPopup .modal-dialog .modal-content .personDetails {
    display: block;
    margin-bottom: 1rem;
  }
}
.leadershipPopup .modal-dialog .modal-content .personDetails .personDetails_img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  object-position: top;
  margin-inline-end: 2rem;
}
@media (max-width: 576px) {
  .leadershipPopup .modal-dialog .modal-content .personDetails .personDetails_img {
    width: 100%;
    margin-top: 1.5rem;
    height: 250px;
    margin-inline-end: 0;
    margin-bottom: 1.5rem;
  }
}
.leadershipPopup .modal-dialog .modal-content .personDetails .personDetails_body_name {
  font-size: 1.9rem;
  font-weight: 100;
  margin-bottom: 0.85rem;
  margin-top: 0;
}
.leadershipPopup .modal-dialog .modal-content .personDetails .personDetails_body_title {
  font-size: 1.15rem;
  margin-bottom: 0;
  color: #0066FF;
}
.leadershipPopup .modal-dialog .modal-content .mainSection_content_txt_desc {
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.leadershipPopup .modal-dialog .modal-content .mainSection_content_txt_desc a {
  font-size: 0.8rem;
  color: #0066FF;
}
.leadershipPopup .modal-dialog .modal-content .mainSection_content_txt_desc:last-child {
  margin-bottom: 0;
}
.leadershipPopup .button {
  width: max-content;
}

/*  _____________ end leadershipPopup Styles _____________  */
/* ====================================== _____________ start leadership Styles _____________ ====================================== */
/* ====================================== _____________ start what we do Styles _____________ ====================================== */
@media (max-width: 576px) {
  .whatWeDoBanner img {
    object-position: right;
  }
}

/* _____________ start Lifecycle Styles _____________ */
.whatWeDoLifecycle .mainSection_content {
  padding: 2rem 1.5rem 2rem 2.5rem;
}
@media (max-width: 1200px) {
  .whatWeDoLifecycle .mainSection_content {
    padding: 1.75rem 2.25rem 2.25rem;
  }
}
@media (max-width: 576px) {
  .whatWeDoLifecycle .mainSection_content {
    padding: 1.5rem 1.5rem;
  }
}
.whatWeDoLifecycle .mainSection_content .mainSection_content_txt {
  padding: 0;
  padding-bottom: 2rem;
}
.whatWeDoLifecycle_content {
  text-align: center;
  position: relative;
}
.whatWeDoLifecycle_content img {
  transition: all 1s ease-in-out;
  object-fit: contain;
}
@media (max-width: 991px) {
  .whatWeDoLifecycle_content img {
    width: 100%;
  }
}
.whatWeDoLifecycle_content_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whatWeDoLifecycle_content_txt_head {
  width: 21%;
  margin: auto;
  position: absolute;
  font-weight: 100;
  font-size: 0.85rem;
}
.whatWeDoLifecycle_content_txt_head:first-child {
  top: 25%;
  transform: translate(-50%, -25%);
  left: 50%;
}
.whatWeDoLifecycle_content_txt_head:nth-child(2) {
  top: 75%;
  transform: translate(-50%, -75%);
  left: 25%;
}
.whatWeDoLifecycle_content_txt_head:last-child {
  top: 75%;
  transform: translate(-100%, -75%);
  left: 87%;
}
@media (max-width: 991px) {
  .whatWeDoLifecycle_content_txt_head {
    width: 20%;
  }
  .whatWeDoLifecycle_content_txt_head:first-child {
    top: 23%;
    transform: translate(-47%, -25%);
    left: 50%;
  }
  .whatWeDoLifecycle_content_txt_head:nth-child(2) {
    left: 25%;
    top: 70%;
  }
  .whatWeDoLifecycle_content_txt_head:last-child {
    left: 90%;
    top: 70%;
  }
}
@media (max-width: 767px) {
  .whatWeDoLifecycle_content_txt_head {
    width: 25%;
  }
  .whatWeDoLifecycle_content_txt_head:nth-child(2) {
    transform: translate(-55%, -75%);
    left: 25%;
  }
  .whatWeDoLifecycle_content_txt_head:last-child {
    left: 90%;
  }
}
@media (max-width: 576px) {
  .whatWeDoLifecycle_content_txt_head:nth-child(2), .whatWeDoLifecycle_content_txt_head:last-child {
    top: 78%;
  }
}
.whatWeDoLifecycle_content .cycleTwo_head:first-child {
  top: 9%;
  transform: translate(-50%, 0);
  left: 50%;
  color: white;
}
.whatWeDoLifecycle_content .cycleTwo_head:nth-child(2) {
  top: 26%;
  transform: translate(-55%, -80%);
  left: 50%;
  color: #0066FF;
}
.whatWeDoLifecycle_content .cycleTwo_head:last-child {
  top: 65%;
  transform: translate(-50%, -80%);
  left: 50%;
  color: white;
}

/* _____________ end Lifecycle Styles _____________ */
/* _____________ start whatWeDoText Styles _____________ */
.whatWeDoText {
  background-color: white;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .whatWeDoText {
    padding-bottom: 1.5rem;
  }
}
.whatWeDoText_content {
  padding: 4rem 2.5rem;
  background-image: url("../img/whatWeDo/bg.png");
  background-size: cover;
  color: white;
  position: relative;
}
@media (max-width: 1200px) {
  .whatWeDoText_content {
    padding: 2.5rem 2.25rem;
  }
}
@media (max-width: 576px) {
  .whatWeDoText_content {
    padding: 1.5rem 1.5rem;
  }
}
.whatWeDoText_content_text {
  font-size: 1.15rem;
  font-weight: 500;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .whatWeDoText_content_text {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .whatWeDoText_content_text {
    width: 95%;
  }
}
.whatWeDoText .arrowPattern {
  width: 15%;
  right: -20px;
  bottom: -20px;
}
body.ar .whatWeDoText .arrowPattern {
  right: auto;
  left: -20px;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .whatWeDoText .arrowPattern {
    width: 20%;
  }
}

/* _____________ end whatWeDoText Styles _____________ */
/* _____________ end ourLocation Styles _____________ */
.ourLocation {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .ourLocation {
    padding-bottom: 1.5rem;
  }
}
.ourLocation .mainSection2_content_textOfNumber {
  margin-bottom: 2rem;
  color: black;
}
.ourLocation .mainSection2_content_text {
  line-height: 1.8;
}

/* _____________ end ourLocation Styles _____________ */
/* ====================================== _____________ end what we do Styles _____________ ====================================== */
/* ====================================== _____________ aboutUs Styles _____________ ====================================== */
/* _____________ start What Drives Us Styles _____________ */
.whatDrivesUs {
  background-color: white;
}
.whatDrivesUs .mainSection {
  padding-top: 0;
}
.whatDrivesUs .mainSection_content {
  padding: 2rem 2.5rem;
}
.whatDrivesUs .mainSection_content_txt {
  padding: 0;
}
.whatDrivesUs_content_item_head {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.whatDrivesUs_content_item_head_img {
  width: 80px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .whatDrivesUs_content_item_head_img {
    width: 65px;
    height: auto;
  }
}
.whatDrivesUs_content_item_head_txt {
  font-size: 1.4rem;
  color: #0066FF;
  padding-inline-start: 1.25rem;
}
.whatDrivesUs .whatDrivesUs_content_item_text,
.whatDrivesUs .whatDrivesUs_content_item_text_haed {
  font-size: 0.85rem;
  color: #0066FF;
}
.whatDrivesUs .whatDrivesUs_content_item_text_haed {
  display: inline-block;
}
.whatDrivesUs .whatDrivesUs_content_item_text_desc {
  color: black;
  opacity: 70%;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.whatDrivesUs .whatDrivesUs_content_item_numbers,
.whatDrivesUs .whatDrivesUs_content_item_numbers_haed {
  font-size: 3rem;
  color: #0066FF;
}
.whatDrivesUs .whatDrivesUs_content_item_numbers_haed {
  display: inline-block;
  margin-bottom: 1rem;
}
.whatDrivesUs .whatDrivesUs_content_item_numbers_desc {
  color: black;
  opacity: 70%;
  font-size: 0.8rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .whatDrivesUs .whatDrivesUs_content_item_numbers_desc {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .whatDrivesUs .whatDrivesUs_content_item {
    text-align: center;
  }
}

/* _____________ end What Drives Us Styles _____________ */
/* _____________ start blueSection Styles _____________ */
.brandName {
  padding-bottom: 2rem;
}
.brandName .blueSection_content_number {
  font-size: 2rem;
  color: #F2F2F2;
  opacity: 70%;
  font-weight: 100;
}
.brandName .blueSection_content_textOfNumber {
  font-size: 2rem;
  color: #F2F2F2;
  font-weight: 100;
  margin-bottom: 2rem;
}
.brandName .blueSection_content_text {
  font-size: 1.15rem;
  font-weight: 500;
  width: 50%;
}
@media (max-width: 991px) {
  .brandName .blueSection_content_text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .brandName .blueSection_content_text {
    width: 100%;
  }
}
.brandName .mainSection_content_txt {
  padding: 2rem 2.5rem;
}

.mainSection_box {
  margin-top: 1rem;
}
.mainSection_box_head {
  font-size: 1.15rem;
  color: #0066FF;
  margin-top: 0.75rem;
}
.mainSection_box_desc {
  color: black;
  font-weight: 100;
}

/* _____________ end blueSection Styles _____________ */
/* ====================================== _____________ aboutUs Styles _____________ ====================================== */
/* ====================================== _____________ start softmore Styles _____________ ====================================== */
/* _____________ start softmoreBanner Styles _____________ */
.softmoreBanner {
  position: relative;
}
.softmoreBanner .internalBanner_txt {
  margin-top: 0;
}
@media (max-width: 576px) {
  .softmoreBanner .internalBanner_txt_head br {
    display: none;
  }
}

/* _____________ end softmoreBanner Styles _____________ */
/* _____________ start softmoreBanner Styles _____________ */
.WhatIsSoftmore {
  background-color: white;
}
.WhatIsSoftmore .mainSection_content {
  background-color: transparent;
}
.WhatIsSoftmore .mainSection_content_txt {
  padding-inline-end: 0;
  padding-inline-start: 0;
  padding-top: 0;
}

/* _____________ end softmoreBanner Styles _____________ */
/* _____________ start  blueStripSoftmore Styles _____________ */
.blueStripSoftmore {
  background-image: url("../img/home/softmore/pattern.png");
}

/* _____________ end blueStripSoftmore Styles _____________ */
/* _____________ start whySoftmore Styles _____________ */
.whySoftmore,
.technicalFeatures,
.yourBenefits {
  background-color: white;
}
.whySoftmore .mainSection,
.technicalFeatures .mainSection,
.yourBenefits .mainSection {
  padding: 0;
}
.whySoftmore .mainSection,
.technicalFeatures .mainSection,
.yourBenefits .mainSection {
  height: 100%;
}
.whySoftmore .mainSection_content_txt,
.technicalFeatures .mainSection_content_txt,
.yourBenefits .mainSection_content_txt {
  padding: 1.75rem;
}
.whySoftmore .mainSection_content_txt_desc,
.technicalFeatures .mainSection_content_txt_desc,
.yourBenefits .mainSection_content_txt_desc {
  height: 160px;
  overflow: auto;
  padding-inline-end: 1rem;
}
@media (max-width: 991px) {
  .whySoftmore .mainSection_content_txt_desc,
.technicalFeatures .mainSection_content_txt_desc,
.yourBenefits .mainSection_content_txt_desc {
    height: auto;
    padding-inline-end: 0;
  }
}
.whySoftmore .mainSection_content_txt_desc::-webkit-scrollbar,
.technicalFeatures .mainSection_content_txt_desc::-webkit-scrollbar,
.yourBenefits .mainSection_content_txt_desc::-webkit-scrollbar {
  width: 0.4em;
}
.whySoftmore .mainSection_content_txt_desc::-webkit-scrollbar-track,
.technicalFeatures .mainSection_content_txt_desc::-webkit-scrollbar-track,
.yourBenefits .mainSection_content_txt_desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.whySoftmore .mainSection_content_txt_desc::-webkit-scrollbar-thumb,
.technicalFeatures .mainSection_content_txt_desc::-webkit-scrollbar-thumb,
.yourBenefits .mainSection_content_txt_desc::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.562);
  border-radius: 5px;
}
.whySoftmore .mainSection2_content_textOfNumber,
.technicalFeatures .mainSection2_content_textOfNumber,
.yourBenefits .mainSection2_content_textOfNumber {
  color: #171717;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

/* _____________end  whySoftmore Styles _____________ */
/* _____________ start technicalFeatures Styles _____________ */
.technicalFeatures {
  padding: 2rem 0;
}
.technicalFeatures .mainSection_content_txt {
  padding: 0 0 1rem 0;
}
.technicalFeatures_img {
  width: 60px;
  margin-bottom: 1.25rem;
  height: 50px;
  object-fit: contain;
}
.technicalFeatures .mainSection2_content_textOfNumber {
  font-size: 1rem;
  color: black;
  font-weight: normal;
}
.technicalFeatures .mainSection_content {
  background-color: white;
}
.technicalFeatures .mainSection_content_txt_desc {
  height: auto;
  overflow: inherit;
  padding-inline-end: 0;
  margin-bottom: 1.25rem;
  color: black;
  font-size: 0.85rem;
  font-weight: 100;
}

/* _____________ end technicalFeatures Styles _____________ */
/* _____________ technicalFeatures Styles _____________ */
.yourBenefits {
  padding-bottom: 2rem;
}
.yourBenefits_box {
  width: 100%;
}
.yourBenefits_box_imgs {
  overflow: hidden;
  position: relative;
}
.yourBenefits_box_imgs img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  border-bottom: 18px solid #13f785;
}
.yourBenefits_box_content {
  border: 2px solid grey;
  border-top: none;
  padding: 1.5rem;
}
.yourBenefits_box_content .mainSection2_content_textOfNumber {
  padding: 0;
  margin: 0;
  width: 67%;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
body.ar .yourBenefits_box_content .mainSection2_content_textOfNumber {
  width: 100%;
}
@media (max-width: 991px) {
  .yourBenefits_box_content .mainSection2_content_textOfNumber {
    width: 80%;
  }
}

/* _____________ technicalFeatures Styles _____________ */
.flip-card {
  height: 300px;
  perspective: 1000px;
  width: 100%;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
@media (max-width: 764.9px) {
  .flip-card {
    cursor: pointer;
    width: 100%;
  }
  .flip-card .flip-card-click {
    transform: rotateY(180deg);
  }
}
.flip-card .flip-card-inner {
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  width: 100%;
}
.flip-card .flip-card-inner .flip-card-front,
.flip-card .flip-card-inner .flip-card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.flip-card .flip-card-inner .flip-card-back {
  background-color: #F2F2F2;
  color: #171717;
  padding: 20px;
  transform: rotateY(180deg);
}

/* _____________ start tradeNet Styles _____________ */
.softmoreCalltoAction {
  background-color: white;
}
.softmoreCalltoAction .mainSection_content {
  background-color: white;
}
.softmoreCalltoAction i {
  color: #0066FF;
  font-size: 0.9rem;
  margin-inline-end: 2px;
}
.softmoreCalltoAction_box_img {
  width: 60px;
  margin-bottom: 1.25rem;
  height: 50px;
  object-fit: contain;
}
.softmoreCalltoAction_box_head {
  font-size: 1rem;
  color: black;
}
.softmoreCalltoAction_box_desc {
  margin-bottom: 1.25rem;
  color: black;
  font-size: 0.85rem;
  font-weight: 100;
}
.softmoreCalltoAction_request {
  background-image: url("../img/home/our Products/pattern1.png");
  background-size: contain;
}
.softmoreCalltoAction_request_img {
  width: 200px;
  display: block;
  height: 58px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .softmoreCalltoAction_request_img {
    margin: 0 auto 2rem;
  }
}

/* _____________ end tradeNet Styles _____________ */
/* ====================================== _____________ end softmore Styles _____________ ====================================== */
/* ====================================== _____________ start jobVacancies Styles _____________ ====================================== */
.jobBanner {
  margin-top: 141px;
}
.jobBanner .internalBanner_txt_head {
  color: #0066FF;
}
.jobBanner .internalBanner_txt_desc {
  color: black;
}
@media (max-width: 1200px) {
  .jobBanner {
    margin-top: 137px;
  }
}
@media (max-width: 991px) {
  .jobBanner {
    margin-top: 84px;
  }
}
@media (max-width: 576px) {
  .jobBanner {
    margin-top: 85px;
  }
}
.jobBanner .internalBanner_txt {
  margin-top: 0;
}

.searchBar {
  background-color: #0066FF;
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
body.ar .searchBar {
  left: auto;
  right: 0;
}
.searchBar_form {
  display: flex;
  justify-content: space-between;
}
.searchBar_form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.searchBar_form_input {
  width: 100%;
}
.searchBar_form_input input {
  background: transparent;
  border: none;
  padding-inline-start: 0;
  padding-inline-end: 15px;
  border-radius: 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 100;
}
.searchBar_form_input input::placeholder {
  color: white;
}
.searchBar_form_input input:focus {
  color: white;
  background-color: transparent;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.searchBar_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/job/map.png") !important;
  background-repeat: no-repeat !important;
  background-position-x: 12% !important;
  background-position-y: 50% !important;
  background-size: 8px !important;
  font-size: 0.85rem;
  padding-inline-start: 2rem;
  padding-inline-end: 1rem;
  width: max-content;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
}
.searchBar_form_button {
  padding: 0;
  margin-inline-start: 2rem;
  color: white;
  font-size: 1.1rem;
}

.currentVacancies .mainSection_content {
  background-color: white;
}
.currentVacancies .mainSection_content .mainSection_content_txt {
  padding: 1rem 0;
}
.currentVacancies .mainSection2_content_textOfNumber {
  margin-bottom: 1rem;
  color: black;
  line-height: initial;
}
.currentVacancies .overlaySection_content_text {
  font-size: 0.85rem;
  font-weight: 100;
  width: 50%;
  line-height: 2.2;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .currentVacancies .overlaySection_content_text {
    margin-bottom: 0.5rem;
  }
}
.currentVacancies .overlaySection_content_text a {
  color: #0066FF;
  font-size: 0.85rem;
}
.currentVacancies_jopApplication {
  cursor: pointer;
  border: 1px solid #0066FF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.currentVacancies_jopApplication_blue {
  padding: 0.75rem 1.25rem;
  background-color: #0066FF;
  transition: all 0.3s ease-in-out;
}
.currentVacancies_jopApplication_blue_jobTitle, .currentVacancies_jopApplication_blue_jobLocation {
  color: white;
  font-weight: 100;
}
.currentVacancies_jopApplication_blue_jobTitle {
  font-size: 0.95rem;
}
.currentVacancies_jopApplication_blue_jobLocation {
  font-size: 0.8rem;
  opacity: 80%;
}
.currentVacancies_jopApplication_blue_jobLocation:hover {
  color: white;
  opacity: 80%;
}
.currentVacancies_jopApplication_blue_jobLocation i {
  font-size: 0.6rem;
  margin-inline-end: 0.25rem;
}
.currentVacancies_jopApplication_white {
  padding: 1rem 1.5rem;
  background-color: white;
}
.currentVacancies_jopApplication_white_desc {
  color: #0066FF;
  font-weight: 100;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.currentVacancies_jopApplication_white p {
  margin-bottom: 0;
}
.currentVacancies_jopApplication:hover .currentVacancies_jopApplication_blue {
  opacity: 80%;
}

.vacancieSidebar {
  background: white;
  position: fixed;
  top: 0;
  right: -100%;
  margin-top: 8.84rem;
  width: 50%;
  padding: 2rem 1rem;
  height: calc(100vh - 141.89px);
  overflow: scroll;
  z-index: 9;
  transition: all 0.7s ease-in-out;
}
body.ar .vacancieSidebar {
  right: auto;
  left: -100%;
}
.vacancieSidebar.active {
  right: 0;
}
body.ar .vacancieSidebar.active {
  right: auto;
  left: 0;
}
.vacancieSidebar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .vacancieSidebar {
    margin-top: 9.1rem;
    height: calc(100vh - 112.17px);
  }
}
@media (max-width: 991px) {
  .vacancieSidebar {
    width: 75%;
    margin-top: 9.4rem;
  }
}
@media (max-width: 767px) {
  .vacancieSidebar {
    margin-top: 9.5rem;
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .vacancieSidebar {
    margin-top: 9.8rem;
    width: 85%;
    padding: 2rem 15px;
  }
}
.vacancieSidebar .whatDrivesUs_content_item_head_txt {
  font-weight: 100;
  padding: 0;
  margin-bottom: 1rem;
}
.vacancieSidebar_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.vacancieSidebar_content_location {
  font-size: 1rem;
  font-weight: 100;
  color: black;
  opacity: 70%;
}
.vacancieSidebar_content_location i {
  font-size: 0.8rem;
  margin-inline-end: 0.25rem;
}
.vacancieSidebar_content_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vacancieSidebar_content_right i {
  opacity: 40%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.vacancieSidebar_content_right i:hover {
  opacity: 1;
}
.vacancieSidebar_videos {
  margin-bottom: 1.5rem;
}
.vacancieSidebar_details {
  margin-bottom: 1.5rem;
}
.vacancieSidebar_details_head {
  color: black;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.vacancieSidebar_details_desc {
  color: black;
  opacity: 85%;
  font-size: 0.9rem;
  font-weight: 100;
}
.vacancieSidebar_desc {
  margin-bottom: 1.5rem;
}
.vacancieSidebar_desc_head {
  margin-bottom: 2rem;
}
.vacancieSidebar_desc_head_title {
  margin-bottom: 1.5rem;
  color: black;
}
.vacancieSidebar_desc_head_desc {
  margin-bottom: 0.75rem;
  color: black;
  font-size: 0.85rem;
}
.vacancieSidebar_desc_head_desc:last-child {
  margin-bottom: 0;
}
.vacancieSidebar_desc_body_desc {
  font-size: 0.8rem;
  opacity: 90%;
}
.vacancieSidebar_responsibilities {
  margin-bottom: 1.5rem;
}
.vacancieSidebar_responsibilities_list {
  padding: 0;
}
.vacancieSidebar_responsibilities_list li {
  margin-bottom: 0.25rem;
}
.vacancieSidebar_responsibilities_list li::marker {
  color: #0066FF;
}
.vacancieSidebar_similarJobs {
  margin-top: 3.5rem;
}
@media (max-width: 991px) {
  .vacancieSidebar_similarJobs {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .vacancieSidebar_similarJobs {
    margin-top: 1.5rem;
  }
}
.vacancieSidebar_similarJobs_title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.vacancieSidebar_similarJobs_linksParent {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vacancieSidebar_similarJobs_linksParent_readMore {
  color: #0066FF;
  text-align: center;
  display: inline-block;
  font-size: 0.95rem;
}
.vacancieSidebar_similarJobs_linksParent_readMore:hover {
  color: #0066FF;
}
.vacancieSidebar_similarJobs_linksParent .contactUsButton {
  width: 60%;
  margin: 2rem auto;
  padding: 0.65rem 1rem;
}

/* ====================================== _____________ end jobVacancies Styles _____________ ====================================== */
/* ====================================== _____________ applyNow Styles _____________ ====================================== */
/* _____________ start applySlider section _____________ */
.jobDesc {
  background-image: url("../img/job/bg.jpg");
  text-align: center;
  padding: 3rem 0;
  color: white;
}
.jobDesc_content_head {
  font-size: 1.1rem;
  font-weight: 100;
  margin-bottom: 0.75rem;
}
.jobDesc_content_location {
  font-size: 0.9rem;
  font-weight: 100;
}
.jobDesc_content_location i {
  opacity: 70%;
  font-size: 0.7rem;
  margin-inline-end: 0.25rem;
}
.jobDesc .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.jobDesc .swiper-pagination {
  width: 100%;
  text-align: center;
  left: 0;
  padding-top: 0.5rem;
}
body.ar .jobDesc .swiper-pagination {
  left: auto;
  right: 0;
}
.jobDesc .swiper-pagination .swiper-pagination-bullet {
  margin-inline-end: 0.5rem;
  opacity: 1;
  border: 1px solid white;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.jobDesc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.jobDesc .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-inline-end: 0;
}

/* _____________ end applySlider section _____________ */
/* _____________ start myCv section _____________ */
.myCv {
  padding: 2rem 0;
}
.myCv_head {
  color: #171717;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 3rem;
}
.myCv_buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .myCv_buttons {
    flex-direction: column;
  }
}
.myCv .contactUsButton {
  background: white;
}
.myCv .blueButton {
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myCv .blueButton:hover span {
  color: #0066FF;
}
.myCv .blueButton, .myCv .contactUsButton {
  width: 27%;
  margin: 0 1rem;
}
@media (max-width: 991px) {
  .myCv .blueButton, .myCv .contactUsButton {
    width: 30%;
    padding: 0.7rem 1rem;
  }
}
@media (max-width: 767px) {
  .myCv .blueButton, .myCv .contactUsButton {
    width: 50%;
    margin-bottom: 1rem;
  }
  .myCv .blueButton:last-child, .myCv .contactUsButton:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .myCv .blueButton, .myCv .contactUsButton {
    width: 60%;
  }
}
.myCv.contactUs {
  background-color: white;
}
.myCv.contactUs .form-control {
  height: 3em;
}
.myCv_content {
  margin-bottom: 2rem;
  text-align: center;
}
.myCv_content_head {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.myCv_content_desc {
  font-size: 0.85rem;
  color: #0066FF;
}

/* _____________ end myCv section _____________ */
/* ====================================== _____________ applyNow Styles _____________ ====================================== */
/* ====================================== _____________ start liquify Styles _____________ ====================================== */
/* _____________ start liquifyBanner Styles _____________ */
.liquifyBanner {
  position: relative;
}
.liquifyBanner .internalBanner_txt {
  margin-top: 0;
}

/* _____________ end liquifyBanner Styles _____________ */
/* _____________ start  blueStripLiquify Styles _____________ */
.blueStripLiquify {
  background-image: url("../img/home/our Products/pattern3.png");
}
body.ar .blueStripLiquify {
  background-image: url("../img/home/our Products/pattern3Ar.png");
}

/* _____________ end blueStripLiquify Styles _____________ */
/* _____________ start withLiquify Styles _____________ */
.withLiquify {
  background-color: white;
}
.withLiquify .mainSection_content {
  background-color: white;
}
.withLiquify_box_img {
  width: 60px;
  margin-bottom: 1.25rem;
  height: 50px;
  object-fit: contain;
}
.withLiquify_box_head {
  font-size: 1rem;
  color: black;
}
.withLiquify_box_desc {
  margin-bottom: 1.25rem;
  color: black;
  font-size: 0.85rem;
  font-weight: 100;
}
.withLiquify_request {
  background-image: url("../img/home/our Products/pattern3.png");
  background-size: contain;
}
body.ar .withLiquify_request {
  background-image: url("../img/home/our Products/pattern3Ar.png");
}
.withLiquify_request_img {
  width: 200px;
  display: block;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .withLiquify_request_img {
    margin: 0 auto 2rem;
  }
}

/* _____________ end withLiquify Styles _____________ */
/* _____________ end liquifyProducts Styles _____________ */
.liquifyProducts {
  background-color: white;
}
.liquifyProducts_list {
  padding-inline-start: 1.5rem;
}
.liquifyProducts_list_item {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.liquifyProducts_list_item:last-child {
  margin-bottom: 0;
}
.liquifyProducts_list_item::marker {
  color: #0066FF;
}
.liquifyProducts_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.liquifyProducts_content a {
  text-align: center;
}
.liquifyProducts .mainSection_content_txt_desc {
  display: none;
}
.liquifyProducts .mainSection_content_txt_desc.active {
  display: block;
}

/* _____________ end liquifyProducts Styles _____________ */
/* ====================================== _____________ end liquify Styles _____________ ====================================== */
/* ====================================== _____________ start liquify Styles _____________ ====================================== */
/* _____________ start liquifyBanner Styles _____________ */
.databilityBanner {
  position: relative;
}
.databilityBanner .internalBanner_txt {
  margin-top: 0;
}

/* _____________ end databilityBanner Styles _____________ */
/* _____________ start  blueStripDatability Styles _____________ */
.fintechGetInTouch .getInTouch_content, .blueStripDatability {
  background-image: url("../img/home/our Products/pattern2.png");
}
body.ar .fintechGetInTouch .getInTouch_content, body.ar .blueStripDatability {
  background-image: url("../img/home/our Products/pattern2Ar.png");
}

/* _____________ end blueStripDatability Styles _____________ */
/* _____________ end datability Styles _____________ */
.datability {
  background-color: white;
}
.datability .mainSection_content {
  background-color: white;
}
.datability .bgGrey {
  background-color: #F9F9F9;
  height: 100%;
  position: relative;
}
.datability .datability_contentMiddle {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .datability .datability_contentMiddle {
    padding-bottom: 0;
  }
}
.datability img {
  width: 100%;
  object-fit: cover;
}
.datability_contentTop {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .datability_contentTop {
    margin-bottom: 2rem;
  }
}
.datability_head {
  color: #0066FF;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.datability_list {
  padding-inline-start: 1.5rem;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .datability_list {
    padding-bottom: 10px;
  }
}
.datability_list_item {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.datability_list_item:last-child {
  margin-bottom: 0;
}
.datability_list_item::marker {
  color: #0066FF;
}
.datability a {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  width: 80%;
  bottom: 40px;
  transform: translateX(-50%);
  margin-top: 20px;
}
body.ar .datability a {
  left: auto;
  right: 50%;
}
@media (max-width: 767px) {
  .datability a {
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  body.ar .datability a {
    left: auto;
    right: 0;
  }
}

/* _____________ end datability Styles _____________ */
/* _____________ start withdatability Styles _____________ */
.withdatability {
  background-color: white;
}
.withdatability .mainSection_content {
  background-color: white;
}
.withdatability_box_img {
  width: 60px;
  margin-bottom: 1.25rem;
  height: 50px;
  object-fit: contain;
}
.withdatability_box_head {
  font-size: 1rem;
  color: black;
}
.withdatability_box_desc {
  margin-bottom: 1.25rem;
  color: black;
  font-size: 0.85rem;
  font-weight: 100;
}
.withdatability_request {
  background-image: url("../img/home/our Products/pattern2.png");
  background-size: contain;
}
body.ar .withdatability_request {
  background-image: url("../img/home/our Products/pattern2Ar.png");
}
.withdatability_request_img {
  width: 200px;
  display: block;
  height: 70px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .withdatability_request_img {
    margin: 0 auto 2rem;
  }
}

/* _____________ end withdatability Styles _____________ */
/* ====================================== _____________ end datability Styles _____________ ====================================== */
/* ====================================== _____________ start liquify Styles _____________ ====================================== */
/* _____________ start tradeNetBanner Styles _____________ */
.tradeNetBanner {
  position: relative;
}
.tradeNetBanner .internalBanner_txt {
  margin-top: 0;
}

/* _____________ end tradeNetBanner Styles _____________ */
/* _____________ start  blueStripTradenet Styles _____________ */
.blueStripTradenet {
  background-image: url("../img/home/our Products/pattern1.png");
}
body.ar .blueStripTradenet {
  background-image: url("../img/home/our Products/pattern1Ar.png");
}

/* _____________ end blueStripTradenet Styles _____________ */
/* _____________ end datability Styles _____________ */
.datability {
  background-color: white;
}
.datability .mainSection_content {
  background-color: white;
}
.datability .bgGrey {
  background-color: #F9F9F9;
  height: 100%;
  position: relative;
}
.datability .datability_contentMiddle {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .datability .datability_contentMiddle {
    padding-bottom: 0;
  }
}
.datability img {
  width: 100%;
  object-fit: cover;
}
.datability_contentTop {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .datability_contentTop {
    margin-bottom: 2rem;
  }
}
.datability_head {
  color: #0066FF;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.datability_list {
  padding-inline-start: 1.5rem;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .datability_list {
    padding-bottom: 10px;
  }
}
.datability_list_item {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.datability_list_item:last-child {
  margin-bottom: 0;
}
.datability_list_item::marker {
  color: #0066FF;
}
.datability a {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  width: 80%;
  bottom: 40px;
  transform: translateX(-50%);
  margin-top: 20px;
}
body.ar .datability a {
  left: auto;
  right: 50%;
}
@media (max-width: 767px) {
  .datability a {
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  body.ar .datability a {
    left: auto;
    right: 0;
  }
}

/* _____________ end datability Styles _____________ */
/* _____________ start tradeNet Styles _____________ */
.tradeNet {
  background-color: white;
}
.tradeNet .mainSection_content {
  background-color: white;
}
.tradeNet i {
  color: #0066FF;
  font-size: 0.9rem;
  margin-inline-end: 2px;
}
.tradeNet_box_img {
  width: 60px;
  margin-bottom: 1.25rem;
  height: 50px;
  object-fit: contain;
}
.tradeNet_box_head {
  font-size: 1rem;
  color: black;
}
.tradeNet_box_desc {
  margin-bottom: 1.25rem;
  color: black;
  font-size: 0.85rem;
  font-weight: 100;
}
.tradeNet_request {
  background-image: url("../img/home/our Products/pattern1.png");
  background-size: contain;
}
.tradeNet_request_img {
  width: 200px;
  display: block;
  height: 65px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .tradeNet_request_img {
    margin: 0 auto 2rem;
  }
}
body.ar .tradeNet_request {
  background-image: url("../img/home/our Products/pattern1Ar.png");
}

/* _____________ end tradeNet Styles _____________ */
/* ====================================== _____________ end liquify Styles _____________ ====================================== */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/*  _____________ start banner Styles _____________  */
.showCasesBanner .internalBanner_txt_head {
  color: #0066FF;
}

/*  _____________ start banner Styles _____________  */
/* _____________ start fastwire Styles _____________ */
.fastwire {
  background-color: white;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .fastwire {
    padding-bottom: 1.5rem;
  }
}
.fastwire_content {
  padding: 2rem 2.5rem 2rem 2.5rem;
  background-size: cover;
  color: white;
  position: relative;
}
@media (max-width: 1200px) {
  .fastwire_content {
    padding: 2.5rem 2.25rem;
  }
}
.fastwire_content_title {
  font-size: 1.15rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .fastwire_content_title {
    padding-bottom: 1.5rem;
  }
}
.fastwire_content_text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 1200px) {
  .fastwire_content_text {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .fastwire_content_text {
    width: 95%;
  }
}
.fastwire_content .emirates_logo {
  width: 150px;
}
.fastwire .arrowPattern {
  width: 15%;
  right: -20px;
  bottom: -20px;
}
body.ar .fastwire .arrowPattern {
  right: auto;
  left: -20px;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .fastwire .arrowPattern {
    width: 20%;
  }
}
.fastwire.fastwirePattern1 .fastwire_content {
  background-image: url("../img/showCases/pattern.jpg");
}
.fastwire.fastwirePattern2 .fastwire_content {
  background-image: url("../img/showCases/pattern2.jpg");
}

/* _____________ end fastwire Styles _____________ */
/* _____________ start fastwireContent Styles _____________ */
.fastwireContent_desc {
  margin-bottom: 1rem;
}
.fastwireContent_desc_title {
  font-size: 1.15rem;
  padding-bottom: 0.5rem;
  color: #0066FF;
}
@media (max-width: 576px) {
  .fastwireContent_desc_title {
    padding-bottom: 1.5rem;
  }
}
.fastwireContent_desc .mainSection_content_txt_desc {
  margin-bottom: 0;
}

/* _____________ end fastwireContent Styles _____________ */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/* _____________ start table Styles _____________ */
.events_title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #0066FF;
  text-align: center;
  padding: 0 15px;
}
.events_speaker {
  font-size: 0.85rem;
  color: #707070;
  text-align: center;
  padding: 0 15px;
}

/* _____________ end table Styles _____________ */
/* ====================================== _____________ start ourClinets Styles _____________ ====================================== */
/* ====================================== _____________ start news styles _____________ ====================================== */
/* _____________ start news _____________ */
.news {
  padding: 2rem 0;
}
.news_new {
  background-color: white;
  overflow: hidden;
}
.news_new_top {
  position: relative;
}
.news_new_top_hover {
  background-image: url("../img/news/pattern2.png");
  background-size: cover;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  transition: all 0.5s ease-in-out;
}
body.ar .news_new_top_hover {
  left: auto;
  right: 0;
  background-image: url("../img/phase2/pattern2Ar.png");
}
.news_new_details {
  padding: 1.5rem;
  position: relative;
}
.news_new_details_date {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -25px;
  right: 20px;
  font-size: 0.8rem;
  background: #0066FF;
  border-radius: 5px;
  color: white;
  padding: 0.3rem 1rem;
  text-align: center;
}
body.ar .news_new_details_date {
  right: auto;
  left: 30px;
}
.news_new_details_date span {
  display: block;
}
.news_new_details_date span:last-child {
  padding-bottom: 0;
}
.news_new_details_title {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.news_new_details_desc {
  font-size: 0.85rem;
  color: #707070;
  font-weight: 100;
}
.news_new:hover .news_new_top_hover {
  top: 0;
}
.news_new:hover .news_new_details_date {
  background-color: #707070;
  color: white;
}
.news_new:hover .news_new_details_title {
  color: #0066FF;
}

/* _____________ end news _____________ */
/* _____________ start newsDetails newsDetails _____________ */
.newsDetails_author {
  font-size: 1rem;
  color: black;
  opacity: 0.5;
  margin-bottom: 0.75rem;
  display: block;
}
.newsDetails_desc {
  font-size: 0.9rem;
  color: black;
  font-weight: 100;
  opacity: 0.7;
}

/* _____________ end newsDetails _____________ */
/* ====================================== _____________ end news styles _____________ ====================================== */
/* ====================================== _____________ start supProducts Styles _____________ ====================================== */
/* _____________ start supProductsBanner Styles _____________ */
.supProductsBanner {
  position: relative;
}
.supProductsBanner_pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
}
body.ar .supProductsBanner_pattern {
  left: auto;
  right: 0;
}

/* _____________ end supProductsBanner Styles _____________ */
/* _____________ start databilityKYC_list Styles _____________ */
.databilityKYC_list_item {
  padding-bottom: 1.25rem;
}
.databilityKYC_list_item_title {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}
.databilityKYC_list_item:last-child {
  padding-bottom: 0;
}

/* _____________ end databilityKYC_list Styles _____________ */
/* _____________ end blink_list Styles _____________ */
.blinkList_item {
  position: relative;
  color: white;
  opacity: 90%;
  font-size: 1.17rem;
  padding-inline-start: 2rem;
  padding-bottom: 0.5rem;
}
.blinkList_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url("../img/subProducts/blink/logos/right.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
body.ar .blinkList_item::before {
  left: auto;
  right: 0;
}

/* _____________ end blink_list Styles _____________ */
/* _____________ start  blinkStrip Styles _____________ */
.blinkStrip {
  background-image: url("../img/subProducts/blink/pattern.png");
}
body.ar .blinkStrip {
  background-image: url("../img/subProducts/blink/patternAr.png");
}

/* _____________ end blinkStrip Styles _____________ */
/* _____________ start blink_request Styles _____________ */
.blink_request {
  background-image: url("../img/subProducts/blink/pattern.png");
  background-size: contain;
}
body.ar .blink_request {
  background-image: url("../img/subProducts/blink/patternAr.png");
}

/* _____________ end blink_request Styles _____________ */
/* _____________ start blink_request Styles _____________ */
.wareLogo {
  max-width: 175px !important;
}

/* _____________ end blink_request Styles _____________ */
/* ====================================== _____________ end supProducts Styles _____________ ====================================== */
/* ====================================== _____________ phase2 Styles _____________ ====================================== */
/* _____________ repeatSections Styles _____________ */
.repeatSection_header {
  position: relative;
  display: flex;
  align-items: center;
}
.repeatSection_header_img {
  object-fit: cover;
  min-height: 150px;
}
.repeatSection_header_text {
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: white;
  transform: translateY(-50%);
}
body.ar .repeatSection_header_text {
  left: auto;
  right: 0;
}
.repeatSection_header_text_title {
  font-size: 2rem;
  font-weight: 100;
}
.repeatSection_header_text_desc {
  font-size: 1.17rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .repeatSection_header_text_desc br {
    display: none;
  }
}

/* _____________ repeatSections Styles _____________ */
/* _____________ getInTouch Styles _____________ */
.phase2getInTouch .getInTouch_content {
  background-image: url("../img/phase2/pattern2.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .phase2getInTouch .getInTouch_content {
    padding: 2rem 0;
  }
}
.phase2getInTouch .getInTouch_content .getInTouch_content_desc {
  width: 100%;
  margin-bottom: 1rem;
}
.phase2getInTouch .getInTouch_content .getInTouch_content_desc2 {
  color: white;
  font-size: 1.17rem;
}
body.ar .phase2getInTouch .getInTouch_content {
  background-image: url("../img/phase2/pattern2Ar.png");
}

.getInTouch_entrepreneur {
  background-image: url("../img/phase2/entrepreneur/entrepreneur.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .getInTouch_entrepreneur {
    padding: 2rem 0;
  }
}

.getInTouch_investor {
  background-image: url("../img/phase2/investor/investor.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .getInTouch_investor {
    padding: 2rem 0;
  }
}

.getInTouch_venture-capital {
  background-image: url("../img/phase2/venture-capital/ventureCapital.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .getInTouch_venture-capital {
    padding: 2rem 0;
  }
}

.getInTouch_bank {
  background-image: url("../img/phase2/bank/bank.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .getInTouch_bank {
    padding: 2rem 0;
  }
}

.getInTouch_government {
  background-image: url("../img/phase2/government/government.jpg");
  background-size: cover;
}
@media (max-width: 768px) {
  .getInTouch_government {
    padding: 2rem 0;
  }
}

/* _____________ getInTouch Styles _____________ */
/* ====================================== _____________ phase2 Styles _____________ ====================================== */

/*# sourceMappingURL=style.css.map */
